406440f71fa2d20c9b345d79a8996f3b1762b024
[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 [ 32366] By: nicholas                              on 2007/11/17  14:07:51
33         Log: Subject: typo in perl5100delta.pod
34              From: YAMASHINA Hio <hio@hio.jp>
35              Message-Id: <20071117230212.20bef697.hio@hio.jp>
36              Date: Sat, 17 Nov 2007 23:02:12 +0900
37      Branch: perl
38            ! pod/perl5100delta.pod
39 ____________________________________________________________________________
40 [ 32363] By: rgs                                   on 2007/11/17  13:21:40
41         Log: Mention perlreapi in perldelta.
42      Branch: perl
43            ! pod/perl5100delta.pod
44 ____________________________________________________________________________
45 [ 32362] By: rgs                                   on 2007/11/17  13:07:07
46         Log: 5.10.0-RC1 is today, after lunch
47      Branch: perl
48            ! pod/perlhist.pod
49 ____________________________________________________________________________
50 [ 32361] By: rgs                                   on 2007/11/17  12:55:15
51         Log: Subject: [PATCH] perl5db.pl update for Mac OS X 10.5
52              From: Bo Lindbergh <blgl@hagernas.com>
53              Date: Fri, 16 Nov 2007 15:50:52 +0100
54              Message-Id: <EAF6EFA7-D069-4809-9060-B66A746BBEF2@hagernas.com>
55      Branch: perl
56            ! lib/perl5db.pl
57 ____________________________________________________________________________
58 [ 32360] By: rgs                                   on 2007/11/17  12:28:49
59         Log: Subject: [perl #47533] [PATCH perlvar.pod] Missing English variables 
60              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
61              Date: Fri, 16 Nov 2007 19:26:36 -0800
62              Message-ID: <rt-3.6.HEAD-24634-1195269995-836.47533-75-0@perl.org>
63      Branch: perl
64            ! pod/perlvar.pod
65 ____________________________________________________________________________
66 [ 32357] By: craigb                                on 2007/11/17  04:19:47
67         Log: Skip Module::Build ppm test -- not ready for prime time on VMS.
68      Branch: perl
69            ! lib/Module/Build/t/ppm.t
70 ____________________________________________________________________________
71 [ 32354] By: craigb                                on 2007/11/16  23:49:42
72         Log: Let's install the *current* perldelta on VMS.
73      Branch: perl
74            ! vms/descrip_mms.template
75 ____________________________________________________________________________
76 [ 32353] By: craigb                                on 2007/11/16  23:47:45
77         Log: Silence ill-behaved Test::Harness test on VMS.
78      Branch: perl
79            ! lib/Test/Harness/t/failure.t
80 ____________________________________________________________________________
81 [ 32352] By: craigb                                on 2007/11/16  23:46:13
82         Log: The new Archive::Tar tests are TODO on VMS for reasons unrelated
83              to the security issue for which they are testing.
84      Branch: perl
85            ! lib/Archive/Tar/t/04_resolved_issues.t
86 ____________________________________________________________________________
87 [ 32351] By: craigb                                on 2007/11/16  23:43:46
88         Log: Silence ill-behaved or failing Module::Build tests on VMS.
89      Branch: perl
90            ! lib/Module/Build/t/test_type.t lib/Module/Build/t/tilde.t
91            ! lib/Module/Build/t/xs.t
92 ____________________________________________________________________________
93 [ 32350] By: nicholas                              on 2007/11/16  23:42:04
94         Log: Decode the subject header encoding of Ævar's name.
95      Branch: perl
96            ! Changes
97 ____________________________________________________________________________
98 [ 32344] By: ams                                   on 2007/11/16  20:43:39
99         Log: For the 2.17 release.
100      Branch: perl
101            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
102 ____________________________________________________________________________
103 [ 32342] By: nicholas                              on 2007/11/16  20:20:00
104         Log: Fix a typo in the description of change 31295.
105      Branch: perl
106            ! Changes
107 ____________________________________________________________________________
108 [ 32338] By: nicholas                              on 2007/11/16  16:40:11
109         Log: UNITCHECK is only a keyword post 5.009, so to allow safe upgrades of
110              constant.pm on 5.8.x and earlier don't treat it as something special.
111      Branch: perl
112            ! lib/constant.pm lib/constant.t
113 ____________________________________________________________________________
114 [ 32335] By: rgs                                   on 2007/11/16  14:34:32
115         Log: Underscore the non-official version number
116      Branch: perl
117            ! lib/Pod/Checker.pm
118 ____________________________________________________________________________
119 [ 32334] By: rgs                                   on 2007/11/16  13:27:21
120         Log: Prepare patchlevel for RC1
121      Branch: perl
122            ! patchlevel.h
123 ____________________________________________________________________________
124 [ 32332] By: merijn                                on 2007/11/16  11:00:07
125         Log: Subject: Fix build failure on QNX
126              From: Matt Kraai <kraai@ftbfs.org>
127              Date: Thu, 15 Nov 2007 15:01:34 -0800
128              Message-ID: <20071115230134.GA4032@ftbfs.org>
129      Branch: perl
130            ! hints/qnx.sh
131 ____________________________________________________________________________
132 [ 32330] By: stevep                                on 2007/11/15  21:20:41
133         Log: Change Pod::Checker to allow the "=encoding" Pod command.  Fixes
134              RT #47271: podchecker says Unknown command 'encoding'
135      Branch: perl
136            ! lib/Pod/Checker.pm
137 ____________________________________________________________________________
138 [ 32329] By: craigb                                on 2007/11/15  20:49:26
139         Log: In Perl_vms_start_glob, when we don't have any matches and thus
140              return the input pattern, that doesn't mean clobber the input
141              scalar.  Follow-up to change 30813.
142      Branch: perl
143            ! vms/vms.c
144 ____________________________________________________________________________
145 [ 32327] By: nicholas                              on 2007/11/15  11:56:19
146         Log: Bump the VERSION on ExtUtils::Embed.
147      Branch: perl
148            ! lib/ExtUtils/Embed.pm
149 ____________________________________________________________________________
150 [ 32326] By: rgs                                   on 2007/11/15  08:31:48
151         Log: Upgrade to Archive::Tar 1.37_01 (security fix)
152      Branch: perl
153            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptar
154            ! lib/Archive/Tar/t/04_resolved_issues.t
155 ____________________________________________________________________________
156 [ 32325] By: rgs                                   on 2007/11/15  07:59:40
157         Log: Subject: [PATCH] perlsub's docs on state assignment are busted
158              From: Ricardo SIGNES <perl.p5p@rjbs.manxome.org>
159              Date: Wed, 14 Nov 2007 15:34:30 -0500
160              Message-ID: <20071114203430.GA7191@zodiac.codesimply.com>
161      Branch: perl
162            ! pod/perlsub.pod
163 ____________________________________________________________________________
164 [ 32324] By: rgs                                   on 2007/11/15  07:58:02
165         Log: Update CPANPLUS to 0.83_10
166      Branch: perl
167            ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Internals/Fetch.pm
168            ! lib/CPANPLUS/Internals/Source.pm
169            ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Selfupdate.pm
170            ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
171            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
172            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
173            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
174            ! 1.tar.gz.packed
175            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
176            ! z.packed
177            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
178            ! z.packed
179            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
180            ! packed
181            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
182            ! z.packed
183            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
184            ! packed
185            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
186            ! cked
187            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
188 ____________________________________________________________________________
189 [ 32323] By: rgs                                   on 2007/11/15  07:55:08
190         Log: Update File::Fetch to 0.13_04
191      Branch: perl
192            ! lib/File/Fetch.pm
193 ____________________________________________________________________________
194 [ 32322] By: rgs                                   on 2007/11/15  07:18:02
195         Log: -e is better than -f (in case of symbolic links)
196      Branch: perl
197            ! ext/ODBM_File/hints/linux.pl
198 ____________________________________________________________________________
199 [ 32321] By: rgs                                   on 2007/11/15  06:42:24
200         Log: Adjust ODBM_File for Debian. See:
201              Subject: Re: 5.10 build failure on Debian.
202              From: David Cantrell <david@cantrell.org.uk>
203              Date: Thu, 15 Nov 2007 00:17:07 +0000
204              Message-ID: <20071115001707.GA29642@bytemark.barnyard.co.uk>
205      Branch: perl
206            ! ext/ODBM_File/hints/linux.pl
207 ____________________________________________________________________________
208 [ 32308] By: craigb                                on 2007/11/14  01:41:46
209         Log: Subject: Re: CPANPLUS working again on VMS Re: [PATCH@32279] Upgrade File::Fetch to 0.13_04 - fixed for VMS.
210              From: "John E. Malmberg" <wb8tyw@qsl.net>
211              Date: Tue, 13 Nov 2007 19:27:09 -0600
212              Message-id: <473A4EED.4050201@qsl.net>
213              
214              Typo in #32306.
215      Branch: perl
216            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
217 ____________________________________________________________________________
218 [ 32306] By: craigb                                on 2007/11/13  14:28:52
219         Log: Subject: Re: [PATCH@32279] Upgrade File::Fetch to 0.13_04 - fixed for VMS.
220              From: "John E. Malmberg" <wb8tyw@qsl.net>
221              Date: Mon, 12 Nov 2007 23:47:20 -0600
222              Message-id: <47393A68.4070003@qsl.net>
223              
224              CPANPLUS working again on VMS.
225      Branch: perl
226            ! lib/CPANPLUS/Internals/Fetch.pm
227            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
228 ____________________________________________________________________________
229 [ 32305] By: rgs                                   on 2007/11/13  14:19:46
230         Log: Subject: Re: [PATCH] File-Path-2.04 (this time with patch)
231              From: David Landgren <david@landgren.net>
232              Date: Tue, 13 Nov 2007 14:44:22 +0100
233              Message-ID: <4739AA36.7000809@landgren.net>
234      Branch: perl
235            ! lib/File/Path.pm lib/File/Path.t
236 ____________________________________________________________________________
237 [ 32304] By: craigb                                on 2007/11/13  14:15:12
238         Log: Subject: [PATCH@32279] Upgrade File::Fetch to 0.13_04  - fixed for VMS.
239              From: "John E. Malmberg" <wb8tyw@qsl.net>
240              Date: Mon, 12 Nov 2007 08:49:23 -0600
241              Message-id: <473867F3.8090409@qsl.net>
242              
243              With slight revisions (and not really a CPAN upgrade, just a patch)
244      Branch: perl
245            ! lib/File/Fetch.pm
246 ____________________________________________________________________________
247 [ 32303] By: rgs                                   on 2007/11/13  13:44:59
248         Log: Update Time::HiRes' Changes file
249      Branch: perl
250            ! ext/Time/HiRes/Changes
251 ____________________________________________________________________________
252 [ 32302] By: rgs                                   on 2007/11/13  13:42:19
253         Log: Update the Storable changelog. Note that, while Storable's code is
254              in sync between the core and the CPAN, the tests are not.
255      Branch: perl
256            ! ext/Storable/ChangeLog
257 ____________________________________________________________________________
258 [ 32301] By: rgs                                   on 2007/11/13  09:26:13
259         Log: Subject: Re: 5.10 code freeze and dual-life modules
260              From: Jonathan Stowe <jns@gellyfish.com>
261              Date: Mon, 12 Nov 2007 21:34:17 +0000
262              Message-Id: <1194903257.6243.8.camel@coriolanus>
263      Branch: perl
264            ! lib/Term/Cap.pm
265 ____________________________________________________________________________
266 [ 32300] By: rgs                                   on 2007/11/13  09:22:44
267         Log: Subject: RE: 5.10 code freeze and dual-life modules
268              From: "Jan Dubois" <jand@activestate.com>
269              Date: Mon, 12 Nov 2007 12:04:46 -0800
270              Message-ID: <024101c82567$46ffd650$d4ff82f0$@com>
271      Branch: perl
272            ! ext/Win32/Makefile.PL ext/Win32/Win32.pm
273 ____________________________________________________________________________
274 [ 32299] By: rgs                                   on 2007/11/13  09:15:15
275         Log: Re-apply change #30562 (thanks to Abe Timmerman)
276      Branch: perl
277            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
278 ____________________________________________________________________________
279 [ 32297] By: nicholas                              on 2007/11/12  23:20:11
280         Log: Porting/Maintainers.pm uses a _ prototype, which is a 5.10 feature, so
281              use 5.010; to trap 5.8.x and earlier before they choke.
282      Branch: perl
283            ! Porting/Maintainers.pm
284 ____________________________________________________________________________
285 [ 32294] By: rgs                                   on 2007/11/12  22:16:41
286         Log: Subject: [PATCH] t/comp/opsubs.t
287              From: Jarkko Hietaniemi <jhi@iki.fi>
288              Date: Mon, 12 Nov 2007 16:13:58 -0500
289              Message-ID: <4738C216.2040302@iki.fi>
290      Branch: perl
291            ! t/comp/opsubs.t
292 ____________________________________________________________________________
293 [ 32286] By: rgs                                   on 2007/11/12  16:57:08
294         Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz
295              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
296              Date: Thu, 8 Nov 2007 02:05:45 +0100
297              Message-Id: <BA3BE7CB-BBCC-47EF-A8EF-569BE97133E6@free.fr>
298      Branch: perl
299            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
300 ____________________________________________________________________________
301 [ 32285] By: rgs                                   on 2007/11/12  16:45:20
302         Log: The JAPHs that use $* won't work anymore.
303      Branch: perl
304            ! t/japh/abigail.t
305 ____________________________________________________________________________
306 [ 32284] By: rgs                                   on 2007/11/12  14:38:17
307         Log: Subject: Re: CPANPLUS conf.pl fixes for VMS
308              From: "John E. Malmberg" <wb8tyw@qsl.net>
309              Date: Sun, 11 Nov 2007 22:08:08 -0600
310              Message-id: <4737D1A8.8010601@qsl.net>
311      Branch: perl
312            ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/Build/t/inc/conf.pl
313            ! lib/CPANPLUS/t/inc/conf.pl
314 ____________________________________________________________________________
315 [ 32283] By: rgs                                   on 2007/11/12  13:31:44
316         Log: TODO: cleanup perlmodlib.PL
317      Branch: perl
318            ! pod/perltodo.pod
319 ____________________________________________________________________________
320 [ 32282] By: rgs                                   on 2007/11/12  13:30:04
321         Log: Fix listing of MIME::QuotedPrint in perlmodlib
322      Branch: perl
323            ! pod/perlmodlib.PL pod/perlmodlib.pod
324 ____________________________________________________________________________
325 [ 32281] By: rgs                                   on 2007/11/12  10:44:05
326         Log: Subject: [PATCH] Compression Modules Update for EBCDIC
327              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
328              Date: Sat, 10 Nov 2007 12:08:16 -0000
329              Message-ID: <003f01c82392$6158b520$6501a8c0@myopwv.com>
330      Branch: perl
331            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
332            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
333            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
334            ! ext/Compress/Zlib/README
335            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
336            ! ext/IO_Compress_Base/Changes ext/IO_Compress_Base/README
337            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
338            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
339            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
340            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
341            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
342            ! ext/IO_Compress_Zlib/README
343            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
344            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
345            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
346            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
347            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
348            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
349            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
350            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
351            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
352            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
353            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
354            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
355            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
356            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
357            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
358            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
359            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
360            ! t/lib/compress/truncate.pl
361 ____________________________________________________________________________
362 [ 32280] By: rgs                                   on 2007/11/12  09:42:50
363         Log: Subject: CPAN.pm 1.9205
364              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
365              Date: Sun, 11 Nov 2007 21:38:04 +0100
366              Message-ID: <87lk944ixf.fsf@k75.linux.bogus>
367      Branch: perl
368            ! lib/CPAN.pm lib/CPAN/SIGNATURE
369 ____________________________________________________________________________
370 [ 32279] By: craigb                                on 2007/11/12  05:00:47
371         Log: Subject: patch@32274 file/find/t/ find.t and taint.t fixes for VMS.
372              From: "John E. Malmberg" <wb8tyw@qsl.net>
373              Date: Sun, 11 Nov 2007 17:42:46 -0600
374              Message-id: <47379376.6070809@qsl.net>
375              
376              With variations to make it cross-platform.
377
378      Branch: perl
379            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
380 ____________________________________________________________________________
381 [ 32278] By: craigb                                on 2007/11/12  04:33:08
382         Log: Subject: patch@32274 t/op/taint.t not cleaning up properly on VMS.
383              From: "John E. Malmberg" <wb8tyw@qsl.net>
384              Date: Sun, 11 Nov 2007 20:09:17 -0600
385              Message-id: <4737B5CD.90209@qsl.net>
386
387      Branch: perl
388            ! t/op/taint.t
389 ____________________________________________________________________________
390 [ 32277] By: craigb                                on 2007/11/11  23:03:03
391         Log: Correct and complete CBuilder's handling of external libraries when
392              linking on VMS.  
393      Branch: perl
394            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
395 ____________________________________________________________________________
396 [ 32276] By: craigb                                on 2007/11/11  22:52:15
397         Log: Make File::Path::_rmtree behave when passed an individual file
398              with a relative path that is already in VMS syntax.
399      Branch: perl
400            ! lib/File/Path.pm
401 ____________________________________________________________________________
402 [ 32275] By: craigb                                on 2007/11/11  22:45:46
403         Log: Following 32238, change "interpreter_size" to "interp_size" in the new 
404              global symbols to keep overall symbol length within 31 characters, 
405              which is what the VMS C compiler with default flags can handle.
406      Branch: perl
407            ! embedvar.h makedef.pl perlapi.h perlvars.h
408 ____________________________________________________________________________
409 [ 32274] By: rgs                                   on 2007/11/11  12:22:48
410         Log: Upgrade File::Fetch to 0.13_03
411      Branch: perl
412            ! lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
413 ____________________________________________________________________________
414 [ 32269] By: nicholas                              on 2007/11/10  14:46:44
415         Log: Arrange for buildtoc to remove the svn Revision keyword from the
416              index generated into perltoc.pod, as there it's just noise.
417      Branch: perl
418            ! pod/buildtoc pod/perltoc.pod
419 ____________________________________________________________________________
420 [ 32268] By: nicholas                              on 2007/11/10  14:39:06
421         Log: Regenerate perltoc.pod
422      Branch: perl
423            ! pod/perltoc.pod
424 ____________________________________________________________________________
425 [ 32262] By: nicholas                              on 2007/11/09  23:17:29
426         Log: Propagating const outwards from Perl_moreswitches() is to be done.
427      Branch: perl
428            ! pod/perltodo.pod
429 ____________________________________________________________________________
430 [ 32255] By: nicholas                              on 2007/11/09  21:28:25
431         Log: Following change 31410, also re-align the column title.
432      Branch: perl
433            ! pod/perlguts.pod
434 ____________________________________________________________________________
435 [ 32254] By: nicholas                              on 2007/11/09  17:57:45
436         Log: Note that investigating PADTMP hash pessimisation is to be done.
437      Branch: perl
438            ! pod/perltodo.pod
439 ____________________________________________________________________________
440 [ 32253] By: craigb                                on 2007/11/09  16:41:47
441         Log: Subject: [PATCH] CPANPLUS::Dist::Build 0.06_02
442              From: "Jos I. Boumans" <jos@dwim.org>
443              Date: Fri, 9 Nov 2007 15:52:06 +0100
444              Message-Id: <6A306E21-F59B-4FAA-A753-A11540539087@dwim.org>
445      Branch: perl
446            ! lib/CPANPLUS/Dist/Build.pm
447            ! lib/CPANPLUS/Dist/Build/Constants.pm
448            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
449            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
450            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
451            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
452 ____________________________________________________________________________
453 [ 32252] By: craigb                                on 2007/11/09  16:35:18
454         Log: Subject: [PATCH] CPANPLUS 0.083_09
455              From: "Jos I. Boumans" <jos@dwim.org>
456              Date: Fri, 9 Nov 2007 15:50:11 +0100
457              Message-Id: <B17C3858-AF8D-4FDE-AE15-F612E7B41FC9@dwim.org>
458      Branch: perl
459            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
460            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Shell/Default.pm
461            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
462            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
463            ! 1.tar.gz.packed
464            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
465            ! z.packed
466            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
467            ! z.packed
468            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
469            ! packed
470            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
471            ! z.packed
472            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
473            ! packed
474            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
475            ! cked
476            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
477            ! lib/CPANPLUS/t/inc/conf.pl
478 ____________________________________________________________________________
479 [ 32251] By: rgs                                   on 2007/11/09  09:35:14
480         Log: Update to CPAN.pm 1.9204
481      Branch: perl
482            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
483            ! lib/CPAN/Version.pm
484 ____________________________________________________________________________
485 [ 32250] By: rgs                                   on 2007/11/09  09:08:09
486         Log: A couple of bite-sized TODO for the pod/* tools
487      Branch: perl
488            ! pod/buildtoc pod/perltodo.pod
489 ____________________________________________________________________________
490 [ 32249] By: rgs                                   on 2007/11/09  09:06:34
491         Log: Remove old directions for reusing config.sh across perl versions.
492              Remove mention of roffitall.
493      Branch: perl
494            ! INSTALL
495 ____________________________________________________________________________
496 [ 32248] By: davem                                 on 2007/11/09  01:05:26
497         Log: Must remember to proof-read my comments before committing...
498      Branch: perl
499            ! sv.c
500 ____________________________________________________________________________
501 [ 32247] By: davem                                 on 2007/11/09  00:56:20
502         Log: Core dump caused by goto
503              tmp disable printing of variable names caused by uninitialised
504              values within a pp_entersub or pp_goto
505      Branch: perl
506            ! sv.c t/lib/warnings/9uninit
507 ____________________________________________________________________________
508 [ 32246] By: nicholas                              on 2007/11/08  15:36:50
509         Log: Remove CLONE_SKIP (5.8.7). Remove -dt (5.8.6, and Brainbench know that.
510              Yay. Maybe they have a use). s/Misc/Miscelaneous/ as it seems daft to
511              have an abbreviation in your name.
512              Replace "" with '' in code examples where syntactically valid.
513              Add the elimination of SVt_PVBM and the addition of SVt_BIND
514              Some grammar fixes. Some rephrasing to make the text flow better.
515      Branch: perl
516            ! pod/perl5100delta.pod
517 ____________________________________________________________________________
518 [ 32245] By: steveh                                on 2007/11/08  14:20:57
519         Log: A minor correction to perl5100delta
520      Branch: perl
521            ! pod/perl5100delta.pod
522 ____________________________________________________________________________
523 [ 32244] By: nicholas                              on 2007/11/08  14:06:09
524         Log: Add UNITCHECK to the list of keywords in pl2pm
525      Branch: perl
526            ! utils/pl2pm.PL
527 ____________________________________________________________________________
528 [ 32243] By: rgs                                   on 2007/11/08  14:01:17
529         Log: Increment some numbers.
530      Branch: perl
531            ! INSTALL
532 ____________________________________________________________________________
533 [ 32242] By: steveh                                on 2007/11/08  12:54:14
534         Log: Subject: [PATCH] RE: Change 32238: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION
535              From: "Jan Dubois" <jand@activestate.com>
536              Date: Wed, 7 Nov 2007 21:44:38 -0800
537              Message-ID: <058701c821ca$73d071d0$5b715570$@com>
538              
539              (plus a couple of other similar fixes for change 32238 that Jan missed)
540      Branch: perl
541            ! makedef.pl
542 ____________________________________________________________________________
543 [ 32241] By: rgs                                   on 2007/11/08  10:31:55
544         Log: Subject: [PATCH] Bug fix for storing shared objects in shared structures
545              From: "Jerry D. Hedden" <jdhedden@cpan.org>
546              Date: Tue, 6 Nov 2007 14:36:40 -0500
547              Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com>
548              
549              (core patch only)
550      Branch: perl
551            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h perl.h
552            ! perlapi.h pod/perlapi.pod proto.h sv.c sv.h util.c
553 ____________________________________________________________________________
554 [ 32240] By: nicholas                              on 2007/11/08  10:07:53
555         Log: One definite grammar fix, and one sort-of-grammar fix. (It felt better)
556      Branch: perl
557            ! INSTALL
558 ____________________________________________________________________________
559 [ 32239] By: rgs                                   on 2007/11/08  09:03:46
560         Log: INSTALL updates: note that usemymalloc isn't always the default;
561              POD fixes; list all scripts and binaries that are to be installed.
562      Branch: perl
563            ! INSTALL
564 ____________________________________________________________________________
565 [ 32238] By: nicholas                              on 2007/11/07  23:58:06
566         Log: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION
567              into global variables (and hence a shared perl library). Additionally
568              under MULTIPLICITY record the size of the interpreter structure (total,
569              and for this version) and under PERL_GLOBAL_STRUCT the size of the
570              global variables structure. Coupled with PL_bincompat_options this will
571              allow 5.10.1 (and later), when compiled with a shared perl library, to
572              perform sanity checks in main()    to verify that the shared library is
573              indeed binary compatible.
574      Branch: perl
575            ! embedvar.h intrpvar.h perl.h perlapi.h perlvars.h
576 ____________________________________________________________________________
577 [ 32237] By: nicholas                              on 2007/11/07  23:23:27
578         Log: Fix up copyright years for files modified in 2007.
579      Branch: perl
580            ! av.c cop.h deb.c dosish.h gv.h handy.h locale.c mathoms.c mg.h
581            ! miniperlmain.c numeric.c op.h patchlevel.h perlio.h perlsdio.h
582            ! perlsfio.h perlvars.h pp.h pp_pack.c regcomp.h regexp.h
583            ! taint.c unixish.h utf8.h utfebcdic.h util.h xsutils.c
584 ____________________________________________________________________________
585 [ 32236] By: nicholas                              on 2007/11/07  19:21:15
586         Log: Subject: [PATCH blead] Re: [perl #47195] $1 suddenly tainted after regexp on utf-8 string
587              From: Rick Delaney <rick@bort.ca>
588              Message-ID: <20071107001845.GA21000@bort.ca>
589              Date: Tue, 6 Nov 2007 19:18:45 -0500
590              
591              [plus remove the TODO from the now passing test]
592      Branch: perl
593            ! regexec.c t/op/taint.t
594 ____________________________________________________________________________
595 [ 32235] By: davem                                 on 2007/11/07  12:12:29
596         Log: Disable debugging output in PerlIO_teardown;
597              it still relies on an interpreter being present.
598      Branch: perl
599            ! perlio.c
600 ____________________________________________________________________________
601 [ 32234] By: rgs                                   on 2007/11/07  10:45:18
602         Log: Subject: [PATCH] Erroneous binmode() call in uupacktool.pl
603              From: "Jan Dubois" <jand@activestate.com>
604              Date: Tue, 6 Nov 2007 15:58:05 -0800
605              Message-ID: <01f101c820d0$df6c9220$9e45b660$@com>
606      Branch: perl
607            ! uupacktool.pl
608 ____________________________________________________________________________
609 [ 32233] By: rgs                                   on 2007/11/07  10:14:24
610         Log: Subject: Re: 5.10.0 test hangs on non internet access
611              From: "Jos I. Boumans" <jos@dwim.org>
612              Date: Wed, 7 Nov 2007 10:38:28 +0100
613              Message-Id: <22589E6E-1C9D-4C1F-8642-A690904193C7@dwim.org>
614      Branch: perl
615            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
616 ____________________________________________________________________________
617 [ 32232] By: nicholas                              on 2007/11/07  09:51:34
618         Log: Note that there is common code in installperl and installman, and that
619              it is a TODO to fix this.
620      Branch: perl
621            ! pod/perltodo.pod
622 ____________________________________________________________________________
623 [ 32230] By: rgs                                   on 2007/11/06  19:53:52
624         Log: Found by Juerd, don't document that \w, \s and \d don't include
625              all Unicode matching characters
626      Branch: perl
627            ! pod/perlcheat.pod
628 ____________________________________________________________________________
629 [ 32229] By: nicholas                              on 2007/11/06  19:37:40
630         Log: Add a TODO test for bug #47195
631      Branch: perl
632            ! t/op/taint.t
633 ____________________________________________________________________________
634 [ 32227] By: nicholas                              on 2007/11/06  10:47:30
635         Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/constant-1.12.tar.gz
636              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
637              Message-Id: <7B502F45-AB25-4EFF-8147-A02D8E2E9E21@free.fr>
638              Date: Tue, 6 Nov 2007 02:49:51 +0100
639      Branch: perl
640            ! lib/constant.pm
641 ____________________________________________________________________________
642 [ 32226] By: craigb                                on 2007/11/06  04:13:57
643         Log: Subject: VMS.C misc fixes,  including vms_realpath fixes
644              From: "John E. Malmberg" <wb8tyw@qsl.net>
645              Date: Sat, 03 Nov 2007 00:58:05 -0500
646              Message-id: <472C0DED.4010203@qsl.net>
647              
648              Plus, at John's suggestion, don't call the CRTL realpath()
649              unless DECC$POSIX_COMPLIANT_PATHNAMES is in effect.
650
651      Branch: perl
652            ! vms/vms.c
653 ____________________________________________________________________________
654 [ 32225] By: nicholas                              on 2007/11/05  15:25:46
655         Log: Adjust the skip count for t/io/dup.t for the -Uuseperlio case, in a way
656              that will hopefully make it harder for it to get out of sync again.
657      Branch: perl
658            ! t/io/dup.t
659 ____________________________________________________________________________
660 [ 32224] By: nicholas                              on 2007/11/05  13:58:52
661         Log: As reported in bug #46207, change 30633 to PerlIO_exportFILE() and
662              PerlIO_releaseFILE() to manage the reference counts of fds correctly
663              has the side effect of making some XS modules "leak" descriptors.
664              This is because the typemap calls PerlIO_findFILE(), which sometimes
665              (but not always) calls PerlIO_exportFILE(). To be consistent,
666              PerlIO_fildFILE() needs to either always give you a reference, or
667              always not give you a reference. It seems better to do the latter as
668              the call to PerlIO_exportFILE() is only an implementation detail, so
669              arrange for it to immediately free up the reference that
670              PerlIO_exportFILE() created.
671      Branch: perl
672            ! perlio.c
673 ____________________________________________________________________________
674 [ 32223] By: nicholas                              on 2007/11/05  12:51:39
675         Log: Allow (pedantically correct) C pre-processor comments in the code
676              snippets of typemap files.
677      Branch: perl
678            ! lib/ExtUtils/ParseXS.pm
679 ____________________________________________________________________________
680 [ 32222] By: rgs                                   on 2007/11/05  10:19:31
681         Log: Subject: [PATCH] Another small patch for Sys::Syslog
682              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
683              Date: Mon, 5 Nov 2007 08:48:53 +0100
684              Message-Id: <A5B536D9-E81C-48FC-9584-45E59ED7B6FB@free.fr>
685      Branch: perl
686            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
687 ____________________________________________________________________________
688 [ 32221] By: rgs                                   on 2007/11/04  20:02:18
689         Log: Subject: Re: (perl-current of 5.9.5) patch for ext/Sys/Syslog/Makefile.PL for
690              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
691              Date: Sun, 04 Nov 2007 03:52:36 +0100
692              Message-id: <EECD3531-8352-4873-A1AD-E4B8731260CB@free.fr>
693      Branch: perl
694            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
695            ! ext/Sys/Syslog/Syslog.pm
696 ____________________________________________________________________________
697 [ 32220] By: rgs                                   on 2007/11/04  19:48:32
698         Log: Update Term::UI to 0.18
699      Branch: perl
700            ! lib/Term/UI.pm lib/Term/UI/t/02_ui.t
701 ____________________________________________________________________________
702 [ 32219] By: craigb                                on 2007/11/04  16:41:28
703         Log: Roll back #32214 as it causes more failures than it prevents.
704      Branch: perl
705            ! t/TestInit.pm
706 ____________________________________________________________________________
707 [ 32218] By: rgs                                   on 2007/11/04  12:28:45
708         Log: Upgrade CPANPLUS to 0.83_08
709      Branch: perl
710            ! lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
711            ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
712            ! lib/CPANPLUS/Internals/Constants.pm
713            ! lib/CPANPLUS/Internals/Extract.pm
714            ! lib/CPANPLUS/Internals/Fetch.pm
715            ! lib/CPANPLUS/Internals/Report.pm
716            ! lib/CPANPLUS/Internals/Search.pm
717            ! lib/CPANPLUS/Internals/Source.pm
718            ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Module.pm
719            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
720            ! lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
721            ! lib/CPANPLUS/bin/cpan2dist
722            ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
723            ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
724            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
725            ! lib/CPANPLUS/t/15_CPANPLUS-Shell.t
726            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
727            ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
728            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
729            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
730            ! 1.tar.gz.packed
731            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
732            ! z.packed
733            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
734            ! z.packed
735            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
736            ! packed
737            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
738            ! z.packed
739            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
740            ! packed
741            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
742            ! cked
743            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
744            ! lib/CPANPLUS/t/inc/conf.pl
745 ____________________________________________________________________________
746 [ 32217] By: rgs                                   on 2007/11/04  12:23:13
747         Log: Upgrade to File::Fetch 0.13_02
748      Branch: perl
749            ! lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
750 ____________________________________________________________________________
751 [ 32216] By: davem                                 on 2007/11/03  12:27:25
752         Log: make PERLSYS_TERM not require a context
753      Branch: perl
754            ! embed.fnc perl.c perl.h proto.h
755 ____________________________________________________________________________
756 [ 32215] By: davem                                 on 2007/11/03  11:57:00
757         Log: Subject:  Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
758              From:  Jarkko Hietaniemi <jhi@iki.fi>
759              Date:  Fri, 02 Nov 2007 21:38:48 -0400
760              Message-Id:  <472BD128.9080105@iki.fi>
761              
762              PerlIO_teardown is called when there may no longer be an
763              interpreter available
764      Branch: perl
765            ! perl.h perlio.c perliol.h
766 ____________________________________________________________________________
767 [ 32214] By: rgs                                   on 2007/11/03  10:12:06
768         Log: Based on a patch by John E. Malberg: make TestInit.pm
769              use an absolute path in @INC, so that changes of directories
770              don't break dynamically loaded modules.
771      Branch: perl
772            ! t/TestInit.pm
773 ____________________________________________________________________________
774 [ 32213] By: davem                                 on 2007/11/02  23:59:27
775         Log: CLONE_SKIP doesn't result in undef copies
776              clarify the documentation on CLONE_SKIP, and ensure that the
777              undef value has all its flags cleared
778      Branch: perl
779            ! pod/perlmod.pod sv.c
780 ____________________________________________________________________________
781 [ 32212] By: rgs                                   on 2007/11/02  14:55:29
782         Log: Make installman work with -Duserelocatableinc and DESTDIR
783      Branch: perl
784            ! installman
785 ____________________________________________________________________________
786 [ 32211] By: rgs                                   on 2007/11/02  10:04:34
787         Log: Subject: [PATCH] - Update Time::Local to latest version
788              From: Dave Rolsky <autarch@urth.org>
789              Date: Wed, 31 Oct 2007 12:26:02 -0500 (CDT)
790              Message-ID: <alpine.DEB.0.9999.0710311225010.19396@urth.org>
791      Branch: perl
792            ! lib/Time/Local.pm
793 ____________________________________________________________________________
794 [ 32210] By: rgs                                   on 2007/11/02  09:42:41
795         Log: Upgrade to cperl-mode 5.23
796      Branch: perl
797            ! emacs/cperl-mode.el
798 ____________________________________________________________________________
799 [ 32209] By: nicholas                              on 2007/10/31  19:44:48
800         Log: Now that ExtUtils::ParseXS requires 5.006, we can replace the foreach
801              on keys and lookup in the loop with a foreach on values, as values is
802              "now" an LVALUE iterator.
803      Branch: perl
804            ! lib/ExtUtils/ParseXS.pm
805 ____________________________________________________________________________
806 [ 32208] By: rgs                                   on 2007/10/31  11:15:16
807         Log: Subject: [PATCH] DB_File
808              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
809              Date: Mon, 29 Oct 2007 13:08:31 -0000
810              Message-ID: <004a01c81a2c$ce1eb020$3a3c140a@myopwv.com>
811      Branch: perl
812            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
813            ! ext/DB_File/DB_File.xs
814 ____________________________________________________________________________
815 [ 32207] By: rgs                                   on 2007/10/31  10:37:47
816         Log: Revert #32197, should not be needed anymore since the upgrade
817              of ExtUtils::CBuilder
818      Branch: perl
819            ! lib/Module/Build/t/xs.t
820 ____________________________________________________________________________
821 [ 32206] By: rgs                                   on 2007/10/31  10:15:12
822         Log: Fix (or hide?) a case of memory corruption with \K in substitutions
823      Branch: perl
824            ! regcomp.c
825 ____________________________________________________________________________
826 [ 32205] By: rgs                                   on 2007/10/31  09:40:38
827         Log: Upgrade to ExtUtils::CBuilder 0.21
828      Branch: perl
829            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
830            ! lib/ExtUtils/CBuilder/Changes
831            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
832            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
833            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
834            ! lib/ExtUtils/CBuilder/Platform/aix.pm
835            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
836            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
837            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
838            ! lib/ExtUtils/CBuilder/Platform/os2.pm
839 ____________________________________________________________________________
840 [ 32204] By: rgs                                   on 2007/10/30  12:42:28
841         Log: Mention version.pm and new v-string portability warning in
842              perldelta. Better wording for this warning in perldiag by
843              Tom Wyant.
844      Branch: perl
845            ! pod/perl5100delta.pod pod/perldiag.pod
846 ____________________________________________________________________________
847 [ 32203] By: merijn                                on 2007/10/30  12:24:45
848         Log: Subject: Re: configure failed in tru64
849              From: Jarkko Hietaniemi <jhi@iki.fi>
850              Date: Tue, 30 Oct 2007 07:52:04 -0400
851              Message-ID: <47271AE4.5060806@iki.fi>
852      Branch: perl
853            ! hints/dec_osf.sh
854 ____________________________________________________________________________
855 [ 32202] By: craigb                                on 2007/10/30  03:38:20
856         Log: Typo in comment in 32201.
857      Branch: perl
858            ! vms/vms.c
859 ____________________________________________________________________________
860 [ 32201] By: craigb                                on 2007/10/30  01:08:10
861         Log: Subject: Re: copyright notices for vms.c and vmsish.h
862              From: Charles Bailey <bailey@newman.upenn.edu>
863              Date: Fri, 26 Oct 2007 15:27:36 -0400
864              Message-id: <47223FA8.90300@newman.upenn.edu>
865              
866              At my instigation, Charles agreed to wear the copyright hat for
867              the major VMS files.  This is by analogy with the core files 
868              for which Larry, as Prime Mover, is the only named copyright
869              holder, but "and others" includes, well, lots of others.
870
871      Branch: perl
872            ! vms/vms.c vms/vmsish.h
873 ____________________________________________________________________________
874 [ 32200] By: rgs                                   on 2007/10/29  10:49:13
875         Log: Leopard has more standard /etc/passwd files than previous
876              versions of darwin. Thanks to David Morel for testing.
877      Branch: perl
878            ! t/op/pwent.t
879 ____________________________________________________________________________
880 [ 32199] By: craigb                                on 2007/10/27  22:17:29
881         Log: Subject: Re: Perl 5.10.0 getting close: please test
882              From: lemkemch@t-online.de
883              Date: Thu, 25 Oct 2007 00:25:55 +0200
884              Message-id: <op.t0p271mr5o90vo@orion>
885              
886              Help older VMS compilers by using ccflags when building munchconfig.
887
888      Branch: perl
889            ! configure.com
890 ____________________________________________________________________________
891 [ 32198] By: craigb                                on 2007/10/27  17:09:01
892         Log: Subject: problem with MAKE_EXT.COM
893              From: Thomas Pfau <pfau@nbpfaus.net>
894              Date: Sat, 27 Oct 2007 09:27:54 -0400
895              Message-id: <47233CDA.8010908@nbpfaus.net>
896              
897              configure.com thinko in #30455.
898
899      Branch: perl
900            ! configure.com
901 ____________________________________________________________________________
902 [ 32197] By: rgs                                   on 2007/10/27  17:04:35
903         Log: Band-aid to get xs.t working. Need to check that make distclean still
904              works with that.
905      Branch: perl
906            ! lib/Module/Build/t/xs.t
907 ____________________________________________________________________________
908 [ 32196] By: rgs                                   on 2007/10/27  08:07:09
909         Log: Subject: Re: [PATCH] perlfunc/perldiag errors
910              From: Father Chrysostomos <sprout@cpan.org>
911              Date: Fri, 26 Oct 2007 18:10:27 -0700
912              Message-Id: <14C78A7E-43AB-44BF-9016-2EFC9DCB65A2@cpan.org>
913      Branch: perl
914            ! pod/perldiag.pod
915 ____________________________________________________________________________
916 [ 32195] By: craigb                                on 2007/10/26  23:59:42
917         Log: In the revised Module::Build, don't create temp directories
918              with dots in the names.   Also, restore some VMS fixes
919              that regressed in the last integration.
920      Branch: perl
921            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/install.t
922            ! lib/Module/Build/t/lib/MBTest.pm
923            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/xs.t
924 ____________________________________________________________________________
925 [ 32194] By: craigb                                on 2007/10/25  21:36:42
926         Log: Platform-neutral quoting in optree_misc.t.
927      Branch: perl
928            ! ext/B/t/optree_misc.t
929 ____________________________________________________________________________
930 [ 32193] By: craigb                                on 2007/10/25  15:40:36
931         Log: Copy Win32 system() behavior on VMS and make a first argument 
932              with a value of 1 indicate spawn without waiting for completion.
933      Branch: perl
934            ! vms/vms.c
935 ____________________________________________________________________________
936 [ 32192] By: rgs                                   on 2007/10/25  09:46:55
937         Log: Upgrade to Module::Build 0.2808_01
938      Branch: perl
939            + lib/Module/Build/Dumper.pm
940            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
941            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
942            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
943            ! lib/Module/Build/Config.pm lib/Module/Build/Cookbook.pm
944            ! lib/Module/Build/ModuleInfo.pm lib/Module/Build/Notes.pm
945            ! lib/Module/Build/PPMMaker.pm
946            ! lib/Module/Build/Platform/Amiga.pm
947            ! lib/Module/Build/Platform/Default.pm
948            ! lib/Module/Build/Platform/EBCDIC.pm
949            ! lib/Module/Build/Platform/MPEiX.pm
950            ! lib/Module/Build/Platform/MacOS.pm
951            ! lib/Module/Build/Platform/RiscOS.pm
952            ! lib/Module/Build/Platform/Unix.pm
953            ! lib/Module/Build/Platform/VMS.pm
954            ! lib/Module/Build/Platform/VOS.pm
955            ! lib/Module/Build/Platform/Windows.pm
956            ! lib/Module/Build/Platform/aix.pm
957            ! lib/Module/Build/Platform/cygwin.pm
958            ! lib/Module/Build/Platform/darwin.pm
959            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
960            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
961            ! lib/Module/Build/t/basic.t
962            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
963            ! lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
964            ! lib/Module/Build/t/extend.t lib/Module/Build/t/files.t
965            ! lib/Module/Build/t/help.t lib/Module/Build/t/install.t
966            ! lib/Module/Build/t/lib/DistGen.pm
967            ! lib/Module/Build/t/lib/MBTest.pm
968            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
969            ! lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
970            ! lib/Module/Build/t/new_from_context.t
971            ! lib/Module/Build/t/notes.t lib/Module/Build/t/ppm.t
972            ! lib/Module/Build/t/runthrough.t lib/Module/Build/t/test_type.t
973            ! lib/Module/Build/t/test_types.t lib/Module/Build/t/tilde.t
974            ! lib/Module/Build/t/versions.t lib/Module/Build/t/xs.t
975 ____________________________________________________________________________
976 [ 32191] By: merijn                                on 2007/10/25  09:17:22
977         Log: Emergency fix for /tmp dir cleanup's for smokers.
978              Rest of the patch to sync CPANPLUS will follow later
979      Branch: perl
980            ! lib/CPANPLUS/Internals/Source.pm
981 ____________________________________________________________________________
982 [ 32190] By: rgs                                   on 2007/10/25  08:48:49
983         Log: Subject: [PATCH] (Was Re: [PATCH] FreeBSD atoll() warning)
984              From: Andy Dougherty <doughera@lafayette.edu>
985              Date: Wed, 24 Oct 2007 13:12:49 -0400 (EDT)
986              Message-ID: <Pine.LNX.4.64.0710241307450.21836@fractal.phys.lafayette.edu>
987      Branch: perl
988            ! hints/freebsd.sh
989 ____________________________________________________________________________
990 [ 32189] By: rgs                                   on 2007/10/25  08:46:27
991         Log: Subject: [PATCH] Bring version.pm core into compliance with CPAN release
992              From: John Peacock <john.peacock@havurah-software.org>
993              Date: Wed, 24 Oct 2007 22:04:45 -0400
994              Message-ID: <471FF9BD.40204@havurah-software.org>
995      Branch: perl
996            ! lib/version.pm lib/version.t util.c
997 ____________________________________________________________________________
998 [ 32188] By: rgs                                   on 2007/10/25  08:43:41
999         Log: Bump version of IPC::Cmd
1000      Branch: perl
1001            ! lib/IPC/Cmd.pm
1002 ____________________________________________________________________________
1003 [ 32187] By: rgs                                   on 2007/10/25  08:42:44
1004         Log: Subject: patch@32181 IPC::Cmd fix for VMS.
1005              From: "John E. Malmberg" <wb8tyw@qsl.net>
1006              Date: Thu, 25 Oct 2007 00:36:29 -0500
1007              Message-id: <47202B5D.8070609@qsl.net>
1008      Branch: perl
1009            ! lib/IPC/Cmd.pm
1010 ____________________________________________________________________________
1011 [ 32186] By: rgs                                   on 2007/10/24  13:43:17
1012         Log: Subject: [PATCH] File::Path 2.02
1013              From: David Landgren <david@landgren.net>
1014              Date: Wed, 24 Oct 2007 15:11:29 +0200
1015              Message-ID: <471F4481.6010103@landgren.net>
1016      Branch: perl
1017            ! lib/File/Path.pm
1018 ____________________________________________________________________________
1019 [ 32185] By: rgs                                   on 2007/10/24  11:15:03
1020         Log: Subject: warning from ext/Hash/Util/FieldHash/t/02_function.t
1021              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
1022              Date: Wed, 24 Oct 2007 12:31:20 +0200
1023              Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66DE3@naimucu1.ffz00k.rootdom.net>
1024      Branch: perl
1025            ! ext/Hash/Util/FieldHash/t/02_function.t
1026 ____________________________________________________________________________
1027 [ 32184] By: rgs                                   on 2007/10/24  09:37:15
1028         Log: Subject: patch@32181 File::Copy.pm patches for VMS
1029              From: "John E. Malmberg" <wb8tyw@qsl.net>
1030              Date: Wed, 24 Oct 2007 00:27:33 -0500
1031              Message-id: <471ED7C5.9040900@qsl.net>
1032      Branch: perl
1033            ! lib/File/Copy.pm
1034 ____________________________________________________________________________
1035 [ 32183] By: rgs                                   on 2007/10/24  09:31:43
1036         Log: Fix an off by one error, found by valgrind
1037      Branch: perl
1038            ! op.c
1039 ____________________________________________________________________________
1040 [ 32182] By: merijn                                on 2007/10/24  06:26:16
1041         Log: Subject: [PATCH] documentation typo for Text::Wrap
1042              From: David Landgren <david@landgren.net>
1043              Date: Tue, 23 Oct 2007 21:43:29 +0200
1044              Message-ID: <471E4EE1.5010500@landgren.net>
1045      Branch: perl
1046            ! lib/Text/Wrap.pm
1047 ____________________________________________________________________________
1048 [ 32181] By: nicholas                              on 2007/10/23  13:30:37
1049         Log: Subject: [PATCH] Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS X
1050              From: Andy Dougherty <doughera@lafayette.edu>
1051              Message-ID: <Pine.LNX.4.64.0710230817250.18303@fractal.phys.lafayette.edu>
1052              Date: Tue, 23 Oct 2007 08:54:51 -0400 (EDT)
1053      Branch: perl
1054            ! cflags.SH
1055 ____________________________________________________________________________
1056 [ 32180] By: rgs                                   on 2007/10/23  10:30:40
1057         Log: Subject: [PATCH] hostname.t busted
1058              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
1059              Date: Mon, 22 Oct 2007 09:01:09 -0400
1060              Message-ID: <20071022130109.GA16748@knight>
1061      Branch: perl
1062            ! lib/Net/t/hostname.t
1063 ____________________________________________________________________________
1064 [ 32179] By: rgs                                   on 2007/10/23  10:24:39
1065         Log: Typos and other doc nits. Plus, de-alpha the version number
1066              (since this isn't a dual-lived module)
1067      Branch: perl
1068            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1069 ____________________________________________________________________________
1070 [ 32178] By: rgs                                   on 2007/10/23  10:22:25
1071         Log: A couple of updates to perl5100delta
1072      Branch: perl
1073            ! pod/perl5100delta.pod
1074 ____________________________________________________________________________
1075 [ 32177] By: nicholas                              on 2007/10/23  09:59:48
1076         Log: Silly Nick. If you see a nextstate op, then it may have open hints,
1077              and you need to test it with Unicode locales.
1078      Branch: perl
1079            ! ext/B/t/optree_misc.t
1080 ____________________________________________________________________________
1081 [ 32176] By: craigb                                on 2007/10/23  03:43:02
1082         Log: File::Find::_find_dir nit for VMS, plus version bump.
1083      Branch: perl
1084            ! lib/File/Find.pm
1085 ____________________________________________________________________________
1086 [ 32175] By: craigb                                on 2007/10/23  03:39:19
1087         Log: Make the File::Find tests stay under t/ where they
1088              belong (the first call to cleanup() was leaving us
1089              at the top of the Perl source tree).
1090      Branch: perl
1091            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1092 ____________________________________________________________________________
1093 [ 32174] By: nicholas                              on 2007/10/22  21:40:41
1094         Log: Subject: [PATCH] FreeBSD atoll() warning (Was Re: Code freeze
1095              From: Andy Dougherty <doughera@lafayette.edu>
1096              Message-ID: <Pine.LNX.4.64.0710221246340.31725@fractal.phys.lafayette.edu>
1097              Date: Mon, 22 Oct 2007 12:49:25 -0400 (EDT)
1098      Branch: perl
1099            ! cflags.SH
1100 ____________________________________________________________________________
1101 [ 32173] By: nicholas                              on 2007/10/22  20:47:39
1102         Log: Subject: [PATCH] perltodo.pod:  Add more detail about @INC order.
1103              Date: Mon, 22 Oct 2007 16:42:44 -0400 (EDT)
1104              Message-ID: <Pine.LNX.4.64.0710221642120.14878@fractal.phys.lafayette.edu>
1105              From: Andy Dougherty <doughera@lafayette.edu>
1106      Branch: perl
1107            ! pod/perltodo.pod
1108 ____________________________________________________________________________
1109 [ 32172] By: nicholas                              on 2007/10/22  20:19:55
1110         Log: SQL::Translator triggered a subtle piece of wrongness, whereby it
1111              managed to cause a proxy constant subroutine in the symbol table to
1112              be upgraded to a GV at precisely the point where it was being
1113              considered as a possible IO handle name. The core's user-space visible
1114              behaviour certainly was buggy - I believe this patch to be the correct
1115              fix. However, it seems to be very hard to write a test for it.
1116      Branch: perl
1117            ! gv.c
1118 ____________________________________________________________________________
1119 [ 32171] By: nicholas                              on 2007/10/22  14:52:53
1120         Log: Note Jarkko's URL about MSVC and __FUNCTION__-a-like.
1121      Branch: perl
1122            ! pod/perltodo.pod
1123 ____________________________________________________________________________
1124 [ 32170] By: rgs                                   on 2007/10/22  12:39:17
1125         Log: Subject: [PATCH] Update Log::Messge::Simple to 0.04 (was: Re: Code freeze)
1126              From: "Jos I. Boumans" <jos@dwim.org>
1127              Date: Mon, 22 Oct 2007 14:32:51 +0200
1128              Message-Id: <33D80A92-6B24-400F-8E99-15193E3CD4A1@dwim.org>
1129              
1130              Only a version bump.
1131      Branch: perl
1132            ! lib/Log/Message/Simple.pm
1133 ____________________________________________________________________________
1134 [ 32169] By: nicholas                              on 2007/10/22  12:36:16
1135         Log: hv_iterkeysv() actually creates a mortal SV for every call.
1136              gv_stashsv() is just a wrapper for gv_stashpvn(), so doesn't need an
1137              SV internally. Hence avoid creating lots of mortal SVs by using
1138              hv_iterkey() to get the keys and lengths.
1139              Also tweak whitespace in change 32168.
1140      Branch: perl
1141            ! mro.c
1142 ____________________________________________________________________________
1143 [ 32168] By: nicholas                              on 2007/10/22  12:14:12
1144         Log: In Perl_mro_isa_changed_in(), no need to call an RVALUE hv_fetch() then
1145              hv_store() a new HV if fetch drew a blank, as we can detect the new SV
1146              an LVALUE fetch gave us, and replace it with a new HV, which will be
1147              more efficient.
1148      Branch: perl
1149            ! mro.c
1150 ____________________________________________________________________________
1151 [ 32167] By: nicholas                              on 2007/10/22  11:46:55
1152         Log: S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then
1153              hv_store(), as hv_fetch() can do it all for us.
1154      Branch: perl
1155            ! mro.c
1156 ____________________________________________________________________________
1157 [ 32166] By: rgs                                   on 2007/10/22  11:46:36
1158         Log: Mention perlcommunity.pod, plus some typo fixes
1159      Branch: perl
1160            ! pod/perl5100delta.pod
1161 ____________________________________________________________________________
1162 [ 32165] By: mhx                                   on 2007/10/22  11:35:07
1163         Log: Fix a typo (pport -> ppport).
1164      Branch: perl
1165            ! pod/perl5100delta.pod
1166 ____________________________________________________________________________
1167 [ 32164] By: nicholas                              on 2007/10/22  11:33:23
1168         Log: B::Concise was failing an assertion on index "foo", "foo";
1169      Branch: perl
1170            ! ext/B/B.xs ext/B/B/Concise.pm ext/B/t/optree_misc.t
1171 ____________________________________________________________________________
1172 [ 32163] By: rgs                                   on 2007/10/22  11:29:57
1173         Log: There's no point in empty TODO sections
1174      Branch: perl
1175            ! installhtml
1176 ____________________________________________________________________________
1177 [ 32162] By: rgs                                   on 2007/10/22  10:18:00
1178         Log: Mention B::COP::hints_hash method
1179      Branch: perl
1180            ! ext/B/B.pm
1181 ____________________________________________________________________________
1182 [ 32161] By: rgs                                   on 2007/10/22  09:02:47
1183         Log: Newest things to put in perldelta
1184      Branch: perl
1185            ! pod/perl5100delta.pod
1186 ____________________________________________________________________________
1187 [ 32160] By: rgs                                   on 2007/10/22  08:55:01
1188         Log: Add -Duse32bit* in perltodo
1189      Branch: perl
1190            ! pod/perltodo.pod
1191 ____________________________________________________________________________
1192 [ 32159] By: rgs                                   on 2007/10/22  08:38:07
1193         Log: Regenerate Changes
1194      Branch: perl
1195            ! Changes
1196 ____________________________________________________________________________
1197 [ 32158] By: rgs                                   on 2007/10/22  08:32:46
1198         Log: More delta info from Perl 5.9.5
1199      Branch: perl
1200            ! pod/perl5100delta.pod
1201 ____________________________________________________________________________
1202 [ 32157] By: rgs                                   on 2007/10/21  20:19:08
1203         Log: Subject: Re: overload64.t failures
1204              From: Rick Delaney <rick@bort.ca>
1205              Date: Sun, 21 Oct 2007 16:13:51 -0400
1206              Message-ID: <20071021201351.GY29047@bort.ca>
1207      Branch: perl
1208            ! pp.c pp_hot.c
1209 ____________________________________________________________________________
1210 [ 32156] By: rgs                                   on 2007/10/21  20:15:46
1211         Log: More perldelta entries from perl 5.9.4, plus some reordering and
1212              deduplication
1213      Branch: perl
1214            ! pod/perl5100delta.pod
1215 ____________________________________________________________________________
1216 [ 32155] By: rgs                                   on 2007/10/21  16:38:36
1217         Log: More perldelta entries from 5.9.3
1218      Branch: perl
1219            ! pod/perl5100delta.pod
1220 ____________________________________________________________________________
1221 [ 32154] By: rgs                                   on 2007/10/21  10:59:47
1222         Log: Changes from perl 5.9.2
1223      Branch: perl
1224            ! pod/perl5100delta.pod
1225 ____________________________________________________________________________
1226 [ 32153] By: rgs                                   on 2007/10/21  07:51:14
1227         Log: Skip test on Basque locales on Mac OS X 10.5
1228      Branch: perl
1229            ! lib/locale.t
1230 ____________________________________________________________________________
1231 [ 32152] By: rgs                                   on 2007/10/20  16:25:32
1232         Log: Subject: [PATCH] VDf no longer in PERL_CORE
1233              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1234              Date: Fri, 19 Oct 2007 13:33:50 +0100
1235              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20E@exchsvr1.npl.ad.local>
1236      Branch: perl
1237            ! perl.h sv.c
1238 ____________________________________________________________________________
1239 [ 32151] By: nicholas                              on 2007/10/20  16:16:56
1240         Log: In Perl_do_openn() we know the length of oname, so use it when creating
1241              an SV.
1242      Branch: perl
1243            ! doio.c
1244 ____________________________________________________________________________
1245 [ 32150] By: rgs                                   on 2007/10/20  15:19:20
1246         Log: Revert code change from #32148
1247      Branch: perl
1248            ! sv.c
1249 ____________________________________________________________________________
1250 [ 32149] By: rgs                                   on 2007/10/20  15:04:44
1251         Log: Subject: [PATCH] perlfunc/perldiag errors
1252              From: Father Chrysostomos <sprout@cpan.org>
1253              Date: Fri, 19 Oct 2007 20:25:38 -0700
1254              Message-Id: <8186DA53-970C-4A10-A0CE-0A4FFB199A01@cpan.org>
1255      Branch: perl
1256            ! pod/perldiag.pod pod/perlfunc.pod
1257 ____________________________________________________________________________
1258 [ 32148] By: rgs                                   on 2007/10/20  15:02:33
1259         Log: Subject: Re: [PATCH] Fix overloading for 64-bit ints (revised)
1260              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1261              Date: Fri, 19 Oct 2007 20:50:27 -0400
1262              Message-ID: <1ff86f510710191750s3f25eae2x2dc2e90f18f1f716@mail.gmail.com>
1263      Branch: perl
1264            ! pod/perlintern.pod sv.c
1265 ____________________________________________________________________________
1266 [ 32147] By: rgs                                   on 2007/10/19  16:14:01
1267         Log: More perldelta work (info from perl59[01]delta)
1268      Branch: perl
1269            ! pod/perl5100delta.pod
1270 ____________________________________________________________________________
1271 [ 32146] By: rgs                                   on 2007/10/19  11:06:58
1272         Log: Document that encoding.pm isn't thread-safe, by Jerry D. Hedden
1273      Branch: perl
1274            ! ext/Encode/encoding.pm
1275 ____________________________________________________________________________
1276 [ 32145] By: rgs                                   on 2007/10/19  10:44:04
1277         Log: POD nits
1278      Branch: perl
1279            ! pod/perlre.pod pod/perluniintro.pod
1280 ____________________________________________________________________________
1281 [ 32144] By: rgs                                   on 2007/10/19  10:32:39
1282         Log: Subject: Re: [Diff] perlxstut.pod
1283              From: =?ISO-8859-1?Q?Ren=E9e_B=E4cker?= <renee.baecker@smart-websolutions.de>
1284              Date: Fri, 12 Oct 2007 10:29:50 +0200
1285              Message-ID: <470F307E.1030804@smart-websolutions.de>
1286      Branch: perl
1287            ! pod/perlxstut.pod
1288 ____________________________________________________________________________
1289 [ 32143] By: rgs                                   on 2007/10/19  10:18:19
1290         Log: Upgrade to Term::Cap 1.10
1291      Branch: perl
1292            ! lib/Term/Cap.pm lib/Term/Cap.t
1293 ____________________________________________________________________________
1294 [ 32142] By: rgs                                   on 2007/10/19  10:14:03
1295         Log: Subject: RE: [PATCH] RE: PERL_CORE UVf logic
1296              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1297              Date: Thu, 18 Oct 2007 17:51:34 +0100
1298              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20A@exchsvr1.npl.ad.local>
1299      Branch: perl
1300            ! perl.h
1301 ____________________________________________________________________________
1302 [ 32141] By: rgs                                   on 2007/10/19  07:47:45
1303         Log: Subject: [PATCH] Fix overloading for 64-bit ints (revised)
1304              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1305              Date: Thu, 18 Oct 2007 14:49:40 -0400
1306              Message-ID: <1ff86f510710181149s1c096dd9qffa8fe42046e675b@mail.gmail.com>
1307      Branch: perl
1308            + lib/overload64.t
1309            ! MANIFEST embed.fnc embed.h lib/overload.t pod/perlintern.pod
1310            ! pp.c pp_hot.c proto.h sv.c
1311 ____________________________________________________________________________
1312 [ 32140] By: nicholas                              on 2007/10/18  20:42:30
1313         Log: It seems crazy for Perl_yylex() to individually shift each element off
1314              PL_preambleav, and then free each in turn, rather than simply process
1315              the array in place, and allow the sv_free(PL_preambleav) to dispose of
1316              everything.
1317      Branch: perl
1318            ! toke.c
1319 ____________________________________________________________________________
1320 [ 32139] By: nicholas                              on 2007/10/18  19:21:50
1321         Log: Change 32136 introduced an error - passing a const char * to
1322              sv_usepvn_flags(). Fixed.
1323      Branch: perl
1324            ! gv.c
1325 ____________________________________________________________________________
1326 [ 32138] By: nicholas                              on 2007/10/18  18:59:59
1327         Log: Inline and eliminate S_incl_perldb(), as it's only called on one place.
1328              This also makes the logic in the call site simpler and more efficient.
1329      Branch: perl
1330            ! embed.fnc embed.h proto.h toke.c
1331 ____________________________________________________________________________
1332 [ 32137] By: nicholas                              on 2007/10/18  18:07:19
1333         Log: Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv()
1334              will do the "right" thing if we want NULL to map to undef.
1335      Branch: perl
1336            ! mg.c
1337 ____________________________________________________________________________
1338 [ 32136] By: nicholas                              on 2007/10/18  18:06:29
1339         Log: Eliminate some uses of sv_setpv() where we already know the length.
1340              Donate the prototype buffer to the CV in Perl_gv_init(), rather than
1341              setting a copy, and immediately free()ing the original.
1342      Branch: perl
1343            ! gv.c toke.c
1344 ____________________________________________________________________________
1345 [ 32135] By: nicholas                              on 2007/10/18  17:15:16
1346         Log: Change newSVpv() to newSVpvn() where we know the length is non-zero, as
1347              newSVpvn() will be fractionally more efficient.
1348      Branch: perl
1349            ! mg.c toke.c
1350 ____________________________________________________________________________
1351 [ 32134] By: nicholas                              on 2007/10/18  17:14:38
1352         Log: use newSVpvs() on the constant string "isa", rather than newSVpv().
1353      Branch: perl
1354            ! universal.c
1355 ____________________________________________________________________________
1356 [ 32133] By: nicholas                              on 2007/10/18  17:13:34
1357         Log: By using the HEK that holds the stash name in S_mro_get_linear_isa_c3()
1358              and S_mro_get_linear_isa_dfs() we can create scalars more efficiently.
1359      Branch: perl
1360            ! mro.c
1361 ____________________________________________________________________________
1362 [ 32132] By: nicholas                              on 2007/10/18  16:15:22
1363         Log: In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know
1364              the length. (Not sure why I didn't spot this one during change 32124.)
1365      Branch: perl
1366            ! gv.c overload.c overload.pl
1367 ____________________________________________________________________________
1368 [ 32131] By: rgs                                   on 2007/10/18  13:54:09
1369         Log: Subject: [PATCH] B::Lint is dual-lived (revised)
1370              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1371              Date: Thu, 18 Oct 2007 09:45:41 -0400
1372              Message-ID: <1ff86f510710180645x115a7949vaea7b45dd2dc3139@mail.gmail.com>
1373      Branch: perl
1374            ! Porting/Maintainers.pl
1375 ____________________________________________________________________________
1376 [ 32130] By: nicholas                              on 2007/10/18  12:32:42
1377         Log: No need to call strlen() on the result of CopSTASHPV() when unthreaded,
1378              as the length is already known. Hence conditionally compile out the
1379              logic related to the call to strlen() from S_method_common(), and use
1380              newSVhek in S_gv_get_super_pkg().
1381      Branch: perl
1382            ! gv.c pp_hot.c
1383 ____________________________________________________________________________
1384 [ 32129] By: nicholas                              on 2007/10/18  10:44:35
1385         Log: Don't call strlen() on CopFILE() for the unthreaded case, because the
1386              length can be obtained via CopFILESV().
1387      Branch: perl
1388            ! gv.c toke.c
1389 ____________________________________________________________________________
1390 [ 32128] By: rgs                                   on 2007/10/18  09:45:47
1391         Log: Silence a casting warning
1392      Branch: perl
1393            ! toke.c
1394 ____________________________________________________________________________
1395 [ 32127] By: nicholas                              on 2007/10/18  09:24:42
1396         Log: Where possible, change gv_fetchfile() to gv_fetchfile_flags(),
1397              gv_stashpv() to gv_stashpvn() and gv_fetchpv() to gv_fetchpvn_flags().
1398              Change the len parameter of S_find_in_my_stash() from I32 to STRLEN, as
1399              a pointer the variable needs to be passed onwards, and size matters on
1400              64 bit platforms.
1401              Fix the temporary scribbling of a buffer in Perl_yylex() by using
1402              gv_fetchpvn_flags(), and remove the XXX comment added in change 27641.
1403              Brought to you by the Campaign for the Elimination of strlen().
1404      Branch: perl
1405            ! embed.fnc gv.c proto.h sv.c toke.c
1406 ____________________________________________________________________________
1407 [ 32126] By: nicholas                              on 2007/10/18  07:17:46
1408         Log: In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving
1409              the strlen() earlier.
1410              Brought to you by the Campaign for the Elimination of strlen().
1411      Branch: perl
1412            ! perl.c
1413 ____________________________________________________________________________
1414 [ 32125] By: nicholas                              on 2007/10/17  16:06:21
1415         Log: In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't use
1416              strlcpy() to forcibly truncate a string to a known length, when
1417              memcpy() and a write of '\0' will not only make the intent clear, but
1418              also do that exact job more efficiently.
1419      Branch: perl
1420            ! util.c
1421 ____________________________________________________________________________
1422 [ 32124] By: nicholas                              on 2007/10/17  15:10:58
1423         Log: Storing the length of all the overloading names saves a strlen() in a
1424              loop in Perl_Gv_AMupdate().
1425              Brought to you by the Campaign for the Elimination of strlen().
1426      Branch: perl
1427            ! gv.c overload.c overload.pl
1428 ____________________________________________________________________________
1429 [ 32123] By: rgs                                   on 2007/10/17  12:08:02
1430         Log: Subject: [PATCH] Update IPC::Cmd to 0.40
1431              From: "Jos I. Boumans" <jos@dwim.org>
1432              Date: Wed, 17 Oct 2007 11:32:03 +0200
1433              Message-Id: <C7DB06B4-6FE5-4188-A087-DC40E8E9F07D@dwim.org>
1434      Branch: perl
1435            ! lib/IPC/Cmd.pm
1436 ____________________________________________________________________________
1437 [ 32122] By: rgs                                   on 2007/10/17  11:50:12
1438         Log: Subject: [PATCH] Minor fix in File::Copy POD
1439              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1440              Date: Mon, 15 Oct 2007 09:56:33 -0400
1441              Message-ID: <1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com>
1442      Branch: perl
1443            ! lib/File/Copy.pm
1444 ____________________________________________________________________________
1445 [ 32121] By: rgs                                   on 2007/10/17  08:20:36
1446         Log: Subject: [PATCH] Another ex-PVBM assert
1447              From: Ben Morrow <ben@morrow.me.uk>
1448              Date: Tue, 16 Oct 2007 19:51:09 +0100
1449              Message-ID: <tpdfu4-bsm.ln1@osiris.mauzo.dyndns.org>
1450      Branch: perl
1451            ! sv.c t/op/lex_assign.t
1452 ____________________________________________________________________________
1453 [ 32120] By: rgs                                   on 2007/10/17  08:17:29
1454         Log: Subject: [PATCH] Fix a few segfaults and a when() bug
1455              From: "josh" <twists@gmail.com>
1456              Date: Sun, 14 Oct 2007 21:37:08 -0700
1457              Message-ID: <20071015043708.GA10981@grenekatz.org>
1458      Branch: perl
1459            ! op.c pp_sys.c regcomp.c t/io/argv.t t/op/reg_nc_tie.t
1460            ! t/op/switch.t
1461 ____________________________________________________________________________
1462 [ 32119] By: rgs                                   on 2007/10/17  08:08:04
1463         Log: Subject: [PATCH] ex-PVBM and mro interact badly
1464              From: Ben Morrow <ben@morrow.me.uk>
1465              Date: Mon, 15 Oct 2007 22:56:16 +0100
1466              Message-ID: <20071015215616.GA43800@osiris.mauzo.dyndns.org>
1467      Branch: perl
1468            ! hv.c t/op/hash.t
1469 ____________________________________________________________________________
1470 [ 32118] By: rgs                                   on 2007/10/17  08:03:23
1471         Log: Update Module::Load::Conditional to 0.22
1472      Branch: perl
1473            ! lib/Module/Load/Conditional.pm
1474            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
1475 ____________________________________________________________________________
1476 [ 32117] By: rgs                                   on 2007/10/17  07:39:16
1477         Log: More tests for Safe
1478      Branch: perl
1479            ! ext/Safe/t/safeuniversal.t
1480 ____________________________________________________________________________
1481 [ 32116] By: nicholas                              on 2007/10/16  16:02:35
1482         Log: PL_AMG_names is only used by gv.c (as far as Google code search can
1483              see), so it can easily be a static variable inside gv.c. This allows
1484              the implementation to be changed in future Perls within the 5.10.x
1485              series.
1486      Branch: perl
1487            + overload.c
1488            ! MANIFEST globvar.sym gv.c overload.h overload.pl
1489 ____________________________________________________________________________
1490 [ 32115] By: nicholas                              on 2007/10/16  10:39:38
1491         Log: Replace my_strlcpy() with a pair of byte writes.
1492      Branch: perl
1493            ! sv.c
1494 ____________________________________________________________________________
1495 [ 32114] By: nicholas                              on 2007/10/16  09:48:48
1496         Log: Given that S_feature_is_enabled() is a static function, we can know all
1497              the possible strings that can be passed to it, and their lengths. So we
1498              can avoid my_strlcpy() and instead use memcpy().
1499              Brought to you by the Campaign for the Elimination of strlen().
1500      Branch: perl
1501            ! toke.c
1502 ____________________________________________________________________________
1503 [ 32113] By: nicholas                              on 2007/10/16  09:40:15
1504         Log: Given that the buffer for mode in Perl_do_openn() has been initialised
1505              to all NUL bytes, and the "string" being appended is one character,
1506              it's way faster just to write the byte in question to the buffer.
1507      Branch: perl
1508            ! doio.c
1509 ____________________________________________________________________________
1510 [ 32112] By: nicholas                              on 2007/10/16  09:38:48
1511         Log: Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv()
1512              Brought to you by the Campaign for the Elimination of strlen().
1513      Branch: perl
1514            ! perl.c
1515 ____________________________________________________________________________
1516 [ 32111] By: nicholas                              on 2007/10/16  09:06:26
1517         Log: Pass in explicit lengths for the key and type arguments to
1518              S_new_constant() in toke.c, as we know all the lengths already.
1519              Brought to you by the Campaign for the Elimination of strlen().
1520      Branch: perl
1521            ! embed.fnc embed.h proto.h toke.c
1522 ____________________________________________________________________________
1523 [ 32110] By: nicholas                              on 2007/10/16  08:37:29
1524         Log: Perl_ck_smartmatch needs a dVAR too.
1525      Branch: perl
1526            ! op.c
1527 ____________________________________________________________________________
1528 [ 32109] By: nicholas                              on 2007/10/16  07:51:36
1529         Log: Add dVAR;s to the functions created in change 31970.
1530      Branch: perl
1531            ! perl.c
1532 ____________________________________________________________________________
1533 [ 32108] By: craigb                                on 2007/10/16  04:05:18
1534         Log: Subject: [PATCH] Update File::Fetch to 0.12
1535              From: "Jos I. Boumans" <jos@dwim.org>
1536              Date: Mon, 15 Oct 2007 14:40:39 +0200
1537              Message-Id: <D845A191-6837-4618-8A34-B44A3DC6F5C6@dwim.org>
1538      Branch: perl
1539            ! lib/File/Fetch.pm
1540 ____________________________________________________________________________
1541 [ 32107] By: rgs                                   on 2007/10/13  07:24:17
1542         Log: POD nit found by Slaven Rezic.
1543      Branch: perl
1544            ! ext/Hash/Util/lib/Hash/Util.pm
1545 ____________________________________________________________________________
1546 [ 32106] By: craigb                                on 2007/10/12  20:48:11
1547         Log: Normalize the case of some VMS syscalls so the prototypes are
1548              kosher on a system with older headers.
1549      Branch: perl
1550            ! vms/vms.c
1551 ____________________________________________________________________________
1552 [ 32105] By: nicholas                              on 2007/10/12  15:21:14
1553         Log: Remove some strlen()s and replace one strlcpy() with memcpy() because
1554              we already know the string length.
1555      Branch: perl
1556            ! doio.c dump.c mro.c op.c
1557 ____________________________________________________________________________
1558 [ 32104] By: rgs                                   on 2007/10/12  09:43:20
1559         Log: New test for Safe
1560      Branch: perl
1561            + ext/Safe/t/safeuniversal.t
1562            ! MANIFEST
1563 ____________________________________________________________________________
1564 [ 32103] By: rgs                                   on 2007/10/12  07:47:42
1565         Log: Funny symbol table names can be shared, too
1566      Branch: perl
1567            ! ext/Opcode/Safe.pm
1568 ____________________________________________________________________________
1569 [ 32102] By: rgs                                   on 2007/10/12  07:41:18
1570         Log: Share the internal XS functions defined in universal.c
1571              to Safe compartments
1572      Branch: perl
1573            ! ext/Opcode/Safe.pm
1574 ____________________________________________________________________________
1575 [ 32101] By: rgs                                   on 2007/10/11  15:41:55
1576         Log: Subject: [PATCH] Update IPC::Cmd to 0.38
1577              From: "Jos I. Boumans" <jos@dwim.org>
1578              Date: Thu, 11 Oct 2007 17:24:50 +0200
1579              Message-Id: <E88BE0DB-CA4E-4798-AB5B-3D45D1B5799B@dwim.org>
1580      Branch: perl
1581            ! lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
1582 ____________________________________________________________________________
1583 [ 32100] By: rgs                                   on 2007/10/11  14:29:02
1584         Log: Subject: [PATCH] pp_int should treat refs as UVs (not IVs)
1585              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1586              Date: Thu, 11 Oct 2007 10:23:03 -0400
1587              Message-ID: <1ff86f510710110723p6cbed55fo558777258061b556@mail.gmail.com>
1588      Branch: perl
1589            ! pp.c
1590 ____________________________________________________________________________
1591 [ 32099] By: rgs                                   on 2007/10/11  13:14:21
1592         Log: Subject: [PATCH] Gentler theads test
1593              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1594              Date: Thu, 11 Oct 2007 09:12:21 -0400
1595              Message-ID: <1ff86f510710110612j6ecaa1d5ta1a6f2a4e3e13ed3@mail.gmail.com>
1596      Branch: perl
1597            ! t/op/threads.t
1598 ____________________________________________________________________________
1599 [ 32098] By: rgs                                   on 2007/10/11  07:10:25
1600         Log: Subject: [PATCH] Move threads test added in change 32091
1601              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1602              Date: Wed, 10 Oct 2007 12:39:23 -0400
1603              Message-ID: <1ff86f510710100939v29aef6beqcb782934e641ea79@mail.gmail.com>
1604      Branch: perl
1605            ! ext/threads/t/problems.t t/op/threads.t
1606 ____________________________________________________________________________
1607 [ 32097] By: rgs                                   on 2007/10/11  07:08:00
1608         Log: Subject: [PATCH] Porting/Maintainers.pm --check added functionality
1609              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1610              Date: Wed, 10 Oct 2007 18:11:36 +0100
1611              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F2@exchsvr1.npl.ad.local>
1612      Branch: perl
1613            ! Porting/Maintainers.pm
1614 ____________________________________________________________________________
1615 [ 32096] By: rgs                                   on 2007/10/10  20:54:25
1616         Log: Subject: [PATCH] add calling hints to perldebug.pod
1617              From: Richard Foley <Richard.Foley@rfi.net>
1618              Date: Wed, 10 Oct 2007 15:29:39 +0200
1619              Message-Id: <200710101529.39895.Richard.Foley@rfi.net>
1620      Branch: perl
1621            ! pod/perldebug.pod
1622 ____________________________________________________________________________
1623 [ 32095] By: rgs                                   on 2007/10/10  20:50:12
1624         Log: Subject: [PATCH] Porting/Maintainers.pl
1625              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1626              Date: Wed, 10 Oct 2007 17:52:38 +0100
1627              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F1@exchsvr1.npl.ad.local>
1628      Branch: perl
1629            ! Porting/Maintainers.pl
1630 ____________________________________________________________________________
1631 [ 32094] By: rgs                                   on 2007/10/10  20:38:54
1632         Log: Remove an obsolete test for h2ph, that was always skipped.
1633              New tests are needed.
1634      Branch: perl
1635            - lib/ph.t
1636            ! MANIFEST
1637 ____________________________________________________________________________
1638 [ 32093] By: rgs                                   on 2007/10/10  15:37:14
1639         Log: Delete files removed by latest CPANPLUS update
1640      Branch: perl
1641            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
1642            - r-0.01.tar.gz.packed
1643            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
1644            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
1645            - readme
1646            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
1647            - tar.gz.packed
1648            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
1649            - tar.gz.packed
1650            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
1651            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
1652            - adme
1653            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
1654            - r.gz.packed
1655            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
1656            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
1657            - readme
1658            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
1659            - tar.gz.packed
1660            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
1661            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
1662            - adme
1663            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
1664            - r.gz.packed
1665 ____________________________________________________________________________
1666 [ 32092] By: rgs                                   on 2007/10/10  15:36:53
1667         Log: Update CPANPLUS to 0.83_02
1668      Branch: perl
1669            + lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
1670            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
1671            + 1.tar.gz.packed
1672            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS
1673            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readm
1674            + e
1675            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
1676            + z.packed
1677            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
1678            + z.packed lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS
1679            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme
1680            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
1681            + packed lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS
1682            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readm
1683            + e
1684            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
1685            + z.packed lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS
1686            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme
1687            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
1688            + packed
1689            ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
1690            ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Internals.pm
1691            ! lib/CPANPLUS/Internals/Constants.pm
1692            ! lib/CPANPLUS/Internals/Extract.pm
1693            ! lib/CPANPLUS/Internals/Report.pm
1694            ! lib/CPANPLUS/Internals/Search.pm
1695            ! lib/CPANPLUS/Internals/Source.pm
1696            ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Selfupdate.pm
1697            ! lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Default.pm
1698            ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
1699            ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
1700            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
1701            ! lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
1702            ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
1703            ! lib/CPANPLUS/t/15_CPANPLUS-Shell.t
1704            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
1705            ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
1706            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1707            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
1708            ! cked
1709            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
1710            ! lib/CPANPLUS/t/inc/conf.pl
1711 ____________________________________________________________________________
1712 [ 32091] By: davem                                 on 2007/10/10  15:03:16
1713         Log: newCONTSUB() wasn't thread-safe ([perl #45053])
1714      Branch: perl
1715            ! ext/threads/t/problems.t op.c
1716 ____________________________________________________________________________
1717 [ 32090] By: rgs                                   on 2007/10/10  08:17:07
1718         Log: If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings
1719              when $" is undefined.
1720      Branch: perl
1721            ! lib/strict.pm lib/warnings.pm warnings.pl
1722 ____________________________________________________________________________
1723 [ 32089] By: nicholas                              on 2007/10/09  21:55:56
1724         Log: As we know the length, replace strEQ with memEQs in S_doopen_pm().
1725      Branch: perl
1726            ! pp_ctl.c
1727 ____________________________________________________________________________
1728 [ 32088] By: nicholas                              on 2007/10/09  21:32:50
1729         Log: If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to
1730              check_type_and_open(). So for this case make it a macro, to save a
1731              level of function call.
1732      Branch: perl
1733            ! embed.fnc embed.h pp_ctl.c proto.h
1734 ____________________________________________________________________________
1735 [ 32087] By: nicholas                              on 2007/10/09  20:45:49
1736         Log: Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require's
1737              loop over @INC with direct perl API calls that allocate sufficient
1738              memory up front, avoid the need to parse a format string, and avoid
1739              the need to call strlen() on either parameter.
1740      Branch: perl
1741            ! pp_ctl.c
1742 ____________________________________________________________________________
1743 [ 32086] By: nicholas                              on 2007/10/09  20:06:57
1744         Log: Remove the strlen in doopen_pm() by passing in the length. (As we know
1745              it already in the caller). Remove the unchanging mode parameter from
1746              doopen_pm() and check_type_and_open(), as it's always PERL_SCRIPT_MODE.
1747      Branch: perl
1748            ! embed.fnc embed.h pp_ctl.c proto.h
1749 ____________________________________________________________________________
1750 [ 32085] By: nicholas                              on 2007/10/09  17:56:13
1751         Log: Remove a call to *printf from the require code.
1752      Branch: perl
1753            ! pp_ctl.c
1754 ____________________________________________________________________________
1755 [ 32084] By: nicholas                              on 2007/10/09  17:03:53
1756         Log: Tests for the .pmc functionality.
1757      Branch: perl
1758            ! t/comp/require.t
1759 ____________________________________________________________________________
1760 [ 32083] By: rgs                                   on 2007/10/09  15:26:26
1761         Log: Files names for pragmas strict and warnings can end in .pmc
1762      Branch: perl
1763            ! lib/strict.pm lib/warnings.pm warnings.pl
1764 ____________________________________________________________________________
1765 [ 32082] By: rgs                                   on 2007/10/09  15:14:53
1766         Log: Fix description of "." in unpack() in perl5100delta
1767      Branch: perl
1768            ! pod/perl5100delta.pod
1769 ____________________________________________________________________________
1770 [ 32081] By: rgs                                   on 2007/10/09  13:08:41
1771         Log: perlmodlib.pod has changed, too
1772      Branch: perl
1773            ! pod/perlmodlib.pod
1774 ____________________________________________________________________________
1775 [ 32080] By: rgs                                   on 2007/10/09  13:06:26
1776         Log: Add a rough, incomplete version of perl5100delta
1777      Branch: perl
1778            + pod/perl5100delta.pod
1779            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
1780            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1781            ! win32/pod.mak
1782 ____________________________________________________________________________
1783 [ 32079] By: rgs                                   on 2007/10/09  12:25:05
1784         Log: Subject: [perl #45823] [PATCH] v5.8.8. pod2html: <a name="example"> anchor, but <a href="item_example"> link 
1785              From: Axel Kollmorgen (via RT) <perlbug-followup@perl.org>
1786              Date: Thu, 27 Sep 2007 16:03:38 -0700
1787              Message-ID: <rt-3.6.HEAD-10743-1190934218-322.45823-75-0@perl.org>
1788      Branch: perl
1789            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
1790 ____________________________________________________________________________
1791 [ 32078] By: mhx                                   on 2007/10/09  12:01:22
1792         Log: Increment IPC::SysV version number.
1793      Branch: perl
1794            ! ext/IPC/SysV/SysV.pm
1795 ____________________________________________________________________________
1796 [ 32077] By: mhx                                   on 2007/10/09  12:00:27
1797         Log: Fix fallback definitions of S_IRWX[UGO] (didn't include
1798              the 'X', but 'W' twice) and fix the value of IPC_GETACL,
1799              which was set to IPC_EXCL.
1800      Branch: perl
1801            ! ext/IPC/SysV/SysV.xs
1802 ____________________________________________________________________________
1803 [ 32076] By: nicholas                              on 2007/10/09  11:57:16
1804         Log: Don't deparse $^H{v_string}, which is automatically set by the
1805              internals. Doing so confuses modules that test the round-tripping of
1806              various code.
1807      Branch: perl
1808            ! ext/B/B/Deparse.pm
1809 ____________________________________________________________________________
1810 [ 32075] By: rgs                                   on 2007/10/09  10:56:56
1811         Log: Free temporary scalars later, because they might be still needed
1812              when restoring magic
1813      Branch: perl
1814            ! ext/Hash/Util/FieldHash/FieldHash.xs
1815 ____________________________________________________________________________
1816 [ 32074] By: rgs                                   on 2007/10/09  09:23:06
1817         Log: Subject: Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)
1818              From: "Brandon Black" <blblack@gmail.com>
1819              Date: Mon, 8 Oct 2007 08:54:35 -0500
1820              Message-ID: <84621a60710080654s589f57eax90b7f78558ad8b6f@mail.gmail.com>
1821              
1822              new tests.
1823      Branch: perl
1824            ! t/mro/basic.t
1825 ____________________________________________________________________________
1826 [ 32073] By: rgs                                   on 2007/10/09  08:46:24
1827         Log: New opcode category :load, for require, dofile and caller.
1828      Branch: perl
1829            ! ext/Opcode/Opcode.pm
1830 ____________________________________________________________________________
1831 [ 32072] By: rgs                                   on 2007/10/08  15:59:55
1832         Log: Subject: [PATCH] make t/op/pack.t not explode when u64size=''
1833              From: Alex Gough <alex-p5p@earth.li>
1834              Date: Mon, 8 Oct 2007 16:09:35 +0100
1835              Message-ID: <20071008150935.GE24241@the.earth.li>
1836      Branch: perl
1837            ! t/op/pack.t
1838 ____________________________________________________________________________
1839 [ 32071] By: rgs                                   on 2007/10/08  15:52:37
1840         Log: Suggestion by Rick Delaney to make this test pass with -Duse64bitall
1841              on HP-UX (see bug #46011)
1842      Branch: perl
1843            ! lib/overload.t
1844 ____________________________________________________________________________
1845 [ 32070] By: rgs                                   on 2007/10/08  14:09:23
1846         Log: Build with -Dusemymalloc was broken
1847      Branch: perl
1848            ! perl.c
1849 ____________________________________________________________________________
1850 [ 32069] By: rgs                                   on 2007/10/08  13:16:44
1851         Log: Subject: [PATCH] Time::Piece & matherr on qnx4
1852              From: Alex Gough <alex-p5p@earth.li>
1853              Date: Mon, 8 Oct 2007 13:10:04 +0100
1854              Message-ID: <20071008121004.GB24241@the.earth.li>
1855              
1856              Plus, bump version number of Time::Piece to 1.11_03
1857      Branch: perl
1858            + qnx/qnx.c
1859            ! AUTHORS MANIFEST ext/Time/Piece/Piece.pm
1860            ! ext/Time/Piece/Piece.xs ext/Time/Piece/t/02core.t hints/qnx.sh
1861 ____________________________________________________________________________
1862 [ 32068] By: nicholas                              on 2007/10/08  11:37:27
1863         Log: Move (most of) the conditionally compiled members of the interpreter
1864              structure to the end.
1865      Branch: perl
1866            ! intrpvar.h
1867 ____________________________________________________________________________
1868 [ 32067] By: nicholas                              on 2007/10/08  11:09:06
1869         Log: Shrink 4 bytes (ILP32) from the interpreter structure.
1870              (Spotted a U8 sized hole, and filled the known U16 sized hole).
1871              Moved the sig_pending so that its int fills the 4 byte space left by
1872              csh_len, to reduce padding on LP64.
1873      Branch: perl
1874            ! intrpvar.h
1875 ____________________________________________________________________________
1876 [ 32066] By: steveh                                on 2007/10/08  10:17:41
1877         Log: Do the same as #32061 for Win32, which also fixes a static linking
1878              build problem with Hash/Util/FieldHash
1879      Branch: perl
1880            ! win32/FindExt.pm win32/Makefile win32/makefile.mk
1881 ____________________________________________________________________________
1882 [ 32065] By: rgs                                   on 2007/10/08  09:25:12
1883         Log: Subject: Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)
1884              From: "Brandon Black" <blblack@gmail.com>
1885              Date: Sun, 7 Oct 2007 22:36:36 -0500
1886              Message-ID: <84621a60710072036l60c29016tba8a32b8021b5b24@mail.gmail.com>
1887      Branch: perl
1888            ! embed.fnc embed.h gv.c proto.h
1889 ____________________________________________________________________________
1890 [ 32064] By: steveh                                on 2007/10/08  08:46:36
1891         Log: Silence compiler warnings on Win32 (VC6)
1892      Branch: perl
1893            ! regcomp.c
1894 ____________________________________________________________________________
1895 [ 32063] By: rgs                                   on 2007/10/08  08:46:30
1896         Log: Documentation change to go with change #32056.
1897      Branch: perl
1898            ! pod/perldiag.pod pod/perlrun.pod
1899 ____________________________________________________________________________
1900 [ 32062] By: rgs                                   on 2007/10/08  08:43:32
1901         Log: Subject: Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer results
1902              From: Rick Delaney <rick@bort.ca>
1903              Date: Sun, 7 Oct 2007 22:37:01 -0400
1904              Message-ID: <20071008023701.GI29047@bort.ca>
1905      Branch: perl
1906            ! lib/overload.t pp.c
1907 ____________________________________________________________________________
1908 [ 32061] By: merijn                                on 2007/10/08  08:23:08
1909         Log: Subject: [Patch] Configure doesn't pick up Hash/Util/FieldHash
1910              From: Alex Gough <alex-p5p@earth.li>
1911              Date: Mon, 8 Oct 2007 00:29:11 +0100
1912              Message-ID: <20071007232910.GA24241@the.earth.li>
1913      Branch: perl
1914            ! Configure
1915 ____________________________________________________________________________
1916 [ 32059] By: rgs                                   on 2007/10/07  09:44:22
1917         Log: Subject: [PATCH] Re: [perl #46011] overload "0+" doesn't handle integer results
1918              From: Rick Delaney <rick@bort.ca>
1919              Date: Sun, 7 Oct 2007 00:22:14 -0400
1920              Message-ID: <20071007042214.GH29047@bort.ca>
1921      Branch: perl
1922            ! lib/overload.t pp.c
1923 ____________________________________________________________________________
1924 [ 32058] By: nicholas                              on 2007/10/06  23:50:49
1925         Log: Subject: Re: several compilation problems on VMS in perl@32039
1926              From: "Craig A. Berry" <craig.a.berry@gmail.com>
1927              Message-ID: <c9ab31fc0710061147x3ee7f9bdg2b1bac3acd018bb2@mail.gmail.com>
1928              Date: Sat, 6 Oct 2007 13:47:03 -0500
1929      Branch: perl
1930            ! regcomp.c toke.c utf8.c
1931 ____________________________________________________________________________
1932 [ 32057] By: nicholas                              on 2007/10/06  23:44:50
1933         Log: Finally! Worked out how to const Perl_moreswitches().
1934              Although I've committed crimes against indenting to avoid losing
1935              blame annotation history. Revisit this when we have version control
1936              that can easily see through whitespace changes.
1937              [Can probably now propagate consting inside S_parse_body(),
1938              Perl_moreswitches() and Perl_yylex(), but that will not affect the
1939              external API, so can wait until after 5.10]
1940      Branch: perl
1941            ! embed.fnc perl.c proto.h toke.c
1942 ____________________________________________________________________________
1943 [ 32056] By: nicholas                              on 2007/10/06  22:22:20
1944         Log: "A" should no longer be in the list of options acceptable to PERL5OPT,
1945              now that assertions have been removed.
1946      Branch: perl
1947            ! perl.c
1948 ____________________________________________________________________________
1949 [ 32055] By: nicholas                              on 2007/10/06  21:24:32
1950         Log: Propagate the perlapi.pod part of change 32026 back to the source POD.
1951      Branch: perl
1952            ! sv.c
1953 ____________________________________________________________________________
1954 [ 32054] By: nicholas                              on 2007/10/06  21:23:23
1955         Log: Remove remaining C<Nullch>s and C<Nullsv>s
1956      Branch: perl
1957            ! dump.c perl.c perly.act perly.y toke.c
1958 ____________________________________________________________________________
1959 [ 32053] By: craigb                                on 2007/10/06  18:28:59
1960         Log: Add symlink support to Cwd::_vms_abs_path.
1961      Branch: perl
1962            ! ext/Cwd/t/cwd.t lib/Cwd.pm
1963 ____________________________________________________________________________
1964 [ 32052] By: nicholas                              on 2007/10/06  16:32:36
1965         Log: The scratch scalar used in -d processing for : and = options would leak
1966              as it was never freed.
1967      Branch: perl
1968            ! perl.c
1969 ____________________________________________________________________________
1970 [ 32051] By: nicholas                              on 2007/10/06  15:38:52
1971         Log: Nothing* outside the core uses the old misspelling
1972              PERL_PV_PRETTY_ELIPSES, so remove it.
1973              * well, nothing that Google can find. Same thing, isn't it? :-)
1974      Branch: perl
1975            ! perl.h
1976 ____________________________________________________________________________
1977 [ 32050] By: nicholas                              on 2007/10/06  15:29:44
1978         Log: Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR in
1979              Perl_pv_escape()
1980      Branch: perl
1981            ! dump.c
1982 ____________________________________________________________________________
1983 [ 32049] By: nicholas                              on 2007/10/06  15:04:53
1984         Log: Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code in
1985              Perl_regprop() for the EXACT node case.
1986      Branch: perl
1987            ! regcomp.c
1988 ____________________________________________________________________________
1989 [ 32048] By: nicholas                              on 2007/10/06  15:04:04
1990         Log: Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just
1991              PERL_PV_ESCAPE_NOCLEAR), and change Perl_pv_pretty() so that if this
1992              bit is set, the output SV is not reset to an empty string.
1993      Branch: perl
1994            ! dump.c perl.h
1995 ____________________________________________________________________________
1996 [ 32047] By: nicholas                              on 2007/10/06  14:56:18
1997         Log: Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/
1998      Branch: perl
1999            ! dump.c
2000 ____________________________________________________________________________
2001 [ 32046] By: stevep                                on 2007/10/06  13:30:59
2002         Log: Upgrade to Time-HiRes-1.9708
2003      Branch: perl
2004            ! ext/Time/HiRes/HiRes.pm
2005 ____________________________________________________________________________
2006 [ 32045] By: nicholas                              on 2007/10/06  12:55:29
2007         Log: newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")
2008              followed by SvGROW(size+1)
2009      Branch: perl
2010            ! utf8.c
2011 ____________________________________________________________________________
2012 [ 32044] By: nicholas                              on 2007/10/06  12:54:32
2013         Log: Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created empty
2014              string.
2015      Branch: perl
2016            ! perlio.c
2017 ____________________________________________________________________________
2018 [ 32043] By: nicholas                              on 2007/10/06  12:23:15
2019         Log: Avoid using *pvf functions when the format string is a fixed string.
2020      Branch: perl
2021            ! dump.c regcomp.c
2022 ____________________________________________________________________________
2023 [ 32042] By: nicholas                              on 2007/10/06  12:22:58
2024         Log: Directly create the SV with Perl_newSVpvf() rather than using
2025              Perl_catSVpvf() to extend a zero-length SV.
2026      Branch: perl
2027            ! perlio.c
2028 ____________________________________________________________________________
2029 [ 32041] By: nicholas                              on 2007/10/06  10:27:17
2030         Log: Optimise the logic in isPRINT(), possible following Jarkko's bugfix
2031              of change 10855. (to the implementation added in change 18)
2032              Nothing that a decent compiler optimiser would have missed.
2033      Branch: perl
2034            ! handy.h
2035 ____________________________________________________________________________
2036 [ 32040] By: nicholas                              on 2007/10/06  10:23:26
2037         Log: Revert one hunk of change 32034 that had the possibility of being buggy
2038              (the sprintf "%c" code will work correctly when the SV is UTF-8).
2039              Audit all the rest for UTF-8 correctness, and force SvUTF-8_off() in
2040              utf8.c to ensure correctness. (The string is reset to "", so this will
2041              not be a behaviour change.)
2042      Branch: perl
2043            ! dump.c regcomp.c utf8.c
2044 ____________________________________________________________________________
2045 [ 32039] By: nicholas                              on 2007/10/05  23:03:14
2046         Log: In the MAD code, eliminate one Perl_sv_catpvf() and convert one
2047              construction to *pvs.
2048      Branch: perl
2049            ! toke.c
2050 ____________________________________________________________________________
2051 [ 32038] By: nicholas                              on 2007/10/05  23:02:16
2052         Log: Change a sv_catpv() to sv_catpvs().
2053      Branch: perl
2054            ! mg.c
2055 ____________________________________________________________________________
2056 [ 32037] By: craigb                                on 2007/10/05  22:37:23
2057         Log: symlink() wrapper for VMS that prevents the creation of symlinks
2058              with zero-length names.  The standards disallow that and the test
2059              suite gets indigestion.
2060      Branch: perl
2061            ! vms/vms.c vms/vmsish.h
2062 ____________________________________________________________________________
2063 [ 32036] By: nicholas                              on 2007/10/05  21:46:39
2064         Log: Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR
2065      Branch: perl
2066            ! regcomp.c
2067 ____________________________________________________________________________
2068 [ 32035] By: nicholas                              on 2007/10/05  20:31:23
2069         Log: PL_cshname is actually a constant value known at compile time.
2070              PL_cshlen can be calculated by the compiler. So eliminate both as
2071              interpreter variables, and the code that calculates PL_cshlen at
2072              runtime.
2073      Branch: perl
2074            ! embed.fnc embed.h embedvar.h intrpvar.h perl.h perlapi.h
2075            ! proto.h sv.c toke.c
2076 ____________________________________________________________________________
2077 [ 32034] By: nicholas                              on 2007/10/05  19:48:27
2078         Log: Eliminate most *printf-like calls that use a simple "%c" format,
2079              replacing them with constructions that are more efficient because they
2080              avoid the overhead of the *printf format parser and interpreter code.
2081      Branch: perl
2082            ! dump.c regcomp.c toke.c utf8.c
2083 ____________________________________________________________________________
2084 [ 32033] By: nicholas                              on 2007/10/05  18:15:06
2085         Log: With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be
2086              inlined and eliminated.
2087      Branch: perl
2088            ! embed.fnc embed.h pp_ctl.c proto.h
2089 ____________________________________________________________________________
2090 [ 32032] By: nicholas                              on 2007/10/05  16:08:12
2091         Log: As PL_hinthv is actually tied, need to call SvSETMAGIC() after the
2092              store to it. Gosh, the tied hash API is clunky.
2093      Branch: perl
2094            ! mg.c pp_ctl.c
2095 ____________________________________________________________________________
2096 [ 32031] By: rgs                                   on 2007/10/05  11:45:25
2097         Log: Subject: New [PATCH] use 5.006; use 5.10.0
2098              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2099              Date: Fri, 5 Oct 2007 12:12:05 +0100
2100              Message-ID: <2C2E01334A940D4792B3E115F95B7226016048DB@exchsvr1.npl.ad.local>
2101      Branch: perl
2102            ! pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
2103            ! t/lib/warnings/pp_ctl
2104 ____________________________________________________________________________
2105 [ 32030] By: rgs                                   on 2007/10/05  08:09:58
2106         Log: Subject: [PATCH] Update add-package.pl
2107              From: "Jos I. Boumans" <jos@dwim.org>
2108              Date: Thu, 4 Oct 2007 11:24:05 +0200
2109              Message-Id: <9D8CA217-8B5B-487E-96A4-92D9047FE921@dwim.org>
2110      Branch: perl
2111            ! Porting/add-package.pl
2112 ____________________________________________________________________________
2113 [ 32029] By: craigb                                on 2007/10/05  03:41:30
2114         Log: Subject: patch@32028 POD updates for VMS
2115
2116              From: "John E. Malmberg" <wb8tyw@qsl.net>
2117              Date: Thu, 04 Oct 2007 22:25:34 -0500
2118              Message-id: <4705AEAE.9060100@qsl.net>
2119      Branch: perl
2120            ! README.vms vms/perlvms.pod
2121 ____________________________________________________________________________
2122 [ 32028] By: craigb                                on 2007/10/04  18:02:38
2123         Log: VMS override for Module::Build::Base::find_perl_interpreter,
2124              allowing tests to pass from t/TEST as well as harness.
2125      Branch: perl
2126            ! lib/Module/Build/Platform/VMS.pm
2127 ____________________________________________________________________________
2128 [ 32027] By: craigb                                on 2007/10/04  15:06:59
2129         Log: Try a bit harder to get *PL_sighandlerp to agree with its
2130              prototype based on SA_SIGINFO definedness rather than Win32-ness.
2131      Branch: perl
2132            ! mg.c
2133 ____________________________________________________________________________
2134 [ 32026] By: rgs                                   on 2007/10/04  14:28:34
2135         Log: Subject: [PATCH] POD cleanups
2136              From: David Landgren <david@landgren.net>
2137              Date: Fri, 28 Sep 2007 20:42:56 +0200
2138              Message-ID: <46FD4B30.9070802@landgren.net>
2139      Branch: perl
2140            ! pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
2141            ! pod/perl571delta.pod pod/perl581delta.pod pod/perl58delta.pod
2142            ! pod/perl590delta.pod pod/perl592delta.pod pod/perl595delta.pod
2143            ! pod/perlapi.pod pod/perldata.pod pod/perldebug.pod
2144            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2145            ! pod/perlglossary.pod pod/perlhack.pod pod/perliol.pod
2146            ! pod/perlipc.pod pod/perlmodlib.pod pod/perlop.pod
2147            ! pod/perlpod.pod pod/perlpodspec.pod pod/perlre.pod
2148            ! pod/perlrebackslash.pod pod/perlretut.pod pod/perlrun.pod
2149            ! pod/perlxs.pod pod/perlxstut.pod
2150 ____________________________________________________________________________
2151 [ 32024] By: nicholas                              on 2007/10/04  10:39:05
2152         Log: S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a
2153              macro. (Also slightly shrinks the object code for x86 with -Os)
2154      Branch: perl
2155            ! embed.fnc embed.h pp_ctl.c proto.h
2156 ____________________________________________________________________________
2157 [ 32023] By: mhx                                   on 2007/10/04  10:37:47
2158         Log: Upgrade to Devel::PPPort 3.13
2159      Branch: perl
2160            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
2161            ! ext/Devel/PPPort/parts/inc/pvs
2162            ! ext/Devel/PPPort/parts/inc/variables ext/Devel/PPPort/soak
2163 ____________________________________________________________________________
2164 [ 32022] By: rgs                                   on 2007/10/04  09:11:18
2165         Log: Update Module::Load::Conditional to 0.20
2166      Branch: perl
2167            + lib/Module/Load/Conditional/t/to_load/MustBe/Loaded.pm
2168            - lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
2169            ! MANIFEST lib/Module/Load/Conditional.pm
2170            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
2171 ____________________________________________________________________________
2172 [ 32021] By: rgs                                   on 2007/10/04  09:06:20
2173         Log: Update Term::UI to 0.16
2174      Branch: perl
2175            ! lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/02_ui.t
2176 ____________________________________________________________________________
2177 [ 32020] By: rgs                                   on 2007/10/04  08:32:11
2178         Log: Fix warnings about Sighandler_t type on Win32.
2179      Branch: perl
2180            ! mg.c
2181 ____________________________________________________________________________
2182 [ 32017] By: nicholas                              on 2007/10/03  20:39:37
2183         Log: I can't spell (well know fact) and while I'm there correct other
2184              spelling, grammar and capitalisation imperfections.
2185      Branch: perl
2186            ! lib/overload.t
2187 ____________________________________________________________________________
2188 [ 32016] By: nicholas                              on 2007/10/03  20:34:13
2189         Log: Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag was
2190              stored on the reference rather than the referent. Despite the fact that
2191              objects can only be accessed via references (even internally), the 
2192              referent actually knows that it's blessed, not the references. So
2193              taking a new, unrelated, reference to it gives an object. However, the
2194              overloading-or-not flag was on the reference prior to 5.10, and taking
2195              a new reference didn't (use to) copy it (prior to 5.8.9).
2196              So test that the bug can't return - overloading should work on a
2197              reference to something already blessed into a package with overloading.
2198      Branch: perl
2199            ! lib/overload.t
2200 ____________________________________________________________________________
2201 [ 32015] By: rgs                                   on 2007/10/03  16:21:59
2202         Log: Reverse change #31978
2203      Branch: perl
2204            ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod
2205            ! pod/perlfunc.pod pp_ctl.c sv.c t/lib/warnings/pp_ctl
2206 ____________________________________________________________________________
2207 [ 32014] By: mhx                                   on 2007/10/03  11:29:58
2208         Log: One const too much. (Unfortunately, the Copy macro casts
2209              the constness away, so the compiler cannot detect this.)
2210      Branch: perl
2211            ! doio.c
2212 ____________________________________________________________________________
2213 [ 32013] By: rgs                                   on 2007/10/03  11:21:59
2214         Log: Adapt definition of Sighandler_t to go with change #32012
2215      Branch: perl
2216            ! iperlsys.h mg.c
2217 ____________________________________________________________________________
2218 [ 32012] By: rgs                                   on 2007/10/03  10:59:55
2219         Log: Subject: [perl #45513] Test failures on amd64-freebsd 6.2 
2220              From: "slaven@rezic.de via RT" <perlbug-followup@perl.org>
2221              Date: Sat, 29 Sep 2007 05:38:08 -0700
2222              Message-ID: <rt-3.6.HEAD-5916-1191069483-1553.45513-15-0@perl.org>
2223      Branch: perl
2224            ! embed.fnc embed.h mg.c proto.h
2225 ____________________________________________________________________________
2226 [ 32011] By: rgs                                   on 2007/10/03  09:46:26
2227         Log: Subject: [perl #46019] Documentation for 'srand' has a problem in code snippet 
2228              From: ben@linuxgazette.net (via RT) <perlbug-followup@perl.org>
2229              Date: Tue, 02 Oct 2007 21:33:49 -0700
2230              Message-ID: <rt-3.6.HEAD-5916-1191386029-1116.46019-75-0@perl.org>
2231      Branch: perl
2232            ! pod/perlfunc.pod
2233 ____________________________________________________________________________
2234 [ 32010] By: stevep                                on 2007/10/03  04:07:08
2235         Log: Update to a file missed in change #32008.
2236      Branch: perl
2237            ! lib/CPAN.pm
2238 ____________________________________________________________________________
2239 [ 32009] By: stevep                                on 2007/10/02  13:56:07
2240         Log: Upgrade to Getopt-Long-2.37
2241      Branch: perl
2242            ! lib/Getopt/Long.pm
2243 ____________________________________________________________________________
2244 [ 32008] By: stevep                                on 2007/10/02  13:39:06
2245         Log: Upgrade to CPAN-1.9203
2246      Branch: perl
2247            + lib/CPAN/API/HOWTO.pm lib/CPAN/DeferedCode.pm
2248            ! MANIFEST lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
2249            ! lib/CPAN/HandleConfig.pm lib/CPAN/Kwalify/distroprefs.dd
2250            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/Queue.pm
2251            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm lib/CPAN/t/03pkgs.t
2252            ! lib/CPAN/t/10version.t
2253 ____________________________________________________________________________
2254 [ 32007] By: rgs                                   on 2007/10/02  12:44:18
2255         Log: Need to quote the version number of perl in perlivp, now
2256              that it finishes by 0
2257      Branch: perl
2258            ! utils/perlivp.PL
2259 ____________________________________________________________________________
2260 [ 32006] By: rgs                                   on 2007/10/02  12:31:32
2261         Log: Subject: [PATCH - 2nd revision] /cygdrive is configurable
2262              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2263              Date: Mon, 1 Oct 2007 19:32:19 -0400
2264              Message-ID: <1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com>
2265      Branch: perl
2266            ! README.cygwin cygwin/cygwin.c lib/File/Spec/Cygwin.pm
2267            ! t/lib/cygwin.t
2268 ____________________________________________________________________________
2269 [ 32005] By: rgs                                   on 2007/10/02  12:08:47
2270         Log: Subject: use base problem
2271              From: Shawn <svicalifornia@gmail.com>
2272              Date: Mon, 01 Oct 2007 12:45:32 -0700
2273              Message-ID: <1191267932.150186.12570@d55g2000hsg.googlegroups.com>
2274              
2275              (This patch is actually not needed for 5.10, but useful for earlier perls)
2276      Branch: perl
2277            ! lib/base.pm
2278 ____________________________________________________________________________
2279 [ 32004] By: rgs                                   on 2007/10/02  12:00:10
2280         Log: Subject: Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9)
2281              From: Jim Cromie <jim.cromie@gmail.com>
2282              Date: Mon, 01 Oct 2007 18:59:43 -0600
2283              Message-ID: <470197FF.5040709@gmail.com>
2284      Branch: perl
2285            ! op.h win32/Makefile.ce
2286 ____________________________________________________________________________
2287 [ 32003] By: rgs                                   on 2007/10/02  11:56:28
2288         Log: Subject: [PATCH] was Re: Freeze ?
2289              From: John Peacock <john.peacock@havurah-software.org>
2290              Date: Tue, 02 Oct 2007 05:28:31 -0400
2291              Message-ID: <47020F3F.9070604@havurah-software.org>
2292      Branch: perl
2293            ! dump.c op.h pp_ctl.c t/comp/use.t
2294 ____________________________________________________________________________
2295 [ 32002] By: nicholas                              on 2007/10/02  07:21:12
2296         Log: Audrey spotted a spurious "Unicode".
2297      Branch: perl
2298            ! pod/perlrun.pod
2299 ____________________________________________________________________________
2300 [ 32001] By: nicholas                              on 2007/10/01  12:13:36
2301         Log: Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.
2302              Make xio_flags a U8, which is what it should have been all along
2303              (rather than a char, which might be signed). B.xs had its wrapper as U8
2304      Branch: perl
2305            ! dump.c ext/B/B.xs sv.h
2306 ____________________________________________________________________________
2307 [ 32000] By: rgs                                   on 2007/10/01  12:00:30
2308         Log: Patch by jlv <jloverso@mathworks.com> to stop NEXT::AUTOLOAD
2309              from emitting warnings under the debugger.
2310              See: http://rt.cpan.org/Public/Bug/Display.html?id=25053
2311      Branch: perl
2312            ! lib/perl5db.pl
2313 ____________________________________________________________________________
2314 [ 31999] By: craigb                                on 2007/09/30  15:00:54
2315         Log: Subject: [patch@31998] Fix M:B: tilde.t tests on VMS
2316              From: "John E. Malmberg" <wb8tyw@qsl.net>
2317              Date: Sun, 30 Sep 2007 09:13:09 -0500
2318              Message-id: <46FFAEF5.1060702@qsl.net>
2319      Branch: perl
2320            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
2321 ____________________________________________________________________________
2322 [ 31998] By: craigb                                on 2007/09/30  13:56:08
2323         Log: Subject: Re: [patch@31988] Revised Module::Build fixes for VMS.    
2324              From: "John E. Malmberg" <wb8tyw@qsl.net>
2325              Date: Sat, 29 Sep 2007 14:50:37 -0500
2326              Message-id: <46FEAC8D.1080506@qsl.net>
2327              
2328              Missed one case in #31995.
2329
2330      Branch: perl
2331            ! lib/Module/Build/Base.pm
2332 ____________________________________________________________________________
2333 [ 31997] By: craigb                                on 2007/09/30  13:47:37
2334         Log: Subject: [PATCH] bring File::Path up to 2.01 (was: Re: Freeze ?)
2335              From: David Landgren <david@landgren.net>
2336              Date: Sun, 30 Sep 2007 15:19:49 +0200
2337              Message-ID: <46FFA275.6010304@landgren.net>
2338      Branch: perl
2339            ! lib/File/Path.pm lib/File/Path.t
2340 ____________________________________________________________________________
2341 [ 31995] By: craigb                                on 2007/09/29  04:39:50
2342         Log: Subject: [patch@31988] Revised Module::Build fixes for VMS.
2343              From: "John E. Malmberg" <wb8tyw@qsl.net>
2344              Date: Fri, 28 Sep 2007 08:55:27 -0500
2345              Message-id: <46FD07CF.5040504@qsl.net>
2346
2347      Branch: perl
2348            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
2349            ! lib/Module/Build/t/install.t lib/Module/Build/t/manifypods.t
2350            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/runthrough.t
2351 ____________________________________________________________________________
2352 [ 31994] By: nicholas                              on 2007/09/28  18:04:55
2353         Log: Make all of B work on 5.8.x
2354      Branch: perl
2355            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/deparse.t
2356 ____________________________________________________________________________
2357 [ 31993] By: rgs                                   on 2007/09/28  13:07:35
2358         Log: Document hint symbols in B::Concise
2359      Branch: perl
2360            ! ext/B/B/Concise.pm
2361 ____________________________________________________________________________
2362 [ 31992] By: nicholas                              on 2007/09/28  12:40:39
2363         Log: Hopefully really fix test failures with -C
2364      Branch: perl
2365            ! ext/B/t/optree_specials.t
2366 ____________________________________________________________________________
2367 [ 31991] By: rgs                                   on 2007/09/28  08:20:32
2368         Log: Remove unneeded cast
2369      Branch: perl
2370            ! mro.c
2371 ____________________________________________________________________________
2372 [ 31990] By: nicholas                              on 2007/09/28  07:32:28
2373         Log: Change 31987 forgot to re-run embed.pl
2374      Branch: perl
2375            ! embedvar.h perlapi.h
2376 ____________________________________________________________________________
2377 [ 31989] By: merijn                                on 2007/09/28  06:21:34
2378         Log: Subject: [patch] s/thinngy/thingy/
2379              From: Jim Cromie <jim.cromie@gmail.com>
2380              Date: Thu, 27 Sep 2007 19:29:43 -0600
2381              Message-ID: <46FC5907.4010205@gmail.com>
2382      Branch: perl
2383            ! sv.c
2384 ____________________________________________________________________________
2385 [ 31988] By: rgs                                   on 2007/09/27  09:55:35
2386         Log: I forgot to patch for the threaded case
2387      Branch: perl
2388            ! ext/B/t/optree_specials.t
2389 ____________________________________________________________________________
2390 [ 31987] By: nicholas                              on 2007/09/27  09:40:58
2391         Log: Move the bool v_string_ok into the U16-sized gap in the interpreter
2392              structure. Add a "spare" variable so that we can add the first post-
2393              5.10.0 bool variable without growing the interpreter structure.
2394      Branch: perl
2395            ! intrpvar.h
2396 ____________________________________________________________________________
2397 [ 31986] By: rgs                                   on 2007/09/27  09:38:53
2398         Log: Hopefully fix test failures with -C
2399      Branch: perl
2400            ! ext/B/t/optree_specials.t
2401 ____________________________________________________________________________
2402 [ 31985] By: steveh                                on 2007/09/27  08:56:05
2403         Log: Fix test introduced in #31973 that failed on Win32
2404              (Win32 doesn't like the runperl() prog having newlines in it)
2405      Branch: perl
2406            ! ext/B/t/concise.t
2407 ____________________________________________________________________________
2408 [ 31984] By: craigb                                on 2007/09/27  00:57:00
2409         Log: Make large file support the default on VMS systems that have it.  This in turn
2410              makes _USE_STD_STAT and symbolic link support the defaults where available.
2411      Branch: perl
2412            ! configure.com
2413 ____________________________________________________________________________
2414 [ 31983] By: rgs                                   on 2007/09/26  16:57:34
2415         Log: API spelling patch, by Jerry D. Hedden
2416      Branch: perl
2417            ! dump.c lib/ExtUtils/ParseXS.pm perl.h pod/perlapi.pod
2418            ! regcomp.c regcomp.h
2419 ____________________________________________________________________________
2420 [ 31982] By: rgs                                   on 2007/09/26  16:46:36
2421         Log: Maybe the default order of directories in @INC should be modified.
2422      Branch: perl
2423            ! pod/perltodo.pod
2424 ____________________________________________________________________________
2425 [ 31981] By: nicholas                              on 2007/09/26  16:32:45
2426         Log: Change 31977 introduced a bug (failing to set the return value of
2427              mro::get_linear_isa() when passed a second parameter). However, there
2428              were no tests for this. Fix both.
2429      Branch: perl
2430            ! mro.c t/mro/basic.t
2431 ____________________________________________________________________________
2432 [ 31980] By: rgs                                   on 2007/09/26  14:55:15
2433         Log: Subject: [PATCH] Check rename() under Cygwin
2434              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2435              Date: Tue, 25 Sep 2007 11:55:53 -0400
2436              Message-ID: <1ff86f510709250855o2c9115cdi6ce830a9ccaec696@mail.gmail.com>
2437      Branch: perl
2438            ! t/io/fs.t
2439 ____________________________________________________________________________
2440 [ 31979] By: rgs                                   on 2007/09/26  14:53:17
2441         Log: Subject: [PATCH] No more ld2 and perlld under Cygwin
2442              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2443              Date: Tue, 25 Sep 2007 10:45:47 -0400
2444              Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com>
2445      Branch: perl
2446            ! Cross/Makefile-cross-SH Makefile.SH
2447 ____________________________________________________________________________
2448 [ 31978] By: rgs                                   on 2007/09/26  12:46:53
2449         Log: Subject: RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2450              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2451              Date: Wed, 26 Sep 2007 13:25:49 +0100
2452              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local>
2453      Branch: perl
2454            ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod
2455            ! pod/perlfunc.pod pp_ctl.c sv.c t/lib/warnings/pp_ctl
2456 ____________________________________________________________________________
2457 [ 31977] By: nicholas                              on 2007/09/26  10:21:50
2458         Log: Change the way of determining the MRO algorithm used from an enum
2459              defined in the header, to a pointer to a structure. This allows the
2460              flexibility to easily add more MROs in the future, and to provide an
2461              API to do so. Dispatch in mro.c is now via the structure pointed to,
2462              rather than switch statements on the value of the enum.
2463      Branch: perl
2464            ! hv.c hv.h mro.c
2465 ____________________________________________________________________________
2466 [ 31976] By: rgs                                   on 2007/09/26  09:07:59
2467         Log: Option spelling nit for AIX
2468      Branch: perl
2469            ! Makefile.SH
2470 ____________________________________________________________________________
2471 [ 31975] By: rgs                                   on 2007/09/26  09:00:08
2472         Log: On VAX, feeding a bare "NaN" to nawk causes nawk to core dump since
2473              it tries to interpret it as a number, which causes an FP exception.
2474              (Patch from NetBSD)
2475      Branch: perl
2476            ! MANIFEST
2477 ____________________________________________________________________________
2478 [ 31974] By: rgs                                   on 2007/09/26  08:57:41
2479         Log: Assume NetBSD has touch
2480              (patch from NetBSD package)
2481      Branch: perl
2482            ! makedepend.SH
2483 ____________________________________________________________________________
2484 [ 31973] By: rgs                                   on 2007/09/26  08:34:48
2485         Log: Subject: Re: [patch] improve B::Concise -src support
2486              From: Jim Cromie <jim.cromie@gmail.com>
2487              Date: Tue, 25 Sep 2007 17:34:09 -0600
2488              Message-ID: <46F99AF1.1080108@gmail.com>
2489      Branch: perl
2490            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_specials.t
2491 ____________________________________________________________________________
2492 [ 31972] By: rgs                                   on 2007/09/26  08:20:14
2493         Log: Update to README.cygwin by Jerry D. Hedden
2494      Branch: perl
2495            ! README.cygwin
2496 ____________________________________________________________________________
2497 [ 31971] By: davem                                 on 2007/09/25  18:59:02
2498         Log: extend PL_veto_cleanup to all platforms
2499              The conditional skip of PERL_SYS_TERM introduced by change #29827
2500              now happens on all platforms, not just UNIX.
2501      Branch: perl
2502            ! perl.c unixish.h
2503 ____________________________________________________________________________
2504 [ 31970] By: davem                                 on 2007/09/25  18:00:32
2505         Log: make PERL_SYS_INIT/INIT3/TERM into functions
2506      Branch: perl
2507            ! dosish.h embed.fnc epoc/epocish.h global.sym mpeix/mpeixish.h
2508            ! os2/os2ish.h perl.c perl.h plan9/plan9ish.h proto.h
2509            ! symbian/symbianish.h unixish.h vms/vmsish.h
2510 ____________________________________________________________________________
2511 [ 31969] By: rgs                                   on 2007/09/25  14:28:20
2512         Log: Hey, but "or" is low-prec. So this statement never worked.
2513      Branch: perl
2514            ! lib/ExtUtils/MM_Unix.pm
2515 ____________________________________________________________________________
2516 [ 31968] By: rgs                                   on 2007/09/25  14:24:53
2517         Log: DragonflyBSD is a BSD too
2518      Branch: perl
2519            ! lib/ExtUtils/MM_Unix.pm
2520 ____________________________________________________________________________
2521 [ 31967] By: rgs                                   on 2007/09/25  13:16:19
2522         Log: Subject: Re: [perl #45513] Test failures on amd64-freebsd 6.2
2523              From: Slaven Rezic <slaven@rezic.de>
2524              Date: 19 Sep 2007 21:56:00 +0200
2525              Message-ID: <87abri1lbj.fsf@biokovo-amd64.herceg.de>
2526      Branch: perl
2527            ! ext/IPC/SysV/t/ipcsysv.t
2528 ____________________________________________________________________________
2529 [ 31966] By: rgs                                   on 2007/09/25  12:20:25
2530         Log: Upgrade to Test::Simple 0.72
2531      Branch: perl
2532            - lib/Test/Simple/t/BEGIN_use_ok.t
2533            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
2534            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
2535            ! lib/Test/Simple/Changes lib/Test/Simple/TODO
2536            ! lib/Test/Simple/t/is_deeply_with_threads.t
2537 ____________________________________________________________________________
2538 [ 31965] By: rgs                                   on 2007/09/25  11:41:50
2539         Log: Subject: Re: [PATCH 5.10] Improve diagnostic for reloads of bad modules
2540              From: Rick Delaney <rick@bort.ca>
2541              Date: Sat, 22 Sep 2007 16:30:40 -0400
2542              Message-ID: <20070922203040.GK11931@bort.ca>
2543      Branch: perl
2544            ! pod/perldiag.pod pp_ctl.c
2545 ____________________________________________________________________________
2546 [ 31964] By: rgs                                   on 2007/09/25  09:45:46
2547         Log: Make OptreeCheck.pm more forgiving about parent pad indexes
2548      Branch: perl
2549            ! ext/B/t/OptreeCheck.pm
2550 ____________________________________________________________________________
2551 [ 31963] By: rgs                                   on 2007/09/25  09:03:17
2552         Log: Subject: Trans.: CPAN Upload: S/SA/SAPER/constant-1.11.tar.gz
2553              From: =?iso-8859-1?b?U+liYXN0aWVu?= Aperghis-Tramoni <maddingue@free.fr>
2554              Date: Tue, 25 Sep 2007 11:55:48 +0200
2555              Message-ID: <1190714148.46f8db2431f0c@imp.free.fr>
2556      Branch: perl
2557            ! lib/constant.pm lib/constant.t
2558 ____________________________________________________________________________
2559 [ 31962] By: rgs                                   on 2007/09/25  09:00:53
2560         Log: Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)
2561              From: Abe Timmerman <abe@ztreet.demon.nl>
2562              Date: Sun, 23 Sep 2007 01:02:22 +0200
2563              Message-ID: <46F59EFE.7050303@ztreet.demon.nl>
2564      Branch: perl
2565            ! t/test.pl
2566 ____________________________________________________________________________
2567 [ 31961] By: rgs                                   on 2007/09/25  08:56:40
2568         Log: Subject: [PATCH] Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pattern
2569              From: Tels <nospam-abuse@bloodgate.com>
2570              Date: Sat, 22 Sep 2007 14:27:29 +0200
2571              Message-Id: <200709221427.30425@bloodgate.com>
2572      Branch: perl
2573            ! regcomp.c t/op/pat.t
2574 ____________________________________________________________________________
2575 [ 31960] By: rgs                                   on 2007/09/25  08:37:13
2576         Log: Subject: [patch] Dual-lifing constant.pm
2577              From: =?ISO-8859-1?Q?S=E9bastien_Aperghis-Tramoni?= <maddingue@free.fr>
2578              Date: Tue, 25 Sep 2007 02:11:46 +0200
2579              Message-Id: <454B4D1C-48EE-4CA3-834A-A0F872C9E5FC@free.fr>
2580      Branch: perl
2581            ! Porting/Maintainers.pl
2582 ____________________________________________________________________________
2583 [ 31959] By: rgs                                   on 2007/09/25  08:20:31
2584         Log: Subject: [PATCH] stop lib/perl5db.t failure if Term::ReadLine::Perl is installed
2585              From: Slaven Rezic <slaven@rezic.de>
2586              Date: 24 Sep 2007 23:24:37 +0200
2587              Message-ID: <871wcnwycq.fsf@biokovo-amd64.herceg.de>
2588      Branch: perl
2589            ! lib/perl5db.t
2590 ____________________________________________________________________________
2591 [ 31958] By: steveh                                on 2007/09/25  07:59:11
2592         Log: Subject: [PATCH] README.cygwin update
2593              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2594              Date: Mon, 24 Sep 2007 20:58:00 -0400
2595              Message-ID: <1ff86f510709241758o4027c237w7387e7ab86680d55@mail.gmail.com>
2596      Branch: perl
2597            ! README.cygwin
2598 ____________________________________________________________________________
2599 [ 31957] By: steveh                                on 2007/09/25  07:58:02
2600         Log: Subject: [PATCH] $^E is not Win32::GetLastError under Cygwin
2601              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2602              Date: Mon, 24 Sep 2007 20:39:44 -0400
2603              Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com>
2604      Branch: perl
2605            ! ext/Win32CORE/t/win32core.t
2606 ____________________________________________________________________________
2607 [ 31956] By: steveh                                on 2007/09/25  07:52:54
2608         Log: Subject: [PATCH - revised] Re: Change 31935: Upgrade to Win32-0.32
2609              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2610              Date: Mon, 24 Sep 2007 20:23:49 -0400
2611              Message-ID: <1ff86f510709241723o58cc1167m2c44221b77959994@mail.gmail.com>
2612              
2613              (Check Win32::GetLastError() rather than $^E for Cygwin, on which $^E
2614              is the last posix error (the same as $!), not the last Win32 error)
2615      Branch: perl
2616            ! ext/Win32/Win32.pm ext/Win32/t/Names.t
2617 ____________________________________________________________________________
2618 [ 31955] By: rgs                                   on 2007/09/24  16:38:35
2619         Log: Subject: [patch] improve B::Concise -src support
2620              From: Jim Cromie <jim.cromie@gmail.com>
2621              Date: Mon, 24 Sep 2007 00:28:28 -0600
2622              Message-ID: <46F7590C.1070101@gmail.com>
2623      Branch: perl
2624            ! ext/B/B/Concise.pm
2625 ____________________________________________________________________________
2626 [ 31954] By: davem                                 on 2007/09/24  14:18:03
2627         Log: sixth attempt to silence S_emulate_eaccess compiler warning
2628      Branch: perl
2629            ! pp_sys.c
2630 ____________________________________________________________________________
2631 [ 31953] By: rgs                                   on 2007/09/24  13:19:10
2632         Log: Upgrade to Compress::Zlib 2.007
2633      Branch: perl
2634            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
2635            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
2636            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
2637 ____________________________________________________________________________
2638 [ 31952] By: rgs                                   on 2007/09/24  12:50:02
2639         Log: Upgrade to threads::shared 1.14
2640              Corrects warnings reported by Devel::PPPort.
2641      Branch: perl
2642            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2643 ____________________________________________________________________________
2644 [ 31951] By: rgs                                   on 2007/09/24  12:37:28
2645         Log: Subject: [PATCH] Re: BigInt bug with non-integer accuracy/precision
2646              From: Tels <nospam-abuse@bloodgate.com>
2647              Date: Sat, 22 Sep 2007 11:33:34 +0200
2648              Message-Id: <200709221133.35110@bloodgate.com>
2649      Branch: perl
2650            + lib/Math/BigInt/t/round.t
2651            ! MANIFEST lib/Math/BigInt.pm
2652 ____________________________________________________________________________
2653 [ 31950] By: merijn                                on 2007/09/24  08:34:14
2654         Log: Announce plans for -Duse32bit* options for Configure, and document
2655              that there is no guarantee on 32bit builds when no args passed
2656      Branch: perl
2657            ! INSTALL
2658 ____________________________________________________________________________
2659 [ 31949] By: craigb                                on 2007/09/24  02:51:23
2660         Log: Allow IEEE math to be deselected on OpenVMS I64 (but it remains
2661              the default).
2662      Branch: perl
2663            ! configure.com
2664 ____________________________________________________________________________
2665 [ 31948] By: davem                                 on 2007/09/24  01:20:00
2666         Log: silence a spurious compiler warning in regcomp.c
2667      Branch: perl
2668            ! regcomp.c
2669 ____________________________________________________________________________
2670 [ 31947] By: davem                                 on 2007/09/24  00:42:07
2671         Log: fifth attempt to silence S_emulate_eaccess compiler warning
2672      Branch: perl
2673            ! embed.fnc embed.h pp_sys.c proto.h
2674 ____________________________________________________________________________
2675 [ 31946] By: craigb                                on 2007/09/23  23:44:59
2676         Log: And some more VMS-specific additions to PL_bincompat_options.
2677      Branch: perl
2678            ! perl.h
2679 ____________________________________________________________________________
2680 [ 31945] By: nicholas                              on 2007/09/23  21:10:27
2681         Log: Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration
2682              on VMS affects binary compatibility.
2683      Branch: perl
2684            ! perl.h
2685 ____________________________________________________________________________
2686 [ 31944] By: craigb                                on 2007/09/23  15:09:51
2687         Log: Record IEEE usage in config.h on VMS.
2688      Branch: perl
2689            ! configure.com
2690 ____________________________________________________________________________
2691 [ 31943] By: merijn                                on 2007/09/23  13:57:00
2692         Log: Revert #31942, as it was inconsistent between threaded and
2693              non-threaded builds
2694      Branch: perl
2695            ! hints/netbsd.sh t/uni/overload.t
2696 ____________________________________________________________________________
2697 [ 31942] By: merijn                                on 2007/09/23  08:59:52
2698         Log: netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERIC
2699              Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)
2700              From: Abe Timmerman <abe@ztreet.demon.nl>
2701              Date: Sun, 23 Sep 2007 01:11:50 +0200
2702              Message-ID: <46F5A136.8080000@ztreet.demon.nl>
2703      Branch: perl
2704            ! hints/netbsd.sh t/uni/overload.t
2705 ____________________________________________________________________________
2706 [ 31941] By: nicholas                              on 2007/09/23  07:20:49
2707         Log: Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called on
2708              a valid SvTYPE().
2709      Branch: perl
2710            ! sv.h
2711 ____________________________________________________________________________
2712 [ 31940] By: nicholas                              on 2007/09/22  15:46:44
2713         Log: Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order
2714              of op evaluation means that what had been a reference to a constant
2715              can turn into a typeglob before the sassign gets to run.
2716      Branch: perl
2717            ! pp_hot.c t/op/gv.t
2718 ____________________________________________________________________________
2719 [ 31939] By: mhx                                   on 2007/09/22  08:01:59
2720         Log: Upgrade to Devel::PPPort 3.12
2721      Branch: perl
2722            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
2723            ! ext/Devel/PPPort/soak
2724 ____________________________________________________________________________
2725 [ 31938] By: nicholas                              on 2007/09/21  09:16:37
2726         Log: hv_stores() on a literal string is now fractionally more efficient than
2727              hv_store().
2728      Branch: perl
2729            ! mg.c util.c
2730 ____________________________________________________________________________
2731 [ 31937] By: steveh                                on 2007/09/21  08:25:47
2732         Log: Fix Win32 breakage caused by #31926
2733      Branch: perl
2734            ! hv.c
2735 ____________________________________________________________________________
2736 [ 31936] By: rgs                                   on 2007/09/21  07:54:47
2737         Log: Silence a load of "value computed is not used" warnings
2738      Branch: perl
2739            ! dump.c gv.c hv.c mg.c mro.c op.c pp_ctl.c pp_hot.c util.c
2740 ____________________________________________________________________________
2741 [ 31935] By: steveh                                on 2007/09/21  07:39:02
2742         Log: Upgrade to Win32-0.32
2743      Branch: perl
2744            ! ext/Win32/Win32.pm ext/Win32/Win32.xs
2745            ! ext/Win32/t/GetFileVersion.t ext/Win32/t/Names.t
2746 ____________________________________________________________________________
2747 [ 31934] By: rgs                                   on 2007/09/21  07:35:24
2748         Log: Subject: [PATCH] version-0.73 (was Re: Change 31920: Don't use ~0 as a version
2749              From: John Peacock <jpeacock@cpan.org>
2750              Date: Thu, 20 Sep 2007 21:15:51 -0400
2751              Message-ID: <46F31B47.6030601@cpan.org>
2752      Branch: perl
2753            ! lib/version.pm lib/version.t util.c
2754 ____________________________________________________________________________
2755 [ 31933] By: nicholas                              on 2007/09/20  19:34:51
2756         Log: Get mad compiling as C++. (At least for me)
2757      Branch: perl
2758            ! embed.fnc op.c op.h proto.h
2759 ____________________________________________________________________________
2760 [ 31932] By: nicholas                              on 2007/09/20  16:52:06
2761         Log: Remove now-unnecessary =cuts where POD is now adjacent to POD.
2762      Branch: perl
2763            ! hv.c
2764 ____________________________________________________________________________
2765 [ 31931] By: nicholas                              on 2007/09/20  16:44:24
2766         Log: Add a new function Perl_hv_common_key_len(), which contains the
2767              manipulations to convert negative lengths to positive length + UTF-8
2768              flag. hv_delete(), hv_exists(), hv_fetch(), hv_store() and
2769              hv_store_flags() all become mathoms. The macros hv_fetchs() and
2770              hv_stores() call hv_common() directly.
2771      Branch: perl
2772            ! embed.fnc embed.h global.sym handy.h hv.c hv.h mathoms.c
2773            ! proto.h
2774 ____________________________________________________________________________
2775 [ 31930] By: nicholas                              on 2007/09/20  15:11:01
2776         Log: Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
2777              Perl_hv_store_flags() into Perl_hv_common(). All already pass in
2778              HV_FETCH_JUST_SV, which only these three pass in.
2779      Branch: perl
2780            ! hv.c
2781 ____________________________________________________________________________
2782 [ 31929] By: stevep                                on 2007/09/20  14:00:07
2783         Log: ext/XS/APITest/APITest.xs was suffering casting issues with g++
2784              as well after the addition of Perl_hv_common().
2785      Branch: perl
2786            ! ext/XS/APItest/APItest.xs
2787 ____________________________________________________________________________
2788 [ 31928] By: rgs                                   on 2007/09/20  13:53:03
2789         Log: Subject: [PATCH] Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris)
2790              From: "Jos I. Boumans" <kane@dwim.org>
2791              Date: Thu, 20 Sep 2007 15:46:24 +0200
2792              Message-Id: <174BF3BE-B640-4CCA-AB47-BE527382B236@dwim.org>
2793      Branch: perl
2794            ! lib/Archive/Extract.pm
2795            ! lib/Archive/Extract/t/01_Archive-Extract.t
2796            ! lib/Archive/Extract/t/src/double_dir.zip.packed
2797            ! lib/Archive/Extract/t/src/x.Z.packed
2798            ! lib/Archive/Extract/t/src/x.bz2.packed
2799            ! lib/Archive/Extract/t/src/x.gz.packed
2800            ! lib/Archive/Extract/t/src/x.jar.packed
2801            ! lib/Archive/Extract/t/src/x.par.packed
2802            ! lib/Archive/Extract/t/src/x.tar.gz.packed
2803            ! lib/Archive/Extract/t/src/x.tar.packed
2804            ! lib/Archive/Extract/t/src/x.tgz.packed
2805            ! lib/Archive/Extract/t/src/x.zip.packed
2806            ! lib/Archive/Extract/t/src/y.jar.packed
2807            ! lib/Archive/Extract/t/src/y.par.packed
2808            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
2809            ! lib/Archive/Extract/t/src/y.tar.gz.packed
2810            ! lib/Archive/Extract/t/src/y.tar.packed
2811            ! lib/Archive/Extract/t/src/y.tbz.packed
2812            ! lib/Archive/Extract/t/src/y.tgz.packed
2813            ! lib/Archive/Extract/t/src/y.zip.packed
2814 ____________________________________________________________________________
2815 [ 31927] By: stevep                                on 2007/09/20  13:32:18
2816         Log: Casts needed in mathoms.c to make it compile with g++ after the
2817              making Perl_hv_common() return void *.
2818      Branch: perl
2819            ! mathoms.c
2820 ____________________________________________________________________________
2821 [ 31926] By: nicholas                              on 2007/09/20  12:59:25
2822         Log: Switch Perl_hv_common() to returning void * rather than HE *.
2823      Branch: perl
2824            ! embed.fnc hv.c hv.h proto.h
2825 ____________________________________________________________________________
2826 [ 31925] By: nicholas                              on 2007/09/20  12:20:59
2827         Log: Change 31919 forgot to add Perl_hv_common to global.sym
2828      Branch: perl
2829            ! global.sym
2830 ____________________________________________________________________________
2831 [ 31924] By: nicholas                              on 2007/09/20  12:13:16
2832         Log: Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and
2833              hv_store_ent() to macros, and consign the function bodies to history.
2834              Er, mathoms.c
2835      Branch: perl
2836            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
2837 ____________________________________________________________________________
2838 [ 31923] By: nicholas                              on 2007/09/20  10:21:30
2839         Log: Use Perl_hv_common() to test disabling the key conversion in hash
2840              lookups.
2841      Branch: perl
2842            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
2843 ____________________________________________________________________________
2844 [ 31922] By: nicholas                              on 2007/09/20  10:20:47
2845         Log: assert that what is passed into the hash functions is really an HV.
2846              (MRO code is calling hash functions during global destruction, hence
2847              the check on SVTYPEMASK.)
2848      Branch: perl
2849            ! hv.c
2850 ____________________________________________________________________________
2851 [ 31921] By: nicholas                              on 2007/09/20  09:42:50
2852         Log: SVs know their length, so avoid 2 calls to strlen().
2853              As we have an SV, call hv_fetch_ent() rather than hv_fetch().
2854      Branch: perl
2855            ! mro.c
2856 ____________________________________________________________________________
2857 [ 31920] By: rgs                                   on 2007/09/20  08:59:34
2858         Log: Don't use ~0 as a version number -- it could overflow.
2859      Branch: perl
2860            ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
2861 ____________________________________________________________________________
2862 [ 31919] By: nicholas                              on 2007/09/20  08:39:28
2863         Log: Make hv_fetch_common() non-static, and change its name to hv_common(),
2864              as it now also performs hv_delete()/hv_delete_ent()
2865      Branch: perl
2866            ! embed.fnc embed.h hv.c proto.h
2867 ____________________________________________________________________________
2868 [ 31918] By: nicholas                              on 2007/09/19  22:55:27
2869         Log: Change 31849 forgot to regenerate the documentation - removing a
2870              documented function from the published API moves the POD file in which
2871              its documentation resides.
2872      Branch: perl
2873            ! pod/perlapi.pod pod/perlintern.pod
2874 ____________________________________________________________________________
2875 [ 31917] By: nicholas                              on 2007/09/19  22:52:53
2876         Log: Inline and abolish S_hv_magic_uvar_xkey().
2877      Branch: perl
2878            ! embed.fnc embed.h hv.c proto.h
2879 ____________________________________________________________________________
2880 [ 31916] By: nicholas                              on 2007/09/19  22:04:46
2881         Log: Send all delete()/delete_ent() calls via S_hv_fetch_common().
2882              This puts all the key normalisation code in one place.
2883      Branch: perl
2884            ! hv.c hv.h
2885 ____________________________________________________________________________
2886 [ 31915] By: nicholas                              on 2007/09/19  21:43:54
2887         Log: Lots more tests with many permuations of 7, 8 and $lots bit data.
2888      Branch: perl
2889            ! ext/XS/APItest/t/hash.t
2890 ____________________________________________________________________________
2891 [ 31914] By: nicholas                              on 2007/09/19  21:01:26
2892         Log: Parameterise the code that tests the rot13 hash, and add a second
2893              hashtype to test - bitflip (that xors code point with 32).
2894      Branch: perl
2895            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
2896 ____________________________________________________________________________
2897 [ 31913] By: nicholas                              on 2007/09/19  18:11:40
2898         Log: ext/XS/APItest/t/hash.t was failing because the fieldhash code didn't
2899              reset the pre-computed hash value.
2900      Branch: perl
2901            ! hv.c
2902 ____________________________________________________________________________
2903 [ 31912] By: nicholas                              on 2007/09/19  15:53:43
2904         Log: Call the key transformation function for hv_exists()/hv_fetch()/
2905              hv_store(). (And test this)
2906      Branch: perl
2907            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
2908 ____________________________________________________________________________
2909 [ 31911] By: rgs                                   on 2007/09/19  14:28:28
2910         Log: Fix failing Test::Simple test
2911      Branch: perl
2912            ! lib/Test/Simple/t/More.t
2913 ____________________________________________________________________________
2914 [ 31910] By: steveh                                on 2007/09/19  13:58:25
2915         Log: Updates to AUTHORS etc.
2916      Branch: perl
2917            ! AUTHORS Porting/checkAUTHORS.pl
2918 ____________________________________________________________________________
2919 [ 31909] By: steveh                                on 2007/09/19  13:48:44
2920         Log: Fix whitespace in Changes to keep Porting/checkAUTHORS.pl happy
2921      Branch: perl
2922            ! Changes
2923 ____________________________________________________________________________
2924 [ 31908] By: rgs                                   on 2007/09/19  13:30:18
2925         Log: Fix file name in MANIFEST
2926      Branch: perl
2927            ! MANIFEST
2928 ____________________________________________________________________________
2929 [ 31907] By: stevep                                on 2007/09/19  13:21:26
2930         Log: Update to Test-Simple-0.71
2931      Branch: perl
2932            + lib/Test/Simple/t/BEGIN_use_ok.t lib/Test/Simple/t/cmp_ok.t
2933            + lib/Test/Simple/t/is_deeply_dne_bug.t
2934            + lib/Test/Simple/t/is_deeply_with_threads.t
2935            + lib/Test/Simple/t/lib/Dummy.pm
2936            + lib/Test/Simple/t/lib/MyOverload.pm lib/Test/Simple/t/try.t
2937            - lib/Test/Simple/t/sort_bug.t
2938            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
2939            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
2940            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-more.t
2941            ! lib/Test/Simple/t/is_fh.t lib/Test/Simple/t/output.t
2942 ____________________________________________________________________________
2943 [ 31906] By: nicholas                              on 2007/09/19  10:54:59
2944         Log: Mark utils/Makefile as read/write in perforce.
2945      Branch: perl
2946            ! utils/Makefile
2947 ____________________________________________________________________________
2948 [ 31905] By: nicholas                              on 2007/09/19  10:53:01
2949         Log: Call the key transformation function for hv_delete().
2950              Honour the HV_DISABLE_UVAR_XKEY for hv_delete().
2951              Test this.
2952              [Pass in 3 more parameters to S_hv_magic_uvar_xkey()]
2953      Branch: perl
2954            ! embed.fnc embed.h ext/XS/APItest/APItest.xs
2955            ! ext/XS/APItest/Makefile.PL ext/XS/APItest/t/hash.t hv.c
2956            ! proto.h
2957 ____________________________________________________________________________
2958 [ 31904] By: steveh                                on 2007/09/19  10:42:15
2959         Log: Clean up test files left behind (on Win32, at least) by Archive-Extract
2960      Branch: perl
2961            ! lib/Archive/Extract/t/01_Archive-Extract.t
2962 ____________________________________________________________________________
2963 [ 31903] By: rgs                                   on 2007/09/19  09:57:00
2964         Log: Subject: [PATCH] minor changes to File::Path (and more tests)
2965              From: David Landgren <david@landgren.net>
2966              Date: Mon, 17 Sep 2007 23:27:45 +0200
2967              Message-ID: <46EEF151.6010409@landgren.net>
2968      Branch: perl
2969            ! lib/File/Path.pm lib/File/Path.t utils/Makefile
2970 ____________________________________________________________________________
2971 [ 31902] By: nicholas                              on 2007/09/19  09:34:00
2972         Log: More tests for when fieldhash magic (doesn't) trigger.
2973      Branch: perl
2974            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
2975 ____________________________________________________________________________
2976 [ 31901] By: nicholas                              on 2007/09/19  09:05:44
2977         Log: Correct test descriptions. bless didn't trigger. ever. Change 31898
2978              forgot to update the comment - lvalue store should trigger once.
2979      Branch: perl
2980            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
2981 ____________________________________________________________________________
2982 [ 31900] By: steveh                                on 2007/09/19  08:46:40
2983         Log: Subject: Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6
2984              From: Dmitry Karasik <dk@tetsuo.karasik.eu.org>
2985              Date: Tue, 18 Sep 2007 10:45:31 +0200
2986              Message-ID: <20070918084531.GA96406@tetsuo.karasik.eu.org>
2987              
2988              (Adds some #defines missing from MSVC++ < 6, plus sorts the list into
2989              numerical order and tests each #define individually)
2990      Branch: perl
2991            ! ext/Win32/Win32.pm ext/Win32/Win32.xs
2992 ____________________________________________________________________________
2993 [ 31899] By: steveh                                on 2007/09/19  08:40:57
2994         Log: Subject: Re: [PATCH] Cray XT4/Catamount build
2995              From: Jarkko Hietaniemi <jhi@iki.fi>
2996              Date: Tue, 18 Sep 2007 19:48:48 -0400
2997              Message-ID: <46F063E0.1000004@iki.fi>
2998              
2999              (Restores a pre-generated utils/Makefile for the benefit of Win32,
3000              which can't run utils/Makefile.SH itself)
3001      Branch: perl
3002            + utils/Makefile
3003            ! MANIFEST Porting/makerel utils/Makefile.SH
3004 ____________________________________________________________________________
3005 [ 31898] By: nicholas                              on 2007/09/19  08:12:09
3006         Log: For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a
3007              hash with magic. Field hashes have u magic, so this recursion triggers.
3008              However, key conversion replaces the original key with the converted
3009              key, so we need to ensure that conversion happens exactly once, else
3010              for a non-idempotent key conversion routine (eg ROT13) we will see
3011              double conversion in this case.
3012      Branch: perl
3013            ! cop.h ext/Hash/Util/FieldHash/t/05_perlhook.t
3014            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c hv.h
3015 ____________________________________________________________________________
3016 [ 31897] By: rgs                                   on 2007/09/19  07:59:40
3017         Log: Subject: [PATCH] threads 1.67
3018              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3019              Date: Tue, 18 Sep 2007 16:48:03 -0400
3020              Message-ID: <1ff86f510709181348h45b1941epf501f9f73d4daa75@mail.gmail.com>
3021              
3022              fix test count.
3023      Branch: perl
3024            ! ext/threads/t/exit.t ext/threads/t/thread.t
3025            ! ext/threads/threads.pm
3026 ____________________________________________________________________________
3027 [ 31896] By: rgs                                   on 2007/09/19  07:56:56
3028         Log: Subject: [PATCH] t/TEST doesn't check exit (was Re: Test::More bug?)
3029              From: Michael G Schwern <schwern@pobox.com>
3030              Date: Tue, 18 Sep 2007 18:25:14 -0700
3031              Message-ID: <46F07A7A.1060900@pobox.com>
3032      Branch: perl
3033            ! t/TEST
3034 ____________________________________________________________________________
3035 [ 31895] By: rgs                                   on 2007/09/19  07:52:40
3036         Log: Subject: Re: [PATCH] Re: Unintentional base.pm behavior change
3037              From: Michael G Schwern <schwern@pobox.com>
3038              Date: Wed, 19 Sep 2007 00:39:40 -0700
3039              Message-ID: <46F0D23C.6020105@pobox.com>
3040      Branch: perl
3041            + lib/base/t/isa.t
3042            ! MANIFEST lib/base.pm
3043 ____________________________________________________________________________
3044 [ 31894] By: rgs                                   on 2007/09/18  14:10:34
3045         Log: Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing.
3046              This stops test failures when perl is run with -C under utf-8 locales.
3047              However this is only a partial solution, since it will prevent the
3048              open pragma from being properly deparsed. Probably ${^OPEN} should
3049              be handled separately.
3050      Branch: perl
3051            ! ext/B/B/Deparse.pm
3052 ____________________________________________________________________________
3053 [ 31893] By: rgs                                   on 2007/09/18  12:29:55
3054         Log: Subject: document [PATCH] lib/feature.pm
3055              From: "Robin Barker" <Robin.Barker@npl.co.uk>
3056              Date: Mon, 17 Sep 2007 18:18:43 +0100
3057              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1B3@exchsvr1.npl.ad.local>
3058      Branch: perl
3059            ! lib/feature.pm
3060 ____________________________________________________________________________
3061 [ 31892] By: rgs                                   on 2007/09/18  10:09:43
3062         Log: More work and modernization of INSTALL
3063      Branch: perl
3064            ! INSTALL
3065 ____________________________________________________________________________
3066 [ 31891] By: steveh                                on 2007/09/18  07:41:51
3067         Log: Change #31889 forgot to regen global.sym
3068      Branch: perl
3069            ! global.sym
3070 ____________________________________________________________________________
3071 [ 31890] By: nicholas                              on 2007/09/17  22:34:45
3072         Log: Fix spelling errors in comments.
3073      Branch: perl
3074            ! ext/Hash/Util/FieldHash/t/10_hash.t t/op/hash.t
3075 ____________________________________________________________________________
3076 [ 31889] By: nicholas                              on 2007/09/17  21:07:33
3077         Log: Remove dead functions:
3078              Perl_do_pipe, which is unused since 4.036
3079              Perl_save_hints, which would just croak
3080              pp_threadsv, which was only used by 5.005 threads
3081      Branch: perl
3082            ! embed.fnc embed.h mathoms.c proto.h
3083 ____________________________________________________________________________
3084 [ 31888] By: nicholas                              on 2007/09/17  20:19:51
3085         Log: Remove dead code surrounded by #if 0 from mathoms.c
3086      Branch: perl
3087            ! mathoms.c
3088 ____________________________________________________________________________
3089 [ 31887] By: rgs                                   on 2007/09/17  15:21:20
3090         Log: Subject: [patch] qualify OP arenas item in perltodo
3091              From: Jim Cromie <jim.cromie@gmail.com>
3092              Date: Sat, 15 Sep 2007 13:36:46 -0600
3093              Message-ID: <46EC344E.3080903@gmail.com>
3094      Branch: perl
3095            ! pod/perltodo.pod
3096 ____________________________________________________________________________
3097 [ 31886] By: merijn                                on 2007/09/17  14:16:08
3098         Log: HP's ANSI-C optimizer breaks op.c (t/op/state.t failure); ccversion fixed
3099      Branch: perl
3100            ! hints/hpux.sh
3101 ____________________________________________________________________________
3102 [ 31885] By: nicholas                              on 2007/09/17  12:21:01
3103         Log: Some more state variable deparse tests.
3104      Branch: perl
3105            ! ext/B/t/deparse.t
3106 ____________________________________________________________________________
3107 [ 31884] By: rgs                                   on 2007/09/17  11:49:04
3108         Log: Subject: [ patch ] add line-number to embed.pl warnings
3109              From: Jim Cromie <jim.cromie@gmail.com>
3110              Date: Wed, 12 Sep 2007 11:25:08 -0600
3111              Message-ID: <46E820F4.80106@gmail.com>
3112      Branch: perl
3113            ! embed.pl
3114 ____________________________________________________________________________
3115 [ 31883] By: rgs                                   on 2007/09/17  11:36:11
3116         Log: Subject: [PATCH] Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
3117              From: "Jos I. Boumans" <kane@cpan.org>
3118              Date: Sat, 15 Sep 2007 16:22:20 +0200
3119              Message-Id: <B7B53F13-0EF3-4B05-984C-E481D14964F0@cpan.org>
3120      Branch: perl
3121            ! lib/Module/Load/Conditional.pm
3122            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
3123            ! lib/Module/Load/Conditional/t/02_Parse_Version.t
3124 ____________________________________________________________________________
3125 [ 31882] By: rgs                                   on 2007/09/17  11:25:33
3126         Log: Make B::Deparse able to handle pragmas from %^H.
3127              Add tests for deparsing say() and state().
3128      Branch: perl
3129            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3130 ____________________________________________________________________________
3131 [ 31881] By: rgs                                   on 2007/09/17  11:20:33
3132         Log: Subject: [PATCH] document limitation of exec() inside pseudo-processes
3133              From: "Jan Dubois" <jand@activestate.com>
3134              Date: Thu, 13 Sep 2007 12:46:06 -0700
3135              Message-ID: <023a01c7f63e$b9da1170$2d8e3450$@com>
3136      Branch: perl
3137            ! pod/perlfork.pod
3138 ____________________________________________________________________________
3139 [ 31880] By: rgs                                   on 2007/09/17  11:19:20
3140         Log: Subject: [PATCH] threads 1.66
3141              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3142              Date: Fri, 14 Sep 2007 14:56:34 -0400
3143              Message-ID: <1ff86f510709141156n498af13aq9e0d279a0c76b48@mail.gmail.com>
3144              
3145              Version bump (sync with CPAN version)
3146      Branch: perl
3147            ! ext/threads/t/exit.t ext/threads/t/thread.t
3148            ! ext/threads/threads.pm ext/threads/threads.xs
3149 ____________________________________________________________________________
3150 [ 31879] By: rgs                                   on 2007/09/17  11:09:56
3151         Log: Subject: [PATCH] fix bigint testsuite
3152              From: Tels <nospam-abuse@bloodgate.com>
3153              Date: Sun, 16 Sep 2007 13:41:15 +0200
3154              Message-Id: <200709161341.15574@bloodgate.com>
3155      Branch: perl
3156            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigfltpm.inc
3157            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/calling.t
3158            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
3159 ____________________________________________________________________________
3160 [ 31878] By: rgs                                   on 2007/09/17  10:07:29
3161         Log: Subject: Re: [PATCH] Cray XT4/Catamount build
3162              From: Jarkko Hietaniemi <jhi@iki.fi>
3163              Date: Sat, 15 Sep 2007 20:47:57 -0400
3164              Message-ID: <46EC7D3D.5010604@iki.fi>
3165      Branch: perl
3166            + utils/Makefile.SH
3167            - utils/Makefile
3168            ! MANIFEST Makefile.SH ext/util/make_ext hints/catamount.sh
3169            ! x2p/Makefile.SH
3170 ____________________________________________________________________________
3171 [ 31877] By: nicholas                              on 2007/09/17  09:35:13
3172         Log: Subject: grammar nit
3173              From: Jim Cromie <jim.cromie@gmail.com>
3174              Message-ID: <46EE39E0.80601@gmail.com>
3175              Date: Mon, 17 Sep 2007 02:25:04 -0600
3176      Branch: perl
3177            ! op.h
3178 ____________________________________________________________________________
3179 [ 31876] By: nicholas                              on 2007/09/16  23:28:30
3180         Log: Change 31873 was not robust against the possibility that the
3181              configuration has no #defined options. So add a "" that will make the
3182              initialiser for PL_bincompat_options syntactically correct in this
3183              case.
3184      Branch: perl
3185            ! perl.h
3186 ____________________________________________________________________________
3187 [ 31875] By: nicholas                              on 2007/09/16  10:48:40
3188         Log: Subject: [PATCHES] various small Math::BigInt et. al. fixes
3189              From: Tels <nospam-abuse@bloodgate.com>
3190              Message-Id: <200709161123.14970@bloodgate.com>
3191              Date: Sun, 16 Sep 2007 11:23:14 +0200
3192              
3193              Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes
3194              From: Tels <nospam-abuse@bloodgate.com>
3195              Message-Id: <200709161156.09071@bloodgate.com>
3196              Date: Sun, 16 Sep 2007 11:56:08 +0200
3197      Branch: perl
3198            ! ext/Math/BigInt/FastCalc/FastCalc.pm
3199            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
3200            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
3201 ____________________________________________________________________________
3202 [ 31874] By: nicholas                              on 2007/09/16  09:40:45
3203         Log: Upgrade to Archive::Tar 1.36
3204              (Portability fixes for VMS, as offered by Craig Berry)
3205      Branch: perl
3206            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
3207            ! lib/Archive/Tar/t/src/long/bar.tar.packed
3208            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
3209            ! lib/Archive/Tar/t/src/short/bar.tar.packed
3210            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
3211 ____________________________________________________________________________
3212 [ 31873] By: nicholas                              on 2007/09/15  22:34:16
3213         Log: Move all the compile time options that affect binary compatibility into
3214              a global variable PL_bincompat_options. Because the string will be
3215              embedded in any shared perl library, it will allow a comparison check
3216              to be added to perlmain.c in the future, to detect library mismatch.
3217      Branch: perl
3218            ! perl.c perl.h
3219 ____________________________________________________________________________
3220 [ 31872] By: nicholas                              on 2007/09/15  21:26:53
3221         Log: Rejig the word wrapping code for the "Compile-time options:" of perl -V
3222              Replace the rather elegant C code with Perl code that can also sort the
3223              options first, as this will allow them to be split into those that
3224              affect binary compatibility, and those that do not.
3225      Branch: perl
3226            ! perl.c
3227 ____________________________________________________________________________
3228 [ 31871] By: nicholas                              on 2007/09/15  17:54:04
3229         Log: Note the gotcha about newlines in the elements of PL_preambleav.
3230      Branch: perl
3231            ! intrpvar.h
3232 ____________________________________________________________________________
3233 [ 31870] By: nicholas                              on 2007/09/15  16:23:25
3234         Log: Save some C<","> in the embedded program used to generate -V output.
3235      Branch: perl
3236            ! perl.c
3237 ____________________________________________________________________________
3238 [ 31869] By: craigb                                on 2007/09/14  22:45:53
3239         Log: Subject: [PATCH] Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be
3240              (was Re: [patch@31735] Module-load/require fixes for VMS))
3241              From: "Jos I. Boumans" <kane@cpan.org>
3242              Date: Fri, 14 Sep 2007 14:03:14 +0200
3243              Message-id: <594A1762-D3E1-47AD-BBED-121E315D89BF@cpan.org>
3244
3245      Branch: perl
3246            ! MANIFEST lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
3247 ____________________________________________________________________________
3248 [ 31868] By: davem                                 on 2007/09/14  22:28:03
3249         Log: enable utf8 cache assertions on DEBUGGING builds
3250      Branch: perl
3251            ! intrpvar.h
3252 ____________________________________________________________________________
3253 [ 31867] By: davem                                 on 2007/09/14  21:59:59
3254         Log: a{2}" + /$.../ = panic: sv_len_utf8 cache
3255              when shrinking an SV, shrink the sv_len_utf8 cache too!
3256      Branch: perl
3257            ! regcomp.c t/op/pat.t
3258 ____________________________________________________________________________
3259 [ 31866] By: merijn                                on 2007/09/14  20:49:49
3260         Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz
3261              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
3262              Date: Fri, 14 Sep 2007 01:18:04 +0200
3263              Message-Id: <92AB5E7F-F8E1-4DEE-805C-B257A569CB62@free.fr>
3264      Branch: perl
3265            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
3266            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
3267            ! ext/Sys/Syslog/t/syslog.t
3268 ____________________________________________________________________________
3269 [ 31865] By: merijn                                on 2007/09/14  20:38:00
3270         Log: Subject: a spelling nit
3271              From: Jim Cromie <jim.cromie@gmail.com>
3272              Date: Fri, 14 Sep 2007 10:58:36 -0600
3273              Message-ID: <46EABDBC.40700@gmail.com>
3274      Branch: perl
3275            ! sv.c
3276 ____________________________________________________________________________
3277 [ 31864] By: davem                                 on 2007/09/14  18:25:44
3278         Log: Memory corruption with heavy module loading in threads
3279              In void context, eval leaves garbage on the stack. Don't then
3280              copy this back into the threads->param array!
3281      Branch: perl
3282            ! ext/threads/t/thread.t ext/threads/threads.xs
3283 ____________________________________________________________________________
3284 [ 31863] By: nicholas                              on 2007/09/13  14:52:20
3285         Log: Note that list initialisation of state variables is TODO. While in the
3286              area, note how B::Deparse might be improved to name inlined constants.
3287      Branch: perl
3288            ! pod/perltodo.pod
3289 ____________________________________________________________________________
3290 [ 31862] By: rgs                                   on 2007/09/13  11:29:20
3291         Log: Subject: [patch@31788] Term::ReadLine::Stub missing get_line
3292              From: "John E. Malmberg" <wb8tyw@qsl.net>
3293              Date: Wed, 12 Sep 2007 20:14:53 -0500
3294              Message-id: <46E88F0D.2090405@qsl.net>
3295      Branch: perl
3296            ! lib/Term/ReadLine.pm
3297 ____________________________________________________________________________
3298 [ 31861] By: rgs                                   on 2007/09/13  09:10:18
3299         Log: Better diagnostics and test naming
3300      Branch: perl
3301            ! ext/B/t/deparse.t
3302 ____________________________________________________________________________
3303 [ 31860] By: rgs                                   on 2007/09/13  08:58:07
3304         Log: Make Deparse handle "say"
3305      Branch: perl
3306            ! ext/B/B/Deparse.pm
3307 ____________________________________________________________________________
3308 [ 31859] By: rgs                                   on 2007/09/13  08:17:09
3309         Log: URL correction by Robert Spier
3310      Branch: perl
3311            ! pod/perlhack.pod
3312 ____________________________________________________________________________
3313 [ 31858] By: nicholas                              on 2007/09/12  23:11:45
3314         Log: Carp's argument backtrace code would show undef as "undef" - a string.
3315      Branch: perl
3316            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
3317 ____________________________________________________________________________
3318 [ 31857] By: nicholas                              on 2007/09/12  23:10:58
3319         Log: Add the missing assignment to op_last that change 31798 missed out.
3320              With this, state $zok = ...; will deparse.
3321      Branch: perl
3322            ! ext/B/B/Deparse.pm op.c
3323 ____________________________________________________________________________
3324 [ 31856] By: nicholas                              on 2007/09/12  18:38:54
3325         Log: Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might
3326              choke on.)
3327      Branch: perl
3328            ! sv.c
3329 ____________________________________________________________________________
3330 [ 31855] By: rgs                                   on 2007/09/12  11:48:32
3331         Log: Amend change 31854 for when NAN_COMPARE_BROKEN
3332      Branch: perl
3333            ! sv.c
3334 ____________________________________________________________________________
3335 [ 31854] By: rgs                                   on 2007/09/12  11:02:40
3336         Log: Subject: [perl #45383] sprintf %f panics with NaN 
3337              From: Zefram (via RT) <perlbug-followup@perl.org>
3338              Date: Tue, 11 Sep 2007 15:22:23 -0700
3339              Message-ID: <rt-3.6.HEAD-10743-1189549342-52.45383-75-0@perl.org>
3340      Branch: perl
3341            ! sv.c
3342 ____________________________________________________________________________
3343 [ 31853] By: rgs                                   on 2007/09/12  09:32:47
3344         Log: Make @INC available in base.pm's error message when
3345              a module can't be found. See CPAN bug #28582.
3346      Branch: perl
3347            ! lib/base.pm lib/base/t/base.t
3348 ____________________________________________________________________________
3349 [ 31852] By: steveh                                on 2007/09/12  08:11:46
3350         Log: Upgrade to Win32-0.31
3351      Branch: perl
3352            + ext/Win32/t/Names.t
3353            ! MANIFEST ext/Win32/Win32.pm ext/Win32/t/GetLongPathName.t
3354 ____________________________________________________________________________
3355 [ 31851] By: rgs                                   on 2007/09/12  08:07:21
3356         Log: Subject: Re: mro "PERFORMANCE CONSIDERATIONS" still true?
3357              From: Rick Delaney <rick@bort.ca>
3358              Date: Mon, 10 Sep 2007 10:45:41 -0400
3359              Message-ID: <20070910144541.GI9260@bort.ca>
3360              
3361              plus update Changes file for base.pm
3362      Branch: perl
3363            ! lib/base.pm lib/base/Changes
3364 ____________________________________________________________________________
3365 [ 31850] By: rgs                                   on 2007/09/12  08:03:00
3366         Log: Subject: [patch@31846] vms stat and chmod fixes.
3367              From: "John E. Malmberg" <wb8tyw@qsl.net>
3368              Date: Tue, 11 Sep 2007 22:01:14 -0500
3369              Message-ID: <46E7567A.8090203@qsl.net>
3370      Branch: perl
3371            ! vms/vms.c vms/vmsish.h
3372 ____________________________________________________________________________
3373 [ 31849] By: nicholas                              on 2007/09/12  00:09:18
3374         Log: mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static
3375              linkage.
3376      Branch: perl
3377            ! embed.fnc embed.h global.sym mro.c proto.h
3378 ____________________________________________________________________________
3379 [ 31848] By: mhx                                   on 2007/09/11  21:45:40
3380         Log: Upgrade to Devel::PPPort 3.11_06
3381      Branch: perl
3382            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
3383            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
3384            ! ext/Devel/PPPort/parts/inc/grok
3385            ! ext/Devel/PPPort/parts/inc/magic
3386            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
3387            ! ext/Devel/PPPort/parts/inc/ppphbin
3388            ! ext/Devel/PPPort/parts/inc/ppphtest
3389            ! ext/Devel/PPPort/parts/inc/shared_pv
3390            ! ext/Devel/PPPort/parts/inc/sv_xpvf
3391            ! ext/Devel/PPPort/parts/inc/variables ext/Devel/PPPort/soak
3392            ! ext/Devel/PPPort/t/ppphtest.t
3393 ____________________________________________________________________________
3394 [ 31847] By: rgs                                   on 2007/09/11  15:59:15
3395         Log: Some escapes were mentioned twice, although they're not qr//-specific
3396      Branch: perl
3397            ! pod/perlre.pod
3398 ____________________________________________________________________________
3399 [ 31846] By: rgs                                   on 2007/09/11  10:00:46
3400         Log: Subject: [patch] [Win32] Makefile and makefile.mk rely on shell association
3401              From: Max Maischein <corion@cpan.org>
3402              Date: Sat, 01 Sep 2007 15:27:54 +0200
3403              Message-ID: <46D968DA.2000205@cpan.org>
3404      Branch: perl
3405            ! win32/Makefile win32/makefile.mk
3406 ____________________________________________________________________________
3407 [ 31845] By: rgs                                   on 2007/09/11  09:32:02
3408         Log: Upgrade to Net::Ping 2.33, with help from Jerry Hedden
3409      Branch: perl
3410            ! lib/Net/Ping.pm lib/Net/Ping/Changes
3411 ____________________________________________________________________________
3412 [ 31844] By: rgs                                   on 2007/09/11  09:28:02
3413         Log: Upgrade to libnet 1.22 (with some help by Jerry Hedden)
3414      Branch: perl
3415            ! lib/Net/Changes lib/Net/Cmd.pm lib/Net/FTP.pm
3416 ____________________________________________________________________________
3417 [ 31843] By: craigb                                on 2007/09/10  22:40:30
3418         Log: VMS help for File::Path 2.00_11:  chdir() is finicky about directory
3419              format; catdir spews warnings when given files that aren't directories;
3420              File::Spec functions may call stat(), thus zapping C<_>; filenames with 
3421              characters that need escaping (such as spaces), must have some path
3422              syntax attached to them and be converted to native syntax in order to
3423              force escaping to take place.
3424      Branch: perl
3425            ! lib/File/Path.pm
3426 ____________________________________________________________________________
3427 [ 31842] By: davem                                 on 2007/09/10  21:53:53
3428         Log: change #31246 unconditionally enabled utf8 cache debugging code
3429      Branch: perl
3430            ! intrpvar.h
3431 ____________________________________________________________________________
3432 [ 31841] By: rgs                                   on 2007/09/10  16:17:08
3433         Log: Move version to 1.07, although some tests are different (due to
3434              the perl core test preamble).
3435      Branch: perl
3436            ! lib/IO/Zlib.pm
3437 ____________________________________________________________________________
3438 [ 31840] By: davem                                 on 2007/09/10  14:04:40
3439         Log: silence warning in new state.t test (spotted by Jerry Hedden)
3440      Branch: perl
3441            ! t/op/state.t
3442 ____________________________________________________________________________
3443 [ 31839] By: nicholas                              on 2007/09/10  11:10:37
3444         Log: The best way not to have the missing subroutines hash trample all over
3445              someone else's namespace is by not having it in their namespace in the
3446              first place :-)
3447      Branch: perl
3448            ! lib/ExtUtils/Constant/ProxySubs.pm
3449 ____________________________________________________________________________
3450 [ 31838] By: rgs                                   on 2007/09/10  09:43:14
3451         Log: Subject: [PATCH blead] Re: [perl #44623] Optimized magic_setisa has bug
3452              From: Rick Delaney <rick@bort.ca>
3453              Date: Thu, 6 Sep 2007 14:40:39 -0400
3454              Message-ID: <20070906184039.GG9260@bort.ca>
3455      Branch: perl
3456            ! pp_hot.c t/mro/basic.t
3457 ____________________________________________________________________________
3458 [ 31837] By: rgs                                   on 2007/09/10  08:34:08
3459         Log: Upgrade to ExtUtils::Install 1.44
3460      Branch: perl
3461            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
3462 ____________________________________________________________________________
3463 [ 31836] By: rgs                                   on 2007/09/10  08:19:58
3464         Log: Remove the "performance considerations" paragraph.
3465      Branch: perl
3466            ! lib/mro.pm
3467 ____________________________________________________________________________
3468 [ 31835] By: davem                                 on 2007/09/10  00:02:55
3469         Log: when anon subs are cloned, the 'assign once only' flag should be
3470              set for all state vars in the pad.
3471              (Nicholas worked up the same fix - spooky action at a distance!)
3472      Branch: perl
3473            ! pad.c t/op/state.t
3474 ____________________________________________________________________________
3475 [ 31834] By: davem                                 on 2007/09/09  22:27:38
3476         Log: ununit pos value warning identified the wrong variable name
3477      Branch: perl
3478            ! sv.c t/lib/warnings/9uninit
3479 ____________________________________________________________________________
3480 [ 31833] By: davem                                 on 2007/09/09  19:51:50
3481         Log: state variables shouldn't be shared between anon subs
3482      Branch: perl
3483            ! op.c t/op/state.t
3484 ____________________________________________________________________________
3485 [ 31832] By: merijn                                on 2007/09/09  10:09:34
3486         Log: Moved really outdated Y2K comment from INSTALL to README.hpux
3487      Branch: perl
3488            ! INSTALL README.hpux
3489 ____________________________________________________________________________
3490 [ 31831] By: merijn                                on 2007/09/09  09:54:38
3491         Log: Merged duplicate info about GDBM/threads on HP-UX 11
3492              from INSTALL to README.hpux
3493      Branch: perl
3494            ! INSTALL README.hpux
3495 ____________________________________________________________________________
3496 [ 31830] By: merijn                                on 2007/09/09  09:37:40
3497         Log: The question auctioned at YAPC::Europe-2007 in Vienna
3498      Branch: perl
3499            ! Configure
3500 ____________________________________________________________________________
3501 [ 31828] By: rgs                                   on 2007/09/09  09:18:12
3502         Log: More INSTALL nits. Move Tru64 specific info in the related
3503              README file. (is it outdated?)
3504      Branch: perl
3505            ! INSTALL README.tru64
3506 ____________________________________________________________________________
3507 [ 31827] By: rgs                                   on 2007/09/09  08:26:02
3508         Log: Not many people reuse an old config.sh nowadays, I suppose.
3509              Move the section "start with a fresh distribution" further down.
3510      Branch: perl
3511            ! INSTALL
3512 ____________________________________________________________________________
3513 [ 31826] By: rgs                                   on 2007/09/09  07:43:50
3514         Log: Move the "reporting problems" section further in the INSTALL file,
3515              and simplify the synopsis, as suggested by Richard Foley.
3516      Branch: perl
3517            ! INSTALL
3518 ____________________________________________________________________________
3519 [ 31825] By: craigb                                on 2007/09/09  00:31:51
3520         Log: Band-aid for Pod::Man::devise_title to keep it from looking
3521              beyond the end of an array and generating undefined warnings.
3522      Branch: perl
3523            ! lib/Pod/Man.pm
3524 ____________________________________________________________________________
3525 [ 31824] By: nicholas                              on 2007/09/08  22:34:29
3526         Log: For now, forbid all list assignment initialisation of state variables,
3527              as the precise semantics in Perl 6 are not clear. Better to make it a
3528              syntax error, than to have one behaviour now, but change it later.
3529              [I believe that this is the consensus. If not, it will be backed out]
3530      Branch: perl
3531            ! op.c pod/perldiag.pod t/op/state.t
3532 ____________________________________________________________________________
3533 [ 31823] By: nicholas                              on 2007/09/08  21:47:24
3534         Log: Make 'state $$' etc report 'Can't use global $$ in "state"' (not "my")
3535      Branch: perl
3536            ! op.c pod/perldiag.pod
3537 ____________________________________________________________________________
3538 [ 31822] By: nicholas                              on 2007/09/08  21:21:37
3539         Log: Update perldiag.pod to mention "state" in all places where state
3540              variables can report the same errors as my variables.
3541      Branch: perl
3542            ! pod/perldiag.pod
3543 ____________________________________________________________________________
3544 [ 31821] By: nicholas                              on 2007/09/08  15:20:14
3545         Log: B.pm still assumed that SVt_PVBM exists. Correct this.
3546              Tweak the alignment of ASCII art inheritance diagrams.
3547      Branch: perl
3548            ! ext/B/B.pm
3549 ____________________________________________________________________________
3550 [ 31820] By: rgs                                   on 2007/09/08  13:12:33
3551         Log: Subject: [patch] readabilty tweaks
3552              From: Jim Cromie <jim.cromie@gmail.com>
3553              Date: Fri, 07 Sep 2007 13:12:22 -0600
3554              Message-ID: <46E1A296.1020101@gmail.com>
3555      Branch: perl
3556            ! ext/B/B/Concise.pm pod/perlglossary.pod
3557 ____________________________________________________________________________
3558 [ 31819] By: rgs                                   on 2007/09/08  13:03:29
3559         Log: Subject: [PATCH] sync blead with File-Path 2.00_11
3560              From: David Landgren <david@landgren.net>
3561              Date: Sat, 08 Sep 2007 10:46:15 +0200
3562              Message-ID: <46E26157.4050307@landgren.net>
3563      Branch: perl
3564            ! lib/File/Path.pm lib/File/Path.t
3565 ____________________________________________________________________________
3566 [ 31818] By: rgs                                   on 2007/09/08  12:40:05
3567         Log: Subject: [PATCH pod/perlunicode.pod] Userdefined properties
3568              From: Abigail <abigail@abigail.be>
3569              Date: Fri, 7 Sep 2007 18:38:47 +0200
3570              Message-ID: <20070907163847.GB16395@abigail.be>
3571      Branch: perl
3572            ! pod/perlunicode.pod
3573 ____________________________________________________________________________
3574 [ 31817] By: rgs                                   on 2007/09/08  12:34:27
3575         Log: err should be removed from perl_keyword.pl, too
3576      Branch: perl
3577            ! perl_keyword.pl
3578 ____________________________________________________________________________
3579 [ 31816] By: rgs                                   on 2007/09/07  15:50:10
3580         Log: Spelling nit by Jim Cromie
3581      Branch: perl
3582            ! lib/DBM_Filter/t/encode.t
3583 ____________________________________________________________________________
3584 [ 31815] By: craigb                                on 2007/09/07  15:07:14
3585         Log: Two Module::Build::Platform::VMS tweaks:
3586              -- Override expand_test_dir to relativize paths.
3587              -- Eliminate eliminate_macros; M::B doesn't need it.
3588      Branch: perl
3589            ! lib/Module/Build/Platform/VMS.pm
3590 ____________________________________________________________________________
3591 [ 31814] By: craigb                                on 2007/09/07  14:58:05
3592         Log: Subject: [patch@31780] fixes for cpanplus on VMS
3593              From: "John E. Malmberg" <wb8tyw@qsl.net>
3594              Date: Sun, 02 Sep 2007 17:23:04 -0500
3595              Message-id: <46DB37C8.3060100@qsl.net>
3596
3597              
3598              Only the hunk containing the replacement of catdir with 
3599              catfile in Module::Build::Base::install_map.
3600      Branch: perl
3601            ! lib/Module/Build/Base.pm
3602 ____________________________________________________________________________
3603 [ 31813] By: rgs                                   on 2007/09/07  14:03:52
3604         Log: Bump version of Module::Build after change #31619
3605      Branch: perl
3606            ! lib/Module/Build.pm
3607 ____________________________________________________________________________
3608 [ 31812] By: rgs                                   on 2007/09/07  09:25:24
3609         Log: Remove the 'err' keyword
3610      Branch: perl
3611            - t/lib/feature/err
3612            ! MANIFEST embed.h keywords.h keywords.pl lib/feature.pm
3613            ! pod/perlop.pod pp.c t/lib/warnings/op t/op/cproto.t t/op/dor.t
3614            ! t/run/switches.t toke.c
3615 ____________________________________________________________________________
3616 [ 31811] By: rgs                                   on 2007/09/07  08:55:19
3617         Log: feature bundle :5.10 should be equivalent to latest :5.10.X
3618      Branch: perl
3619            ! lib/feature.pm
3620 ____________________________________________________________________________
3621 [ 31810] By: rgs                                   on 2007/09/07  08:41:16
3622         Log: Subject: [PATCH] Test fixes to go along with longpath.inc patch
3623              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3624              Date: Thu, 6 Sep 2007 14:50:15 -0400
3625              Message-ID: <1ff86f510709061150t4838c7d4i4c5b3f1f7dc0edd1@mail.gmail.com>
3626      Branch: perl
3627            ! ext/Win32/t/GetLongPathName.t
3628 ____________________________________________________________________________
3629 [ 31809] By: rgs                                   on 2007/09/07  08:38:54
3630         Log: Subject: [PATCH] Fix t/op/magic.t failures under Cygwin
3631              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3632              Date: Thu, 6 Sep 2007 13:37:34 -0400
3633              Message-ID: <1ff86f510709061037q6744827cub29f666ca5fb5904@mail.gmail.com>
3634      Branch: perl
3635            ! t/op/magic.t
3636 ____________________________________________________________________________
3637 [ 31808] By: rgs                                   on 2007/09/07  08:36:02
3638         Log: Subject: [PATCH] Fix ext/Win32/t/Unicode.t test failure under Cygwin
3639              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3640              Date: Thu, 6 Sep 2007 13:07:51 -0400
3641              Message-ID: <1ff86f510709061007x57e86b50led110861846cdc02@mail.gmail.com>
3642      Branch: perl
3643            ! ext/Win32/t/Unicode.t
3644 ____________________________________________________________________________
3645 [ 31807] By: rgs                                   on 2007/09/07  08:34:00
3646         Log: Subject: [PATCH] Force uppercase drive letters
3647              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3648              Date: Thu, 6 Sep 2007 12:57:09 -0400
3649              Message-ID: <1ff86f510709060957p9a530feu7b97616dd8cd3b50@mail.gmail.com>
3650      Branch: perl
3651            ! ext/Win32/longpath.inc
3652 ____________________________________________________________________________
3653 [ 31806] By: rgs                                   on 2007/09/06  17:30:57
3654         Log: Subject: [PATCH t/op/state.t] More tests
3655              From: Abigail <abigail@abigail.be>
3656              Date: Thu, 6 Sep 2007 18:56:34 +0200
3657              Message-ID: <20070906165634.GB446@abigail.be>
3658      Branch: perl
3659            ! t/op/state.t
3660 ____________________________________________________________________________
3661 [ 31805] By: rgs                                   on 2007/09/06  14:57:03
3662         Log: state $foo if 0 shouldn't warn. Spotted by Abigail.
3663      Branch: perl
3664            ! op.c
3665 ____________________________________________________________________________
3666 [ 31804] By: nicholas                              on 2007/09/06  14:45:52
3667         Log: Change 31798 forgot to add the op 'once' to Opcode.pm
3668      Branch: perl
3669            ! ext/Opcode/Opcode.pm
3670 ____________________________________________________________________________
3671 [ 31803] By: merijn                                on 2007/09/06  14:18:30
3672         Log: Part of the 5.10.0 bump
3673      Branch: perl
3674            ! Porting/config.sh
3675 ____________________________________________________________________________
3676 [ 31802] By: merijn                                on 2007/09/06  14:15:07
3677         Log: Upstream netbsd patch. Also unified the whitespace. (thanks BinGOs)
3678      Branch: perl
3679            ! hints/netbsd.sh
3680 ____________________________________________________________________________
3681 [ 31801] By: rgs                                   on 2007/09/06  13:46:33
3682         Log: If perl's minimal required version number is >= 5.6.0,
3683              we can write it 5.XXXXXX always. Fixes h2xs.t failiing
3684              tests with 5.10.0.
3685      Branch: perl
3686            ! utils/h2xs.PL
3687 ____________________________________________________________________________
3688 [ 31800] By: rgs                                   on 2007/09/06  13:23:02
3689         Log: Fix CPANPLUS test to work with 5.10.0
3690      Branch: perl
3691            ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
3692 ____________________________________________________________________________
3693 [ 31799] By: rgs                                   on 2007/09/06  13:21:34
3694         Log: Bump version number to 5.10.0.
3695      Branch: perl
3696            ! Cross/config.sh-arm-linux Cross/config.sh-arm-linux-n770
3697            ! NetWare/Makefile NetWare/config_H.wc epoc/config.sh
3698            ! epoc/createpkg.pl patchlevel.h plan9/config.plan9 t/comp/use.t
3699            ! t/op/ver.t win32/Makefile win32/Makefile.ce win32/config_H.bc
3700            ! win32/config_H.ce win32/config_H.gc win32/config_H.vc
3701            ! win32/config_H.vc64 win32/makefile.mk
3702 ____________________________________________________________________________
3703 [ 31798] By: nicholas                              on 2007/09/06  09:18:41
3704         Log: Make state $zok = slosh(); behave as the Perl 6 design with an implicit
3705              START block. First time through, call slosh() and assign to $zok.
3706              Subsequently neither call slosh() nor assign to $zok. Adds a new op
3707              ONCE to control the conditonal call and assign. No change to list
3708              context, so state ($zok) = slosh() and (state $zok) = ... etc will
3709              still repeatedly evaluate and assign. [Can't fix that before 5.10]
3710              Use as an RVALUE is as Larry's design - my $boff = state $zok = ...;
3711              will evaluate, assign and return first time, and subsequently act as if
3712              it were written my $boff = $zok;
3713              FIXME - state $zok = ...; won't deparse - I believe op->op_last isn't
3714              being correctly set on the sassign, but I don't know how to fix this.
3715              This change may be backed out before 5.10.
3716      Branch: perl
3717            ! op.c opcode.h opcode.pl opnames.h pp.c pp.sym pp_proto.h
3718            ! t/op/state.t
3719 ____________________________________________________________________________
3720 [ 31797] By: rgs                                   on 2007/09/06  08:31:01
3721         Log: Subject: [PATCH blead] Re: [perl #44969] Restricted hashes do not handle private fields properly
3722              From: Rick Delaney <rick@bort.ca>
3723              Date: Wed, 5 Sep 2007 14:38:40 -0400
3724              Message-ID: <20070905183840.GE9260@bort.ca>
3725      Branch: perl
3726            ! lib/base/t/fields-base.t lib/fields.pm
3727 ____________________________________________________________________________
3728 [ 31796] By: rgs                                   on 2007/09/05  15:15:58
3729         Log: Subject: [PATCH] Fix ext/Win32/t/Unicode.t test bug
3730              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3731              Date: Wed, 5 Sep 2007 10:59:49 -0400
3732              Message-ID: <1ff86f510709050759v27872bbam3f191283996960d3@mail.gmail.com>
3733      Branch: perl
3734            ! ext/Win32/t/Unicode.t
3735 ____________________________________________________________________________
3736 [ 31795] By: rgs                                   on 2007/09/05  13:53:16
3737         Log: Subject: [PATCH] threads::shared 1.13
3738              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3739              Date: Wed, 5 Sep 2007 09:50:24 -0400
3740              Message-ID: <1ff86f510709050650j3c3f54b2o64c8ce05dc4c8604@mail.gmail.com>
3741      Branch: perl
3742            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3743            ! ext/threads/shared/t/0nothread.t
3744            ! ext/threads/shared/t/blessed.t
3745            ! ext/threads/shared/t/waithires.t
3746 ____________________________________________________________________________
3747 [ 31794] By: rgs                                   on 2007/09/05  13:34:25
3748         Log: Subject: [PATCH] threads 1.65
3749              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3750              Date: Wed, 5 Sep 2007 09:29:57 -0400
3751              Message-ID: <1ff86f510709050629x7698cedes9b09c7d8eecc786b@mail.gmail.com>
3752      Branch: perl
3753            ! ext/threads/t/exit.t ext/threads/t/thread.t
3754            ! ext/threads/threads.pm
3755 ____________________________________________________________________________
3756 [ 31793] By: rgs                                   on 2007/09/05  10:49:06
3757         Log: Subject: Re: perlfunc.pod/split; concerning trailing fields
3758              From: Father Chrysostomos <sprout@cpan.org>
3759              Date: Tue, 4 Sep 2007 14:40:24 -0700
3760              Message-Id: <5A964B87-8725-4BB3-A782-0189B1481113@cpan.org>
3761      Branch: perl
3762            ! pod/perlfunc.pod
3763 ____________________________________________________________________________
3764 [ 31792] By: rgs                                   on 2007/09/05  10:42:15
3765         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gz
3766              From: =?iso-8859-1?b?U+liYXN0aWVu?= Aperghis-Tramoni <maddingue@free.fr>
3767              Date: Wed, 05 Sep 2007 12:27:54 +0200
3768              Message-ID: <1188988074.46de84aa8fceb@imp.free.fr>
3769      Branch: perl
3770            + ext/Sys/Syslog/README.win32
3771            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
3772            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/00-load.t
3773            ! ext/Sys/Syslog/t/syslog.t
3774 ____________________________________________________________________________
3775 [ 31791] By: rgs                                   on 2007/09/05  10:34:42
3776         Log: Subject: Re: The path to the Release
3777              From: Jim Cromie <jim.cromie@gmail.com>
3778              Date: Wed, 05 Sep 2007 03:56:19 -0600
3779              Message-ID: <46DE7D43.9040309@gmail.com>
3780              
3781              Doc patch to perlglossary, with tweaks.
3782      Branch: perl
3783            ! pod/perlglossary.pod
3784 ____________________________________________________________________________
3785 [ 31790] By: rgs                                   on 2007/09/04  13:43:23
3786         Log: Subject: Re: [patch] perlhack.pod
3787              From: Jim Cromie <jim.cromie@gmail.com>
3788              Date: Mon, 03 Sep 2007 20:02:05 -0600
3789              Message-ID: <46DCBC9D.3070409@gmail.com>
3790      Branch: perl
3791            ! pod/perlhack.pod
3792 ____________________________________________________________________________
3793 [ 31789] By: nicholas                              on 2007/09/04  08:00:07
3794         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3795              Subject: Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)]
3796              Message-ID: <46DC3C7B.9000602@iki.fi>
3797              Message-ID: <46DC3C7B.9000602@iki.fi>
3798              
3799              Add { } to keep all variable declarations at the start of blocks.
3800      Branch: perl
3801            ! reentr.c reentr.pl
3802 ____________________________________________________________________________
3803 [ 31788] By: craigb                                on 2007/09/03  19:36:39
3804         Log: Portability tweaks for Archive::Tar::_extract_file.
3805      Branch: perl
3806            ! lib/Archive/Tar.pm
3807 ____________________________________________________________________________
3808 [ 31787] By: rgs                                   on 2007/09/03  17:11:02
3809         Log: Deprecate the -P switch.
3810      Branch: perl
3811            ! perl.c pod/perlrun.pod
3812 ____________________________________________________________________________
3813 [ 31786] By: rgs                                   on 2007/09/03  16:47:52
3814         Log: Regenerate Changes
3815      Branch: perl
3816            ! Changes
3817 ____________________________________________________________________________
3818 [ 31785] By: steveh                                on 2007/09/03  11:07:53
3819         Log: Subject: Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999] 
3820              From: Vadim <vadim@vkonovalov.ru>
3821              Date: Sun, 02 Sep 2007 02:52:13 +0400
3822              Message-ID: <46D9ED1D.8060104@vkonovalov.ru>
3823              
3824              Better way to silence unwanted warnings. (The previous method didn't
3825              work with an "all static" build made with #31784. This method does
3826              work.)
3827      Branch: perl
3828            ! lib/ExtUtils/Constant/ProxySubs.pm
3829 ____________________________________________________________________________
3830 [ 31784] By: steveh                                on 2007/09/03  11:04:04
3831         Log: Add Win32 makefile option to link all extensions statically
3832              
3833              Subject: [PATCH-at31768] RE: [PATCH at 31761] RE: MakeMaker + static misbehaviour
3834              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@alcatel-lucent.com>
3835              Date: Fri, 31 Aug 2007 08:56:47 +0200
3836              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D448945@DEEXC1U02.de.lucent.com>
3837              
3838              (with a couple of tweaks to comments in Makefile, exclusion of one more
3839              module (Hash/Utils) from the "all static" build option, plus the same
3840              changes in makefile.mk)
3841      Branch: perl
3842            ! win32/FindExt.pm win32/Makefile win32/buildext.pl
3843            ! win32/makefile.mk
3844 ____________________________________________________________________________
3845 [ 31783] By: rgs                                   on 2007/09/02  12:06:00
3846         Log: Subject: [PATCH] Improved error messages for new comers and non-English speakers
3847              From: "Gabor Szabo" <szabgab@gmail.com>
3848              Date: Sun, 2 Sep 2007 11:12:53 +0300
3849              Message-ID: <d8a74af10709020112o77419172q4cc2f2ff66dca385@mail.gmail.com>
3850      Branch: perl
3851            ! pod/perldiag.pod
3852 ____________________________________________________________________________
3853 [ 31782] By: rgs                                   on 2007/09/02  08:06:33
3854         Log: Subject: [PATCH] Compress* 2.006
3855              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3856              Date: Sat, 1 Sep 2007 20:41:57 +0100
3857              Message-ID: <00f501c7ecd0$29b32ef0$6601a8c0@myopwv.com>
3858      Branch: perl
3859            ! ext/Compress/Raw/Zlib/Changes
3860            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
3861            ! ext/Compress/Raw/Zlib/Zlib.xs
3862            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
3863            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
3864            ! ext/Compress/Zlib/README
3865            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
3866            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
3867            ! ext/IO_Compress_Base/Changes ext/IO_Compress_Base/Makefile.PL
3868            ! ext/IO_Compress_Base/README
3869            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
3870            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
3871            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
3872            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
3873            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
3874            ! ext/IO_Compress_Zlib/README
3875            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
3876            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
3877            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
3878            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
3879            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
3880            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
3881            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
3882            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
3883            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
3884            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
3885            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
3886            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
3887            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
3888            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
3889            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
3890            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
3891            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
3892            ! t/lib/compress/generic.pl t/lib/compress/newtied.pl
3893            ! t/lib/compress/tied.pl
3894 ____________________________________________________________________________
3895 [ 31781] By: rgs                                   on 2007/09/02  07:41:57
3896         Log: Subject: [patch] perlhack.pod
3897              From: Jim Cromie <jim.cromie@gmail.com>
3898              Date: Sat, 01 Sep 2007 15:43:53 -0600
3899              Message-ID: <46D9DD19.1050709@gmail.com>
3900      Branch: perl
3901            ! pod/perlhack.pod
3902 ____________________________________________________________________________
3903 [ 31780] By: rgs                                   on 2007/09/01  08:10:11
3904         Log: Subject: [perl #45093] Can't find ODBM library while compiling 5.9.5 
3905              From: Clinton Gormley (via RT) <perlbug-followup@perl.org>
3906              Date: Fri, 31 Aug 2007 10:29:13 -0700
3907              Message-ID: <rt-3.6.HEAD-10743-1188581353-593.45093-75-0@perl.org>
3908      Branch: perl
3909            ! ext/ODBM_File/hints/linux.pl
3910 ____________________________________________________________________________
3911 [ 31779] By: rgs                                   on 2007/09/01  07:48:31
3912         Log: Subject: Re: RFC patch - display src-lines in B::Concise
3913              From: Jim Cromie <jim.cromie@gmail.com>
3914              Date: Thu, 16 Aug 2007 22:31:31 -0600
3915              Message-ID: <46C524A3.2080708@gmail.com>
3916      Branch: perl
3917            ! ext/B/B/Concise.pm
3918 ____________________________________________________________________________
3919 [ 31778] By: rgs                                   on 2007/09/01  07:34:42
3920         Log: Subject: Re: INC handlers and shutdown-time warnings
3921              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
3922              Date: Thu, 9 Aug 2007 14:56:19 +0200
3923              Message-ID: <b77c1dce0708090556k68768897yb8ccc1c0dd2ce714@mail.gmail.com>
3924      Branch: perl
3925            ! pp_ctl.c
3926 ____________________________________________________________________________
3927 [ 31777] By: craigb                                on 2007/08/31  23:02:38
3928         Log: Subject: [patch@31750] rename directories on VMS like on UNIX
3929              From: "John E. Malmberg" <wb8tyw@qsl.net>
3930              Date: Thu, 30 Aug 2007 22:59:50 -0500
3931              Message-id: <46D79236.4070207@qsl.net>
3932              
3933              More aggressive UNIX-like renaming of directories on VMS by analogy
3934              with unlink() and rmdir().  Patch modified to compile under threads.
3935
3936      Branch: perl
3937            ! vms/vms.c vms/vmsish.h
3938 ____________________________________________________________________________
3939 [ 31776] By: craigb                                on 2007/08/31  22:42:43
3940         Log: Subject: [patch@31750] CPANPLUS extract.pm fixes for VMS.
3941              From: "John E. Malmberg" <wb8tyw@qsl.net>
3942              Date: Fri, 31 Aug 2007 00:21:52 -0500
3943              Message-id: <46D7A570.4050801@qsl.net>
3944
3945              
3946              catdir was used where catfile was meant.
3947      Branch: perl
3948            ! lib/CPANPLUS/Internals/Extract.pm
3949 ____________________________________________________________________________
3950 [ 31775] By: craigb                                on 2007/08/31  14:14:52
3951         Log: Avoid infinite recursion in File::Path::_rmtree on VMS when there
3952              is a file present with a single dot as the name.  Reported by
3953              John Malmberg in <46D79A90.50405@qsl.net>.
3954      Branch: perl
3955            ! lib/File/Path.pm
3956 ____________________________________________________________________________
3957 [ 31774] By: rgs                                   on 2007/08/31  13:44:58
3958         Log: Subject: [PATCH] Suppress Sys::Syslog diag msg (repost)
3959              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3960              Date: Fri, 31 Aug 2007 09:42:31 -0400
3961              Message-ID: <1ff86f510708310642mee767bdk6351a590c0f32d7a@mail.gmail.com>
3962      Branch: perl
3963            ! ext/Sys/Syslog/t/00-load.t
3964 ____________________________________________________________________________
3965 [ 31773] By: rgs                                   on 2007/08/31  13:28:46
3966         Log: Following Jan's advice, remove Cygwin::is_textmount(),
3967              which duplicates the functionality of is_binmount().
3968      Branch: perl
3969            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
3970 ____________________________________________________________________________
3971 [ 31772] By: rgs                                   on 2007/08/31  13:23:29
3972         Log: Bump $VERSION due to #31686
3973      Branch: perl
3974            ! lib/File/Spec/Unix.pm
3975 ____________________________________________________________________________
3976 [ 31771] By: rgs                                   on 2007/08/31  13:16:42
3977         Log: Patch by Gerard Goosen to avoid building man pages for extensions
3978              even if the Makefile.PL forgets to specify it.
3979      Branch: perl
3980            ! ext/util/make_ext
3981 ____________________________________________________________________________
3982 [ 31770] By: rgs                                   on 2007/08/31  09:07:51
3983         Log: Subject: Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)
3984              From: "Brandon Black" <blblack@gmail.com>
3985              Date: Sun, 12 Aug 2007 13:36:14 -0700
3986              Message-ID: <84621a60708121336m13dcf9e5uac624fb246f2a79c@mail.gmail.com>
3987      Branch: perl
3988            ! av.c embedvar.h gv.h intrpvar.h lib/mro.pm mg.c perlapi.h pp.c
3989            ! pp_hot.c sv.c
3990 ____________________________________________________________________________
3991 [ 31769] By: steveh                                on 2007/08/31  08:54:12
3992         Log: Fix Win32 breakage (code before declaration) caused by #31766
3993      Branch: perl
3994            ! lib/ExtUtils/Constant/ProxySubs.pm
3995 ____________________________________________________________________________
3996 [ 31768] By: rgs                                   on 2007/08/30  16:12:06
3997         Log: Need to bump MakeMaker's $VERSION too.
3998      Branch: perl
3999            ! lib/ExtUtils/MakeMaker.pm
4000 ____________________________________________________________________________
4001 [ 31767] By: rgs                                   on 2007/08/30  16:11:23
4002         Log: Subject: [PATCH at 31761] RE: MakeMaker + static misbehaviour
4003              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
4004              Date: Thu, 30 Aug 2007 08:11:04 +0200
4005              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D4486C3@DEEXC1U02.de.lucent.com>
4006      Branch: perl
4007            ! lib/ExtUtils/MakeMaker.pm
4008 ____________________________________________________________________________
4009 [ 31766] By: rgs                                   on 2007/08/30  14:01:25
4010         Log: Subject: [PATCH-revised] [perl #44999] ExtUtils::Constant::ProxySubs not thread-safe
4011              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4012              Date: Thu, 30 Aug 2007 09:37:59 -0400
4013              Message-ID: <1ff86f510708300637i7fb7b790x3ea1c459a1debb33@mail.gmail.com>
4014      Branch: perl
4015            ! lib/ExtUtils/Constant/ProxySubs.pm
4016 ____________________________________________________________________________
4017 [ 31765] By: rgs                                   on 2007/08/30  13:49:14
4018         Log: Subject: [PATCH] misc blead stuff
4019              From: Jarkko Hietaniemi <jhi@iki.fi>
4020              Date: Wed, 29 Aug 2007 21:04:53 -0400
4021              Message-ID: <46D617B5.3000002@iki.fi>
4022      Branch: perl
4023            ! deb.c mg.c op.c pod/perlapi.pod pp.c pp_sys.c reentr.c
4024            ! reentr.pl regexec.c sv.c
4025 ____________________________________________________________________________
4026 [ 31764] By: rgs                                   on 2007/08/30  13:19:44
4027         Log: Subject: Re: [patch] First batch of whitespace patches (Test::Harness)
4028              From: Max Maischein <corion@corion.net>
4029              Date: Fri, 24 Aug 2007 22:04:56 +0200
4030              Message-ID: <46CF39E8.8020707@corion.net>
4031      Branch: perl
4032            ! lib/Test/Harness/Straps.pm
4033 ____________________________________________________________________________
4034 [ 31763] By: rgs                                   on 2007/08/30  08:51:20
4035         Log: Typo fix
4036      Branch: perl
4037            ! lib/Pod/Perldoc.pm
4038 ____________________________________________________________________________
4039 [ 31762] By: rgs                                   on 2007/08/30  08:50:11
4040         Log: Subject: [PATCH] lib/Pod/Perldoc.pm - make -L more forgiving
4041              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
4042              Date: Thu, 23 Aug 2007 15:37:13 -0300
4043              Message-ID: <73ddeb6c0708231137w2d436cfbo7409345c37280560@mail.gmail.com>
4044      Branch: perl
4045            ! lib/Pod/Perldoc.pm
4046 ____________________________________________________________________________
4047 [ 31761] By: steveh                                on 2007/08/29  16:58:25
4048         Log: Add support for Visual C++ 2008 Express Edition (Beta 2)
4049      Branch: perl
4050            ! README.win32 makedef.pl win32/Makefile win32/makefile.mk
4051 ____________________________________________________________________________
4052 [ 31760] By: rgs                                   on 2007/08/29  08:55:17
4053         Log: Subject: Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
4054              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
4055              Date: Thu, 16 Aug 2007 13:25:53 -0700 (PDT)
4056              Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org>
4057      Branch: perl
4058            ! t/lib/cygwin.t
4059 ____________________________________________________________________________
4060 [ 31759] By: rgs                                   on 2007/08/28  16:57:23
4061         Log: Subject: [patch@31750] Unit variable in /lib/File/Copy.pm
4062              From: "John E. Malmberg" <wb8tyw@qsl.net>
4063              Date: Mon, 27 Aug 2007 23:21:31 -0500
4064              Message-ID: <46D3A2CB.8010205@qsl.net>
4065      Branch: perl
4066            ! lib/File/Copy.pm
4067 ____________________________________________________________________________
4068 [ 31758] By: rgs                                   on 2007/08/28  16:52:45
4069         Log: Subject: [PATCH] Revert/fix 31731 - Empty PATH taint test on Cygwin
4070              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4071              Date: Tue, 28 Aug 2007 10:43:41 -0400
4072              Message-ID: <1ff86f510708280743n7c0424berb9a402f864dcd399@mail.gmail.com>
4073      Branch: perl
4074            ! t/op/taint.t
4075 ____________________________________________________________________________
4076 [ 31757] By: rgs                                   on 2007/08/28  08:56:29
4077         Log: Subject: [PATCH pp_ctl.c]
4078              From: "Robin Barker" <Robin.Barker@npl.co.uk>
4079              Date: Wed, 22 Aug 2007 18:22:59 +0100
4080              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D18B@exchsvr1.npl.ad.local>
4081      Branch: perl
4082            ! pp_ctl.c
4083 ____________________________________________________________________________
4084 [ 31756] By: craigb                                on 2007/08/27  02:46:41
4085         Log: Fix configure.com's d_fcntl_can_lock test to look for a file
4086              that actually exists.
4087      Branch: perl
4088            ! configure.com
4089 ____________________________________________________________________________
4090 [ 31755] By: nicholas                              on 2007/08/25  22:05:55
4091         Log: Erm. -u may have been superseded by the bytecode generator, but
4092              we've recently removed it, having never let it pass beyond  
4093              "experimental" status. So this paragraph is now wrong, although it's
4094              not clear what we do recommend in place of -u.
4095      Branch: perl
4096            ! pod/perlrun.pod
4097 ____________________________________________________________________________
4098 [ 31754] By: nicholas                              on 2007/08/25  22:04:06
4099         Log: Test that all the unknown command line flags are unknown.
4100      Branch: perl
4101            ! t/run/switches.t
4102 ____________________________________________________________________________
4103 [ 31753] By: ams                                   on 2007/08/25  02:26:09
4104         Log: Subject: [patch] me, in AUTHORS
4105              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
4106              Date: Fri, 24 Aug 2007 20:59:22 -0400
4107              Message-Id: <20070825005922.GA388@knight.manxome.org>
4108      Branch: perl
4109            ! AUTHORS
4110 ____________________________________________________________________________
4111 [ 31752] By: craigb                                on 2007/08/24  21:08:33
4112         Log: Subject: [patch@31739] ASTFLT in HiRes.t on VMS
4113              From: "John E. Malmberg" <wb8tyw@qsl.net>
4114              Date: Tue, 21 Aug 2007 22:44:58 -0500
4115              Message-id: <46CBB13A.6090405@qsl.net>
4116
4117              
4118              Skip test #17 because select() is not interruptible and we run afoul
4119              of Perl's signal deferrals.
4120      Branch: perl
4121            ! ext/Time/HiRes/t/HiRes.t
4122 ____________________________________________________________________________
4123 [ 31751] By: craigb                                on 2007/08/24  20:31:14
4124         Log: thinko in 10_Archive-Extract.t portion of #31747
4125      Branch: perl
4126            ! lib/Archive/Extract/t/01_Archive-Extract.t
4127 ____________________________________________________________________________
4128 [ 31750] By: stevep                                on 2007/08/23  15:15:07
4129         Log: Subject: [PATCH] Upgrade Sys::Syslog to 0.19_01
4130              From: Séstien Aperghis-Tramoni <maddingue@free.fr>
4131              Date: Thu, 23 Aug 2007 16:04:46 +0200
4132              Message-ID: <1187877886.46cd93fe13b12@imp.free.fr>
4133      Branch: perl
4134            + ext/Sys/Syslog/win32/PerlLog.mc
4135            + ext/Sys/Syslog/win32/PerlLog_RES.uu
4136            + ext/Sys/Syslog/win32/PerlLog_dll.uu
4137            + ext/Sys/Syslog/win32/Win32.pm ext/Sys/Syslog/win32/compile.pl
4138            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
4139            ! ext/Sys/Syslog/README ext/Sys/Syslog/Syslog.pm
4140            ! ext/Sys/Syslog/Syslog.xs ext/Sys/Syslog/fallback/const-c.inc
4141            ! ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
4142            ! ext/Sys/Syslog/t/syslog.t
4143 ____________________________________________________________________________
4144 [ 31749] By: stevep                                on 2007/08/22  15:15:10
4145         Log: Upgrade to Text-Soundex-3.03
4146      Branch: perl
4147            ! ext/Text/Soundex/Soundex.pm ext/Text/Soundex/Soundex.xs
4148 ____________________________________________________________________________
4149 [ 31748] By: craigb                                on 2007/08/22  11:53:47
4150         Log: Subject: [patch@31739] regop.t fix for VMS
4151              From: "John E. Malmberg" <wb8tyw@qsl.net>
4152              Date: Tue, 21 Aug 2007 20:38:41 -0500
4153              Message-id: <46CB93A1.2090407@qsl.net>
4154
4155      Branch: perl
4156            ! ext/re/t/regop.t
4157 ____________________________________________________________________________
4158 [ 31747] By: craigb                                on 2007/08/22  11:20:52
4159         Log: Subject: [patch@31735]Archive Extract fix on VMS.
4160              From: "John E. Malmberg" <wb8tyw@qsl.net>
4161              Date: Mon, 20 Aug 2007 22:05:11 -0500
4162              Message-id: <46CA5667.2050207@qsl.net>
4163
4164              
4165              Quote -Z for unzip.
4166      Branch: perl
4167            ! lib/Archive/Extract.pm
4168            ! lib/Archive/Extract/t/01_Archive-Extract.t
4169 ____________________________________________________________________________
4170 [ 31746] By: craigb                                on 2007/08/22  11:08:01
4171         Log: Subject: [patch@31735] Module-load/require fixes for VMS
4172              From: "John E. Malmberg" <wb8tyw@qsl.net>
4173              Date: Mon, 20 Aug 2007 21:55:07 -0500
4174              Message-id: <46CA540B.4070001@qsl.net>
4175              
4176              Avoid double module loads by populating %INC keys in unix format.
4177      Branch: perl
4178            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4179            ! lib/Module/Load/t/01_Module-Load.t pp_ctl.c
4180 ____________________________________________________________________________
4181 [ 31745] By: merijn                                on 2007/08/21  14:31:45
4182         Log: bye bye charsize
4183              it is^Wwas always 1
4184      Branch: perl
4185            ! Configure Cross/config.sh-arm-linux
4186            ! Cross/config.sh-arm-linux-n770 NetWare/config.wc
4187            ! Porting/Glossary Porting/config.sh plan9/config_sh.sample
4188            ! symbian/config.sh uconfig.sh win32/config.bc win32/config.ce
4189            ! win32/config.gc win32/config.vc win32/config.vc64
4190 ____________________________________________________________________________
4191 [ 31744] By: stevep                                on 2007/08/21  14:16:54
4192         Log: Changes to unicore files to fix issues with certain quotation mark 
4193              characters.  Fixes are noted at the Unicode web site 
4194              <http://www.unicode.org/versions/corrigendum6.html>.  This fix
4195              was pointed out by Jarkko.
4196      Branch: perl
4197            ! lib/unicore/BidiMirroring.txt lib/unicore/UnicodeData.txt
4198 ____________________________________________________________________________
4199 [ 31742] By: steveh                                on 2007/08/21  09:55:07
4200         Log: Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings
4201              about POSIX CRT function names being deprecated in VC8
4202              (-wd4996 suppresses all deprecated function warnings, so is more
4203              wide-ranging than is required)
4204      Branch: perl
4205            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
4206 ____________________________________________________________________________
4207 [ 31741] By: ams                                   on 2007/08/21  08:56:31
4208         Log: Subject: [patch] File::CheckTree - a side effect of making the build whitespace safe(r)
4209              From: Max Maischein <corion@corion.net>
4210              Date: Sun, 19 Aug 2007 23:45:57 +0200
4211              Message-Id: <46C8BA15.3080300@corion.net>
4212              
4213              (Applied with some tweaks.)
4214      Branch: perl
4215            ! lib/File/CheckTree.pm lib/File/CheckTree.t
4216 ____________________________________________________________________________
4217 [ 31740] By: ams                                   on 2007/08/21  08:25:55
4218         Log: Subject: patch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform
4219              From: Chun Bing Ge <gecb@cn.ibm.com>
4220              Date: Tue, 21 Aug 2007 14:37:25 +0800
4221              Message-Id: <OFF86FB888.70D5EF70-ON4825733E.0021A246-4825733E.00246265@IBMCN>
4222      Branch: perl
4223            ! lib/ExtUtils/Constant/Utils.pm
4224 ____________________________________________________________________________
4225 [ 31739] By: mhx                                   on 2007/08/20  17:31:12
4226         Log: Upgrade to Devel::PPPort 3.11_05
4227      Branch: perl
4228            + ext/Devel/PPPort/parts/inc/shared_pv
4229            + ext/Devel/PPPort/t/shared_pv.t
4230            ! MANIFEST ext/Devel/PPPort/Changes
4231            ! ext/Devel/PPPort/MANIFEST.SKIP ext/Devel/PPPort/PPPort_pm.PL
4232            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
4233            ! ext/Devel/PPPort/parts/base/5004000
4234            ! ext/Devel/PPPort/parts/base/5009003
4235            ! ext/Devel/PPPort/parts/inc/call
4236            ! ext/Devel/PPPort/parts/inc/magic
4237            ! ext/Devel/PPPort/parts/inc/misc
4238            ! ext/Devel/PPPort/parts/inc/ppphbin
4239            ! ext/Devel/PPPort/parts/inc/ppphtest
4240            ! ext/Devel/PPPort/parts/inc/threads
4241            ! ext/Devel/PPPort/parts/ppptools.pl
4242            ! ext/Devel/PPPort/parts/todo/5007001 ext/Devel/PPPort/soak
4243            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/ppphtest.t
4244 ____________________________________________________________________________
4245 [ 31738] By: stevep                                on 2007/08/20  16:49:21
4246         Log: Default LOG_PRIMASK for Sys-Syslog in cases where it is not
4247              defined.
4248      Branch: perl
4249            ! ext/Sys/Syslog/Makefile.PL
4250 ____________________________________________________________________________
4251 [ 31737] By: stevep                                on 2007/08/20  13:16:19
4252         Log: Subject: [PATCH] Get Cwd->cwd() to work under Cygwin
4253              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4254              Date: Wed, 15 Aug 2007 10:39:41 -0400
4255              Message-ID: <1ff86f510708150739q18fa5863s55010b538d11f77f@mail.gmail.com>
4256              
4257              Updated patch originally by Reini Urban.
4258      Branch: perl
4259            ! cygwin/cygwin.c t/lib/cygwin.t
4260 ____________________________________________________________________________
4261 [ 31736] By: ams                                   on 2007/08/20  08:19:13
4262         Log: Subject: [PATCH] Fix some typos in threads.pm
4263              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4264              Date: Sun, 19 Aug 2007 13:53:17 -0400
4265              Message-Id: <1ff86f510708191053x36f35619yaa019db70a623612@mail.gmail.com>
4266      Branch: perl
4267            ! ext/threads/threads.pm
4268 ____________________________________________________________________________
4269 [ 31735] By: demerphq                              on 2007/08/18  13:07:06
4270         Log: Typo prevented test from doing what it meant to do.
4271      Branch: perl
4272            ! t/op/regexp_notrie.t
4273 ____________________________________________________________________________
4274 [ 31734] By: demerphq                              on 2007/08/18  11:31:08
4275         Log: Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp.pl to update regnodes.h
4276              
4277              Currently the *NIX makefiles are not set up to update regnodes.h automatically when regexp.h is modified. 
4278              This at least warns people modifying the list about what they should do. A better solution is needed.
4279      Branch: perl
4280            ! regcomp.h regexp.h regnodes.h
4281 ____________________________________________________________________________
4282 [ 31733] By: demerphq                              on 2007/08/18  11:15:19
4283         Log: TRIE must use 'yes' state transitions when more than one match possible to ensure proper scope cleanup.
4284              
4285              Fix and test for issue raised in:
4286              
4287              Subject: Very strange interaction between regex and lexical array in blead
4288              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4289              Date: Sat, 18 Aug 2007 01:55:37 +0200
4290              Message-ID: <20070818015537.0088db31@r2d2>
4291      Branch: perl
4292            ! regexec.c regnodes.h t/op/pat.t
4293 ____________________________________________________________________________
4294 [ 31732] By: ams                                   on 2007/08/18  08:03:28
4295         Log: Subject: [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. 
4296              From: Shlomi Fish <perlbug-followup@perl.org>
4297              Date: Wed, 15 Aug 2007 04:19:53 -0700
4298              Message-Id: <rt-3.6.HEAD-10743-1187176792-1816.44647-75-0@perl.org>
4299      Branch: perl
4300            + t/op/overload_integer.t
4301            ! MANIFEST
4302 ____________________________________________________________________________
4303 [ 31731] By: ams                                   on 2007/08/18  08:01:15
4304         Log: Subject: [PATCH] Change 31710 causes t/op/taint.t to fail
4305              From: Reini Urban <rurban@x-ray.at>
4306              Date: Fri, 17 Aug 2007 08:56:38 +0200
4307              Message-Id: <46C546A6.6020000@x-ray.at>
4308      Branch: perl
4309            ! t/op/taint.t
4310 ____________________________________________________________________________
4311 [ 31730] By: ams                                   on 2007/08/18  07:59:56
4312         Log: Subject: [PATCH blead] Re: t/op/taint.t failed on EBCDIC platform
4313              From: Rick Delaney <rick@bort.ca>
4314              Date: Thu, 16 Aug 2007 23:35:26 -0400
4315              Message-Id: <20070817033526.GA9639@bort.ca>
4316      Branch: perl
4317            ! pp_sys.c
4318 ____________________________________________________________________________
4319 [ 31729] By: steveh                                on 2007/08/17  11:00:24
4320         Log: Oops, forgot to bump $VERSION for #31728
4321      Branch: perl
4322            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4323 ____________________________________________________________________________
4324 [ 31728] By: steveh                                on 2007/08/17  10:58:46
4325         Log: Clean up debug symbol files (.pdb for VC++, .tds for BCC) when running
4326              ExtUtils::CBuilder->new()->have_compiler()
4327      Branch: perl
4328            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4329 ____________________________________________________________________________
4330 [ 31727] By: steveh                                on 2007/08/17  10:55:22
4331         Log: Fix 01_Module_Load_Conditional.t on Win32 (broken by #31726)
4332      Branch: perl
4333            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4334 ____________________________________________________________________________
4335 [ 31726] By: craigb                                on 2007/08/16  17:05:48
4336         Log: Subject: [patch@31706]01_module_load_conditional.t fix for VMS
4337              From: "John E. Malmberg" <wb8tyw@qsl.net>
4338              Date: Thu, 16 Aug 2007 00:27:35 -0500
4339              Message-id: <46C3E047.4010001@qsl.net>
4340
4341      Branch: perl
4342            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4343 ____________________________________________________________________________
4344 [ 31725] By: nicholas                              on 2007/08/16  11:14:34
4345         Log: Correct parentheses. Calling Win32::GetOSVersion() on non-win32 would
4346              be bad, m'kay.
4347      Branch: perl
4348            ! ext/POSIX/t/posix.t
4349 ____________________________________________________________________________
4350 [ 31724] By: ams                                   on 2007/08/16  10:12:11
4351         Log: Bump version to 1.26_01 after #31707.
4352      Branch: perl
4353            ! lib/ExtUtils/Embed.pm
4354 ____________________________________________________________________________
4355 [ 31723] By: stevep                                on 2007/08/15  16:17:13
4356         Log: Upgrade to CPANPLUS-0.82
4357      Branch: perl
4358            ! lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm lib/CPANPLUS/Config.pm
4359            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Internals.pm
4360            ! lib/CPANPLUS/Shell/Default.pm
4361            ! lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
4362            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
4363            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
4364            ! r-0.01.tar.gz.packed
4365            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4366            ! tar.gz.packed
4367            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
4368            ! r.gz.packed
4369            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4370            ! tar.gz.packed
4371            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
4372            ! r.gz.packed
4373            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
4374            ! cked
4375            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
4376            ! lib/CPANPLUS/t/inc/conf.pl
4377 ____________________________________________________________________________
4378 [ 31722] By: stevep                                on 2007/08/15  14:58:57
4379         Log: Upgrade to Archive-Tar-1.34.  Omitted re-addition of the Pod
4380              tests.
4381      Branch: perl
4382            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
4383            ! lib/Archive/Tar/t/03_file.t
4384            ! lib/Archive/Tar/t/src/long/bar.tar.packed
4385            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
4386            ! lib/Archive/Tar/t/src/short/bar.tar.packed
4387            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
4388 ____________________________________________________________________________
4389 [ 31721] By: steveh                                on 2007/08/15  12:44:08
4390         Log: Skip the POSIX::strftime() time test with a 60sec parameter on Vista:
4391              it seems to have the same problem as when built with the VC8 CRT
4392              (Fixes perl #44589)
4393              
4394              Also, change the %D to the equivalent %m/%d/%y because %D isn't
4395              supported at all by Microsoft's CRT and just converts to nothing
4396              with VC6's CRT and causes another invalid parameter error with VC8
4397              and Vista
4398      Branch: perl
4399            ! ext/POSIX/t/posix.t
4400 ____________________________________________________________________________
4401 [ 31720] By: steveh                                on 2007/08/15  10:06:20
4402         Log: Fix syntax error introduced by #31715
4403              
4404              Fix "Useless use of a constant in void context" warning introduced by
4405              #31709 which was causing failures in ext/Compress/Zlib/t/05examples.t
4406              and ext/IO_Compress_Zlib/t/010examples.t on Win32.
4407      Branch: perl
4408            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm
4409 ____________________________________________________________________________
4410 [ 31719] By: ams                                   on 2007/08/15  10:05:31
4411         Log: Test update to demonstrate @ISA assignment bug:
4412              
4413              Subject: Optimized magic_setisa has bug
4414              From: Rick Delaney <rick@bort.ca>
4415              Date: Tue, 14 Aug 2007 01:45:17 -0400
4416              Message-Id: <20070814054517.GA12709@bort.ca>
4417      Branch: perl
4418            ! t/mro/basic.t
4419 ____________________________________________________________________________
4420 [ 31718] By: ams                                   on 2007/08/15  09:59:16
4421         Log: Document SvSHARED_HASH.
4422              
4423              Subject: Re: newSVpvn_share doesn't seem to correctly initialize the hash
4424              value with perl >= 5.9.3
4425              From: Vincent Pit <perl@profvince.com>
4426              Date: Tue, 14 Aug 2007 20:54:36 +0200
4427              Message-Id: <46C1FA6C.4090801@profvince.com>
4428      Branch: perl
4429            ! sv.c
4430 ____________________________________________________________________________
4431 [ 31717] By: ams                                   on 2007/08/15  09:57:02
4432         Log: Subject: Harness prove-switches.t for fixed bug 30952
4433              From: Reini Urban <rurban@x-ray.at>
4434              Date: Tue, 14 Aug 2007 22:49:32 +0200
4435              Message-Id: <46C2155C.3000905@x-ray.at>
4436      Branch: perl
4437            ! lib/Test/Harness/t/prove-switches.t
4438 ____________________________________________________________________________
4439 [ 31715] By: ams                                   on 2007/08/15  09:54:14
4440         Log: Subject: Re: Test failure @recent bleadperls (31712,31711)
4441              From: Reini Urban <rurban@x-ray.at>
4442              Date: Wed, 15 Aug 2007 09:44:29 +0200
4443              Message-Id: <46C2AEDD.80400@x-ray.at>
4444      Branch: perl
4445            ! lib/File/Spec/Cygwin.pm
4446 ____________________________________________________________________________
4447 [ 31714] By: craigb                                on 2007/08/15  02:33:24
4448         Log: Subject: [patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ?
4449              From: "John E. Malmberg" <wb8tyw@qsl.net>
4450              Date: Mon, 13 Aug 2007 20:44:41 -0500
4451              Message-id: <46C10909.6010805@qsl.net>
4452
4453      Branch: perl
4454            ! lib/File/Find/t/taint.t
4455 ____________________________________________________________________________
4456 [ 31713] By: mhx                                   on 2007/08/14  19:22:20
4457         Log: Upgrade to Devel::PPPort 3.11_03
4458      Branch: perl
4459            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
4460            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/parts/inc/SvPV
4461            ! ext/Devel/PPPort/parts/inc/ppphbin
4462            ! ext/Devel/PPPort/parts/inc/version
4463            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
4464 ____________________________________________________________________________
4465 [ 31712] By: ams                                   on 2007/08/14  16:14:45
4466         Log: Delete the files which #31710 should have removed.
4467      Branch: perl
4468            - cygwin/ld2.in cygwin/perlld.in
4469            ! MANIFEST
4470 ____________________________________________________________________________
4471 [ 31711] By: ams                                   on 2007/08/14  07:04:16
4472         Log: Subject: Re: [PATCH] get rid of cygwin perlld and ld2 - installperl also
4473              From: Reini Urban <rurban@x-ray.at>
4474              Date: Tue, 14 Aug 2007 08:59:58 +0200
4475              Message-Id: <46C152EE.2080506@x-ray.at>
4476      Branch: perl
4477            ! installperl
4478 ____________________________________________________________________________
4479 [ 31710] By: ams                                   on 2007/08/14  06:58:22
4480         Log: Subject: [PATCH] get rid of cygwin perlld and ld2
4481              From: Reini Urban <rurban@x-ray.at>
4482              Date: Tue, 14 Aug 2007 08:51:50 +0200
4483              Message-Id: <46C15106.9080003@x-ray.at>
4484      Branch: perl
4485            ! cflags.SH cygwin/Makefile.SHs cygwin/ld2.in cygwin/perlld.in
4486            ! hints/cygwin.sh
4487 ____________________________________________________________________________
4488 [ 31709] By: ams                                   on 2007/08/14  06:57:08
4489         Log: Subject: [PATCH] CYG07-File-Spec-case_tolerant
4490              From: Reini Urban <rurban@x-ray.at>
4491              Date: Tue, 14 Aug 2007 08:45:34 +0200
4492              Message-Id: <46C14F8E.9080402@x-ray.at>
4493      Branch: perl
4494            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm
4495 ____________________________________________________________________________
4496 [ 31708] By: ams                                   on 2007/08/14  06:56:00
4497         Log: Subject: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
4498              From: Reini Urban <rurban@x-ray.at>
4499              Date: Tue, 14 Aug 2007 08:40:44 +0200
4500              Message-Id: <46C14E6C.8020809@x-ray.at>
4501      Branch: perl
4502            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
4503 ____________________________________________________________________________
4504 [ 31707] By: ams                                   on 2007/08/14  06:27:48
4505         Log: Strip whitespace from the beginning of static_ext:
4506              
4507              Subject: [PATCH] CYG02lib-ExtUtils-Embed.patch
4508              From: Reini Urban <rurban@x-ray.at>
4509              Date: Tue, 14 Aug 2007 08:21:11 +0200
4510              Message-Id: <46C149D7.5060307@x-ray.at>
4511      Branch: perl
4512            ! lib/ExtUtils/Embed.pm
4513 ____________________________________________________________________________
4514 [ 31706] By: craigb                                on 2007/08/13  03:04:37
4515         Log: Subject: [patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ?
4516              From: "John E. Malmberg" <wb8tyw@qsl.net>
4517              Date: Sat, 11 Aug 2007 23:44:44 -0500
4518              Message-id: <46BE903C.90403@qsl.net>
4519
4520              
4521              VMS-specific File::Find changes to support symlinks
4522      Branch: perl
4523            ! lib/File/Find.pm lib/File/Find/t/find.t
4524 ____________________________________________________________________________
4525 [ 31705] By: mhx                                   on 2007/08/12  23:17:42
4526         Log: Upgrade to Devel::PPPort 3.11_02
4527      Branch: perl
4528            + ext/Devel/PPPort/parts/ppport.fnc
4529            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
4530            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
4531            ! ext/Devel/PPPort/devel/buildperl.pl
4532            ! ext/Devel/PPPort/devel/devtools.pl
4533            ! ext/Devel/PPPort/devel/mkapidoc.sh
4534            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
4535            ! ext/Devel/PPPort/devel/regenerate
4536            ! ext/Devel/PPPort/devel/scanprov
4537            ! ext/Devel/PPPort/parts/apicheck.pl
4538            ! ext/Devel/PPPort/parts/apidoc.fnc
4539            ! ext/Devel/PPPort/parts/base/5005000
4540            ! ext/Devel/PPPort/parts/base/5006000
4541            ! ext/Devel/PPPort/parts/base/5007001
4542            ! ext/Devel/PPPort/parts/base/5007002
4543            ! ext/Devel/PPPort/parts/base/5008001
4544            ! ext/Devel/PPPort/parts/base/5009000
4545            ! ext/Devel/PPPort/parts/base/5009002
4546            ! ext/Devel/PPPort/parts/base/5009003
4547            ! ext/Devel/PPPort/parts/base/5009004
4548            ! ext/Devel/PPPort/parts/base/5009005
4549            ! ext/Devel/PPPort/parts/embed.fnc
4550            ! ext/Devel/PPPort/parts/inc/SvPV
4551            ! ext/Devel/PPPort/parts/inc/call
4552            ! ext/Devel/PPPort/parts/inc/grok
4553            ! ext/Devel/PPPort/parts/inc/magic
4554            ! ext/Devel/PPPort/parts/inc/misc
4555            ! ext/Devel/PPPort/parts/inc/ppphbin
4556            ! ext/Devel/PPPort/parts/inc/ppphdoc
4557            ! ext/Devel/PPPort/parts/inc/ppphtest
4558            ! ext/Devel/PPPort/parts/inc/pvs
4559            ! ext/Devel/PPPort/parts/inc/sv_xpvf
4560            ! ext/Devel/PPPort/parts/inc/uv
4561            ! ext/Devel/PPPort/parts/inc/variables
4562            ! ext/Devel/PPPort/parts/inc/warn
4563            ! ext/Devel/PPPort/parts/ppptools.pl
4564            ! ext/Devel/PPPort/parts/todo/5004000
4565            ! ext/Devel/PPPort/parts/todo/5006000
4566            ! ext/Devel/PPPort/parts/todo/5007001
4567            ! ext/Devel/PPPort/parts/todo/5007002
4568            ! ext/Devel/PPPort/parts/todo/5008001
4569            ! ext/Devel/PPPort/parts/todo/5009000
4570            ! ext/Devel/PPPort/parts/todo/5009005 ext/Devel/PPPort/soak
4571            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/magic.t
4572            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/variables.t
4573 ____________________________________________________________________________
4574 [ 31704] By: ams                                   on 2007/08/12  14:20:44
4575         Log: Subject: Re: [PATCH] Optimize split //
4576              From: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
4577              Date: Sat, 11 Aug 2007 20:33:49 +0000
4578              Message-Id: <51dd1af80708111333kfd82e12u145b5ba38e23dcce@mail.gmail.com>
4579      Branch: perl
4580            ! pp.c
4581 ____________________________________________________________________________
4582 [ 31703] By: ams                                   on 2007/08/12  14:17:26
4583         Log: Subject: [PATCH] regcomp.c fix 64int warning
4584              From: Reini Urban <rurban@x-ray.at>
4585              Date: Sun, 12 Aug 2007 15:38:46 +0200
4586              Message-Id: <46BF0D66.5020605@x-ray.at>
4587      Branch: perl
4588            ! regcomp.c
4589 ____________________________________________________________________________
4590 [ 31702] By: ams                                   on 2007/08/12  14:10:10
4591         Log: Use sysconf/getpagesize/page.h to determine page size on Linux,
4592              in that order.
4593              
4594              Subject: Re: [PATCH] Various Gentoo Patches
4595              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4596              Date: Sun, 12 Aug 2007 13:16:52 +0200
4597              Message-Id: <20070812131652.16ca5444@r2d2>
4598      Branch: perl
4599            ! ext/IPC/SysV/SysV.xs
4600 ____________________________________________________________________________
4601 [ 31701] By: craigb                                on 2007/08/10  16:28:34
4602         Log: Skip a couple of case sensitive tests in Pod::Simple on VMS.
4603      Branch: perl
4604            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
4605 ____________________________________________________________________________
4606 [ 31700] By: rgs                                   on 2007/08/10  13:37:42
4607         Log: Fix compilation with threads
4608      Branch: perl
4609            ! toke.c
4610 ____________________________________________________________________________
4611 [ 31699] By: rgs                                   on 2007/08/10  09:57:08
4612         Log: Subject: Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c
4613              From: Claes Jakobsson <claes@surfar.nu>
4614              Date: Sat, 4 Aug 2007 16:00:19 +0200
4615              Message-Id: <57CEC660-0020-48DF-A72A-931BCADC2AEE@surfar.nu>
4616      Branch: perl
4617            ! pod/perldiag.pod t/base/lex.t toke.c
4618 ____________________________________________________________________________
4619 [ 31698] By: rgs                                   on 2007/08/10  08:51:30
4620         Log: Win32CORE can be upgraded separately (see change #31663)
4621      Branch: perl
4622            ! Porting/Maintainers.pl
4623 ____________________________________________________________________________
4624 [ 31697] By: ams                                   on 2007/08/10  05:42:26
4625         Log: SWIG uses XS() like this (in the perlrun.swg template):
4626              
4627              typedef XS(SwigPerlWrapper);
4628              typedef SwigPerlWrapper *SwigPerlWrapperPtr;
4629              
4630              This breaks if XS() includes the 'extern "C"' decoration under C++.
4631              The appended patch provides an XSPROTO() macro that could be used
4632              by SWIG instead.
4633              
4634              (Patch from Jan Dubois to fix breakage caused by #28734.)
4635      Branch: perl
4636            ! XSUB.h
4637 ____________________________________________________________________________
4638 [ 31696] By: rgs                                   on 2007/08/09  15:00:25
4639         Log: Subject: [PATCH] Test '-x dir'
4640              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4641              Date: Thu, 9 Aug 2007 08:28:17 -0400
4642              Message-ID: <1ff86f510708090528w5579515bp6f862c613abccf84@mail.gmail.com>
4643      Branch: perl
4644            + t/run/switchx2.aux
4645            ! MANIFEST t/run/switchx.aux t/run/switchx.t
4646 ____________________________________________________________________________
4647 [ 31695] By: rgs                                   on 2007/08/09  13:41:28
4648         Log: Add an idea by Hugo
4649      Branch: perl
4650            ! pod/perltodo.pod
4651 ____________________________________________________________________________
4652 [ 31694] By: rgs                                   on 2007/08/09  10:17:07
4653         Log: Fix a bunch of typos
4654      Branch: perl
4655            ! pod/perlreapi.pod
4656 ____________________________________________________________________________
4657 [ 31693] By: rgs                                   on 2007/08/09  10:10:37
4658         Log: Subject: [PATCH] Optimize split //
4659              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
4660              Date: Thu, 9 Aug 2007 07:49:16 +0000
4661              Message-ID: <51dd1af80708090049p2cf4810ep5a437ad53f64fa78@mail.gmail.com>
4662      Branch: perl
4663            ! pod/perlreapi.pod pp.c regcomp.c regexp.h
4664 ____________________________________________________________________________
4665 [ 31692] By: ams                                   on 2007/08/09  07:56:20
4666         Log: Subject: Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted from perlrun.pod
4667              From: "David Nicol" <davidnicol@gmail.com>
4668              Date: Wed, 8 Aug 2007 18:06:16 -0500
4669              Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com>
4670      Branch: perl
4671            ! pod/perlrun.pod
4672 ____________________________________________________________________________
4673 [ 31691] By: ams                                   on 2007/08/08  21:58:29
4674         Log: Revert #31690, because it can make -x eat arguments. Even if the
4675              next argument happens to be a directory name, changing this does
4676              not seem worthwhile. It's as likely as not to break something.
4677              
4678              The many -x users clamouring for consistency must go home
4679              empty-handed, alas.
4680      Branch: perl
4681            ! perl.c
4682 ____________________________________________________________________________
4683 [ 31690] By: ams                                   on 2007/08/08  18:45:34
4684         Log: Make '-xx' and '-x x' work the same way (see #44387).
4685      Branch: perl
4686            ! perl.c
4687 ____________________________________________________________________________
4688 [ 31689] By: ams                                   on 2007/08/08  17:27:48
4689         Log: Subject: [PATCH] Move Tie::StdHandle into its own file.
4690              From: Michael G Schwern <schwern@pobox.com>
4691              Date: Tue, 07 Aug 2007 15:47:31 -0700
4692              Message-Id: <46B8F683.7040607@pobox.com>
4693      Branch: perl
4694            + lib/Tie/Handle/stdhandle_from_handle.t lib/Tie/StdHandle.pm
4695            ! MANIFEST lib/Tie/Handle.pm lib/Tie/Handle/stdhandle.t
4696 ____________________________________________________________________________
4697 [ 31688] By: ams                                   on 2007/08/08  16:52:41
4698         Log: #31687-bis.
4699      Branch: perl
4700            - ext/threads/shared/Changes
4701 ____________________________________________________________________________
4702 [ 31687] By: ams                                   on 2007/08/08  16:43:49
4703         Log: Subject: [PATCH] threads 1.64 (repost)
4704              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4705              Date: Mon, 6 Aug 2007 15:09:41 -0400
4706              Message-Id: <1ff86f510708061209m130fd1fbxe03dce2351ae37c9@mail.gmail.com>
4707      Branch: perl
4708            - ext/threads/Changes ext/threads/README
4709            - ext/threads/shared/README
4710            ! MANIFEST ext/threads/t/basic.t ext/threads/t/blocks.t
4711            ! ext/threads/t/context.t ext/threads/t/end.t
4712            ! ext/threads/t/exit.t ext/threads/t/free.t
4713            ! ext/threads/t/free2.t ext/threads/t/join.t
4714            ! ext/threads/t/kill.t ext/threads/t/problems.t
4715            ! ext/threads/t/state.t ext/threads/t/thread.t
4716            ! ext/threads/threads.pm
4717 ____________________________________________________________________________
4718 [ 31686] By: ams                                   on 2007/08/08  16:28:40
4719         Log: From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()
4720      Branch: perl
4721            ! lib/File/Spec/Unix.pm
4722 ____________________________________________________________________________
4723 [ 31685] By: rgs                                   on 2007/08/08  09:13:00
4724         Log: Subject: patch for perlboot.pod
4725              From: YAMASHINA Hio <hio@hio.jp>
4726              Date: Wed, 8 Aug 2007 01:12:06 +0900
4727              Message-Id: <20070808011206.db7d5184.hio@hio.jp>
4728      Branch: perl
4729            ! pod/perlboot.pod
4730 ____________________________________________________________________________
4731 [ 31684] By: rgs                                   on 2007/08/07  14:47:35
4732         Log: The documentation for prototype() sounds a bit better like that.
4733      Branch: perl
4734            ! pod/perlfunc.pod
4735 ____________________________________________________________________________
4736 [ 31683] By: rgs                                   on 2007/08/07  09:41:31
4737         Log: Documentation updates for new regexp features
4738      Branch: perl
4739            ! pod/perlop.pod pod/perlre.pod pod/perlreref.pod
4740 ____________________________________________________________________________
4741 [ 31682] By: ams                                   on 2007/08/04  01:53:19
4742         Log: Subject: [PATCH] installperl patch
4743              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4744              Date: Fri, 3 Aug 2007 09:55:10 -0400
4745              Message-Id: <1ff86f510708030655tdef838p859bb1ac7b05dcf9@mail.gmail.com>
4746              
4747              (Applied after splitting up the tests a little.)
4748      Branch: perl
4749            ! installperl
4750 ____________________________________________________________________________
4751 [ 31681] By: ams                                   on 2007/08/04  01:40:18
4752         Log: Subject: [PATCH] ssh-keygen usage in repository.pod out of date
4753              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4754              Date: Fri, 3 Aug 2007 11:47:22 -0700 (PDT)
4755              Message-Id: <37856.64.81.167.122.1186166842.squirrel@webmail.efn.org>
4756      Branch: perl
4757            ! Porting/repository.pod
4758 ____________________________________________________________________________
4759 [ 31680] By: ams                                   on 2007/08/03  11:41:29
4760         Log: Subject: [PATCH] add BigInt changes to perl595delta.pod
4761              From: Tels <nospam-abuse@bloodgate.com>
4762              Date: Fri, 3 Aug 2007 13:19:17 +0200
4763              Message-Id: <200708031319.18320@bloodgate.com>
4764      Branch: perl
4765            ! pod/perl595delta.pod
4766 ____________________________________________________________________________
4767 [ 31679] By: ams                                   on 2007/08/03  11:38:26
4768         Log: Subject: [PATCH] fix typo in bigint POD
4769              From: Tels <nospam-abuse@bloodgate.com>
4770              Date: Fri, 3 Aug 2007 12:06:01 +0200
4771              Message-Id: <200708031206.10365@bloodgate.com>
4772      Branch: perl
4773            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
4774 ____________________________________________________________________________
4775 [ 31678] By: ams                                   on 2007/08/03  07:49:28
4776         Log: Subject: problems in ext/Storable/t/file_magic.t on EBCDIC platform
4777              From: Chun Bing Ge <gecb@cn.ibm.com>
4778              Date: Fri, 3 Aug 2007 14:16:34 +0800
4779              Message-Id: <OF9205F187.AEDD9A24-ON4825732C.0021701B-4825732C.002279E4@IBMCN>
4780      Branch: perl
4781            ! ext/Storable/t/file_magic.t
4782 ____________________________________________________________________________
4783 [ 31677] By: ams                                   on 2007/08/03  04:25:43
4784         Log: Subject: [perl #44349] DProf - poor timer resolution on BSDs (patch) 
4785              From: "agrow@thegotonerd.com" <perlbug-followup@perl.org>
4786              Date: Thu, 02 Aug 2007 15:36:42 -0700
4787              Message-Id: <rt-3.6.HEAD-23341-1186094202-398.44349-75-0@perl.org>
4788      Branch: perl
4789            ! ext/Devel/DProf/DProf.xs
4790 ____________________________________________________________________________
4791 [ 31676] By: ams                                   on 2007/08/03  04:12:27
4792         Log: Make installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub.
4793              
4794              Subject: [PATCH - revised] Fix CPAN issues in blead
4795              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4796              Date: Thu, 2 Aug 2007 23:05:14 -0400
4797              Message-Id: <1ff86f510708022005i2d73247eo96e692acd17a2547@mail.gmail.com>
4798      Branch: perl
4799            ! installperl
4800 ____________________________________________________________________________
4801 [ 31675] By: ams                                   on 2007/08/03  00:34:18
4802         Log: Applied after word-wrapping:
4803              
4804              Subject: [PATCH] Time::HiRes is a better suggestion than setitimer in perlfunc.
4805              From: Benjamin Smith <bsmith@cabbage.org.uk>
4806              Date: Thu, 2 Aug 2007 18:28:05 +0100
4807              Message-Id: <20070802172804.GA7856@vtrl.co.uk>
4808      Branch: perl
4809            ! pod/perlfunc.pod
4810 ____________________________________________________________________________
4811 [ 31674] By: craigb                                on 2007/08/02  12:54:40
4812         Log: Subject: [patch@31670] vms.c - Missing null terminator
4813              From: "John E. Malmberg" <wb8tyw@qsl.net>
4814              Date: Wed, 01 Aug 2007 08:25:22 -0500
4815              Message-id: <46B089C2.9000508@qsl.net>
4816
4817      Branch: perl
4818            ! vms/vms.c
4819 ____________________________________________________________________________
4820 [ 31673] By: ams                                   on 2007/08/01  18:37:04
4821         Log: MANIFEST.SKIP ought not to have been skipped after all.
4822      Branch: perl
4823            ! installperl
4824 ____________________________________________________________________________
4825 [ 31672] By: ams                                   on 2007/08/01  17:01:29
4826         Log: For files ignored by installperl:
4827              
4828              - Split README handling into a separate case.
4829              - Extend the MANIFEST pattern to include .SKIP.
4830              
4831              Based on the following:
4832              
4833              Subject: [PATCH] Don't install MANIFEST.SKIP files
4834              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4835              Date: Wed, 1 Aug 2007 12:28:49 -0400
4836              Message-Id: <1ff86f510708010928o48ea74d6je46148b0a409bffa@mail.gmail.com>
4837      Branch: perl
4838            ! installperl
4839 ____________________________________________________________________________
4840 [ 31671] By: craigb                                on 2007/08/01  12:35:11
4841         Log: Missing a couple of aTHX_'s in #31670.
4842      Branch: perl
4843            ! vms/vms.c
4844 ____________________________________________________________________________
4845 [ 31670] By: craigb                                on 2007/08/01  03:24:03
4846         Log: Subject: [patch@31688] VMS symbolic links - part 1 of ? 2nd try.
4847              From: "John E. Malmberg" <wb8tyw@qsl.net>
4848              Date: Mon, 30 Jul 2007 23:55:34 -0500
4849              Message-id: <46AEC0C6.5020702@qsl.net>
4850              
4851              Patch for VMS so that remove/delete/unlink/kill_file and 
4852              rmdir will work on symbolic links where support is available
4853              in VMS 8.3.
4854
4855      Branch: perl
4856            ! vms/vms.c
4857 ____________________________________________________________________________
4858 [ 31669] By: stevep                                on 2007/07/31  14:27:00
4859         Log: Upgrade to Net-Ping-2.32
4860      Branch: perl
4861            ! lib/Net/Ping.pm
4862 ____________________________________________________________________________
4863 [ 31668] By: nicholas                              on 2007/07/30  13:17:14
4864         Log: Fix typos in comments.
4865      Branch: perl
4866            ! t/uni/case.pl
4867 ____________________________________________________________________________
4868 [ 31667] By: rgs                                   on 2007/07/30  09:23:55
4869         Log: Subject: Example in perlthrtut.pod doesn't work
4870              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4871              Date: Mon, 30 Jul 2007 11:19:01 +0200
4872              Message-Id: <p06230913c2d35ab76254@[10.0.1.200]>
4873      Branch: perl
4874            ! pod/perlothrtut.pod pod/perlthrtut.pod
4875 ____________________________________________________________________________
4876 [ 31666] By: craigb                                on 2007/07/29  18:13:46
4877         Log: Oops, 31665 was empty.
4878      Branch: perl
4879            ! t/op/stat.t
4880 ____________________________________________________________________________
4881 [ 31665] By: craigb                                on 2007/07/29  14:48:20
4882         Log: Subject: [patch@31553] t/op/stat.t Test $nlink if $Config{d_link}
4883              From: "John E. Malmberg" <wb8tyw@qsl.net>
4884              Date: Sun, 29 Jul 2007 07:56:22 -0500
4885              Message-id: <46AC8E76.5040902@qsl.net>
4886
4887
4888      Branch: perl
4889            ! t/op/stat.t
4890 ____________________________________________________________________________
4891 [ 31664] By: ams                                   on 2007/07/29  13:45:31
4892         Log: Subject: [rt.cpan.org #28537] PATCH for croak.t test failure 
4893              From: Slaven_Rezic via RT <bug-Storable@rt.cpan.org>
4894              Date: Sun, 29 Jul 2007 05:10:46 -0400
4895              Message-Id: <rt-3.6.HEAD-28249-1185700244-992.28537-4-0@rt.cpan.org>
4896              
4897              "The attached patch solves a possible failure in the croak.t
4898              test. It seems that in some version Config.pm pre-loads Carp.pm,
4899              causing the test to fail. The patch just makes sure that
4900              Config.pm is only loaded when building Storable within core
4901              perl."
4902      Branch: perl
4903            ! ext/Storable/t/croak.t
4904 ____________________________________________________________________________
4905 [ 31663] By: stevep                                on 2007/07/27  03:45:58
4906         Log: Subject: [PATCH] RE: Sorry, no Win32CORE-update for you unless you use development version...
4907              From: "Jan Dubois" <jand@activestate.com>
4908              Date: Thu, 26 Jul 2007 17:51:37 -0700
4909              Message-ID: <03a701c7cfe8$4989abf0$dc9d03d0$@com>
4910      Branch: perl
4911            ! META.yml
4912 ____________________________________________________________________________
4913 [ 31662] By: rgs                                   on 2007/07/26  10:01:31
4914         Log: Don't use C++ comments.
4915      Branch: perl
4916            ! ext/Data/Dumper/Dumper.xs
4917 ____________________________________________________________________________
4918 [ 31661] By: merijn                                on 2007/07/26  09:38:48
4919         Log: Subject: [patch@31658] Dynamically load dbg xterm on VMS
4920              From: "John E. Malmberg" <wb8tyw@qsl.net>
4921              Date: Thu, 26 Jul 2007 00:28:04 -0500
4922              Message-ID: <46A830E4.1040708@qsl.net>
4923      Branch: perl
4924            ! configure.com vms/descrip_mms.template vms/vms.c
4925 ____________________________________________________________________________
4926 [ 31660] By: ams                                   on 2007/07/26  01:49:15
4927         Log: Subject: [PATCH] Silence diag in ext/Data/Dumper/t/bless.t
4928              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4929              Date: Wed, 25 Jul 2007 14:27:44 -0400
4930              Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com>
4931              
4932              Subject: Cleanup CPANPLUS test dirs
4933              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4934              Date: Wed, 25 Jul 2007 14:30:25 -0400
4935              Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com>
4936      Branch: perl
4937            ! Makefile.SH ext/Data/Dumper/t/bless.t
4938 ____________________________________________________________________________
4939 [ 31659] By: demerphq                              on 2007/07/26  00:21:29
4940         Log: Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion.
4941              
4942              This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from 
4943              before the time this construct was added.
4944      Branch: perl
4945            ! lib/Text/ParseWords.pm
4946 ____________________________________________________________________________
4947 [ 31658] By: demerphq                              on 2007/07/25  19:13:56
4948         Log: Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target.
4949              
4950              This allows things like 
4951              
4952              make test_harness TEST_FILES='-re x2p'
4953              
4954              which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful.
4955      Branch: perl
4956            ! Makefile.SH
4957 ____________________________________________________________________________
4958 [ 31657] By: ams                                   on 2007/07/25  19:02:44
4959         Log: Change stripRegex prototype to $$;$ because only one caller uses
4960              the third argument.
4961      Branch: perl
4962            ! x2p/s2p.PL
4963 ____________________________________________________________________________
4964 [ 31656] By: ams                                   on 2007/07/25  12:56:56
4965         Log: Subject: [PATCH] s2p.PL
4966              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
4967              Date: Mon, 23 Jul 2007 11:28:02 +0200
4968              Message-Id: <46A474A2.2060400@thalesgroup.com>
4969      Branch: perl
4970            ! x2p/s2p.PL
4971 ____________________________________________________________________________
4972 [ 31655] By: steveh                                on 2007/07/25  12:35:47
4973         Log: Update AUTHORS following change #31653
4974      Branch: perl
4975            ! AUTHORS
4976 ____________________________________________________________________________
4977 [ 31654] By: ams                                   on 2007/07/25  12:21:19
4978         Log: Fix incorrect =head1 NAME.
4979      Branch: perl
4980            ! lib/File/CheckTree.pm
4981 ____________________________________________________________________________
4982 [ 31653] By: steveh                                on 2007/07/25  12:15:18
4983         Log: Subject: [PATCH] XSUB.h - silence MSVC6 compiler warning
4984              From: "Robert May" <robertmay@cpan.org>
4985              Date: Sun, 22 Jul 2007 02:29:37 +0100
4986              Message-ID: <54bdc7510707211829t67e8b82eo7d8e722e73c6a3b3@mail.gmail.com>
4987      Branch: perl
4988            ! XSUB.h pod/perlxs.pod
4989 ____________________________________________________________________________
4990 [ 31652] By: merijn                                on 2007/07/25  08:49:23
4991         Log: Doc re-ordering to have ALIASES and CUSTOM ALIASES together
4992      Branch: perl
4993            ! lib/charnames.pm
4994 ____________________________________________________________________________
4995 [ 31651] By: stevep                                on 2007/07/24  20:42:14
4996         Log: Subject: [perl #39420] [PATCH] Data::Dumper fails to escape bless class name
4997              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
4998              Date: Tue, 24 Jul 2007 16:29:21 -0300
4999              Message-ID: <73ddeb6c0707241229of8f87d7r9315855344451b05@mail.gmail.com>
5000      Branch: perl
5001            + ext/Data/Dumper/t/bless.t
5002            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5003 ____________________________________________________________________________
5004 [ 31650] By: merijn                                on 2007/07/24  13:05:54
5005         Log: Subject: [patch@31649] vms.c realpath prototype mismatch
5006              From: "John E. Malmberg" <wb8tyw@qsl.net>
5007              Date: Tue, 24 Jul 2007 07:56:39 -0500
5008              Message-ID: <46A5F707.1080502@qsl.net>
5009      Branch: perl
5010            ! vms/vms.c
5011 ____________________________________________________________________________
5012 [ 31649] By: nicholas                              on 2007/07/23  20:07:29
5013         Log: Need to run the plan() at BEGIN time, else the use_ok() will fail.
5014              However, it doesn't actually produce any output due to a known core
5015              bug: http://rt.cpan.org/Ticket/Display.html?id=28345
5016              (But the test count in the plan saves our bacon by alerting us)
5017      Branch: perl
5018            ! ext/Encode/t/mime_header_iso2022jp.t
5019 ____________________________________________________________________________
5020 [ 31648] By: stevep                                on 2007/07/23  13:42:24
5021         Log: Various fixes for EBCDIC platforms.
5022      Branch: perl
5023            ! ext/Encode/t/mime_header_iso2022jp.t t/io/layers.t
5024 ____________________________________________________________________________
5025 [ 31647] By: craigb                                on 2007/07/23  01:48:34
5026         Log: Update utility commands for VMS.
5027      Branch: perl
5028            ! configure.com
5029 ____________________________________________________________________________
5030 [ 31646] By: craigb                                on 2007/07/23  01:47:12
5031         Log: Make TabsWrap tests work around broken VMS pipes.
5032      Branch: perl
5033            ! lib/Text/TabsWrap/t/fill.t lib/Text/TabsWrap/t/tabs.t
5034 ____________________________________________________________________________
5035 [ 31645] By: demerphq                              on 2007/07/20  22:46:47
5036         Log: Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version 1.43
5037      Branch: perl
5038            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5039            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Installed.t
5040 ____________________________________________________________________________
5041 [ 31644] By: merijn                                on 2007/07/20  09:53:20
5042         Log: Extend the update info regarding Configure changes
5043      Branch: perl
5044            ! pod/perl595delta.pod
5045 ____________________________________________________________________________
5046 [ 31643] By: steveh                                on 2007/07/20  09:05:32
5047         Log: Re-apply #31429, which was accidentally undone by #31632
5048              (and bump the $VERSION this time too).
5049      Branch: perl
5050            ! ext/Hash/Util/FieldHash/FieldHash.xs
5051            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
5052 ____________________________________________________________________________
5053 [ 31642] By: steveh                                on 2007/07/20  08:19:19
5054         Log: Updates to AUTHORS and Porting/CheckAUTHORS.pl
5055      Branch: perl
5056            ! AUTHORS Porting/checkAUTHORS.pl
5057 ____________________________________________________________________________
5058 [ 31641] By: steveh                                on 2007/07/20  08:02:15
5059         Log: I've had my email address changed
5060      Branch: perl
5061            ! AUTHORS Porting/checkAUTHORS.pl
5062 ____________________________________________________________________________
5063 [ 31640] By: steveh                                on 2007/07/20  07:50:22
5064         Log: Fix pod nit in perlunicode
5065      Branch: perl
5066            ! pod/perlunicode.pod
5067 ____________________________________________________________________________
5068 [ 31639] By: merijn                                on 2007/07/19  13:57:43
5069         Log: Subject: [PATCH] Various Gentoo Patches
5070              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5071              Date: Wed, 18 Jul 2007 17:17:58 +0200
5072              Message-ID: <20070718171758.77912ed4@r2d2>
5073              
5074              perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665
5075      Branch: perl
5076            ! Configure
5077 ____________________________________________________________________________
5078 [ 31637] By: merijn                                on 2007/07/19  12:30:44
5079         Log: Expand tabs, add -A ccflags=-DMACRO to -h
5080      Branch: perl
5081            ! Configure
5082 ____________________________________________________________________________
5083 [ 31636] By: demerphq                              on 2007/07/19  12:09:32
5084         Log: Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'
5085              Includes an updated regcharclass.h without datestamp in it so when it
5086              is trivially rebuilt it doesnt change in terms of contents.
5087      Branch: perl
5088            ! Porting/regcharclass.pl regcharclass.h
5089 ____________________________________________________________________________
5090 [ 31635] By: davem                                 on 2007/07/19  11:42:15
5091         Log: fix up some nested #ifdef indentation
5092      Branch: perl
5093            ! perl.c
5094 ____________________________________________________________________________
5095 [ 31634] By: davem                                 on 2007/07/19  11:26:40
5096         Log: silence 'unused var' compiler warning
5097      Branch: perl
5098            ! perl.c
5099 ____________________________________________________________________________
5100 [ 31633] By: rgs                                   on 2007/07/19  08:51:28
5101         Log: Add a TODO note about lc() etc. and the UTF-8 flag
5102      Branch: perl
5103            ! pod/perltodo.pod
5104 ____________________________________________________________________________
5105 [ 31632] By: rgs                                   on 2007/07/19  08:12:57
5106         Log: Subject: Re: [patch] Hash::Util::FieldHash v1.02
5107              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5108              Date: Sun, 15 Jul 2007 15:02:11 +0200
5109              Message-Id: <490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de>
5110      Branch: perl
5111            ! ext/Hash/Util/FieldHash/Changes
5112            ! ext/Hash/Util/FieldHash/FieldHash.xs
5113            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
5114            ! ext/Hash/Util/FieldHash/t/02_function.t
5115 ____________________________________________________________________________
5116 [ 31631] By: rgs                                   on 2007/07/19  07:44:19
5117         Log: Suggestion and fixes to the hash seed docs by Paul Johnson
5118      Branch: perl
5119            ! pod/perlrun.pod
5120 ____________________________________________________________________________
5121 [ 31630] By: stevep                                on 2007/07/18  19:05:05
5122         Log: Upgrade to IO-Zlib-1.06.  One bleadperl fix was added, but the other
5123              hasn't yet, so we keep the version bump.
5124      Branch: perl
5125            ! lib/IO/Zlib.pm
5126 ____________________________________________________________________________
5127 [ 31629] By: stevep                                on 2007/07/18  18:52:12
5128         Log: Upgrade to Math-BigRat-0.20
5129      Branch: perl
5130            + lib/Math/BigRat/t/biglog.t lib/Math/BigRat/t/bigroot.t
5131            ! MANIFEST lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
5132            ! lib/Math/BigRat/t/bigfltrt.t
5133 ____________________________________________________________________________
5134 [ 31628] By: stevep                                on 2007/07/18  17:37:53
5135         Log: The lib/Pod/Perldoc.pm portion of...
5136              
5137              Subject:  [PATCH] Various Gentoo Patches
5138              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5139              Date: Wed, 18 Jul 2007 17:17:58 +0200
5140              Message-ID: <20070718171758.77912ed4@r2d2>
5141      Branch: perl
5142            ! lib/Pod/Perldoc.pm
5143 ____________________________________________________________________________
5144 [ 31627] By: rgs                                   on 2007/07/18  16:59:47
5145         Log: Subject: [PATCH] Win32API::File cleanup
5146              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5147              Date: Tue, 17 Jul 2007 14:21:00 -0400
5148              Message-ID: <1ff86f510707171121y3db38817ic4be4cbdd8c8696e@mail.gmail.com>
5149      Branch: perl
5150            ! ext/Win32API/File/Makefile.PL
5151 ____________________________________________________________________________
5152 [ 31626] By: rgs                                   on 2007/07/18  16:37:11
5153         Log: Subject: [PATCH] Change "Perl6" to "Perl 6" in pod/*
5154              From: chromatic <chromatic@wgz.org>
5155              Date: Fri, 13 Jul 2007 14:38:12 -0700
5156              Message-Id: <200707131438.12342.chromatic@wgz.org>
5157      Branch: perl
5158            ! pod/perlcommunity.pod pod/perliol.pod pod/perlre.pod
5159 ____________________________________________________________________________
5160 [ 31624] By: rgs                                   on 2007/07/18  10:26:31
5161         Log: Clarifications on the hash seed
5162      Branch: perl
5163            ! pod/perlrun.pod
5164 ____________________________________________________________________________
5165 [ 31623] By: rgs                                   on 2007/07/18  08:17:47
5166         Log: Subject: [PATCH] gethostbyname() example
5167              From: "Gabor Szabo" <szabgab@gmail.com>
5168              Date: Wed, 18 Jul 2007 08:47:40 +0300
5169              Message-ID: <d8a74af10707172247v2f761bebs30d054eddbe5861@mail.gmail.com>
5170      Branch: perl
5171            ! pod/perlfunc.pod
5172 ____________________________________________________________________________
5173 [ 31622] By: rgs                                   on 2007/07/18  08:12:17
5174         Log: Subject: [PATCH AUTHORS, porting/checkAUTHORS.pl] (was Re: perldelta)
5175              From: Abigail <abigail@abigail.be>
5176              Date: Wed, 18 Jul 2007 10:04:06 +0200
5177              Message-ID: <20070718080406.GE6316@abigail.be>
5178      Branch: perl
5179            ! AUTHORS Porting/checkAUTHORS.pl
5180 ____________________________________________________________________________
5181 [ 31621] By: rgs                                   on 2007/07/18  07:38:19
5182         Log: Miscellaneous modernisations and trimmings.
5183      Branch: perl
5184            ! INSTALL
5185 ____________________________________________________________________________
5186 [ 31620] By: rgs                                   on 2007/07/17  10:20:17
5187         Log: Fix references to perldelta.pod (this file doesn't exist in the
5188              source distribution).
5189              Remove paragraph on space requirements (space is now cheaper).
5190              Remove paragraph on I/O mechanisms (PerlIO is standard).
5191              Remove paragraph on coexistence with Perl 4.
5192      Branch: perl
5193            ! INSTALL
5194 ____________________________________________________________________________
5195 [ 31619] By: craigb                                on 2007/07/17  03:37:22
5196         Log: Inching towards Module::Build-ability on VMS.
5197      Branch: perl
5198            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
5199            ! lib/Module/Build/t/destinations.t
5200            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/xs.t
5201 ____________________________________________________________________________
5202 [ 31618] By: nicholas                              on 2007/07/16  22:20:26
5203         Log: Re-order struct yy_parser to save space on most systems.
5204              Re-order struct yy_stack_frame to save space on LP64 systems.
5205      Branch: perl
5206            ! parser.h
5207 ____________________________________________________________________________
5208 [ 31617] By: davem                                 on 2007/07/16  15:42:56
5209         Log: fourth attempt to silence S_emulate_eaccess compiler warning
5210      Branch: perl
5211            ! embed.fnc embed.h pp_sys.c proto.h
5212 ____________________________________________________________________________
5213 [ 31616] By: davem                                 on 2007/07/16  14:23:54
5214         Log: change #31615 added the new field in the wrong place
5215      Branch: perl
5216            ! parser.h
5217 ____________________________________________________________________________
5218 [ 31615] By: davem                                 on 2007/07/16  13:15:37
5219         Log: local $[: fix scoping during parser error handling.
5220              
5221              Change 22306# inadvertently made 'local $[' statement-scoped
5222              rather than block-scoped; so revert that change and add a
5223              different fix. The problem was to ensure that the savestack got
5224              popped correctly while popping errored tokens. We how record the
5225              current value of PL_savestack_ix with each pushed parser state. 
5226      Branch: perl
5227            ! op.c pad.c parser.h perly.act perly.c perly.tab perly.y
5228            ! t/op/local.t
5229 ____________________________________________________________________________
5230 [ 31614] By: craigb                                on 2007/07/14  02:21:14
5231         Log: VMS todo for threads exit test.
5232      Branch: perl
5233            ! ext/threads/t/exit.t
5234 ____________________________________________________________________________
5235 [ 31613] By: rgs                                   on 2007/07/13  15:18:59
5236         Log: Comment out links to docs that don't exist yet.
5237      Branch: perl
5238            ! pod/perlrebackslash.pod
5239 ____________________________________________________________________________
5240 [ 31612] By: rgs                                   on 2007/07/13  15:03:45
5241         Log: More typo fixes in the regexp docs
5242      Branch: perl
5243            ! pod/perlre.pod pod/perlrebackslash.pod
5244 ____________________________________________________________________________
5245 [ 31611] By: rgs                                   on 2007/07/13  14:49:41
5246         Log: Fix typos, readability nits
5247      Branch: perl
5248            ! ext/Hash/Util/lib/Hash/Util.pm
5249 ____________________________________________________________________________
5250 [ 31610] By: rgs                                   on 2007/07/13  14:16:57
5251         Log: Use new style L<> links in POD
5252      Branch: perl
5253            ! ext/Opcode/Opcode.pm ext/Opcode/Safe.pm ext/Opcode/ops.pm
5254 ____________________________________________________________________________
5255 [ 31609] By: rgs                                   on 2007/07/13  13:45:35
5256         Log: Subject: [PATCH] BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)
5257              From: Tels <nospam-abuse@bloodgate.com>
5258              Date: Thu, 12 Jul 2007 19:11:01 +0200
5259              Message-Id: <200707121911.02528@bloodgate.com>
5260      Branch: perl
5261            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
5262 ____________________________________________________________________________
5263 [ 31608] By: rgs                                   on 2007/07/13  12:13:09
5264         Log: Specify prototyping behaviour for Math::BigInt::FastCalc
5265      Branch: perl
5266            ! ext/Math/BigInt/FastCalc/FastCalc.xs
5267 ____________________________________________________________________________
5268 [ 31607] By: rgs                                   on 2007/07/13  08:43:50
5269         Log: Spelling and formatting nits
5270      Branch: perl
5271            ! Cross/README.new
5272 ____________________________________________________________________________
5273 [ 31606] By: rgs                                   on 2007/07/13  08:36:23
5274         Log: That's NAME, not TITLE.
5275      Branch: perl
5276            ! Porting/regcharclass.pl
5277 ____________________________________________________________________________
5278 [ 31605] By: rgs                                   on 2007/07/13  08:32:44
5279         Log: Put a proper title like in every man page
5280      Branch: perl
5281            ! hints/README.hints
5282 ____________________________________________________________________________
5283 [ 31604] By: rgs                                   on 2007/07/13  08:29:28
5284         Log: Avoid POD in test files
5285      Branch: perl
5286            ! lib/SelfLoader-buggy.t
5287 ____________________________________________________________________________
5288 [ 31603] By: rgs                                   on 2007/07/13  08:16:41
5289         Log: * make splitpod actually work if perl isn't installed
5290              * prevent doc extractors to extract POD from splitpod
5291      Branch: perl
5292            ! pod/splitpod
5293 ____________________________________________________________________________
5294 [ 31602] By: rgs                                   on 2007/07/13  07:59:15
5295         Log: Shorten description.
5296      Branch: perl
5297            ! lib/DB.pm
5298 ____________________________________________________________________________
5299 [ 31601] By: rgs                                   on 2007/07/13  06:12:50
5300         Log: Silence mandatory warning by using @# instead of $#.
5301              "no warnings" is probably a bit inappropriate for a
5302              base test. Putting -X on the command-line is probably
5303              not a good idea, since it may hide other interesting
5304              warnings in the future.
5305      Branch: perl
5306            ! t/base/lex.t
5307 ____________________________________________________________________________
5308 [ 31600] By: davem                                 on 2007/07/12  22:10:35
5309         Log: really really fix S_emulate_eaccess compiler warning (#31536 didn't)
5310      Branch: perl
5311            ! embed.fnc embed.h proto.h
5312 ____________________________________________________________________________
5313 [ 31599] By: rgs                                   on 2007/07/12  16:22:59
5314         Log: Subject: [PATCH] perlbug
5315              From: Alexandr Ciornii <alexchorny@gmail.com>
5316              Date: Thu, 12 Jul 2007 13:46:24 +0300
5317              Message-ID: <1367844687.20070712134624@gmail.com>
5318      Branch: perl
5319            ! utils/perlbug.PL
5320 ____________________________________________________________________________
5321 [ 31598] By: rgs                                   on 2007/07/12  15:16:56
5322         Log: Subject: [PATCH] Re: [PATCH] 'make veryclean' still dirty
5323              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5324              Date: Thu, 12 Jul 2007 10:49:29 -0400
5325              Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>
5326      Branch: perl
5327            ! Makefile.SH
5328 ____________________________________________________________________________
5329 [ 31597] By: craigb                                on 2007/07/12  10:57:36
5330         Log: Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
5331              grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.
5332      Branch: perl
5333            ! configure.com
5334 ____________________________________________________________________________
5335 [ 31596] By: rgs                                   on 2007/07/12  09:56:38
5336         Log: Subject: mention of g and c modifiers missing from perlre.pod
5337              From: "David Nicol" <davidnicol@gmail.com>
5338              Date: Wed, 11 Jul 2007 17:31:45 -0500
5339              Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>
5340      Branch: perl
5341            ! pod/perlre.pod
5342 ____________________________________________________________________________
5343 [ 31595] By: rgs                                   on 2007/07/12  08:50:56
5344         Log: Revert part of #31591
5345      Branch: perl
5346            ! Makefile.SH
5347 ____________________________________________________________________________
5348 [ 31594] By: rgs                                   on 2007/07/12  07:48:29
5349         Log: Link TODO test to appropriate RT ticket
5350      Branch: perl
5351            ! t/op/local.t
5352 ____________________________________________________________________________
5353 [ 31593] By: rgs                                   on 2007/07/12  07:39:53
5354         Log: A couple of additions in perltodo for the future
5355      Branch: perl
5356            ! pod/perltodo.pod
5357 ____________________________________________________________________________
5358 [ 31592] By: rgs                                   on 2007/07/12  05:51:35
5359         Log: More terminology updates for warnings
5360      Branch: perl
5361            ! pod/perldiag.pod pod/perllexwarn.pod
5362 ____________________________________________________________________________
5363 [ 31591] By: stevep                                on 2007/07/12  02:10:29
5364         Log: Subject: [PATCH] 'make veryclean' still dirty
5365              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5366              Date: Wed, 11 Jul 2007 20:06:39 -0400
5367              Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>
5368      Branch: perl
5369            ! Makefile.SH x2p/Makefile.SH
5370 ____________________________________________________________________________
5371 [ 31590] By: rgs                                   on 2007/07/11  20:33:27
5372         Log: Better wording, suggested by Eric Cholet.
5373      Branch: perl
5374            ! pod/perldiag.pod
5375 ____________________________________________________________________________
5376 [ 31589] By: rgs                                   on 2007/07/11  19:31:40
5377         Log: Turn the "$# / $* is no longer supported" warnings into
5378              severe warnings (as suggested by Audrey Tang)
5379      Branch: perl
5380            ! gv.c pod/perldiag.pod t/lib/warnings/gv
5381 ____________________________________________________________________________
5382 [ 31588] By: rgs                                   on 2007/07/11  17:36:40
5383         Log: Subject: [PATCH] dump.c: do not use sv_len_utf8 because it modified the scalar
5384              From: Gerard Goossen <gerard@tty.nl>
5385              Date: Wed, 11 Jul 2007 19:19:11 +0200
5386              Message-ID: <20070711171911.GD8177@ostwald>
5387              
5388              do not use sv_len_utf8 because it modified the scalar.
5389              Add a test to Peek.t to check that dumping doesn't modify anything;
5390              the test is still TODO because hashiteration in dump.c set the OOK flag.
5391      Branch: perl
5392            ! dump.c ext/Devel/Peek/t/Peek.t
5393 ____________________________________________________________________________
5394 [ 31587] By: rgs                                   on 2007/07/11  12:02:11
5395         Log: Subject: [PATCH blead] Re: [perl #43545] 'no warnings' effects $@.
5396              From: Rick Delaney <rick@bort.ca>
5397              Date: Sat, 7 Jul 2007 23:06:11 -0400
5398              Message-ID: <20070708030611.GJ436@bort.ca>
5399      Branch: perl
5400            ! t/op/eval.t toke.c
5401 ____________________________________________________________________________
5402 [ 31586] By: steveh                                on 2007/07/11  09:00:49
5403         Log: Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"
5404              becomes "return Perl_die()" and Perl_die() returns an OP*, which
5405              isn't appropriate to return from S_doeval.
5406      Branch: perl
5407            ! pp_ctl.c
5408 ____________________________________________________________________________
5409 [ 31585] By: rgs                                   on 2007/07/11  07:48:46
5410         Log: Less indirect object notation
5411      Branch: perl
5412            ! pod/perlfunc.pod
5413 ____________________________________________________________________________
5414 [ 31584] By: rgs                                   on 2007/07/11  07:40:17
5415         Log: Remove wrong equivalent to pop() (bug #43705)
5416      Branch: perl
5417            ! pod/perlfunc.pod
5418 ____________________________________________________________________________
5419 [ 31583] By: rgs                                   on 2007/07/11  07:35:27
5420         Log: Subject: Re: [PATCH] File-Path fix wrong skip count
5421              From: David Landgren <david@landgren.net>
5422              Date: Tue, 10 Jul 2007 22:48:53 +0200
5423              Message-ID: <4693F0B5.1030505@landgren.net>
5424      Branch: perl
5425            ! lib/File/Path.t
5426 ____________________________________________________________________________
5427 [ 31582] By: davem                                 on 2007/07/10  23:51:58
5428         Log: Fix assertion failure on failed magic eval - eg FETCH {eval'('}
5429              S_doeval()'s behaviour varies depending on whether the code
5430              compiles or not; on failure it pops the EVAL context block. This
5431              is bad because later on, S_docatch() assumes that the block is
5432              still there. Make docatch() return a boolean instead, indicating
5433              success. The value it formerly returned (the next op) can be deduced
5434              as PL_eval_start or PL_op->op_next on success/failure.
5435      Branch: perl
5436            ! embed.fnc pp_ctl.c proto.h t/op/eval.t
5437 ____________________________________________________________________________
5438 [ 31581] By: stevep                                on 2007/07/10  20:31:31
5439         Log: Add additional SUSV3 constants to Socket for use with setsockopt() 
5440              and getsockopt().
5441      Branch: perl
5442            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
5443 ____________________________________________________________________________
5444 [ 31580] By: rgs                                   on 2007/07/10  15:46:05
5445         Log: Subject: Re: Small addition to perlcheat.pod
5446              From: "Spiros Denaxas" <spiros@lokku.com>
5447              Date: Mon, 9 Jul 2007 17:14:43 +0100
5448              Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>
5449      Branch: perl
5450            ! pod/perlcheat.pod
5451 ____________________________________________________________________________
5452 [ 31579] By: rgs                                   on 2007/07/10  14:10:43
5453         Log: Fix Digest::SHA test boilerplate.
5454      Branch: perl
5455            ! ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t
5456            ! ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t
5457            ! ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t
5458            ! ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t
5459            ! ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t
5460            ! ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t
5461            ! ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t
5462            ! ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t
5463            ! ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t
5464            ! ext/Digest/SHA/t/woodbury.t
5465 ____________________________________________________________________________
5466 [ 31578] By: rgs                                   on 2007/07/10  14:08:35
5467         Log: Upgrade to Digest::SHA 5.45.
5468      Branch: perl
5469            + ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t
5470            + ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t
5471            + ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t
5472            + ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t
5473            + ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t
5474            + ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t
5475            + ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t
5476            + ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t
5477            + ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t
5478            + ext/Digest/SHA/t/woodbury.t
5479            - ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
5480            - ext/Digest/SHA/t/2-nist-sha-1.t
5481            - ext/Digest/SHA/t/2-nist-sha-224.t
5482            - ext/Digest/SHA/t/2-nist-sha-256.t
5483            - ext/Digest/SHA/t/2-nist-sha-384.t
5484            - ext/Digest/SHA/t/2-nist-sha-512.t
5485            - ext/Digest/SHA/t/2-nist-sha-base64.t
5486            - ext/Digest/SHA/t/2-nist-sha-oo.t
5487            - ext/Digest/SHA/t/2-nist-vectors-bit.t
5488            - ext/Digest/SHA/t/2-nist-vectors-byte.t
5489            - ext/Digest/SHA/t/3-gillogly-easy.t
5490            - ext/Digest/SHA/t/3-gillogly-hard.t
5491            - ext/Digest/SHA/t/4-bitstr-increasing.t
5492            - ext/Digest/SHA/t/4-bitstr-large.t
5493            - ext/Digest/SHA/t/4-bitstr-random.t
5494            - ext/Digest/SHA/t/5-hmac-fips198.t
5495            - ext/Digest/SHA/t/5-hmac-rfc2202.t
5496            - ext/Digest/SHA/t/5-hmac-sha-256.t
5497            - ext/Digest/SHA/t/5-hmac-woodbury.t
5498            - ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
5499            - ext/Digest/SHA/t/gillogly/state.011
5500            - ext/Digest/SHA/t/gillogly/state.110
5501            - ext/Digest/SHA/t/nist/COPYRIGHT
5502            - ext/Digest/SHA/t/nist/Readme.txt
5503            - ext/Digest/SHA/t/nist/bit-hashes.sha1
5504            - ext/Digest/SHA/t/nist/bit-messages.sha1
5505            - ext/Digest/SHA/t/nist/byte-hashes.sha1
5506            - ext/Digest/SHA/t/nist/byte-messages.sha1
5507            - ext/Digest/SHA/t/state/state.1
5508            - ext/Digest/SHA/t/state/state.256
5509            - ext/Digest/SHA/t/state/state.384
5510            - ext/Digest/SHA/t/state/state.512
5511            ! MANIFEST ext/Digest/SHA/Changes ext/Digest/SHA/README
5512            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
5513            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
5514            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/hmacxtra.c
5515            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
5516 ____________________________________________________________________________
5517 [ 31577] By: stevep                                on 2007/07/10  13:18:20
5518         Log: How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
5519              do not know.
5520      Branch: perl
5521            ! ext/Digest/MD5/t/files.t
5522 ____________________________________________________________________________
5523 [ 31576] By: rgs                                   on 2007/07/10  06:17:50
5524         Log: Modernize opendir() syntax
5525      Branch: perl
5526            ! pod/perlsub.pod
5527 ____________________________________________________________________________
5528 [ 31575] By: rgs                                   on 2007/07/10  06:16:43
5529         Log: Mention the two ways of overriding built-ins.
5530              Link to perlsub. Fix typos and indentation.
5531      Branch: perl
5532            ! lib/CORE.pod
5533 ____________________________________________________________________________
5534 [ 31574] By: stevep                                on 2007/07/09  18:25:29
5535         Log: Subject: [PATCH] CORE.pod
5536              From: Tels <nospam-abuse@bloodgate.com>
5537              Date: Mon, 9 Jul 2007 17:28:43 +0200
5538              Message-Id: <200707091728.43634@bloodgate.com>
5539      Branch: perl
5540            + lib/CORE.pod
5541            ! MANIFEST
5542 ____________________________________________________________________________
5543 [ 31573] By: merijn                                on 2007/07/09  14:21:00
5544         Log: PERL_PATCHNUM is dead. Long live SMOKEs!
5545              Started by Steve Hay <steve.hay@uk.radan.com>
5546              Subject: [PATCH] Re: patch level of blead/maintperl
5547              Date: Mon, 09 Jul 2007 13:10:11 +0100
5548              Message-ID: <469225A3.5010909@uk.radan.com>
5549      Branch: perl
5550            ! Configure
5551 ____________________________________________________________________________
5552 [ 31571] By: steveh                                on 2007/07/09  13:21:48
5553         Log: Update references to Win32's Platform SDK installation location.
5554              
5555              Different versions install into different default locations, as
5556              pointed out here:
5557              
5558              Subject: Building 5.9.5 with Win2k, MSVC8FREE
5559              From: Marvin Humphrey <marvin@rectangular.com>
5560              Date: Sun, 8 Jul 2007 08:27:44 -0700
5561              Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com>
5562      Branch: perl
5563            ! README.win32
5564 ____________________________________________________________________________
5565 [ 31570] By: steveh                                on 2007/07/09  13:15:05
5566         Log: Don't install static library files of statically linked extensions
5567              when using a shared perl library. The files are not needed, and this
5568              fixes a problem building PAR-Packer on Win32 with a debug build of
5569              perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
5570              against it and its PDB file, vc60.pdb, but the latter is not installed.)
5571              Also skip installing a few other unnecessary files.
5572              
5573              Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
5574              From: Steve Hay <steve.hay@uk.radan.com>
5575              Date: Fri, 06 Jul 2007 12:20:06 +0100
5576              Message-ID: <468E2566.8090504@uk.radan.com>
5577      Branch: perl
5578            ! installperl
5579 ____________________________________________________________________________
5580 [ 31569] By: steveh                                on 2007/07/09  11:43:09
5581         Log: Some Win32 Config fixes for patchlevel and perl_patchlevel:
5582              - Set $Config{patchlevel} to PERL_VERSION (it was previously blank
5583              because it was wrongly being set from PATCHLEVEL, which was blank)
5584              - Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
5585              value in the top-level ".patch" file if it exists (the former was
5586              previously not set, while the latter was previously wrongly set to
5587              PERL_VERSION)
5588      Branch: perl
5589            ! win32/config.bc win32/config.ce win32/config.gc
5590            ! win32/config.vc win32/config.vc64 win32/config_sh.PL
5591 ____________________________________________________________________________
5592 [ 31568] By: rgs                                   on 2007/07/09  08:20:32
5593         Log: Subject: [PATCH] cygwin path conversions, take 4
5594              From: "Reini Urban" <rurban@x-ray.at>
5595              Date: Sat, 7 Jul 2007 15:00:54 +0200
5596              Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>
5597      Branch: perl
5598            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
5599 ____________________________________________________________________________
5600 [ 31567] By: rgs                                   on 2007/07/09  08:00:17
5601         Log: Subject: [PATCH] Update Filter::Call::Util version
5602              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5603              Date: Sat, 7 Jul 2007 20:24:21 +0100
5604              Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>
5605      Branch: perl
5606            ! ext/Filter/Util/Call/Call.pm
5607 ____________________________________________________________________________
5608 [ 31566] By: rgs                                   on 2007/07/07  16:49:44
5609         Log: More missing dual-life modules
5610      Branch: perl
5611            ! Porting/Maintainers.pl
5612 ____________________________________________________________________________
5613 [ 31565] By: rgs                                   on 2007/07/07  16:37:33
5614         Log: Add CPANPLUS::Dist to Maintainers.pl
5615      Branch: perl
5616            ! Porting/Maintainers.pl
5617 ____________________________________________________________________________
5618 [ 31564] By: rgs                                   on 2007/07/07  16:34:50
5619         Log: Reinstate "DEVEL" in patchlevel
5620      Branch: perl
5621            ! patchlevel.h
5622 ____________________________________________________________________________
5623 [ 31563] By: rgs                                   on 2007/07/07  11:01:31
5624         Log: Regenerate Changes.
5625      Branch: perl
5626            ! Changes
5627 ____________________________________________________________________________
5628 [ 31562] By: rgs                                   on 2007/07/07  10:59:10
5629         Log: Fix corelist.pl after the reorganisation of the
5630              Compress modules in ext/. Re-update Module::CoreList.
5631      Branch: perl
5632            ! Porting/corelist.pl lib/Module/CoreList.pm
5633 ____________________________________________________________________________
5634 [ 31561] By: rgs                                   on 2007/07/07  10:51:08
5635         Log: Update Module::CoreList, regenerate META.yml,
5636              mention Log::Message::* in perldelta and
5637              update perlhist with 5.9.5
5638      Branch: perl
5639            ! META.yml lib/Module/CoreList.pm pod/perl595delta.pod
5640            ! pod/perlhist.pod
5641 ____________________________________________________________________________
5642 [ 31560] By: rgs                                   on 2007/07/07  10:38:56
5643         Log: Regenerate table of contents
5644      Branch: perl
5645            ! pod/perltoc.pod
5646 ____________________________________________________________________________
5647 [ 31559] By: rgs                                   on 2007/07/07  10:19:07
5648         Log: FAQ sync
5649      Branch: perl
5650            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
5651            ! pod/perlfaq8.pod
5652 ____________________________________________________________________________
5653 [ 31558] By: rgs                                   on 2007/07/07  09:44:34
5654         Log: Subject: [PATCH] Update CPANPLUS to 0.81_01
5655              From: "Jos I. Boumans" <kane@dwim.org>
5656              Date: Sat, 7 Jul 2007 11:39:12 +0200
5657              Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>
5658      Branch: perl
5659            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
5660            ! lib/CPANPLUS/Configure/Setup.pm lib/CPANPLUS/Internals.pm
5661            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
5662            ! lib/CPANPLUS/bin/cpan2dist
5663            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
5664            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
5665            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
5666            ! r-0.01.tar.gz.packed
5667            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
5668            ! tar.gz.packed
5669            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
5670            ! tar.gz.packed
5671            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
5672            ! r.gz.packed
5673            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
5674            ! tar.gz.packed
5675            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
5676            ! r.gz.packed
5677            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
5678            ! cked
5679            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
5680 ____________________________________________________________________________
5681 [ 31557] By: rgs                                   on 2007/07/07  09:32:30
5682         Log: Desactive the "DEVEL" local patch tag for release.
5683      Branch: perl
5684            ! patchlevel.h
5685 ____________________________________________________________________________
5686 [ 31556] By: rgs                                   on 2007/07/07  09:03:41
5687         Log: Mention that pseudo-hashes are no longer supported
5688      Branch: perl
5689            ! pod/perl595delta.pod
5690 ____________________________________________________________________________
5691 [ 31555] By: rgs                                   on 2007/07/07  08:22:46
5692         Log: Update Changes
5693      Branch: perl
5694            ! Changes
5695 ____________________________________________________________________________
5696 [ 31554] By: rgs                                   on 2007/07/07  08:07:58
5697         Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills
5698              From: Gerard Goossen <gerard@tty.nl>
5699              Date: Wed, 27 Jun 2007 13:04:00 +0200
5700              Message-ID: <20070627110400.GC11336@ostwald>
5701      Branch: perl
5702            ! mad/t/p55.t op.c toke.c
5703 ____________________________________________________________________________
5704 [ 31553] By: rgs                                   on 2007/07/07  08:05:24
5705         Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
5706              From: Gerard Goossen <gerard@tty.nl>
5707              Date: Wed, 27 Jun 2007 11:58:28 +0200
5708              Message-ID: <20070627095828.GB11336@ostwald>
5709      Branch: perl
5710            ! mad/Nomad.pm mad/t/p55.t
5711 ____________________________________________________________________________
5712 [ 31552] By: rgs                                   on 2007/07/07  08:03:49
5713         Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge
5714              From: Gerard Goossen <gerard@tty.nl>
5715              Date: Tue, 26 Jun 2007 20:33:50 +0200
5716              Message-ID: <20070626183350.GA11336@ostwald>
5717      Branch: perl
5718            ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t
5719 ____________________________________________________________________________
5720 [ 31551] By: rgs                                   on 2007/07/07  07:46:58
5721         Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
5722              From: "Edgar Bering" <trizor@gmail.com>
5723              Date: Wed, 4 Jul 2007 11:51:53 +0200
5724              Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
5725      Branch: perl
5726            + pod/perlcommunity.pod
5727            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
5728            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
5729 ____________________________________________________________________________
5730 [ 31550] By: rgs                                   on 2007/07/07  07:29:08
5731         Log: Add a note in perldelta about undefining *ISA
5732      Branch: perl
5733            ! pod/perl595delta.pod
5734 ____________________________________________________________________________
5735 [ 31549] By: rgs                                   on 2007/07/07  07:12:01
5736         Log: Subject: [patch]  add verbose mode to -DU debugging option
5737              From: Jim Cromie <jim.cromie@gmail.com>
5738              Date: Thu, 05 Jul 2007 10:17:24 -0600
5739              Message-ID: <468D1994.1090909@gmail.com>
5740      Branch: perl
5741            ! perl.h pod/perlrun.pod
5742 ____________________________________________________________________________
5743 [ 31548] By: rgs                                   on 2007/07/07  07:02:21
5744         Log: Make Perl_find_runcv a member of the public API
5745              (so Sub::Current works on Windows)
5746      Branch: perl
5747            ! embed.fnc embed.h global.sym pod/perlapi.pod
5748            ! pod/perlintern.pod
5749 ____________________________________________________________________________
5750 [ 31547] By: rgs                                   on 2007/07/07  06:56:48
5751         Log: Remove 5.10.0 section from perltodo
5752      Branch: perl
5753            ! pod/perltodo.pod
5754 ____________________________________________________________________________
5755 [ 31546] By: rgs                                   on 2007/07/07  06:52:39
5756         Log: Subject: [PATCH] Fix commented out function names in proto.h
5757              From: "Jan Dubois" <jand@activestate.com>
5758              Date: Fri, 6 Jul 2007 17:59:38 -0700
5759              Message-ID: <058b01c7c032$18a6a260$49f3e720$@com>
5760      Branch: perl
5761            ! embed.h embed.pl proto.h
5762 ____________________________________________________________________________
5763 [ 31545] By: rgs                                   on 2007/07/07  05:05:50
5764         Log: base.pm is belong to me
5765      Branch: perl
5766            ! Porting/Maintainers.pl
5767 ____________________________________________________________________________
5768 [ 31544] By: craigb                                on 2007/07/06  20:39:46
5769         Log: Fix the case of $Config{perl_patchlevel} on VMS.
5770      Branch: perl
5771            ! configure.com
5772 ____________________________________________________________________________
5773 [ 31543] By: steveh                                on 2007/07/06  16:24:07
5774         Log: Subject: Re: Beyond 5.10
5775              From: Abigail <abigail@abigail.be>
5776              Date: Thu, 5 Jul 2007 21:55:20 +0200
5777              Message-ID: <20070705195520.GB1314@abigail.nl>
5778              
5779              Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
5780              to it, and adds missing entries to AUTHORS.
5781      Branch: perl
5782            ! AUTHORS Porting/checkAUTHORS.pl
5783 ____________________________________________________________________________
5784 [ 31542] By: rgs                                   on 2007/07/06  16:00:57
5785         Log: Add test preambles
5786      Branch: perl
5787            ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t
5788            ! lib/base/t/warnings.t
5789 ____________________________________________________________________________
5790 [ 31541] By: rgs                                   on 2007/07/06  15:52:40
5791         Log: Make this new test be skipped with 5.8.x
5792      Branch: perl
5793            ! lib/base/t/fields-base.t
5794 ____________________________________________________________________________
5795 [ 31540] By: rgs                                   on 2007/07/06  13:58:58
5796         Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern
5797      Branch: perl
5798            + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t
5799            + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm
5800            ! MANIFEST lib/base.pm lib/base/t/base.t
5801            ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm
5802 ____________________________________________________________________________
5803 [ 31539] By: steveh                                on 2007/07/06  11:08:37
5804         Log: Add Borland linker option to not generate .map files
5805              (They are not generated by default by VC++ or MinGW, and there
5806              doesn't seem to be any need for them.)
5807      Branch: perl
5808            ! win32/makefile.mk
5809 ____________________________________________________________________________
5810 [ 31538] By: rgs                                   on 2007/07/06  08:09:12
5811         Log: Subject: [PATCH] Archive::Extract - small pod update
5812              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5813              Date: Thu, 5 Jul 2007 16:01:02 +0100
5814              Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
5815      Branch: perl
5816            ! lib/Archive/Extract.pm
5817 ____________________________________________________________________________
5818 [ 31537] By: davem                                 on 2007/07/04  23:09:02
5819         Log: clarify what text 'warn' appends to a newline-less string
5820      Branch: perl
5821            ! pod/perlfunc.pod
5822 ____________________________________________________________________________
5823 [ 31536] By: davem                                 on 2007/07/04  22:39:08
5824         Log: really fix S_emulate_eaccess compiler warning (#31418 didn't)
5825      Branch: perl
5826            ! embed.fnc
5827 ____________________________________________________________________________
5828 [ 31535] By: craigb                                on 2007/07/04  16:27:16
5829         Log: New File::Path tests require unix syntax on VMS.
5830      Branch: perl
5831            ! lib/File/Path.t
5832 ____________________________________________________________________________
5833 [ 31534] By: craigb                                on 2007/07/04  16:07:33
5834         Log: VMS syntax nit in new MakeMaker test.
5835      Branch: perl
5836            ! lib/ExtUtils/t/cd.t
5837 ____________________________________________________________________________
5838 [ 31533] By: craigb                                on 2007/07/04  15:35:56
5839         Log: Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.
5840      Branch: perl
5841            ! configure.com
5842 ____________________________________________________________________________
5843 [ 31532] By: craigb                                on 2007/07/04  15:18:06
5844         Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back
5845              in change #1084.  Remove references to vms/config.vms, which was removed in
5846              change #1084.
5847      Branch: perl
5848            - vms/genconfig.pl
5849            ! MANIFEST README.vms configure.com vms/myconfig.com
5850 ____________________________________________________________________________
5851 [ 31531] By: rgs                                   on 2007/07/04  14:13:55
5852         Log: Adapt perlivp to the ext/ reorganisation for Compress modules
5853      Branch: perl
5854            ! utils/perlivp.PL
5855 ____________________________________________________________________________
5856 [ 31530] By: rgs                                   on 2007/07/04  13:38:42
5857         Log: Subject: [perl #3589] [BUG#3589 bleadperl] 
5858              From: "Reini Urban via RT" <perlbug-followup@perl.org>
5859              Date: Mon, 02 Jul 2007 14:59:08 -0700
5860              Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>
5861      Branch: perl
5862            ! t/op/re_tests
5863 ____________________________________________________________________________
5864 [ 31529] By: rgs                                   on 2007/07/04  13:32:06
5865         Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
5866              From: "Jan Dubois" <jand@activestate.com>
5867              Date: Mon, 2 Jul 2007 14:21:06 -0700
5868              Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>
5869      Branch: perl
5870            ! lib/Net/Ping/t/500_ping_icmp.t
5871 ____________________________________________________________________________
5872 [ 31528] By: rgs                                   on 2007/07/04  08:20:47
5873         Log: Don't require to have at least DB_File or *DBM_File
5874      Branch: perl
5875            ! t/lib/commonsense.t
5876 ____________________________________________________________________________
5877 [ 31527] By: rgs                                   on 2007/07/04  08:11:36
5878         Log: regexp flags =~ s/k/p/
5879      Branch: perl
5880            ! pod/perlre.pod
5881 ____________________________________________________________________________
5882 [ 31526] By: steveh                                on 2007/07/03  16:13:58
5883         Log: Correct a couple more cases of $Config{useshrplib}
5884      Branch: perl
5885            ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl
5886 ____________________________________________________________________________
5887 [ 31525] By: rgs                                   on 2007/07/03  14:34:05
5888         Log: More tests for \g errors in regular expressions
5889      Branch: perl
5890            ! t/op/re_tests
5891 ____________________________________________________________________________
5892 [ 31524] By: rgs                                   on 2007/07/03  14:26:13
5893         Log: Forbid \g0. (tests coming later)
5894      Branch: perl
5895            ! pod/perldiag.pod regcomp.c
5896 ____________________________________________________________________________
5897 [ 31523] By: steveh                                on 2007/07/03  14:16:23
5898         Log: $Config{useshrplib} should be 'true' rather than 'yes' when using
5899              a shared perl library
5900      Branch: perl
5901            ! NetWare/config.wc win32/config.bc win32/config.ce
5902            ! win32/config.gc win32/config.vc win32/config.vc64
5903 ____________________________________________________________________________
5904 [ 31522] By: stevep                                on 2007/07/03  13:51:08
5905         Log: Upgrade to ExtUtils-MakeMaker-6.36
5906      Branch: perl
5907            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t
5908 ____________________________________________________________________________
5909 [ 31521] By: stevep                                on 2007/07/02  18:23:50
5910         Log: Include file missed from change #31519.
5911      Branch: perl
5912            ! lib/ExtUtils/MakeMaker.pm
5913 ____________________________________________________________________________
5914 [ 31520] By: stevep                                on 2007/07/02  16:52:30
5915         Log: Subject: [PATCH] compression modules update to version 2.005
5916              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5917              Date: Sun, 1 Jul 2007 00:50:01 +0100
5918              Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>
5919      Branch: perl
5920            + ext/IO_Compress_Zlib/t/110encode-deflate.t
5921            + ext/IO_Compress_Zlib/t/110encode-gzip.t
5922            + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t
5923            + ext/IO_Compress_Zlib/t/110encode-zip.t
5924            + t/lib/compress/encode.pl
5925            ! MANIFEST ext/Compress/Raw/Zlib/Changes
5926            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
5927            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
5928            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
5929            ! ext/Compress/Zlib/README
5930            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
5931            ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes
5932            ! ext/IO_Compress_Base/README
5933            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
5934            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
5935            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
5936            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
5937            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
5938            ! ext/IO_Compress_Zlib/README
5939            ! ext/IO_Compress_Zlib/examples/unzip
5940            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
5941            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
5942            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
5943            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
5944            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
5945            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
5946            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
5947            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
5948            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
5949            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
5950            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
5951            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
5952            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
5953            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
5954            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
5955            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
5956            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
5957            ! ext/IO_Compress_Zlib/t/004gziphdr.t
5958            ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl
5959            ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl
5960 ____________________________________________________________________________
5961 [ 31519] By: stevep                                on 2007/07/02  15:39:52
5962         Log: Upgrade to ExtUtils-MakeMaker-6.35
5963      Branch: perl
5964            + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t
5965            + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t
5966            ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm
5967            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5968            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t
5969            ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t
5970            ! lib/ExtUtils/t/writemakefile_args.t
5971            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
5972            ! t/lib/MakeMaker/Test/Utils.pm
5973 ____________________________________________________________________________
5974 [ 31518] By: rgs                                   on 2007/07/02  13:35:06
5975         Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?)
5976              From: "Jos I. Boumans" <kane@dwim.org>
5977              Date: Mon, 2 Jul 2007 15:20:37 +0200
5978              Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>
5979      Branch: perl
5980            + Porting/add-package.pl
5981            ! MANIFEST
5982 ____________________________________________________________________________
5983 [ 31517] By: rgs                                   on 2007/07/02  13:28:50
5984         Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure
5985              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5986              Date: Sun, 1 Jul 2007 15:23:37 -0400
5987              Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>
5988      Branch: perl
5989            ! lib/Net/Ping/t/250_ping_hires.t
5990 ____________________________________________________________________________
5991 [ 31516] By: rgs                                   on 2007/07/02  13:17:26
5992         Log: Subject: [PATCH] Fixes to threads tests
5993              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5994              Date: Sun, 1 Jul 2007 15:03:41 -0400
5995              Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>
5996      Branch: perl
5997            ! ext/threads/Changes ext/threads/t/stack.t
5998            ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t
5999            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
6000 ____________________________________________________________________________
6001 [ 31515] By: steveh                                on 2007/07/02  12:25:46
6002         Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
6003      Branch: perl
6004            ! win32/makefile.mk
6005 ____________________________________________________________________________
6006 [ 31514] By: nicholas                              on 2007/07/01  14:45:47
6007         Log: Restore a comment from 30501 unintentionally deleted with change 31513.
6008      Branch: perl
6009            ! mro.c
6010 ____________________________________________________________________________
6011 [ 31513] By: nicholas                              on 2007/07/01  14:23:45
6012         Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs()
6013      Branch: perl
6014            ! mro.c
6015 ____________________________________________________________________________
6016 [ 31512] By: nicholas                              on 2007/07/01  12:33:39
6017         Log: Add some information to the comments describing SV flag bits.
6018      Branch: perl
6019            ! sv.h
6020 ____________________________________________________________________________
6021 [ 31511] By: davem                                 on 2007/07/01  12:30:50
6022         Log: test that localised tieing of a hash or array remains local
6023              (tests for change #31505)
6024      Branch: perl
6025            ! t/op/tie.t
6026 ____________________________________________________________________________
6027 [ 31510] By: demerphq                              on 2007/07/01  12:03:35
6028         Log: char is not a good type to use for array indexes;
6029              should have been U8 in the first place. 
6030              
6031              Originally noticed by Jerry Hedden in 
6032              Subject: [PATCH] Compiler warning in regcomp.c
6033              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6034              Date: Sat, 30 Jun 2007 16:34:06 -0400
6035              Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>
6036      Branch: perl
6037            ! regcomp.c
6038 ____________________________________________________________________________
6039 [ 31509] By: demerphq                              on 2007/06/30  16:44:16
6040         Log: Subject: FYI: Math::BigInt v1.87 released [PATCH]
6041              From: Tels <nospam-abuse@bloodgate.com>
6042              Date: Sat, 30 Jun 2007 13:14:05 +0200
6043              Message-Id: <200706301314.07075@bloodgate.com>
6044      Branch: perl
6045            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6046 ____________________________________________________________________________
6047 [ 31508] By: demerphq                              on 2007/06/30  16:19:33
6048         Log: Subject: [PATCH pp_hot.c]  Comment typo fix
6049              From: Abigail <abigail@abigail.be>
6050              Date: Fri, 29 Jun 2007 22:49:35 +0200
6051              Message-ID: <20070629204935.GA13919@abigail.nl>
6052      Branch: perl
6053            ! pp_hot.c
6054 ____________________________________________________________________________
6055 [ 31507] By: demerphq                              on 2007/06/30  15:48:55
6056         Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms
6057              From: Benjamin Carter <q.eibcartereio.=~m-b.{6}-cgimosx@gumdrop.flyinganvil.org>
6058              Date: Fri, 29 Jun 2007 23:42:59 -0500
6059              Message-ID: <20070630044259.GB22566@egg>
6060      Branch: perl
6061            ! regcomp.c
6062 ____________________________________________________________________________
6063 [ 31506] By: demerphq                              on 2007/06/30  15:37:41
6064         Log: Subject: /p vs (?p)
6065              From: Abigail <abigail@abigail.be>
6066              Date: Fri, 29 Jun 2007 23:38:07 +0200
6067              Message-ID: <20070629213807.GA14454@abigail.nl>
6068              
6069              Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
6070              From: Abigail <abigail@abigail.be>
6071              Date: Sat, 30 Jun 2007 01:24:36 +0200
6072              Message-ID: <20070629232436.GA15326@abigail.nl>
6073              
6074              Plus tweaks, and debug enahancements.
6075      Branch: perl
6076            ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod
6077            ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h
6078            ! t/op/reg_pmod.t win32/Makefile
6079 ____________________________________________________________________________
6080 [ 31505] By: rgs                                   on 2007/06/29  16:28:34
6081         Log: Removes the code that is supposed to restore magic on leaving the
6082              localization of an array or a hash. This fixes some memory leaks.
6083              Basically we were overwriting the magic of the outer value (value
6084              from the outer scope) by the magic of the inner value (therefore making
6085              that outer magic leaking in memory). But that inner magic was created
6086              by mg_localize() by copying *some* of the outer magic. Consequently the
6087              outer value already has that magic. So just keep it and don't bother.
6088              
6089              That change might introduce obscure bugs. On the other hand, it might
6090              also cure obscure bugs, related to the inner value acquiring container
6091              magic during its lifetime, or to the outer value loosing non-container
6092              magic. No test in the test suite seems to test that.
6093      Branch: perl
6094            ! scope.c
6095 ____________________________________________________________________________
6096 [ 31504] By: stevep                                on 2007/06/29  16:10:13
6097         Log: Subject: [PATCH] Fix up change 31494
6098              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6099              Date: Fri, 29 Jun 2007 12:02:17 -0400
6100              Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com>
6101      Branch: perl
6102            ! t/op/goto.t
6103 ____________________________________________________________________________
6104 [ 31503] By: rgs                                   on 2007/06/29  09:09:39
6105         Log: Update Changes
6106      Branch: perl
6107            ! Changes
6108 ____________________________________________________________________________
6109 [ 31502] By: rgs                                   on 2007/06/29  09:00:32
6110         Log: Revert change #31489.
6111              That change was adding a hook to cope with the case when one was
6112              undef'ining *ISA globs, in order to clean up correctly. However, this
6113              broke the case where one was assiging an array ref to @ISA, which
6114              is likely to be more common.
6115              Conclusion: don't undef *ISA. (or more generally don't undef globs
6116              that contain magical variables)
6117      Branch: perl
6118            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
6119            ! t/mro/basic.t
6120 ____________________________________________________________________________
6121 [ 31501] By: rgs                                   on 2007/06/29  08:29:09
6122         Log: Subject: Re: valgrind findings
6123              From: "Brandon Black" <blblack@gmail.com>
6124              Date: Thu, 28 Jun 2007 15:58:32 -0500
6125              Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com>
6126      Branch: perl
6127            ! mro.c
6128 ____________________________________________________________________________
6129 [ 31500] By: rgs                                   on 2007/06/29  07:58:19
6130         Log: Being tired of adjusting the test count of concise-xs.t
6131              all the time. Use no_plan instead.
6132      Branch: perl
6133            ! ext/B/t/concise-xs.t
6134 ____________________________________________________________________________
6135 [ 31499] By: rgs                                   on 2007/06/29  06:28:07
6136         Log: Small pod fix
6137      Branch: perl
6138            ! pod/perlreapi.pod
6139 ____________________________________________________________________________
6140 [ 31498] By: demerphq                              on 2007/06/29  00:05:57
6141         Log: fix overzealous search and replace
6142      Branch: perl
6143            ! regexp.h
6144 ____________________________________________________________________________
6145 [ 31497] By: demerphq                              on 2007/06/28  23:14:39
6146         Log: Rename various regex defined so that they have distinct prefixes based on their usage.
6147              
6148              RXf_ => flags used in pm_flags argument to regcomp 
6149              and stored in the regex via rx->extflags
6150              PREGf_ => flags stored in rx->intflags
6151              RXapif_ => argument flags for regex named capture api
6152              RX_BUFF_IDX_ => special indexes to represent $` $' $&
6153              used in the numeric capture buffer api
6154              
6155              PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_.
6156      Branch: perl
6157            ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c
6158 ____________________________________________________________________________
6159 [ 31496] By: demerphq                              on 2007/06/28  22:14:14
6160         Log: Replace pattern parsing logic with optree "parsing" logic.
6161      Branch: perl
6162            ! regcomp.c
6163 ____________________________________________________________________________
6164 [ 31495] By: demerphq                              on 2007/06/28  22:09:07
6165         Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine
6166              From: "Ævar Arnfjörð Bjarmason" 
6167              Date: Thu, 28 Jun 2007 20:06:50 +0000
6168              <avarab@gmail.com>
6169              Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
6170              
6171              (with tweaks)
6172      Branch: perl
6173            ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c
6174            ! regexp.h
6175 ____________________________________________________________________________
6176 [ 31494] By: stevep                                on 2007/06/28  20:33:32
6177         Log: Add a TODO test cases RT# 43403.
6178      Branch: perl
6179            ! t/op/goto.t
6180 ____________________________________________________________________________
6181 [ 31493] By: rgs                                   on 2007/06/28  15:05:42
6182         Log: Fix tests so they actually test $@. like() demands a qr//.
6183      Branch: perl
6184            ! t/op/vec.t
6185 ____________________________________________________________________________
6186 [ 31492] By: rgs                                   on 2007/06/28  10:55:04
6187         Log: New valgrind suppressions.
6188      Branch: perl
6189            ! t/perl.supp
6190 ____________________________________________________________________________
6191 [ 31491] By: steveh                                on 2007/06/28  10:46:39
6192         Log: Re-enable the setlocale() tests for Windows XP onwards
6193              since they seem to work OK. Not sure about older flavours
6194              of Windows, so leave them alone.
6195      Branch: perl
6196            ! lib/locale.t
6197 ____________________________________________________________________________
6198 [ 31490] By: steveh                                on 2007/06/28  10:11:15
6199         Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
6200              From: "Jan Dubois" <jand@activestate.com>
6201              Date: Wed, 27 Jun 2007 15:34:12 -0700
6202              Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
6203              
6204              Rearranges the initialization of Win32CORE. The Perl interpreter isn't
6205              fully initialized when Perl_init_os_extras() in win32/win32.c is called,
6206              so it is not safe to use the Perl calling mechanism yet. Fixes a problem
6207              building PAR-Packer on Win32.
6208      Branch: perl
6209            ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c
6210            ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c
6211 ____________________________________________________________________________
6212 [ 31489] By: rgs                                   on 2007/06/28  06:32:01
6213         Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
6214              From: "Brandon Black" <blblack@gmail.com>
6215              Date: Wed, 27 Jun 2007 10:07:54 -0500
6216              Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com>
6217      Branch: perl
6218            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
6219            ! t/mro/basic.t
6220 ____________________________________________________________________________
6221 [ 31488] By: rgs                                   on 2007/06/28  06:17:04
6222         Log: Subject: [PATCH-revised] Move tests under 'threads' module
6223              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6224              Date: Wed, 27 Jun 2007 14:15:16 -0400
6225              Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com>
6226      Branch: perl
6227            ! ext/threads/t/thread.t t/op/threads.t
6228 ____________________________________________________________________________
6229 [ 31487] By: rgs                                   on 2007/06/28  06:13:31
6230         Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin
6231              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6232              Date: Wed, 27 Jun 2007 20:46:39 -0400
6233              Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com>
6234      Branch: perl
6235            ! ext/Win32/t/Unicode.t
6236 ____________________________________________________________________________
6237 [ 31486] By: rgs                                   on 2007/06/28  06:10:45
6238         Log: Subject: Math::BigFloat - fix bpi() and A [PATCH]
6239              From: Tels <nospam-abuse@bloodgate.com>
6240              Date: Wed, 27 Jun 2007 18:34:14 +0200
6241              Message-Id: <200706271834.14904@bloodgate.com>
6242      Branch: perl
6243            + lib/Math/BigInt/t/big_pi_e.t
6244            ! MANIFEST lib/Math/BigFloat.pm
6245 ____________________________________________________________________________
6246 [ 31485] By: rgs                                   on 2007/06/28  06:03:32
6247         Log: Subject: Re: Broken bignum tests [PATCH]
6248              From: Tels <nospam-abuse@bloodgate.com>
6249              Date: Wed, 27 Jun 2007 19:15:45 +0200
6250              Message-Id: <200706271915.46068@bloodgate.com>
6251      Branch: perl
6252            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t
6253            ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm
6254 ____________________________________________________________________________
6255 [ 31484] By: rgs                                   on 2007/06/28  05:42:49
6256         Log: Subject: [PATCH] bring File-Path up to 2.01
6257              From: David Landgren <david@landgren.net>
6258              Date: Wed, 27 Jun 2007 21:46:39 +0200
6259              Message-ID: <4682BE9F.6080502@landgren.net>
6260      Branch: perl
6261            ! lib/File/Path.pm lib/File/Path.t
6262 ____________________________________________________________________________
6263 [ 31483] By: demerphq                              on 2007/06/28  00:01:54
6264         Log: Free memory in case of error/failure to compile.
6265              
6266              Hopefully valgrind will notice and like. :-)
6267      Branch: perl
6268            ! regcomp.c
6269 ____________________________________________________________________________
6270 [ 31482] By: steveh                                on 2007/06/27  17:08:01
6271         Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a
6272              buffer that may be overwritten by subsequent calls to the CRT
6273              function, so we must make a safe copy of that buffer for our own
6274              use. This fixes lib/locale.t on Win32 with the Borland compiler,
6275              but presumably could affect other compilers too.
6276      Branch: perl
6277            ! ext/POSIX/POSIX.xs
6278 ____________________________________________________________________________
6279 [ 31481] By: rgs                                   on 2007/06/27  16:40:10
6280         Log: Revert change #31480. The PI and e functions can accept an argument.
6281      Branch: perl
6282            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6283 ____________________________________________________________________________
6284 [ 31480] By: rgs                                   on 2007/06/27  13:02:02
6285         Log: Add an empty prototype to functions PI and e
6286      Branch: perl
6287            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6288 ____________________________________________________________________________
6289 [ 31479] By: rgs                                   on 2007/06/27  12:57:52
6290         Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH]
6291              From: Tels <nospam-abuse@bloodgate.com>
6292              Date: Tue, 26 Jun 2007 20:56:45 +0200
6293              Message-Id: <200706262056.47311@bloodgate.com>
6294      Branch: perl
6295            + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t
6296            + lib/bignum/t/bir_e_pi.t
6297            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6298 ____________________________________________________________________________
6299 [ 31478] By: rgs                                   on 2007/06/27  12:51:22
6300         Log: Subject: Math::BigInt take 12 [PATCH]
6301              From: Tels <nospam-abuse@bloodgate.com>
6302              Date: Tue, 26 Jun 2007 21:00:53 +0200
6303              Message-Id: <200706262100.54138@bloodgate.com>
6304      Branch: perl
6305            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6306            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
6307            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6308            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6309            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6310            ! lib/Math/BigInt/t/with_sub.t
6311 ____________________________________________________________________________
6312 [ 31477] By: rgs                                   on 2007/06/27  09:59:11
6313         Log: Subject: [PATCH-revised] threads 1.63
6314              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6315              Date: Tue, 26 Jun 2007 21:17:52 -0400
6316              Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com>
6317      Branch: perl
6318            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6319            ! ext/threads/t/thread.t ext/threads/threads.pm
6320 ____________________________________________________________________________
6321 [ 31476] By: rgs                                   on 2007/06/27  08:53:02
6322         Log: Subject: [PATCH] B::Deparse cleanups
6323              From: Chia-liang Kao <clkao@bestpractical.com>
6324              Date: Wed, 27 Jun 2007 00:06:56 +0100
6325              Message-Id: <1182899216.22414.32.camel@localhost>
6326      Branch: perl
6327            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t
6328 ____________________________________________________________________________
6329 [ 31475] By: davem                                 on 2007/06/26  21:25:15
6330         Log: avoid double-free of the thread function
6331      Branch: perl
6332            ! ext/threads/threads.xs t/op/threads.t
6333 ____________________________________________________________________________
6334 [ 31474] By: davem                                 on 2007/06/26  21:07:02
6335         Log: make sure PL_Parser is NULL during early stage of thread clone
6336      Branch: perl
6337            ! sv.c
6338 ____________________________________________________________________________
6339 [ 31473] By: rgs                                   on 2007/06/26  16:12:27
6340         Log: Second patch from:
6341              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
6342              From: "Brandon Black" <blblack@gmail.com>
6343              Date: Tue, 26 Jun 2007 11:05:31 -0500
6344              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
6345              
6346              Fix MRO behaviour when one undefs @ISA
6347      Branch: perl
6348            ! av.c t/mro/basic.t
6349 ____________________________________________________________________________
6350 [ 31472] By: rgs                                   on 2007/06/26  16:10:11
6351         Log: First patch from:
6352              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
6353              From: "Brandon Black" <blblack@gmail.com>
6354              Date: Tue, 26 Jun 2007 11:05:31 -0500
6355              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
6356              
6357              Fix problem recently introduced with loosing a DESTROY when redefined
6358              at runtime.
6359      Branch: perl
6360            ! gv.c t/mro/basic.t
6361 ____________________________________________________________________________
6362 [ 31471] By: rgs                                   on 2007/06/26  15:48:51
6363         Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads
6364              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6365              Date: Tue, 26 Jun 2007 11:26:25 -0400
6366              Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com>
6367      Branch: perl
6368            ! t/op/threads.t
6369 ____________________________________________________________________________
6370 [ 31470] By: steveh                                on 2007/06/26  09:10:24
6371         Log: Upgrade to Win32-0.30
6372      Branch: perl
6373            + ext/Win32/t/GetShortPathName.t
6374            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
6375            ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t
6376 ____________________________________________________________________________
6377 [ 31469] By: steveh                                on 2007/06/26  07:38:05
6378         Log: Subject: [PATCH] Remove dead code from win32/win32sck.c
6379              From: "Jan Dubois" <jand@activestate.com>
6380              Date: Mon, 25 Jun 2007 17:13:04 -0700
6381              Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com>
6382              
6383              Subject: RE: [PATCH] Remove dead code from win32/win32sck.c
6384              From: "Jan Dubois" <jand@activestate.com>
6385              Date: Mon, 25 Jun 2007 17:26:15 -0700
6386              Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com>
6387      Branch: perl
6388            ! win32/win32sck.c win32/wincesck.c
6389 ____________________________________________________________________________
6390 [ 31468] By: steveh                                on 2007/06/26  07:31:13
6391         Log: Subject: [PATCH] Win32 is dual-lived on CPAN
6392              From: "Jan Dubois" <jand@activestate.com>
6393              Date: Mon, 25 Jun 2007 17:02:24 -0700
6394              Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com>
6395      Branch: perl
6396            ! Porting/Maintainers.pl
6397 ____________________________________________________________________________
6398 [ 31467] By: rgs                                   on 2007/06/26  07:22:36
6399         Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work
6400              From: "Jan Dubois" <jand@activestate.com>
6401              Date: Mon, 25 Jun 2007 16:55:01 -0700
6402              Message-ID: <02a101c7b784$3f79c720$be6d5560$@com>
6403      Branch: perl
6404            ! Porting/corecpan.pl
6405 ____________________________________________________________________________
6406 [ 31466] By: steveh                                on 2007/06/25  15:10:34
6407         Log: Revert #30197 and #30219, which #31464 has just made redundant
6408      Branch: perl
6409            ! win32/Makefile win32/makefile.mk
6410 ____________________________________________________________________________
6411 [ 31465] By: rgs                                   on 2007/06/25  14:26:37
6412         Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t
6413              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6414              Date: Mon, 25 Jun 2007 10:23:15 -0400
6415              Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com>
6416      Branch: perl
6417            ! ext/Win32API/File/t/file.t
6418 ____________________________________________________________________________
6419 [ 31464] By: rgs                                   on 2007/06/25  14:20:04
6420         Log: Rename README and Changes for more readability
6421      Branch: perl
6422           +> lib/Net/Changes lib/Net/README
6423            - lib/Net/Changes.libnet lib/Net/README.libnet
6424            ! MANIFEST Porting/Maintainers.pl
6425 ____________________________________________________________________________
6426 [ 31463] By: rgs                                   on 2007/06/25  14:16:28
6427         Log: Upgrade to libnet 1.21
6428      Branch: perl
6429            + lib/Net/Hostname.pm.eg
6430            - lib/Net/Hostname.eg
6431            ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm
6432            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
6433            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
6434            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
6435            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
6436            ! lib/Net/libnetFAQ.pod
6437 ____________________________________________________________________________
6438 [ 31462] By: rgs                                   on 2007/06/25  12:10:10
6439         Log: Apply doc suggestion from:
6440              Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity 
6441              From: Danny Rathjens (via RT) <perlbug-followup@perl.org>
6442              Date: Thu, 21 Jun 2007 17:35:26 -0700
6443              Message-ID: <rt-3.6.HEAD-1276-1182472526-1129.43287-75-0@perl.org>
6444      Branch: perl
6445            ! pod/perluniintro.pod
6446 ____________________________________________________________________________
6447 [ 31461] By: rgs                                   on 2007/06/25  11:41:35
6448         Log: Subject: [PATCH] remove op_static
6449              From: Paul Johnson <paul@pjcj.net>
6450              Date: Fri, 22 Jun 2007 02:13:20 +0200
6451              Message-ID: <20070622001320.GD20560@pjcj.net>
6452              
6453              Plus version bumps
6454      Branch: perl
6455            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c
6456            ! op.h
6457 ____________________________________________________________________________
6458 [ 31460] By: rgs                                   on 2007/06/25  10:23:47
6459         Log: That test too should be skipped in the core on EBCDIC platforms
6460              (because it requires Convert::EBCDIC)
6461      Branch: perl
6462            ! lib/Net/t/datasend.t
6463 ____________________________________________________________________________
6464 [ 31459] By: rgs                                   on 2007/06/25  09:45:21
6465         Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
6466              From: Tels <nospam-abuse@bloodgate.com>
6467              Date: Sat, 23 Jun 2007 15:30:49 +0200
6468              Message-Id: <200706231530.49865@bloodgate.com>
6469      Branch: perl
6470            - lib/Math/BigInt/t/fallback.t
6471            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6472            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
6473            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t
6474            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm
6475 ____________________________________________________________________________
6476 [ 31458] By: rgs                                   on 2007/06/25  09:08:53
6477         Log: Remove now-irrelevant comment
6478      Branch: perl
6479            ! ext/Win32API/File/t/file.t
6480 ____________________________________________________________________________
6481 [ 31457] By: rgs                                   on 2007/06/25  09:08:04
6482         Log: Subject: [perl #43285] Win32API::File tests language specific 
6483              From: "Reini Urban via RT" <perlbug-followup@perl.org>
6484              Date: Sat, 23 Jun 2007 11:15:07 -0700
6485              Message-ID: <rt-3.6.HEAD-1276-1182622506-790.43285-15-0@perl.org>
6486      Branch: perl
6487            ! ext/Win32API/File/t/file.t
6488 ____________________________________________________________________________
6489 [ 31456] By: rgs                                   on 2007/06/25  09:02:18
6490         Log: PerlFAQ sync.
6491      Branch: perl
6492            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod
6493            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod
6494 ____________________________________________________________________________
6495 [ 31455] By: nicholas                              on 2007/06/24  15:46:40
6496         Log: s/\bunicode\b/Unicode/; # For everything not dual life
6497      Branch: perl
6498            ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod
6499            ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod
6500            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c
6501            ! regcomp.h regexec.c utf8.c vms/vms.c
6502 ____________________________________________________________________________
6503 [ 31454] By: nicholas                              on 2007/06/24  13:32:42
6504         Log: Also get copy on write working with ithreads. It hadn't been working
6505              since change 26684 (which uses sv_setsv_flags to copy a value from an
6506              SV in one interpreter context to an SV in another), despite what
6507              change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails.
6508      Branch: perl
6509            ! sv.c sv.h
6510 ____________________________________________________________________________
6511 [ 31453] By: demerphq                              on 2007/06/23  19:53:53
6512         Log: Rename test files starting with regexp_ that do not
6513              wrap regexp.t (and thus use re_tests) to reg_ to make
6514              it clear they are standalone.
6515      Branch: perl
6516           +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t
6517           +> t/op/reg_nc_tie.t t/op/reg_pmod.t
6518            - t/op/regexp_email.t t/op/regexp_namedcapture.t
6519            - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t
6520            ! MANIFEST
6521 ____________________________________________________________________________
6522 [ 31451] By: demerphq                              on 2007/06/23  19:04:04
6523         Log: Resolve 
6524              http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html
6525              by reverting part of change #29354. 
6526              
6527              Unfortunately match vars after a /g match in scalar context will be
6528              unsafe (again) after this, but such matches on long strings won't be
6529              as diabolically slow.
6530              
6531              Question: why does the new test in t/op/pat.t pass, but the same test
6532              in t/op/reg_unsafe.t fail? (Latter is TODO for now)
6533      Branch: perl
6534            + t/op/reg_unsafe.t
6535            ! MANIFEST pp_hot.c t/op/pat.t
6536 ____________________________________________________________________________
6537 [ 31450] By: rgs                                   on 2007/06/23  10:14:43
6538         Log: Tels' patch to defer overloading of hex and oct,
6539              to avoid magic leaking and smoke failures under
6540              utf-8 locales
6541      Branch: perl
6542            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm
6543            ! lib/utf8.pm lib/utf8_heavy.pl
6544 ____________________________________________________________________________
6545 [ 31449] By: rgs                                   on 2007/06/23  09:19:03
6546         Log: Subject: [PATCH] Math::BigInt v1.87 take 10
6547              From: Tels <nospam-abuse@bloodgate.com>
6548              Date: Fri, 22 Jun 2007 19:02:22 +0200
6549              Message-Id: <200706221902.22487@bloodgate.com>
6550      Branch: perl
6551            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6552            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
6553            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t
6554            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
6555 ____________________________________________________________________________
6556 [ 31448] By: davem                                 on 2007/06/23  00:08:44
6557         Log: remove the test added by change #31447
6558              (I couldn't get a test that worked, and accidentally included my
6559              failed attempt in the patch).
6560      Branch: perl
6561            ! t/op/closure.t
6562 ____________________________________________________________________________
6563 [ 31447] By: davem                                 on 2007/06/22  23:46:36
6564         Log: safely handle cloning a stale lexical var
6565              This code:
6566              my $x if ...; sub { $x}
6567              could attempt to clone $x even if $x is stale.
6568      Branch: perl
6569            ! pad.c t/op/closure.t
6570 ____________________________________________________________________________
6571 [ 31446] By: rgs                                   on 2007/06/22  15:17:23
6572         Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test
6573              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6574              Date: Thu, 21 Jun 2007 14:28:12 -0400
6575              Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com>
6576      Branch: perl
6577            - lib/Test/Simple/t/strays.t
6578            ! MANIFEST
6579 ____________________________________________________________________________
6580 [ 31445] By: merijn                                on 2007/06/22  14:55:47
6581         Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues 
6582              From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org>
6583              Date: Fri, 22 Jun 2007 00:30:36 -0700
6584              Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org>
6585      Branch: perl
6586            ! hints/aix.sh
6587 ____________________________________________________________________________
6588 [ 31444] By: merijn                                on 2007/06/22  10:21:12
6589         Log: Subject: [PATCH] perlopentut
6590              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
6591              Date: Fri, 22 Jun 2007 10:30:50 +0200
6592              Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net>
6593      Branch: perl
6594            ! pod/perlopentut.pod
6595 ____________________________________________________________________________
6596 [ 31443] By: demerphq                              on 2007/06/21  22:57:20
6597         Log: Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file.
6598      Branch: perl
6599            ! AUTHORS
6600 ____________________________________________________________________________
6601 [ 31442] By: demerphq                              on 2007/06/21  22:23:20
6602         Log: Correct my email address. (My very first commit!)
6603      Branch: perl
6604            ! AUTHORS
6605 ____________________________________________________________________________
6606 [ 31441] By: rgs                                   on 2007/06/21  14:54:32
6607         Log: Subject: [PATCH] Remove unused Module::Build tests
6608              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6609              Date: Thu, 21 Jun 2007 10:24:01 -0400
6610              Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com>
6611      Branch: perl
6612            - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t
6613            ! MANIFEST
6614 ____________________________________________________________________________
6615 [ 31440] By: rgs                                   on 2007/06/21  08:34:35
6616         Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning
6617              From: Reini Urban <rurban@x-ray.at>
6618              Date: Wed, 20 Jun 2007 21:10:05 +0200
6619              Message-ID: <46797B8D.8040002@x-ray.at>
6620      Branch: perl
6621            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
6622 ____________________________________________________________________________
6623 [ 31439] By: rgs                                   on 2007/06/21  08:28:13
6624         Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC 
6625              From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org>
6626              Date: Wed, 20 Jun 2007 09:39:31 -0700
6627              Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org>
6628      Branch: perl
6629            ! cygwin/Makefile.SHs
6630 ____________________________________________________________________________
6631 [ 31438] By: rgs                                   on 2007/06/21  08:26:18
6632         Log: Subject: [PATCH] cloexec.t works under Cygwin
6633              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6634              Date: Wed, 20 Jun 2007 09:39:20 -0400
6635              Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com>
6636      Branch: perl
6637            ! t/run/cloexec.t
6638 ____________________________________________________________________________
6639 [ 31437] By: rgs                                   on 2007/06/21  08:24:26
6640         Log: Subject: [PATCH] Remove Archive::Test POD check
6641              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6642              Date: Wed, 20 Jun 2007 09:43:27 -0400
6643              Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com>
6644      Branch: perl
6645            - lib/Archive/Tar/t/99_pod.t
6646            ! MANIFEST
6647 ____________________________________________________________________________
6648 [ 31436] By: rgs                                   on 2007/06/21  08:18:54
6649         Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin 
6650              From: "Reini Urban via RT" <perlbug-followup@perl.org>
6651              Date: Wed, 20 Jun 2007 11:50:21 -0700
6652              Message-ID: <rt-3.6.HEAD-1276-1182365420-145.40103-15-0@perl.org>
6653      Branch: perl
6654            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
6655 ____________________________________________________________________________
6656 [ 31435] By: rgs                                   on 2007/06/21  08:15:24
6657         Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin 
6658              From: Reini Urban (via RT) <perlbug-followup@perl.org>
6659              Date: Wed, 20 Jun 2007 16:22:48 -0700
6660              Message-ID: <rt-3.6.HEAD-1276-1182381767-470.43273-75-0@perl.org>
6661      Branch: perl
6662            ! lib/User/grent.t lib/User/pwent.t
6663 ____________________________________________________________________________
6664 [ 31434] By: rgs                                   on 2007/06/21  08:13:37
6665         Log: Subject: [PATH] AUTHORS rurban
6666              From: Reini Urban <rurban@x-ray.at>
6667              Date: Wed, 20 Jun 2007 23:35:03 +0200
6668              Message-ID: <46799D87.50906@x-ray.at>
6669      Branch: perl
6670            ! AUTHORS
6671 ____________________________________________________________________________
6672 [ 31433] By: rgs                                   on 2007/06/21  08:12:09
6673         Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing
6674              From: "Gabor Szabo" <szabgab@gmail.com>
6675              Date: Thu, 21 Jun 2007 08:19:33 +0300
6676              Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com>
6677      Branch: perl
6678            ! pod/perlhack.pod
6679 ____________________________________________________________________________
6680 [ 31432] By: craigb                                on 2007/06/21  03:24:02
6681         Log: Skip a test that causes list assignment to %ENV errors on VMS.
6682      Branch: perl
6683            ! lib/File/Spec/t/tmpdir.t
6684 ____________________________________________________________________________
6685 [ 31431] By: craigb                                on 2007/06/21  03:15:59
6686         Log: Make File::Spec::VMS->splitdir stop returning an empty first directory
6687              when passed a relative path.  Also, don't split on escaped directory 
6688              delimiters.
6689      Branch: perl
6690            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
6691 ____________________________________________________________________________
6692 [ 31430] By: steveh                                on 2007/06/20  16:26:01
6693         Log: Silence "signed/unsigned mismatch" warning from VC++ when building
6694              with -DPERL_DEBUGGING_MSTATS
6695      Branch: perl
6696            ! ext/Devel/Peek/Peek.xs
6697 ____________________________________________________________________________
6698 [ 31429] By: steveh                                on 2007/06/20  16:07:06
6699         Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
6700              returning int" by shuffling the functions around so that that
6701              function is defined before it is called (since there are no forward
6702              declarations of functions in this file)
6703      Branch: perl
6704            ! ext/Hash/Util/FieldHash/FieldHash.xs
6705 ____________________________________________________________________________
6706 [ 31428] By: steveh                                on 2007/06/20  16:03:10
6707         Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS
6708              version of ioctl()
6709      Branch: perl
6710            ! win32/perlhost.h
6711 ____________________________________________________________________________
6712 [ 31427] By: rgs                                   on 2007/06/20  14:36:19
6713         Log: Change #31426 should also be applied to the windows CE version
6714      Branch: perl
6715            ! win32/wincesck.c
6716 ____________________________________________________________________________
6717 [ 31426] By: rgs                                   on 2007/06/20  13:30:14
6718         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
6719              From: demerphq <demerphq@gmail.com>
6720              Date: Wed, 20 Jun 2007 15:22:31 +0200
6721              Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com>
6722      Branch: perl
6723            ! win32/win32sck.c
6724 ____________________________________________________________________________
6725 [ 31425] By: rgs                                   on 2007/06/20  07:45:43
6726         Log: A first stab at making perlreref.pod up to date
6727      Branch: perl
6728            ! pod/perlreref.pod
6729 ____________________________________________________________________________
6730 [ 31424] By: rgs                                   on 2007/06/20  07:41:15
6731         Log: Fix docs for \u ; plus a POD formatting nit
6732      Branch: perl
6733            ! pod/perlrebackslash.pod
6734 ____________________________________________________________________________
6735 [ 31423] By: nicholas                              on 2007/06/19  20:38:36
6736         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
6737              Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com>
6738              From: demerphq <demerphq@gmail.com>
6739              Date: Mon, 18 Jun 2007 18:43:17 +0200
6740      Branch: perl
6741            ! ext/IO/lib/IO/Socket.pm
6742 ____________________________________________________________________________
6743 [ 31422] By: nicholas                              on 2007/06/19  18:32:59
6744         Log: Work on getting B compiling outside of the perl source tree.
6745      Branch: perl
6746            ! ext/B/Makefile.PL ext/B/defsubs_h.PL
6747 ____________________________________________________________________________
6748 [ 31421] By: craigb                                on 2007/06/19  12:29:32
6749         Log: Better handling of escapes in filenames when converting between VMS
6750              and Unix syntax.
6751      Branch: perl
6752            ! vms/vms.c
6753 ____________________________________________________________________________
6754 [ 31420] By: rgs                                   on 2007/06/19  12:13:20
6755         Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant 
6756              From: Martin Becker (via RT) <perlbug-followup@perl.org>
6757              Date: Mon, 18 Jun 2007 09:48:54 -0700
6758              Message-ID: <rt-3.6.HEAD-7948-1182185333-640.43242-75-0@perl.org>
6759              
6760              plus a test case
6761      Branch: perl
6762            ! lib/base.pm lib/base/t/base.t
6763 ____________________________________________________________________________
6764 [ 31419] By: rgs                                   on 2007/06/19  09:43:21
6765         Log: Update list of files that need crlf line endings
6766      Branch: perl
6767            ! Porting/curliff.pl
6768 ____________________________________________________________________________
6769 [ 31418] By: davem                                 on 2007/06/18  22:48:25
6770         Log: fix S_emulate_eaccess compiler warning
6771      Branch: perl
6772            ! embed.fnc embed.h proto.h
6773 ____________________________________________________________________________
6774 [ 31417] By: davem                                 on 2007/06/18  15:10:32
6775         Log: 5.9.4 regexp capturing wrongly
6776              change #28398 accidently made the last branch of an alternation
6777              not restore the paren state after failure backtrack. Fix this by
6778              removing the last-branch-skips-pushing-a-state optimisation.
6779      Branch: perl
6780            ! regexec.c t/op/re_tests
6781 ____________________________________________________________________________
6782 [ 31416] By: rgs                                   on 2007/06/18  13:20:50
6783         Log: R stands for Report, not Reporting.
6784      Branch: perl
6785            ! META.yml Porting/makemeta
6786 ____________________________________________________________________________
6787 [ 31415] By: rgs                                   on 2007/06/18  13:19:23
6788         Log: Regenerate META.yml.
6789              Put MAD in Maintainers.pl.
6790      Branch: perl
6791            ! META.yml Porting/Maintainers.pl
6792 ____________________________________________________________________________
6793 [ 31414] By: rgs                                   on 2007/06/18  11:39:04
6794         Log: Regen pods
6795      Branch: perl
6796            ! pod/perlmodlib.pod pod/perltoc.pod
6797 ____________________________________________________________________________
6798 [ 31413] By: steveh                                on 2007/06/18  08:49:30
6799         Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
6800              From: Tels <nospam-abuse@bloodgate.com>
6801              Date: Fri, 15 Jun 2007 19:56:10 +0200
6802              Message-Id: <200706151956.11861@bloodgate.com>
6803      Branch: perl
6804            ! ext/Math/BigInt/FastCalc/FastCalc.xs
6805            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
6806 ____________________________________________________________________________
6807 [ 31412] By: rgs                                   on 2007/06/18  08:27:59
6808         Log: Remove PERL_MAGIC_mutex
6809      Branch: perl
6810            ! dump.c perl.h pod/perlguts.pod
6811 ____________________________________________________________________________
6812 [ 31411] By: rgs                                   on 2007/06/18  07:53:05
6813         Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup
6814              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
6815              Date: Sun, 17 Jun 2007 18:09:25 +0000
6816              Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com>
6817      Branch: perl
6818            ! pod/perlreapi.pod
6819 ____________________________________________________________________________
6820 [ 31410] By: rgs                                   on 2007/06/18  07:48:56
6821         Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod
6822              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
6823              Date: Sun, 17 Jun 2007 18:41:29 +0000
6824              Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com>
6825      Branch: perl
6826            ! pod/perlguts.pod
6827 ____________________________________________________________________________
6828 [ 31409] By: rgs                                   on 2007/06/18  07:39:35
6829         Log: Subject: [PATCH] SvRX() and SvRXOK() macros
6830              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
6831              Date: Mon, 18 Jun 2007 03:33:34 +0000
6832              Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>
6833      Branch: perl
6834            ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod
6835            ! proto.h regexp.h universal.c util.c
6836 ____________________________________________________________________________
6837 [ 31408] By: davem                                 on 2007/06/18  00:00:30
6838         Log: add test for, and update comments for, old defined($1) oddity.
6839              
6840              Some code in regexec.c had a comment to the effect that without
6841              this code, Dynaloader failed (this is back at 5.6.0). Replace the
6842              comments with something more specific, and add a test for it
6843              (basically without the code $1 is '' rather than undefined
6844              sometimes).
6845      Branch: perl
6846            ! regexec.c t/op/re_tests
6847 ____________________________________________________________________________
6848 [ 31407] By: rgs                                   on 2007/06/17  17:14:12
6849         Log: POD fixes in Hash::Util and Hash::Util::FieldHash
6850      Branch: perl
6851            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
6852            ! ext/Hash/Util/lib/Hash/Util.pm
6853 ____________________________________________________________________________
6854 [ 31406] By: rgs                                   on 2007/06/17  16:58:55
6855         Log: Subject: [patch] Hash::Util::FieldHash v1.01
6856              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
6857              Date: Sun, 17 Jun 2007 17:13:06 +0200
6858              Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de>
6859      Branch: perl
6860            ! ext/Hash/Util/FieldHash/Changes
6861            ! ext/Hash/Util/FieldHash/FieldHash.xs
6862            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
6863            ! ext/Hash/Util/FieldHash/t/02_function.t
6864            ! ext/Hash/Util/lib/Hash/Util.pm
6865 ____________________________________________________________________________
6866 [ 31404] By: rgs                                   on 2007/06/17  14:48:11
6867         Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko
6868      Branch: perl
6869            + hints/catamount.sh
6870            ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext
6871            ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c
6872            ! sv.c util.c
6873 ____________________________________________________________________________
6874 [ 31403] By: rgs                                   on 2007/06/17  13:28:00
6875         Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading)
6876              From: Tels <nospam-abuse@bloodgate.com>
6877              Date: Sat, 16 Jun 2007 14:33:47 +0200
6878              Message-Id: <200706161433.47489@bloodgate.com>
6879      Branch: perl
6880            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
6881            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
6882            ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
6883            ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm
6884 ____________________________________________________________________________
6885 [ 31402] By: rgs                                   on 2007/06/17  12:54:12
6886         Log: Subject: [PATCH] EBCDIC fixes for gzip
6887              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6888              Date: Sun, 17 Jun 2007 01:43:11 +0100
6889              Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com>
6890      Branch: perl
6891            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
6892            ! ext/IO_Compress_Zlib/t/004gziphdr.t
6893 ____________________________________________________________________________
6894 [ 31401] By: rgs                                   on 2007/06/17  12:51:30
6895         Log: Subject: [PATCH] CPANPLUS 0.80
6896              From: "Jos I. Boumans" <kane@dwim.org>
6897              Date: Sun, 17 Jun 2007 14:39:29 +0200
6898              Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org>
6899      Branch: perl
6900            ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
6901            ! lib/CPANPLUS/Shell/Default.pm
6902            ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t
6903            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
6904            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
6905            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
6906            ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
6907            ! lib/CPANPLUS/t/10_CPANPLUS-Error.t
6908            ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t
6909            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
6910            ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
6911            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
6912            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
6913            ! r-0.01.tar.gz.packed
6914            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
6915            ! tar.gz.packed
6916            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
6917            ! tar.gz.packed
6918            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
6919            ! r.gz.packed
6920            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
6921            ! tar.gz.packed
6922            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
6923            ! r.gz.packed
6924            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
6925            ! cked
6926            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
6927            ! lib/CPANPLUS/t/inc/conf.pl
6928 ____________________________________________________________________________
6929 [ 31400] By: rgs                                   on 2007/06/17  08:46:13
6930         Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
6931              From: Tels <nospam-abuse@bloodgate.com>
6932              Date: Sat, 16 Jun 2007 13:43:45 +0200
6933              Message-Id: <200706161343.47110@bloodgate.com>
6934      Branch: perl
6935            ! lib/Math/BigInt/Calc.pm
6936 ____________________________________________________________________________
6937 [ 31399] By: rgs                                   on 2007/06/17  08:10:59
6938         Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod
6939              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
6940              Date: Sat, 16 Jun 2007 14:30:16 -0300
6941              Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>
6942      Branch: perl
6943            ! pod/perlpodspec.pod
6944 ____________________________________________________________________________
6945 [ 31398] By: rgs                                   on 2007/06/17  08:08:45
6946         Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug
6947              From: demerphq <demerphq@gmail.com>
6948              Date: Sat, 16 Jun 2007 18:47:22 +0200
6949              Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com>
6950      Branch: perl
6951            ! lib/Test/Builder.pm
6952 ____________________________________________________________________________
6953 [ 31397] By: rgs                                   on 2007/06/17  08:06:08
6954         Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
6955              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
6956              Date: Sat, 16 Jun 2007 15:03:41 -0300
6957              Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com>
6958      Branch: perl
6959            ! MANIFEST
6960 ____________________________________________________________________________
6961 [ 31396] By: rgs                                   on 2007/06/16  06:10:19
6962         Log: More portability nits by Jarkko
6963      Branch: perl
6964            ! ext/util/make_ext gv.h hv.c
6965 ____________________________________________________________________________
6966 [ 31395] By: merijn                                on 2007/06/16  05:56:15
6967         Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
6968              From: Andy Dougherty <doughera@lafayette.edu>
6969              Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT)
6970              Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu>
6971      Branch: perl
6972            ! Configure
6973 ____________________________________________________________________________
6974 [ 31393] By: craigb                                on 2007/06/15  21:21:25
6975         Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t
6976              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6977              Date: Fri, 15 Jun 2007 16:05:36 -0400
6978              Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com>
6979      Branch: perl
6980            ! t/op/caller.t
6981 ____________________________________________________________________________
6982 [ 31392] By: rgs                                   on 2007/06/15  15:29:53
6983         Log: Subject: [PATCH] checkAUTHORS.pl once more
6984              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6985              Date: Fri, 15 Jun 2007 10:54:28 -0400
6986              Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com>
6987      Branch: perl
6988            ! Porting/checkAUTHORS.pl
6989 ____________________________________________________________________________
6990 [ 31391] By: rgs                                   on 2007/06/15  14:29:28
6991         Log: Subject: [PATCH] checkAUTHORS.pl again
6992              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6993              Date: Fri, 15 Jun 2007 10:16:38 -0400
6994              Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com>
6995      Branch: perl
6996            ! Porting/checkAUTHORS.pl
6997 ____________________________________________________________________________
6998 [ 31390] By: rgs                                   on 2007/06/15  13:59:55
6999         Log: Subject: [PATCH] I have a name
7000              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7001              Date: Fri, 15 Jun 2007 09:54:57 -0400
7002              Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com>
7003      Branch: perl
7004            ! Porting/checkAUTHORS.pl
7005 ____________________________________________________________________________
7006 [ 31389] By: rgs                                   on 2007/06/15  13:52:34
7007         Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t
7008              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7009              Date: Fri, 15 Jun 2007 09:49:47 -0400
7010              Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com>
7011      Branch: perl
7012            ! t/op/caller.t
7013 ____________________________________________________________________________
7014 [ 31388] By: rgs                                   on 2007/06/15  11:17:50
7015         Log: Subject: [PATCH] miscellanea
7016              From: Jarkko Hietaniemi <jhi@iki.fi>
7017              Date: Thu, 14 Jun 2007 22:32:49 -0400
7018              Message-ID: <4671FA51.4070001@iki.fi>
7019      Branch: perl
7020            ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c
7021 ____________________________________________________________________________
7022 [ 31387] By: rgs                                   on 2007/06/15  09:52:07
7023         Log: Subject: [PATCH] Re: vsprintf
7024              From: Andy Dougherty <doughera@lafayette.edu>
7025              Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT)
7026              Message-ID: <Pine.LNX.4.64.0706141312510.31762@fractal.phys.lafayette.edu>
7027      Branch: perl
7028            ! util.c
7029 ____________________________________________________________________________
7030 [ 31386] By: rgs                                   on 2007/06/15  08:55:38
7031         Log: Forgot to regen warnings
7032      Branch: perl
7033            ! lib/warnings.pm warnings.h
7034 ____________________________________________________________________________
7035 [ 31385] By: craigb                                on 2007/06/15  03:19:46
7036         Log: Don't let the home-grown readdir() on VMS return results with
7037              ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz).
7038      Branch: perl
7039            ! vms/vms.c
7040 ____________________________________________________________________________
7041 [ 31384] By: craigb                                on 2007/06/14  18:23:18
7042         Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().
7043      Branch: perl
7044            ! vms/ext/Stdio/Stdio.xs
7045 ____________________________________________________________________________
7046 [ 31383] By: rgs                                   on 2007/06/14  15:36:16
7047         Log: Update Changes.
7048              Mention the removal of -A and assertions.pm in perldelta.
7049      Branch: perl
7050            ! Changes pod/perl595delta.pod
7051 ____________________________________________________________________________
7052 [ 31382] By: rgs                                   on 2007/06/14  14:12:35
7053         Log: Upgrade to PathTools 3.25
7054      Branch: perl
7055            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm
7056            ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t
7057 ____________________________________________________________________________
7058 [ 31381] By: rgs                                   on 2007/06/14  13:12:56
7059         Log: Upgrade to ExtUtils::CBuilder 0.19
7060      Branch: perl
7061            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
7062            ! lib/ExtUtils/CBuilder/Changes
7063            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
7064            ! lib/ExtUtils/CBuilder/Platform/os2.pm
7065 ____________________________________________________________________________
7066 [ 31380] By: rgs                                   on 2007/06/14  13:06:13
7067         Log: Sync Archive::Extract with CPAN
7068      Branch: perl
7069            ! lib/Archive/Extract.pm
7070 ____________________________________________________________________________
7071 [ 31379] By: rgs                                   on 2007/06/14  12:38:16
7072         Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs
7073              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7074              Date: Thu, 14 Jun 2007 08:13:29 -0400
7075              Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com>
7076      Branch: perl
7077            ! cygwin/Makefile.SHs
7078 ____________________________________________________________________________
7079 [ 31378] By: rgs                                   on 2007/06/14  12:27:41
7080         Log: assertions has been removed
7081      Branch: perl
7082            ! Porting/Maintainers.pl
7083 ____________________________________________________________________________
7084 [ 31377] By: rgs                                   on 2007/06/14  11:06:02
7085         Log: Fix [perl #43207] lc() or uc() inside sort affect the return value.
7086      Branch: perl
7087            ! pp.c t/op/lc.t
7088 ____________________________________________________________________________
7089 [ 31376] By: davem                                 on 2007/06/13  22:41:33
7090         Log: change #31134 broke DEBUG_LEAKING_SCALARS builds
7091      Branch: perl
7092            ! sv.c
7093 ____________________________________________________________________________
7094 [ 31375] By: merijn                                on 2007/06/13  20:15:28
7095         Log: Subject: Re: vsprintf
7096              From: Andy Dougherty <doughera@lafayette.edu>
7097              Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT)
7098              Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu>
7099      Branch: perl
7100            ! Configure
7101 ____________________________________________________________________________
7102 [ 31373] By: merijn                                on 2007/06/13  20:11:10
7103         Log: Subject: [PATCH] Configure: Erroneous C++ message
7104              From: Andy Dougherty <doughera@lafayette.edu>
7105              Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT)
7106              Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu>
7107      Branch: perl
7108            ! Configure
7109 ____________________________________________________________________________
7110 [ 31371] By: steveh                                on 2007/06/13  17:12:21
7111         Log: Fix random failures in CPANPLUS tests on Win32
7112              
7113              The failures were a result of calling Win32::GetShortPathName with
7114              the program argument " /nologo" appended to the path. Program
7115              arguments should not be passed to Win32::GetShortPathName.
7116              
7117              (The randomness occurred because random garbage was being produced
7118              due to a separate bug in that Win32 function, for which a fix is
7119              forthcoming...).
7120      Branch: perl
7121            ! lib/CPANPLUS/Config.pm
7122 ____________________________________________________________________________
7123 [ 31370] By: rgs                                   on 2007/06/13  13:24:09
7124         Log: Subject: yet another mro.c patch
7125              From: "Brandon Black" <blblack@gmail.com>
7126              Date: Wed, 13 Jun 2007 08:19:11 -0500
7127              Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com>
7128      Branch: perl
7129            ! mro.c
7130 ____________________________________________________________________________
7131 [ 31369] By: rgs                                   on 2007/06/12  08:43:55
7132         Log: Subject: mad-const patch
7133              From: Jim Cromie <jim.cromie@gmail.com>
7134              Date: Mon, 11 Jun 2007 13:49:06 -0600
7135              Message-ID: <466DA732.3010608@gmail.com>
7136      Branch: perl
7137            ! dump.c embed.fnc proto.h
7138 ____________________________________________________________________________
7139 [ 31368] By: rgs                                   on 2007/06/12  08:39:00
7140         Log: Subject: Re: integer vs. bigint [PATCH]
7141              From: Tels <nospam-abuse@bloodgate.com>
7142              Date: Mon, 11 Jun 2007 19:31:16 +0200
7143              Message-Id: <200706111931.17616@bloodgate.com>
7144      Branch: perl
7145            ! lib/bigint.pm
7146 ____________________________________________________________________________
7147 [ 31367] By: rgs                                   on 2007/06/12  08:33:40
7148         Log: Subject: [PATCH] perltodo: more vtable musings
7149              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7150              Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST)
7151              Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi>
7152      Branch: perl
7153            ! pod/perltodo.pod
7154 ____________________________________________________________________________
7155 [ 31366] By: rgs                                   on 2007/06/12  08:32:26
7156         Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations)
7157              From: Vadim <vadim@vkonovalov.ru>
7158              Date: Mon, 11 Jun 2007 19:19:31 +0400
7159              Message-ID: <466D6803.1020808@vkonovalov.ru>
7160      Branch: perl
7161            ! Makefile.SH configpm
7162 ____________________________________________________________________________
7163 [ 31365] By: rgs                                   on 2007/06/11  15:20:38
7164         Log: Subject: Math::BigInt v1.87 take 8
7165              From: Tels <nospam-abuse@bloodgate.com>
7166              Date: Sat, 9 Jun 2007 14:07:34 +0200
7167              Message-Id: <200706091407.36659@bloodgate.com>
7168      Branch: perl
7169            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7170            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
7171            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7172            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7173            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7174            ! lib/Math/BigInt/t/with_sub.t
7175 ____________________________________________________________________________
7176 [ 31364] By: rgs                                   on 2007/06/11  15:18:27
7177         Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
7178              From: Tels <nospam-abuse@bloodgate.com>
7179              Date: Fri, 8 Jun 2007 19:29:41 +0200
7180              Message-Id: <200706081929.44888@bloodgate.com>
7181      Branch: perl
7182            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7183            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
7184            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7185            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7186            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7187            ! lib/Math/BigInt/t/with_sub.t
7188 ____________________________________________________________________________
7189 [ 31363] By: rgs                                   on 2007/06/11  14:27:40
7190         Log: Doc adjustments for the number localization and setlocale().
7191              See debian bug #379463.
7192      Branch: perl
7193            ! pod/perllocale.pod
7194 ____________________________________________________________________________
7195 [ 31362] By: rgs                                   on 2007/06/11  08:28:57
7196         Log: Subject: [PATCH] cross-compilation for linux
7197              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
7198              Date: Sat, 9 Jun 2007 19:41:44 +0200
7199              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com>
7200      Branch: perl
7201            + Cross/README.new
7202            ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh
7203            ! MANIFEST README.ce win32/Makefile.ce
7204 ____________________________________________________________________________
7205 [ 31361] By: craigb                                on 2007/06/08  18:43:10
7206         Log: A couple of File::Path tests require unix syntax on VMS.
7207      Branch: perl
7208            ! lib/File/Path.t
7209 ____________________________________________________________________________
7210 [ 31360] By: craigb                                on 2007/06/08  15:28:29
7211         Log: Make pipe shutdown on VMS care about whether PerlIO has already
7212              shut down.
7213      Branch: perl
7214            ! vms/vms.c
7215 ____________________________________________________________________________
7216 [ 31359] By: craigb                                on 2007/06/08  15:25:22
7217         Log: Avoid multiply defined symbols in re extension following #31341.
7218      Branch: perl
7219            ! ext/re/re_top.h
7220 ____________________________________________________________________________
7221 [ 31358] By: craigb                                on 2007/06/08  15:21:24
7222         Log: Make symbols short enough for VMS after #31341.
7223      Branch: perl
7224            ! universal.c
7225 ____________________________________________________________________________
7226 [ 31357] By: steveh                                on 2007/06/08  10:35:34
7227         Log: Fix lib/File/Path.t failure on Win32
7228              (Create a 'ZZ' directory instead of 'Z' because we already have a 'z'
7229              which is the same as 'Z' on Win32's case-insensitive filesystem)
7230      Branch: perl
7231            ! lib/File/Path.pm lib/File/Path.t
7232 ____________________________________________________________________________
7233 [ 31356] By: steveh                                on 2007/06/08  09:07:46
7234         Log: Change 31347 should also have removed win32_free_argvw()
7235              because it now isn't used anywhere.
7236      Branch: perl
7237            ! win32/win32.c win32/wince.c
7238 ____________________________________________________________________________
7239 [ 31355] By: steveh                                on 2007/06/08  08:50:09
7240         Log: Remove dead Perl_sys_intern_clear() from wince.c
7241      Branch: perl
7242            ! win32/wince.c
7243 ____________________________________________________________________________
7244 [ 31354] By: steveh                                on 2007/06/08  08:36:05
7245         Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
7246              section, where it didn't belong. (That section should (currently)
7247              only contain sys_intern_init(), sys_intern_clear() and
7248              sys_intern_dup() and related functionality such as
7249              win32_csighandler().)
7250      Branch: perl
7251            ! win32/win32.c
7252 ____________________________________________________________________________
7253 [ 31353] By: rgs                                   on 2007/06/08  08:30:25
7254         Log: encoding.pm doesn't give any details about ${^ENCODING},
7255              so don't mention it in perlvar
7256      Branch: perl
7257            ! pod/perlvar.pod
7258 ____________________________________________________________________________
7259 [ 31352] By: rgs                                   on 2007/06/07  16:09:54
7260         Log: Plug a memory leak (noticed by Yves)
7261      Branch: perl
7262            ! regcomp.c
7263 ____________________________________________________________________________
7264 [ 31351] By: rgs                                   on 2007/06/07  14:05:11
7265         Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation 
7266              From: Father Chrysostomos <sprout@cpan.org>
7267              Date: Tue, 5 Jun 2007 13:25:39 -0700
7268              Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org>
7269      Branch: perl
7270            ! t/comp/parser.t toke.c
7271 ____________________________________________________________________________
7272 [ 31350] By: steveh                                on 2007/06/07  13:49:04
7273         Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage.
7274              dllexport assumed." when building with -DDEBUGGING by declaring
7275              getenv() with the same __declspec as in Microsoft's <stdlib.h>.
7276              MinGW/GCC is happy with that too, but Borland doesn't understand
7277              _CRTIMP so don't bother for Borland since it doesn't warn anyway.
7278      Branch: perl
7279            ! x2p/a2p.c
7280 ____________________________________________________________________________
7281 [ 31349] By: rgs                                   on 2007/06/07  13:23:07
7282         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7283              From: David Landgren <david@landgren.net>
7284              Date: Thu, 07 Jun 2007 14:02:36 +0200
7285              Message-ID: <4667F3DC.9070203@landgren.net>
7286      Branch: perl
7287            ! lib/File/Path.pm
7288 ____________________________________________________________________________
7289 [ 31348] By: rgs                                   on 2007/06/07  12:12:39
7290         Log: Subject: [PATCHES] Silence compiler warnings
7291              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7292              Date: Wed, 6 Jun 2007 14:45:06 -0400
7293              Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>
7294      Branch: perl
7295            ! mro.c pp_sys.c universal.c
7296 ____________________________________________________________________________
7297 [ 31347] By: steveh                                on 2007/06/07  11:48:47
7298         Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded
7299              by /OPT:REF" by removing the only reference to a SHELL32.dll function
7300              (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which
7301              isn't actually used anywhere so delete it).
7302              
7303              That then caused the warning "/DELAYLOAD:shell32.dll ignored; no
7304              imports found from shell32.dll", so remove that /DELAYLOAD option too.
7305      Branch: perl
7306            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
7307            ! win32/wince.c
7308 ____________________________________________________________________________
7309 [ 31346] By: rgs                                   on 2007/06/07  08:51:15
7310         Log: Subject: [patch] fix small errors in sv.c commentary
7311              From: Jim Cromie <jim.cromie@gmail.com>
7312              Date: Wed, 06 Jun 2007 23:38:53 -0600
7313              Message-ID: <466799ED.3090705@gmail.com>
7314      Branch: perl
7315            ! sv.c
7316 ____________________________________________________________________________
7317 [ 31345] By: rgs                                   on 2007/06/07  08:01:18
7318         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7319              From: David Landgren <david@landgren.net>
7320              Date: Wed, 06 Jun 2007 23:57:34 +0200
7321              Message-ID: <46672DCE.2080508@landgren.net>
7322      Branch: perl
7323            ! lib/File/Path.pm lib/File/Path.t
7324 ____________________________________________________________________________
7325 [ 31344] By: steveh                                on 2007/06/06  16:48:46
7326         Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
7327              when compiling perlmain.c, and don't supply /DPERLDLL twice when
7328              compiling perlmainst.c
7329      Branch: perl
7330            ! win32/Makefile win32/makefile.mk
7331 ____________________________________________________________________________
7332 [ 31343] By: steveh                                on 2007/06/06  16:33:42
7333         Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement
7334              in perldll.def (it isn't supported any more).
7335      Branch: perl
7336            ! makedef.pl
7337 ____________________________________________________________________________
7338 [ 31342] By: rgs                                   on 2007/06/06  14:58:27
7339         Log: Adjust test count (it shouldn't have changed with last patch)
7340      Branch: perl
7341            ! ext/B/t/concise-xs.t
7342 ____________________________________________________________________________
7343 [ 31341] By: rgs                                   on 2007/06/06  14:42:01
7344         Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-)
7345              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
7346              Date: Sun, 3 Jun 2007 20:24:59 +0000
7347              Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>
7348      Branch: perl
7349            + ext/re/t/qr.t t/op/regexp_nc_tie.t
7350            ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm
7351            ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym
7352            ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h
7353            ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h
7354            ! t/op/pat.t t/op/readdir.t universal.c
7355 ____________________________________________________________________________
7356 [ 31340] By: rgs                                   on 2007/06/06  12:27:36
7357         Log: Upgrade to encoding::warnings 0.11
7358      Branch: perl
7359            ! lib/encoding/warnings.pm
7360 ____________________________________________________________________________
7361 [ 31339] By: rgs                                   on 2007/06/06  12:07:13
7362         Log: A test file was removed from the latest Unicode::Normalize
7363      Branch: perl
7364            - ext/Unicode/Normalize/t/short.t
7365            ! MANIFEST
7366 ____________________________________________________________________________
7367 [ 31338] By: rgs                                   on 2007/06/06  12:03:00
7368         Log: Upgrade to Unicode::Normalize 1.02
7369      Branch: perl
7370            ! ext/Unicode/Normalize/Changes
7371            ! ext/Unicode/Normalize/Normalize.pm
7372            ! ext/Unicode/Normalize/Normalize.xs
7373            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7374            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
7375            ! ext/Unicode/Normalize/t/test.t
7376 ____________________________________________________________________________
7377 [ 31337] By: steveh                                on 2007/06/06  08:20:32
7378         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7379              From: Joshua Juran <jjuran@gmail.com>
7380              Date: Wed, 6 Jun 2007 01:14:31 -0700
7381              Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>
7382              
7383              Fixes typo in the POD.
7384      Branch: perl
7385            ! lib/File/Path.pm
7386 ____________________________________________________________________________
7387 [ 31336] By: steveh                                on 2007/06/06  08:16:44
7388         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7389              From: David Landgren <david@landgren.net>
7390              Date: Tue, 05 Jun 2007 23:21:40 +0200
7391              Message-ID: <4665D3E4.2030809@landgren.net>
7392              
7393              Silences some unnecessary carping (e.g. from ExtUtils::Command line 109
7394              when building perl).
7395      Branch: perl
7396            ! lib/File/Path.pm lib/File/Path.t
7397 ____________________________________________________________________________
7398 [ 31335] By: steveh                                on 2007/06/05  12:51:07
7399         Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==)
7400      Branch: perl
7401            ! regexec.c
7402 ____________________________________________________________________________
7403 [ 31334] By: rgs                                   on 2007/06/05  10:23:24
7404         Log: There is no more a ~~ feature, noticed by Moritz Lenz
7405      Branch: perl
7406            ! pod/perlsyn.pod
7407 ____________________________________________________________________________
7408 [ 31333] By: rgs                                   on 2007/06/05  10:10:33
7409         Log: Remove support for assertions and -A
7410      Branch: perl
7411            - lib/assertions.pm lib/assertions/activate.pm
7412            - lib/assertions/compat.pm t/comp/assertions.t
7413            - t/comp/asstcompat.t t/run/switch_A.t
7414            ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm
7415            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
7416            ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod
7417            ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod
7418            ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl
7419            ! xsutils.c
7420 ____________________________________________________________________________
7421 [ 31332] By: rgs                                   on 2007/06/04  08:04:13
7422         Log: Subject: another mro patch
7423              From: "Brandon Black" <blblack@gmail.com>
7424              Date: Mon, 4 Jun 2007 00:55:15 -0500
7425              Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com>
7426      Branch: perl
7427            + t/mro/next_goto.t
7428            ! MANIFEST lib/mro.pm mro.c
7429 ____________________________________________________________________________
7430 [ 31331] By: craigb                                on 2007/06/03  22:26:20
7431         Log: cando_by_name again: work harder to identify directories 
7432              for fileification, plus a nit missed in #31326.
7433      Branch: perl
7434            ! vms/vms.c
7435 ____________________________________________________________________________
7436 [ 31330] By: rgs                                   on 2007/06/03  16:23:03
7437         Log: Subject: [PATCH] Math::BigInt v1.87 take 6
7438              From: Tels <nospam-abuse@bloodgate.com>
7439              Date: Sat, 2 Jun 2007 13:40:45 +0000
7440              Message-Id: <200706021340.46806@bloodgate.com>
7441      Branch: perl
7442            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7443 ____________________________________________________________________________
7444 [ 31329] By: rgs                                   on 2007/06/03  16:19:37
7445         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7446              From: David Landgren <david@landgren.net>
7447              Date: Sat, 02 Jun 2007 20:58:16 +0200
7448              Message-ID: <4661BDC8.6040102@landgren.net>
7449      Branch: perl
7450            ! lib/File/Path.pm lib/File/Path.t
7451 ____________________________________________________________________________
7452 [ 31328] By: rgs                                   on 2007/06/03  15:36:25
7453         Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
7454              From: demerphq <demerphq@gmail.com>
7455              Date: Sun, 3 Jun 2007 17:21:55 +0200
7456              Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com>
7457      Branch: perl
7458            ! regcomp.c t/op/pat.t
7459 ____________________________________________________________________________
7460 [ 31327] By: craigb                                on 2007/06/02  17:47:37
7461         Log: In File::Path::_rmtree, we want a list of files, not directories (some of them 
7462              may be directory files, which is ok).
7463      Branch: perl
7464            ! lib/File/Path.pm
7465 ____________________________________________________________________________
7466 [ 31326] By: craigb                                on 2007/06/02  16:02:03
7467         Log: Assorted fixes for VMS version of cando_by_name:
7468              -- Restore pre-5.9.x behavior of expanding logical names and fileifying
7469              directory specs regardless of whether input spec is in VMS syntax.
7470              -- VMSify input spec unless explicitly told we don't need to (this was
7471              backwards since introduced in #27733).
7472              -- Various memory handling robustifications.
7473      Branch: perl
7474            ! vms/vms.c
7475 ____________________________________________________________________________
7476 [ 31325] By: rgs                                   on 2007/06/01  09:14:24
7477         Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers 
7478              From: Brad Baxter (via RT) <perlbug-followup@perl.org>
7479              Date: Thu, 31 May 2007 15:04:55 -0700
7480              Message-ID: <rt-3.6.HEAD-1668-1180649095-1834.43094-75-0@perl.org>
7481      Branch: perl
7482            ! pod/perlre.pod
7483 ____________________________________________________________________________
7484 [ 31324] By: steveh                                on 2007/06/01  07:32:52
7485         Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again
7486              From: "Jan Dubois" <jand@activestate.com>
7487              Date: Thu, 31 May 2007 13:17:22 -0700
7488              Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com>
7489      Branch: perl
7490            ! ext/DynaLoader/DynaLoader_pm.PL
7491 ____________________________________________________________________________
7492 [ 31323] By: merijn                                on 2007/06/01  06:39:32
7493         Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe()
7494              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7495              Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST)
7496              Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi>
7497      Branch: perl
7498            ! Configure
7499 ____________________________________________________________________________
7500 [ 31321] By: merijn                                on 2007/06/01  06:32:38
7501         Log: Subject: Updated email address for AUTHORS.txt
7502              From: perl@cadop.com
7503              Date: Thu, 31 May 2007 19:33:08 -0600 (MDT)
7504              Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com>
7505      Branch: perl
7506            ! AUTHORS
7507 ____________________________________________________________________________
7508 [ 31320] By: craigb                                on 2007/05/31  22:17:17
7509         Log: Maintain UAF context across calls to sys$check_access in cando_by_name.
7510      Branch: perl
7511            ! vms/vms.c
7512 ____________________________________________________________________________
7513 [ 31319] By: rgs                                   on 2007/05/31  16:13:07
7514         Log: Dave remarks that I have been too terse here.
7515      Branch: perl
7516            ! pod/perl595delta.pod
7517 ____________________________________________________________________________
7518 [ 31318] By: rgs                                   on 2007/05/31  16:09:22
7519         Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl
7520              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7521              Date: Thu, 31 May 2007 11:59:31 -0400
7522              Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com>
7523      Branch: perl
7524            ! Porting/Maintainers.pl
7525 ____________________________________________________________________________
7526 [ 31317] By: rgs                                   on 2007/05/31  15:52:28
7527         Log: Actually, Log::Message::Simple comes from Jos, not Tels.
7528      Branch: perl
7529            ! Porting/Maintainers.pl
7530 ____________________________________________________________________________
7531 [ 31316] By: rgs                                   on 2007/05/31  12:11:40
7532         Log: Subject: [PATCH] minor assertions improvements
7533              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
7534              Date: Wed, 30 May 2007 21:47:15 -0400
7535              Message-ID: <20070531014715.GA26562@knight.manxome.org>
7536      Branch: perl
7537            ! lib/assertions.pm lib/assertions/activate.pm
7538            ! t/comp/assertions.t
7539 ____________________________________________________________________________
7540 [ 31315] By: rgs                                   on 2007/05/31  09:42:05
7541         Log: Subject: [PATCH] Update File-Path to 2.00
7542              From: David Landgren <david@landgren.net>
7543              Date: Wed, 30 May 2007 19:50:38 +0200
7544              Message-ID: <465DB96E.1020106@landgren.net>
7545      Branch: perl
7546            ! lib/File/Path.pm lib/File/Path.t
7547 ____________________________________________________________________________
7548 [ 31314] By: rgs                                   on 2007/05/31  08:28:02
7549         Log: Subject: [PATCH] Gooder English
7550              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7551              Date: Wed, 30 May 2007 17:12:32 -0400
7552              Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com>
7553      Branch: perl
7554            ! lib/Log/Message/Simple.pm
7555 ____________________________________________________________________________
7556 [ 31313] By: nicholas                              on 2007/05/31  08:25:57
7557         Log: blead segfaults on local *@; eval {1} because ERRSV assumes that
7558              GvSV(PL_errgv) is always non-NULL. That stopped being the case with
7559              change 25009 (ish) - when we stopped automatically creating a(n unused)
7560              SV at GV creation time.
7561      Branch: perl
7562            ! scope.c t/op/local.t
7563 ____________________________________________________________________________
7564 [ 31312] By: rgs                                   on 2007/05/30  15:21:10
7565         Log: Subject: Re: HvMROMETA
7566              From: "Brandon Black" <blblack@gmail.com>
7567              Date: Tue, 29 May 2007 19:08:13 -0500
7568              Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com>
7569      Branch: perl
7570            ! hv.h mro.c
7571 ____________________________________________________________________________
7572 [ 31311] By: rgs                                   on 2007/05/30  13:59:17
7573         Log: Subject: Re: localising hash element by variable 
7574              From: hv@crypt.org
7575              Date: Wed, 30 May 2007 13:21:15 +0100
7576              Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org>
7577      Branch: perl
7578            ! t/op/local.t
7579 ____________________________________________________________________________
7580 [ 31310] By: rgs                                   on 2007/05/30  10:45:08
7581         Log: Upgrade to Encode 2.23
7582      Branch: perl
7583            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7584            ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm
7585 ____________________________________________________________________________
7586 [ 31309] By: steveh                                on 2007/05/30  07:38:30
7587         Log: Silence a couple of VC++ compiler warnings
7588      Branch: perl
7589            ! ext/Math/BigInt/FastCalc/FastCalc.pm
7590            ! ext/Math/BigInt/FastCalc/FastCalc.xs
7591 ____________________________________________________________________________
7592 [ 31308] By: nicholas                              on 2007/05/29  19:57:34
7593         Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
7594              on z/OS, so move them to the list of non const constants.
7595      Branch: perl
7596            ! ext/POSIX/Makefile.PL
7597 ____________________________________________________________________________
7598 [ 31307] By: rgs                                   on 2007/05/29  15:48:27
7599         Log: Plug a memory leak in Encode
7600      Branch: perl
7601            ! ext/Encode/Encode.xs
7602 ____________________________________________________________________________
7603 [ 31306] By: stevep                                on 2007/05/29  14:42:24
7604         Log: Upgrade to CPAN-1.9102
7605      Branch: perl
7606            ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t
7607 ____________________________________________________________________________
7608 [ 31305] By: rgs                                   on 2007/05/29  09:33:52
7609         Log: Upgrade to Encode 2.22
7610      Branch: perl
7611            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7612            ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t
7613 ____________________________________________________________________________
7614 [ 31304] By: rgs                                   on 2007/05/29  08:59:05
7615         Log: Revert change #30530, following Jan's advice
7616      Branch: perl
7617            ! Makefile.SH
7618 ____________________________________________________________________________
7619 [ 31303] By: rgs                                   on 2007/05/29  08:49:06
7620         Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
7621              From: demerphq <demerphq@gmail.com>
7622              Date: Mon, 28 May 2007 19:46:04 +0200
7623              Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com>
7624      Branch: perl
7625            ! regcomp.c regexec.c t/op/re_tests
7626 ____________________________________________________________________________
7627 [ 31302] By: rgs                                   on 2007/05/29  08:43:29
7628         Log: Mention that last bugfix in perldelta
7629      Branch: perl
7630            ! pod/perl595delta.pod
7631 ____________________________________________________________________________
7632 [ 31301] By: rgs                                   on 2007/05/29  08:41:09
7633         Log: Subject: Re: localising hash element by variable
7634              From: Bo Lindbergh <blgl@hagernas.com>
7635              Date: Mon, 28 May 2007 20:26:00 +0200
7636              Message-Id: <BC2C451F-B286-4D38-923E-E3B473F7B5E1@hagernas.com>
7637      Branch: perl
7638            ! scope.c t/op/local.t
7639 ____________________________________________________________________________
7640 [ 31300] By: steveh                                on 2007/05/29  08:09:38
7641         Log: win32/makefile.mk doesn't support GSAR's old dmake (because of
7642              the use of || and && in conditional expressions, which that old
7643              dmake doesn't understand), so stop with a helpful error message
7644              if such a dmake is being used.
7645              
7646              There is now no need to have all the clutter of trying to support
7647              different backslash and newline semantics, so ditch that too.
7648      Branch: perl
7649            ! win32/makefile.mk
7650 ____________________________________________________________________________
7651 [ 31299] By: rgs                                   on 2007/05/29  07:57:33
7652         Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03
7653              From: "Jos I. Boumans" <jos@dwim.org>
7654              Date: Tue, 29 May 2007 09:00:53 +0200
7655              Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org>
7656              
7657              Removed a fatal debug statement from cpan2dist.
7658      Branch: perl
7659            ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
7660            ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist
7661            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
7662            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
7663            ! r-0.01.tar.gz.packed
7664            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
7665            ! tar.gz.packed
7666            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
7667            ! tar.gz.packed
7668            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
7669            ! r.gz.packed
7670            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
7671            ! tar.gz.packed
7672            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
7673            ! r.gz.packed
7674            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
7675            ! cked
7676            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
7677 ____________________________________________________________________________
7678 [ 31298] By: steveh                                on 2007/05/29  07:25:22
7679         Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
7680              when building the POSIX extension
7681      Branch: perl
7682            ! lib/ExtUtils/Install.pm
7683 ____________________________________________________________________________
7684 [ 31297] By: merijn                                on 2007/05/29  06:12:06
7685         Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access
7686              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7687              Date: Tue, 29 May 2007 06:50:57 +0300 (EEST)
7688              Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi>
7689      Branch: perl
7690            ! pod/perltodo.pod
7691 ____________________________________________________________________________
7692 [ 31296] By: nicholas                              on 2007/05/28  21:35:45
7693         Log: Subject: Re: Cross patch 31287 broke blead
7694              From: Vadim <vadim@vkonovalov.ru>
7695              Message-ID: <465B11AB.8000608@vkonovalov.ru>
7696              Date: Mon, 28 May 2007 21:30:19 +0400
7697      Branch: perl
7698           +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh
7699            - Cross/Makefile-cross.SH Cross/build-arm-n770.sh
7700            ! MANIFEST
7701 ____________________________________________________________________________
7702 [ 31295] By: nicholas                              on 2007/05/28  18:50:23
7703         Log: Avoid calling SvEND() when SvPOKp() is not true.
7704              Remove an unneeded duplicate SvCUR_set() in Perl_sv_2pv_flags().
7705      Branch: perl
7706            ! sv.c
7707 ____________________________________________________________________________
7708 [ 31294] By: rgs                                   on 2007/05/28  13:36:43
7709         Log: Several POD fixes by Jonathan Stowe
7710      Branch: perl
7711            ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod
7712            ! symbian/PerlBase.pod
7713 ____________________________________________________________________________
7714 [ 31293] By: rgs                                   on 2007/05/28  13:21:23
7715         Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too
7716              From: "Jos I. Boumans" <kane@xs4all.nl>
7717              Date: Mon, 28 May 2007 15:06:52 +0200
7718              Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl>
7719      Branch: perl
7720            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
7721            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
7722            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
7723 ____________________________________________________________________________
7724 [ 31292] By: rgs                                   on 2007/05/28  13:17:54
7725         Log: Subject: [PATCH] Update CPANPLUS to 0.79_03
7726              From: "Jos I. Boumans" <jos@dwim.org>
7727              Date: Mon, 28 May 2007 14:59:11 +0200
7728              Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>
7729      Branch: perl
7730            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
7731            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm
7732            ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
7733            ! lib/CPANPLUS/Internals/Constants.pm
7734            ! lib/CPANPLUS/Internals/Constants/Report.pm
7735            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
7736            ! lib/CPANPLUS/bin/cpan2dist
7737            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
7738            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
7739            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
7740            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
7741            ! r-0.01.tar.gz.packed
7742            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
7743            ! tar.gz.packed
7744            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
7745            ! tar.gz.packed
7746            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
7747            ! r.gz.packed
7748            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
7749            ! tar.gz.packed
7750            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
7751            ! r.gz.packed
7752            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
7753            ! cked
7754            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
7755            ! lib/CPANPLUS/t/inc/conf.pl
7756 ____________________________________________________________________________
7757 [ 31291] By: rgs                                   on 2007/05/28  12:52:08
7758         Log: Mention new lexical pragmas big* in perldelta
7759      Branch: perl
7760            ! pod/perl595delta.pod
7761 ____________________________________________________________________________
7762 [ 31290] By: rgs                                   on 2007/05/28  12:47:32
7763         Log: Update Changes
7764      Branch: perl
7765            ! Changes
7766 ____________________________________________________________________________
7767 [ 31289] By: rgs                                   on 2007/05/28  12:44:29
7768         Log: Update outdated example
7769      Branch: perl
7770            ! pod/perlpod.pod
7771 ____________________________________________________________________________
7772 [ 31288] By: rgs                                   on 2007/05/28  12:33:05
7773         Log: Update to Archive::Extract 0.20, and re-apply patch #31158
7774      Branch: perl
7775            + lib/Archive/Extract/t/src/x.Z.packed
7776            ! MANIFEST lib/Archive/Extract.pm
7777            ! lib/Archive/Extract/t/01_Archive-Extract.t
7778            ! lib/Archive/Extract/t/src/double_dir.zip.packed
7779            ! lib/Archive/Extract/t/src/x.bz2.packed
7780            ! lib/Archive/Extract/t/src/x.gz.packed
7781            ! lib/Archive/Extract/t/src/x.jar.packed
7782            ! lib/Archive/Extract/t/src/x.par.packed
7783            ! lib/Archive/Extract/t/src/x.tar.gz.packed
7784            ! lib/Archive/Extract/t/src/x.tar.packed
7785            ! lib/Archive/Extract/t/src/x.tgz.packed
7786            ! lib/Archive/Extract/t/src/x.zip.packed
7787            ! lib/Archive/Extract/t/src/y.jar.packed
7788            ! lib/Archive/Extract/t/src/y.par.packed
7789            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
7790            ! lib/Archive/Extract/t/src/y.tar.gz.packed
7791            ! lib/Archive/Extract/t/src/y.tar.packed
7792            ! lib/Archive/Extract/t/src/y.tbz.packed
7793            ! lib/Archive/Extract/t/src/y.tgz.packed
7794            ! lib/Archive/Extract/t/src/y.zip.packed
7795 ____________________________________________________________________________
7796 [ 31287] By: rgs                                   on 2007/05/28  12:03:25
7797         Log: Subject: linux arm cross-compilation
7798              From: Vadim <vadim@vkonovalov.ru>
7799              Date: Mon, 28 May 2007 01:23:46 +0400
7800              Message-ID: <4659F6E2.3090805@vkonovalov.ru>
7801              
7802              with adjustments to the MANIFEST
7803      Branch: perl
7804            + Cross/Makefile-cross.SH Cross/build-arm-n770.sh
7805            + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770
7806            + ext/util/make_ext_cross
7807            ! MANIFEST configpm
7808 ____________________________________________________________________________
7809 [ 31286] By: rgs                                   on 2007/05/28  11:14:32
7810         Log: Bump version number
7811              
7812              Subject: [PATCH] Update log::message::simple to 0.02
7813              From: "Jos I. Boumans" <jib@ripe.net>
7814              Date: Mon, 28 May 2007 12:04:02 +0200
7815              Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>
7816      Branch: perl
7817            ! lib/Log/Message/Simple.pm
7818 ____________________________________________________________________________
7819 [ 31285] By: rgs                                   on 2007/05/28  10:17:22
7820         Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5
7821              From: Tels <nospam-abuse@bloodgate.com>
7822              Date: Sun, 27 May 2007 15:54:29 +0000
7823              Message-Id: <200705271554.32054@bloodgate.com>
7824      Branch: perl
7825            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7826            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7827 ____________________________________________________________________________
7828 [ 31284] By: rgs                                   on 2007/05/28  09:45:39
7829         Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15
7830              From: Tels <nospam-abuse@bloodgate.com>
7831              Date: Sun, 27 May 2007 14:43:15 +0000
7832              Message-Id: <200705271443.16138@bloodgate.com>
7833      Branch: perl
7834            ! ext/Math/BigInt/FastCalc/FastCalc.pm
7835            ! ext/Math/BigInt/FastCalc/FastCalc.xs
7836            ! ext/Math/BigInt/FastCalc/Makefile.PL
7837            ! ext/Math/BigInt/FastCalc/t/leak.t
7838 ____________________________________________________________________________
7839 [ 31283] By: craigb                                on 2007/05/27  01:54:45
7840         Log: In the stat() wrapper for VMS, always allow extended characters
7841              (such as multiple dots) in the filename regardless of environment
7842              setting.
7843      Branch: perl
7844            ! vms/vms.c
7845 ____________________________________________________________________________
7846 [ 31282] By: craigb                                on 2007/05/27  01:50:46
7847         Log: In the homegrown readdir() for VMS, always treat unix-style paths
7848              appropriately regardless of environment setting, and also remove
7849              the escape characters from escaped dots.
7850      Branch: perl
7851            ! vms/vms.c
7852 ____________________________________________________________________________
7853 [ 31281] By: rgs                                   on 2007/05/26  06:54:40
7854         Log: Bad orientation in doc, noticed by Jan Dubois.
7855      Branch: perl
7856            ! pod/perl595delta.pod
7857 ____________________________________________________________________________
7858 [ 31280] By: davem                                 on 2007/05/25  23:26:33
7859         Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
7860              the first two aren't used, and the last two are just place holders
7861              to ensure that both runops functions get linked in; so make them
7862              global rather than per-interpeter
7863      Branch: perl
7864            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
7865 ____________________________________________________________________________
7866 [ 31279] By: craigb                                on 2007/05/25  22:19:40
7867         Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
7868              From: Mark Pizzolato <mark@infocomm.com>
7869              Date: Fri, 25 May 2007 13:31:17 -0700 (PDT)
7870              Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>
7871      Branch: perl
7872            ! vms/vms.c
7873 ____________________________________________________________________________
7874 [ 31278] By: davem                                 on 2007/05/25  19:16:50
7875         Log: fix coredump in S_varname (tickled by Devel::Profile)
7876              a 'Use of uninitialized value' warning within a DB sub
7877              attempted to use the pad of the caller to locate the offending
7878              lexical
7879      Branch: perl
7880            ! sv.c
7881 ____________________________________________________________________________
7882 [ 31277] By: rgs                                   on 2007/05/25  13:29:34
7883         Log: \R can't be used in a char class
7884      Branch: perl
7885            ! pod/perlre.pod
7886 ____________________________________________________________________________
7887 [ 31276] By: rgs                                   on 2007/05/25  13:28:39
7888         Log: Document new escapes in perldelta
7889      Branch: perl
7890            ! pod/perl595delta.pod
7891 ____________________________________________________________________________
7892 [ 31275] By: steveh                                on 2007/05/25  10:15:54
7893         Log: Change #31270 should have updated proto.h to match
7894      Branch: perl
7895            ! embed.fnc proto.h
7896 ____________________________________________________________________________
7897 [ 31274] By: rgs                                   on 2007/05/25  09:57:33
7898         Log: Upgrade to Archive::Tar 1.32.
7899      Branch: perl
7900            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
7901            ! lib/Archive/Tar/File.pm
7902            ! lib/Archive/Tar/t/src/long/bar.tar.packed
7903            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
7904            ! lib/Archive/Tar/t/src/short/bar.tar.packed
7905            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
7906 ____________________________________________________________________________
7907 [ 31273] By: rgs                                   on 2007/05/25  09:29:12
7908         Log: Document that ptardiff needs Text::Diff
7909      Branch: perl
7910            ! pod/perlutil.pod
7911 ____________________________________________________________________________
7912 [ 31272] By: rgs                                   on 2007/05/25  09:20:45
7913         Log: Document cpanp and cpan2dist
7914      Branch: perl
7915            ! pod/perl595delta.pod pod/perlutil.pod
7916 ____________________________________________________________________________
7917 [ 31271] By: steveh                                on 2007/05/25  09:18:45
7918         Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005
7919              
7920              Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
7921              arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
7922              be used. It seems that this is inappropriate for VC++ versions later
7923              than 6.x, since they don't use that DLL: simply not defining that
7924              symbol makes the io_sock.t failure go away.
7925              
7926              (Compare change #29233, which similarly disabled the fix to
7927              MSVCRT.DLL's read() for VC++ versions later than 6.x.)
7928      Branch: perl
7929            ! README.win32 win32/win32.h
7930 ____________________________________________________________________________
7931 [ 31270] By: rgs                                   on 2007/05/25  07:46:08
7932         Log: Subject: [PATCH] Consting dump.c
7933              From: Andy Lester <andy@petdance.com>
7934              Date: Thu, 24 May 2007 13:25:43 -0500
7935              Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>
7936      Branch: perl
7937            ! XSUB.h doop.c dump.c
7938 ____________________________________________________________________________
7939 [ 31269] By: rgs                                   on 2007/05/24  17:18:24
7940         Log: Subject: Re: perl pragma [PATCH]
7941              From: Tels <nospam-abuse@bloodgate.com>
7942              Date: Wed, 23 May 2007 21:35:58 +0000
7943              Message-Id: <200705232135.59546@bloodgate.com>
7944      Branch: perl
7945            + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
7946            + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t
7947            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
7948 ____________________________________________________________________________
7949 [ 31268] By: rgs                                   on 2007/05/24  16:12:58
7950         Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. 
7951              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
7952              Date: Sun, 20 May 2007 21:44:42 -0700
7953              Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>
7954      Branch: perl
7955            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
7956 ____________________________________________________________________________
7957 [ 31267] By: rgs                                   on 2007/05/24  15:37:40
7958         Log: Adjustment to the test for importing feature bundles,
7959              found by Hugo
7960      Branch: perl
7961            ! lib/feature.pm
7962 ____________________________________________________________________________
7963 [ 31266] By: rgs                                   on 2007/05/24  15:12:41
7964         Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01
7965              From: "Jos I. Boumans" <kane@dwim.org>
7966              Date: Tue, 22 May 2007 14:45:19 +0200
7967              Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>
7968      Branch: perl
7969            ! lib/CPANPLUS/Dist/Build.pm
7970            ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
7971            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
7972            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
7973            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
7974            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
7975 ____________________________________________________________________________
7976 [ 31265] By: rgs                                   on 2007/05/24  13:29:01
7977         Log: It suddendly annoyed me that corelist returned sometimes two
7978              spaces in a row.
7979      Branch: perl
7980            ! lib/Module/CoreList/bin/corelist
7981 ____________________________________________________________________________
7982 [ 31264] By: rgs                                   on 2007/05/24  11:17:31
7983         Log: Doc nits by Steven Schubiger
7984      Branch: perl
7985            ! pod/perlintro.pod
7986 ____________________________________________________________________________
7987 [ 31263] By: rgs                                   on 2007/05/24  08:25:52
7988         Log: perldelta additions suggested by Steve Hay
7989      Branch: perl
7990            ! pod/perl595delta.pod
7991 ____________________________________________________________________________
7992 [ 31262] By: rgs                                   on 2007/05/24  08:18:31
7993         Log: Subject: [PATCH revised] threads::shared 1.12
7994              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7995              Date: Wed, 23 May 2007 09:28:28 -0400
7996              Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>
7997      Branch: perl
7998            ! ext/threads/shared/Changes ext/threads/shared/README
7999            ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t
8000            ! ext/threads/shared/t/waithires.t
8001 ____________________________________________________________________________
8002 [ 31260] By: rgs                                   on 2007/05/23  10:20:29
8003         Log: Perldelta nit by Brandon Black
8004      Branch: perl
8005            ! pod/perl595delta.pod
8006 ____________________________________________________________________________
8007 [ 31259] By: steveh                                on 2007/05/23  08:12:14
8008         Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
8009              From: "Jan Dubois" <jand@activestate.com>
8010              Date: Tue, 22 May 2007 16:35:27 -0700
8011              Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>
8012              
8013              Reinstates the test under Cygwin and fixes it.
8014      Branch: perl
8015            ! ext/Win32/t/Unicode.t
8016 ____________________________________________________________________________
8017 [ 31258] By: stevep                                on 2007/05/23  01:58:07
8018         Log: Subject: [PATCH] Forgotten Cygwin patch
8019              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8020              Date: Tue, 22 May 2007 20:58:04 -0400
8021              Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
8022      Branch: perl
8023            ! cygwin/perlld.in
8024 ____________________________________________________________________________
8025 [ 31257] By: rgs                                   on 2007/05/22  14:12:18
8026         Log: Add MidnightBSD to the list of Unix-like OSes
8027      Branch: perl
8028            ! lib/Module/Build.pm
8029 ____________________________________________________________________________
8030 [ 31256] By: rgs                                   on 2007/05/22  10:07:09
8031         Log: Update perldelta
8032      Branch: perl
8033            ! pod/perl595delta.pod
8034 ____________________________________________________________________________
8035 [ 31255] By: davem                                 on 2007/05/21  22:35:15
8036         Log: move PL_error_count into the PL_parser struct
8037      Branch: perl
8038            ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c
8039            ! sv.c toke.c
8040 ____________________________________________________________________________
8041 [ 31254] By: davem                                 on 2007/05/21  21:02:50
8042         Log: move PL_multi_end into the PL_parser struct
8043      Branch: perl
8044            ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c
8045 ____________________________________________________________________________
8046 [ 31253] By: stevep                                on 2007/05/21  20:52:10
8047         Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH]
8048              From: Tels <nospam-abuse@bloodgate.com>
8049              Date: Mon, 21 May 2007 20:17:20 +0000
8050              Message-Id: <200705212017.23224@bloodgate.com>
8051      Branch: perl
8052            ! lib/Math/BigInt/Calc.pm
8053 ____________________________________________________________________________
8054 [ 31252] By: davem                                 on 2007/05/21  19:57:24
8055         Log: move PL_tokenbuf into the PL_parser struct
8056      Branch: perl
8057            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c
8058 ____________________________________________________________________________
8059 [ 31251] By: rgs                                   on 2007/05/21  16:46:04
8060         Log: Update Changes
8061      Branch: perl
8062            ! Changes
8063 ____________________________________________________________________________
8064 [ 31250] By: rgs                                   on 2007/05/21  14:29:02
8065         Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
8066              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8067              Date: Sat, 19 May 2007 11:56:40 -0400
8068              Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>
8069      Branch: perl
8070            ! ext/Win32/t/Unicode.t
8071 ____________________________________________________________________________
8072 [ 31249] By: rgs                                   on 2007/05/21  14:27:03
8073         Log: Subject: [PATCH] Skip win32core.t under Cygwin
8074              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8075              Date: Sat, 19 May 2007 08:43:47 -0400
8076              Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
8077      Branch: perl
8078            ! ext/Win32CORE/t/win32core.t
8079 ____________________________________________________________________________
8080 [ 31248] By: merijn                                on 2007/05/21  06:26:31
8081         Log: Subject: [PATCH] pp_sys.c: gethostbyaddr
8082              From: Jarkko Hietaniemi <jhi@iki.fi>
8083              Date: Mon, 21 May 2007 00:02:38 -0400
8084              Message-ID: <465119DE.6040208@iki.fi>
8085      Branch: perl
8086            ! pp_sys.c
8087 ____________________________________________________________________________
8088 [ 31247] By: craigb                                on 2007/05/21  04:33:27
8089         Log: VMSify uupacktool.pl and run it during VMS build.
8090      Branch: perl
8091            ! uupacktool.pl vms/descrip_mms.template
8092 ____________________________________________________________________________
8093 [ 31246] By: davem                                 on 2007/05/20  23:56:30
8094         Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
8095              and fix 'duplicate symbol' warnings from embed.pl
8096              for utf8cache and sh_path
8097      Branch: perl
8098            ! embedvar.h intrpvar.h perlapi.h perlvars.h
8099 ____________________________________________________________________________
8100 [ 31245] By: davem                                 on 2007/05/20  23:10:15
8101         Log: delete thrdvar.h and move its contents to intrpvar.h
8102      Branch: perl
8103            - thrdvar.h
8104            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
8105            ! embed.pl embedvar.h global.sym intrpvar.h
8106            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl
8107            ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod
8108            ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c
8109            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
8110            ! win32/makefile.mk
8111 ____________________________________________________________________________
8112 [ 31244] By: rgs                                   on 2007/05/20  12:58:53
8113         Log: Subject: [PATCH] Minor perlreapi.pod cleanup
8114              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8115              Date: Wed, 16 May 2007 16:38:44 +0000
8116              Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com>
8117      Branch: perl
8118            ! pod/perlreapi.pod regexp.h
8119 ____________________________________________________________________________
8120 [ 31243] By: rgs                                   on 2007/05/20  12:55:20
8121         Log: Update Archive::Tar to 1.31
8122      Branch: perl
8123            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
8124            + lib/Archive/Tar/t/src/long/bar.tar.packed
8125            + lib/Archive/Tar/t/src/long/foo.tgz.packed
8126            + lib/Archive/Tar/t/src/short/b
8127            + lib/Archive/Tar/t/src/short/bar.tar.packed
8128            + lib/Archive/Tar/t/src/short/foo.tgz.packed
8129            - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t
8130            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
8131            ! lib/Archive/Tar/t/02_methods.t
8132 ____________________________________________________________________________
8133 [ 31242] By: rgs                                   on 2007/05/20  12:50:02
8134         Log: Subject: RE: When is -DPERL_CORE required?
8135              From: "Jan Dubois" <jand@activestate.com>
8136              Date: Fri, 18 May 2007 10:57:35 -0700
8137              Message-ID: <044601c79976$046691d0$0d33b570$@com>
8138      Branch: perl
8139            ! win32/win32.h
8140 ____________________________________________________________________________
8141 [ 31241] By: rgs                                   on 2007/05/20  12:48:01
8142         Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm
8143              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8144              Date: Fri, 18 May 2007 20:16:53 +0000
8145              Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com>
8146      Branch: perl
8147            ! lib/feature.pm
8148 ____________________________________________________________________________
8149 [ 31240] By: craigb                                on 2007/05/20  01:00:31
8150         Log: Make VMS's home-grown glob() recognize a directory even without
8151              tell-tale punctuation.
8152      Branch: perl
8153            ! vms/vms.c
8154 ____________________________________________________________________________
8155 [ 31239] By: craigb                                on 2007/05/19  01:00:15
8156         Log: Various mro updates from Brandon Black. References:
8157              <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
8158              <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
8159              <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
8160              <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
8161      Branch: perl
8162            + t/mro/pkg_gen.t
8163            ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t
8164 ____________________________________________________________________________
8165 [ 31238] By: craigb                                on 2007/05/18  22:48:12
8166         Log: Subject: [PATCH] threads 1.62
8167              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8168              Date: Thu, 17 May 2007 12:21:46 -0400
8169              Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
8170      Branch: perl
8171            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
8172            ! ext/threads/t/free.t ext/threads/t/free2.t
8173            ! ext/threads/t/kill.t ext/threads/t/thread.t
8174            ! ext/threads/threads.pm ext/threads/threads.xs
8175 ____________________________________________________________________________
8176 [ 31237] By: craigb                                on 2007/05/18  22:01:51
8177         Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces
8178              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8179              Date: Fri, 18 May 2007 03:45:29 +0300 (EEST)
8180              Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi>
8181      Branch: perl
8182            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8183 ____________________________________________________________________________
8184 [ 31236] By: craigb                                on 2007/05/18  21:42:56
8185         Log: When trimming long XS symbols on VMS, avoid warnings from operator
8186              precedence mistakes, but for now give the same symbol mangling
8187              results as before.
8188      Branch: perl
8189            ! vms/ext/XSSymSet.pm
8190 ____________________________________________________________________________
8191 [ 31235] By: steveh                                on 2007/05/18  10:46:57
8192         Log: Upgrade to Win32-0.29
8193      Branch: perl
8194            + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t
8195            + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t
8196            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
8197            ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t
8198 ____________________________________________________________________________
8199 [ 31234] By: steveh                                on 2007/05/17  09:19:01
8200         Log: Subject: [PATCH] todos for perl 5.12
8201              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8202              Date: Thu, 17 May 2007 04:25:19 +0300 (EEST)
8203              Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi>
8204              
8205              (plus a fix for 1 unescaped <>)
8206      Branch: perl
8207            ! pod/perltodo.pod
8208 ____________________________________________________________________________
8209 [ 31233] By: merijn                                on 2007/05/16  21:32:56
8210         Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20
8211              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8212              Date: Wed, 16 May 2007 14:18:05 -0400
8213              Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
8214      Branch: perl
8215            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
8216            ! ext/threads/shared/t/stress.t
8217 ____________________________________________________________________________
8218 [ 31232] By: merijn                                on 2007/05/16  17:36:15
8219         Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
8220              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8221              Date: Wed, 16 May 2007 05:33:14 +0300 (EEST)
8222              Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi>
8223      Branch: perl
8224            ! Configure Makefile.SH
8225 ____________________________________________________________________________
8226 [ 31230] By: steveh                                on 2007/05/16  16:41:48
8227         Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
8228              are compiled with it, so let's see if we can get away with removing
8229              it. Revert this change if it causes black smoke!
8230      Branch: perl
8231            ! ext/DynaLoader/Makefile.PL
8232 ____________________________________________________________________________
8233 [ 31229] By: steveh                                on 2007/05/16  08:26:09
8234         Log: A more general fix to non-threaded static extension build problems
8235              than #31220 was.
8236      Branch: perl
8237            ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm
8238 ____________________________________________________________________________
8239 [ 31228] By: steveh                                on 2007/05/16  07:32:20
8240         Log: Remove comment added by #31218 since the rest of that change was
8241              reverted by #31224
8242      Branch: perl
8243            ! op.h
8244 ____________________________________________________________________________
8245 [ 31227] By: stevep                                on 2007/05/16  03:39:44
8246         Log: Subject: [PATCH] DBM_Filter test: use std test preamble
8247              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8248              Date: Wed, 16 May 2007 05:29:17 +0300 (EEST)
8249              Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi>
8250      Branch: perl
8251            ! lib/DBM_Filter/t/01error.t
8252 ____________________________________________________________________________
8253 [ 31226] By: craigb                                on 2007/05/16  03:08:51
8254         Log: Better suppression of Threads build (probably still needed on 5.8.x)
8255      Branch: perl
8256            ! configure.com
8257 ____________________________________________________________________________
8258 [ 31225] By: davem                                 on 2007/05/15  21:51:03
8259         Log: change 31200 broke src filters used within an eval
8260              eg BEGIN { eval q(use MyFilter) } would ignore the filter
8261      Branch: perl
8262            ! toke.c
8263 ____________________________________________________________________________
8264 [ 31224] By: stevep                                on 2007/05/15  18:56:23
8265         Log: Move pmop.op_pmflags back to its previous location.  The move in
8266              change #31218 was causing segfaults in miniperl on 32-bit
8267              environments.
8268      Branch: perl
8269            ! op.h
8270 ____________________________________________________________________________
8271 [ 31222] By: stevep                                on 2007/05/15  17:21:30
8272         Log: Subject: [PATCH] Math::BigInt v1.87
8273              From: Tels <nospam-abuse@bloodgate.com>
8274              Date: Sun, 13 May 2007 14:34:11 +0000
8275              Message-Id: <200705131434.11992@bloodgate.com>
8276              
8277              Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
8278              From: Tels <nospam-abuse@bloodgate.com>
8279              Date: Mon, 14 May 2007 15:41:36 +0000
8280              Message-Id: <200705141541.40678@bloodgate.com>
8281              
8282              Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
8283              From: Tels <nospam-abuse@bloodgate.com>
8284              Date: Tue, 15 May 2007 19:02:54 +0000
8285              Message-Id: <200705151902.57372@bloodgate.com>
8286      Branch: perl
8287            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8288            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
8289            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t
8290 ____________________________________________________________________________
8291 [ 31221] By: steveh                                on 2007/05/15  15:45:50
8292         Log: Subject: [PATCH] Win32CORE.c needed windows.h
8293              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8294              Date: Tue, 15 May 2007 09:10:00 -0400
8295              Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
8296              
8297              (plus a #define to save windows.h pulling in so much stuff.)
8298              
8299              Fixes a build error on Cygwin caused by #31214.
8300      Branch: perl
8301            ! ext/Win32CORE/Win32CORE.c
8302 ____________________________________________________________________________
8303 [ 31220] By: steveh                                on 2007/05/15  08:19:56
8304         Log: Subject: RE: Smoke summary results for maint and current on Win32
8305              From: "Jan Dubois" <jand@activestate.com>
8306              Date: Mon, 14 May 2007 14:58:19 -0700
8307              Message-ID: <013401c79672$fbbdb320$f3391960$@com>
8308              
8309              Fixes non-threaded builds on Win32 (which had warnings with VC and
8310              errors with GCC) by compiling the statically linked extension
8311              Win32CORE with -DPERLDLL.
8312              
8313              The same fix should be applied more generally to all statically
8314              linked extensions so a further change may be forthcoming, but this
8315              at least gets the standard non-threaded build working again.
8316      Branch: perl
8317            ! ext/Win32CORE/Makefile.PL
8318 ____________________________________________________________________________
8319 [ 31219] By: steveh                                on 2007/05/15  08:15:32
8320         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
8321              From: "Jan Dubois" <jand@activestate.com>
8322              Date: Mon, 14 May 2007 15:18:22 -0700
8323              Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
8324              
8325              Improved test: make sure that Win32 isn't already loaded when you call
8326              Win32::GetLastError()
8327      Branch: perl
8328            ! ext/Win32CORE/t/win32core.t
8329 ____________________________________________________________________________
8330 [ 31218] By: nicholas                              on 2007/05/15  07:36:57
8331         Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
8332              to put a 32 bit member first elimiates structure padding on LP64.
8333      Branch: perl
8334            ! cop.h op.h
8335 ____________________________________________________________________________
8336 [ 31217] By: nicholas                              on 2007/05/14  22:32:16
8337         Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
8338              its int needs a friend under LP64.
8339              gcc -Wpaddedspotted padding I'd missed in thrdvar.h
8340      Branch: perl
8341            ! intrpvar.h thrdvar.h
8342 ____________________________________________________________________________
8343 [ 31216] By: nicholas                              on 2007/05/14  22:16:04
8344         Log: Subject: [PATCH] threads::shared 1.11
8345              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8346              Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
8347              Date: Mon, 14 May 2007 08:17:51 -0400
8348      Branch: perl
8349            ! ext/threads/shared/Changes ext/threads/shared/README
8350            ! ext/threads/shared/shared.pm
8351 ____________________________________________________________________________
8352 [ 31215] By: steveh                                on 2007/05/14  16:56:22
8353         Log: Test for [perl #42925], which was fixed by #31214
8354      Branch: perl
8355            ! ext/Win32CORE/t/win32core.t
8356 ____________________________________________________________________________
8357 [ 31214] By: steveh                                on 2007/05/14  16:54:30
8358         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called 
8359              From: "Jan Dubois" <jand@activestate.com>
8360              Date: Fri, 11 May 2007 16:55:17 -0700
8361              Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
8362      Branch: perl
8363            ! ext/Win32CORE/Win32CORE.c
8364 ____________________________________________________________________________
8365 [ 31213] By: steveh                                on 2007/05/14  16:22:04
8366         Log: Older versions of windres interpret "-I" as the input format,
8367              so use the long option name "--include-dir" instead.
8368      Branch: perl
8369            ! win32/makefile.mk
8370 ____________________________________________________________________________
8371 [ 31212] By: stevep                                on 2007/05/13  16:47:40
8372         Log: Upgrade to Encode-2.21
8373      Branch: perl
8374            + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t
8375            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs
8376            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
8377            ! ext/Encode/lib/Encode/Encoding.pm
8378 ____________________________________________________________________________
8379 [ 31211] By: stevep                                on 2007/05/13  16:35:02
8380         Log: Subject: [PATCH] Restore Windows NT support
8381              From: "Jan Dubois" <jand@activestate.com>
8382              Date: Fri, 11 May 2007 18:25:39 -0700
8383              Message-ID: <02d101c79434$743be100$5cb3a300$@com>
8384      Branch: perl
8385            ! win32/perllib.c win32/vdir.h win32/win32.c
8386 ____________________________________________________________________________
8387 [ 31209] By: davem                                 on 2007/05/13  01:17:42
8388         Log: fix some (mostly MAD) compiler warnings
8389      Branch: perl
8390            ! perly.act perly.tab perly.y toke.c
8391 ____________________________________________________________________________
8392 [ 31208] By: davem                                 on 2007/05/12  22:44:02
8393         Log: Give the 'local' declarator a new key, such that 'local our'
8394              declaration don't have multiple 'd' keys.
8395              
8396              Subject:  [PATCH] mad: different key for the locale declarator
8397              From:  Gerard Goossen <gerard@tty.nl>
8398              Date:    Tue May 8 17:42:45 2007 +0200
8399              Message-Id:  <20070508171125.GI17043@ostwald>
8400      Branch: perl
8401            ! mad/Nomad.pm op.h perly.act perly.y
8402 ____________________________________________________________________________
8403 [ 31207] By: davem                                 on 2007/05/12  22:43:01
8404         Log: move the logic of combining '_' and '#' with the previous logic
8405              from Nomad.pm to dump.c. So they are already combined in the XML
8406              dump.
8407              
8408              Subject:  [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
8409              From:  Gerard Goossen <gerard@tty.nl>
8410              Date:    Sun Mar 25 13:36:31 2007 +0200
8411              Message-Id:  <20070508170341.GH17043@ostwald>
8412      Branch: perl
8413            ! dump.c mad/Nomad.pm
8414 ____________________________________________________________________________
8415 [ 31206] By: davem                                 on 2007/05/12  22:42:09
8416         Log: Subject:  [PATCH] Disable slurping assigned of split when PL_madskills
8417              From:  Gerard Goossen <gerard@tty.nl>
8418              Date:    Tue May 8 15:15:09 2007 +0200
8419              Message-Id:  <20070508164400.GA15860@ostwald>
8420      Branch: perl
8421            ! mad/Nomad.pm op.c op.h
8422 ____________________________________________________________________________
8423 [ 31205] By: davem                                 on 2007/05/12  22:41:17
8424         Log: Subject:  [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills
8425              From:  Gerard Goossen <gerard@tty.nl>
8426              Date:    Tue May 8 16:09:17 2007 +0200
8427              Message-Id:  <20070508164556.GB15860@ostwald>
8428      Branch: perl
8429            ! op.c
8430 ____________________________________________________________________________
8431 [ 31204] By: davem                                 on 2007/05/12  22:40:05
8432         Log: Disable operator target setting for 'my' variables (OPpTARGET_MY)
8433              when madskills is active. Remove the p55 code required for dealing
8434              with the optimized tree.
8435              
8436              Subject:  [PATCH] disable operator with target my when madskills enabled
8437              From:  Gerard Goossen <gerard@tty.nl>
8438              Date:    Thu Apr 19 15:31:27 2007 +0200
8439              Message-Id:  <20070419133822.GG19244@ostwald>
8440              
8441              also:
8442              
8443              Remove the just remove madprop 'M' doc
8444              
8445              Message-ID: <20070419134549.GH19244@ostwald>
8446      Branch: perl
8447            ! mad/Nomad.pm op.c op.h
8448 ____________________________________________________________________________
8449 [ 31203] By: davem                                 on 2007/05/12  22:17:40
8450         Log: move PL_in_my and PL_in_my_stash into the PL_parser struct
8451      Branch: perl
8452            ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act
8453            ! perly.y sv.c toke.c utf8.c
8454 ____________________________________________________________________________
8455 [ 31202] By: davem                                 on 2007/05/12  20:06:41
8456         Log: eliminate a stray PL_lex_state
8457      Branch: perl
8458            ! toke.c
8459 ____________________________________________________________________________
8460 [ 31201] By: davem                                 on 2007/05/12  19:51:37
8461         Log: save old PL_curcop value in parser struct
8462      Branch: perl
8463            ! parser.h toke.c
8464 ____________________________________________________________________________
8465 [ 31200] By: davem                                 on 2007/05/12  19:21:02
8466         Log: move PL_rsfp_filters into the parser struct
8467      Branch: perl
8468            ! embed.fnc embed.h embedvar.h
8469            ! ext/Devel/PPPort/parts/inc/variables
8470            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8471            ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act
8472            ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c
8473 ____________________________________________________________________________
8474 [ 31199] By: davem                                 on 2007/05/11  23:22:24
8475         Log: move PL_rsfp into the PL_parser struct
8476              and simplify its creation and destruction
8477      Branch: perl
8478            ! embed.fnc embed.h embedvar.h
8479            ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h
8480            ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c
8481 ____________________________________________________________________________
8482 [ 31198] By: nicholas                              on 2007/05/10  22:32:57
8483         Log: Work around to get Unicode tests passing.
8484      Branch: perl
8485            ! ext/Unicode/Normalize/mkheader
8486 ____________________________________________________________________________
8487 [ 31197] By: stevep                                on 2007/05/10  20:34:21
8488         Log: Fix Pod nit in perlfunc
8489      Branch: perl
8490            ! pod/perlfunc.pod
8491 ____________________________________________________________________________
8492 [ 31196] By: rgs                                   on 2007/05/10  14:49:37
8493         Log: Update the *::Compress::* modules maintainers information
8494      Branch: perl
8495            ! Porting/Maintainers.pl
8496 ____________________________________________________________________________
8497 [ 31195] By: rgs                                   on 2007/05/10  13:12:38
8498         Log: Replace a call to utf8::encode by a pack/unpack combination,
8499              so that code runs under 5.6 too
8500      Branch: perl
8501            ! lib/CGI/Util.pm
8502 ____________________________________________________________________________
8503 [ 31194] By: rgs                                   on 2007/05/10  12:41:08
8504         Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
8505              From: Marc Lehmann <schmorp@schmorp.de>
8506              Date: Thu, 12 Apr 2007 08:41:53 +0200
8507              Message-ID: <20070412064153.GA22475@schmorp.de>
8508      Branch: perl
8509            ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t
8510            ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm
8511            ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t
8512            ! t/op/utftaint.t
8513 ____________________________________________________________________________
8514 [ 31193] By: rgs                                   on 2007/05/10  10:39:13
8515         Log: New data for Unicode on older versions, thanks to Nicholas
8516              and Dave Rolsky
8517      Branch: perl
8518            ! lib/Module/CoreList.pm
8519 ____________________________________________________________________________
8520 [ 31192] By: rgs                                   on 2007/05/10  10:18:32
8521         Log: first_release() now returns the first release in the order of
8522              perl version numbers. Add a new method first_release_by_date()
8523              to keep the old behaviour available. Suggested by Michael G Schwern.
8524      Branch: perl
8525            ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t
8526 ____________________________________________________________________________
8527 [ 31191] By: rgs                                   on 2007/05/10  08:50:44
8528         Log: Subject: [PATCH] Fix bignum-0.21
8529              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8530              Date: Wed, 9 May 2007 21:05:52 -0400
8531              Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
8532      Branch: perl
8533            ! lib/bignum.pm lib/bignum/t/option_l.t
8534 ____________________________________________________________________________
8535 [ 31190] By: rgs                                   on 2007/05/10  08:39:04
8536         Log: Small fix to a previous patch on magic $<digit> variables.
8537              
8538              Subject: [PATCH]
8539              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8540              Date: Thu, 10 May 2007 02:24:48 +0000
8541              Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
8542      Branch: perl
8543            ! mg.c
8544 ____________________________________________________________________________
8545 [ 31189] By: rgs                                   on 2007/05/10  08:27:35
8546         Log: Regarding precedence, filetest operators are the same than
8547              unary operators, but not regarding parsing and parentheses
8548              (see toke.c). Spotted by Eirik Berg Hanssen.
8549      Branch: perl
8550            ! pod/perlfunc.pod
8551 ____________________________________________________________________________
8552 [ 31188] By: steveh                                on 2007/05/10  08:09:18
8553         Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32
8554              From: Dave Mitchell <davem@iabyn.com>
8555              Date: Thu, 3 May 2007 22:39:23 +0100
8556              Message-ID: <20070503213923.GH24804@iabyn.com>
8557              
8558              Fixes the failure to kill a pseudo-forked child on Win32 described in
8559              [perl #42869], but the "Free to wrong pool" error remains
8560      Branch: perl
8561            ! win32/win32.c
8562 ____________________________________________________________________________
8563 [ 31187] By: merijn                                on 2007/05/09  22:09:24
8564         Log: Subject: [PATCH] Syntax error in Configure in blead
8565              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8566              Date: Wed, 9 May 2007 20:30:04 +0000
8567              Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
8568      Branch: perl
8569            ! Configure
8570 ____________________________________________________________________________
8571 [ 31185] By: rgs                                   on 2007/05/09  17:20:35
8572         Log: Subject: [PATCH] Remove unused parms in S_isa_lookup
8573              From: Andy Lester <andy@petdance.com>
8574              Date: Wed, 9 May 2007 11:49:13 -0500
8575              Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
8576      Branch: perl
8577            ! embed.fnc embed.h proto.h universal.c
8578 ____________________________________________________________________________
8579 [ 31184] By: stevep                                on 2007/05/09  17:19:10
8580         Log: Partial reversion of bignum-0.21 to get tests to pass again.
8581      Branch: perl
8582            ! lib/bignum.pm lib/bignum/t/option_l.t
8583 ____________________________________________________________________________
8584 [ 31183] By: merijn                                on 2007/05/09  16:54:21
8585         Log: Typing is for secretaries
8586      Branch: perl
8587            ! Configure
8588 ____________________________________________________________________________
8589 [ 31181] By: merijn                                on 2007/05/09  16:41:01
8590         Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname
8591      Branch: perl
8592            ! Configure
8593 ____________________________________________________________________________
8594 [ 31178] By: rgs                                   on 2007/05/09  15:56:57
8595         Log: Bump the version of Module::CoreList and add docs
8596              for the Unicode module name, that Merijn just added
8597      Branch: perl
8598            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
8599 ____________________________________________________________________________
8600 [ 31177] By: merijn                                on 2007/05/09  15:39:40
8601         Log: Added all traceable Unicode versions
8602      Branch: perl
8603            ! lib/Module/CoreList.pm
8604 ____________________________________________________________________________
8605 [ 31176] By: merijn                                on 2007/05/09  14:17:57
8606         Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
8607      Branch: perl
8608            ! Porting/corelist.pl
8609 ____________________________________________________________________________
8610 [ 31175] By: rgs                                   on 2007/05/09  07:57:50
8611         Log: Add examples for h2xs -X, by Andy Armstrong
8612      Branch: perl
8613            ! utils/h2xs.PL
8614 ____________________________________________________________________________
8615 [ 31174] By: rgs                                   on 2007/05/09  07:53:47
8616         Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
8617              From: "Brandon Black" <blblack@gmail.com>
8618              Date: Tue, 8 May 2007 15:15:29 -0500
8619              Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
8620      Branch: perl
8621            ! mro.c t/mro/recursion_c3.t
8622 ____________________________________________________________________________
8623 [ 31173] By: rgs                                   on 2007/05/08  22:19:21
8624         Log: Reapply patch 31028, that wasn't integrated in CPANPLUS
8625      Branch: perl
8626            ! lib/CPANPLUS/t/inc/conf.pl
8627 ____________________________________________________________________________
8628 [ 31172] By: stevep                                on 2007/05/08  16:40:51
8629         Log: Upgrade to Math-BigInt-FastCalc-0.14
8630      Branch: perl
8631            ! ext/Math/BigInt/FastCalc/FastCalc.pm
8632            ! ext/Math/BigInt/FastCalc/Makefile.PL
8633            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
8634 ____________________________________________________________________________
8635 [ 31171] By: stevep                                on 2007/05/08  16:34:36
8636         Log: Upgrade to Module-Build-0.2808
8637      Branch: perl
8638            + lib/Module/Build/t/help.t lib/Module/Build/t/par.t
8639            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
8640            ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm
8641            ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t
8642            ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t
8643 ____________________________________________________________________________
8644 [ 31170] By: stevep                                on 2007/05/08  15:09:20
8645         Log: Upgrade to CGI.pm-3.29
8646      Branch: perl
8647            ! lib/CGI.pm lib/CGI/Changes
8648 ____________________________________________________________________________
8649 [ 31169] By: stevep                                on 2007/05/08  14:36:47
8650         Log: Upgrage to bignum-0.21 and Math-BigRat-0.19
8651      Branch: perl
8652            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
8653            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t
8654            ! lib/bigrat.pm
8655 ____________________________________________________________________________
8656 [ 31168] By: rgs                                   on 2007/05/08  12:38:04
8657         Log: Subject: [PATCH] Update CPANPLUS to 0.79_02
8658              From: "Jos I. Boumans" <kane@dwim.org>
8659              Date: Tue, 8 May 2007 14:05:34 +0200
8660              Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
8661      Branch: perl
8662            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
8663            ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm
8664            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
8665            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
8666            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
8667            ! r-0.01.tar.gz.packed
8668            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
8669            ! tar.gz.packed
8670            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
8671            ! tar.gz.packed
8672            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
8673            ! r.gz.packed
8674            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
8675            ! tar.gz.packed
8676            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
8677            ! r.gz.packed
8678            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
8679            ! cked
8680            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
8681            ! lib/CPANPLUS/t/inc/conf.pl
8682 ____________________________________________________________________________
8683 [ 31167] By: rgs                                   on 2007/05/08  12:32:15
8684         Log: Subject: [PATCH] more consting
8685              From: andy@petdance.com (Andy Lester)
8686              Date: Mon, 7 May 2007 11:34:16 -0500
8687              Message-ID: <20070507163416.GA6187@petdance.com>
8688      Branch: perl
8689            ! hv.c mg.c mro.c sv.c
8690 ____________________________________________________________________________
8691 [ 31166] By: rgs                                   on 2007/05/07  15:39:49
8692         Log: Subject: Sync Tie::RefHash with CPAN (1.37)
8693              From: Yuval Kogman <nothingmuch@woobling.org>
8694              Date: Mon, 7 May 2007 18:35:08 +0300
8695              Message-ID: <20070507153508.GZ17982@woobling.org>
8696      Branch: perl
8697            ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t
8698 ____________________________________________________________________________
8699 [ 31165] By: nicholas                              on 2007/05/07  15:35:56
8700         Log: bytecode.pl:        Exterminate!
8701              ext/B/B/Asmdata.pm: Exterminate!
8702      Branch: perl
8703            - bytecode.pl ext/B/B/Asmdata.pm
8704            ! MANIFEST regen.pl vms/descrip_mms.template
8705 ____________________________________________________________________________
8706 [ 31164] By: nicholas                              on 2007/05/07  14:53:05
8707         Log: Given that @optype and @specialsv_name are hard coded tables, it seems
8708              more logical for them to be in B.pm, rather than in the "boilerplate"
8709              for the machine generated B/Asmdata.pm
8710      Branch: perl
8711            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm
8712            ! ext/B/B/Terse.pm
8713 ____________________________________________________________________________
8714 [ 31163] By: rgs                                   on 2007/05/07  13:38:24
8715         Log: Fix [perl #42163] "use base" masks $SIG{__DIE__}
8716              adapted from a patch by Michael G Schwern
8717      Branch: perl
8718            ! lib/base.pm
8719 ____________________________________________________________________________
8720 [ 31159] By: rgs                                   on 2007/05/07  09:47:00
8721         Log: Upgrade to Math::BigInt 1.86
8722      Branch: perl
8723            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8724            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
8725            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
8726            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8727            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
8728            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t
8729            ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t
8730            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8731            ! lib/Math/BigInt/t/with_sub.t
8732 ____________________________________________________________________________
8733 [ 31158] By: craigb                                on 2007/05/05  23:53:58
8734         Log: Archive::Extract test tries to do the logically impossible.
8735      Branch: perl
8736            ! lib/Archive/Extract/t/01_Archive-Extract.t
8737 ____________________________________________________________________________
8738 [ 31157] By: craigb                                on 2007/05/05  23:44:01
8739         Log: Make ppptools.pl allow a trailing dot in filenames for VMS.
8740      Branch: perl
8741            ! ext/Devel/PPPort/parts/ppptools.pl
8742 ____________________________________________________________________________
8743 [ 31156] By: craigb                                on 2007/05/05  23:42:42
8744         Log: Some filename dot and extension help for Module::Build on VMS.
8745      Branch: perl
8746            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
8747 ____________________________________________________________________________
8748 [ 31154] By: davem                                 on 2007/05/05  17:38:12
8749         Log: move PL_lex_state into the PL_parser struct
8750      Branch: perl
8751            ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h
8752            ! pp_ctl.c sv.c toke.c
8753 ____________________________________________________________________________
8754 [ 31153] By: nicholas                              on 2007/05/05  17:35:22
8755         Log: Tweak change 30841 so that B works on maint too.
8756      Branch: perl
8757            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t
8758 ____________________________________________________________________________
8759 [ 31152] By: nicholas                              on 2007/05/05  13:26:28
8760         Log: Shuffling PL_gensym saves 8 bytes on LP64 systems.
8761      Branch: perl
8762            ! intrpvar.h
8763 ____________________________________________________________________________
8764 [ 31148] By: davem                                 on 2007/05/05  00:49:51
8765         Log: migrate more variables to PL_parser struct:
8766              PL_nexttoke PL_curforce PL_nextval PL_nexttype
8767      Branch: perl
8768            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c
8769 ____________________________________________________________________________
8770 [ 31147] By: davem                                 on 2007/05/04  22:18:42
8771         Log: move some more variables into the PL_parser struct:
8772              PL_bufptr PL_oldbufptr PL_oldoldbufptr
8773              PL_linestart PL_bufend
8774              PL_last_uni PL_last_lop PL_last_lop_op
8775      Branch: perl
8776            ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c
8777            ! toke.c
8778 ____________________________________________________________________________
8779 [ 31142] By: rgs                                   on 2007/05/04  15:33:22
8780         Log: Add a few manpages to Maintainers.pl
8781      Branch: perl
8782            ! Porting/Maintainers.pl
8783 ____________________________________________________________________________
8784 [ 31141] By: rgs                                   on 2007/05/04  14:45:09
8785         Log: Add CPANPLUS to Maintainers.pl
8786      Branch: perl
8787            ! Porting/Maintainers.pl
8788 ____________________________________________________________________________
8789 [ 31140] By: rgs                                   on 2007/05/04  14:33:07
8790         Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
8791              From: "Jos I. Boumans" <kane@dwim.org>
8792              Date: Fri, 4 May 2007 14:41:39 +0200
8793              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
8794      Branch: perl
8795            + lib/CPANPLUS/Dist/Build.pm
8796            + lib/CPANPLUS/Dist/Build/Constants.pm
8797            + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
8798            + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
8799            + lib/CPANPLUS/Dist/Build/t/inc/conf.pl
8800            + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
8801            + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
8802            ! MANIFEST
8803 ____________________________________________________________________________
8804 [ 31139] By: rgs                                   on 2007/05/04  14:17:54
8805         Log: A patch from ExtUtils::CBuilder::Base from :
8806              
8807              Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
8808              From: "Jos I. Boumans" <kane@dwim.org>
8809              Date: Fri, 4 May 2007 14:41:39 +0200
8810              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
8811      Branch: perl
8812            ! lib/ExtUtils/CBuilder/Base.pm
8813 ____________________________________________________________________________
8814 [ 31138] By: rgs                                   on 2007/05/04  14:02:26
8815         Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs 
8816              From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
8817              Date: Tue, 01 May 2007 09:17:22 -0700
8818              Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>
8819      Branch: perl
8820            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
8821 ____________________________________________________________________________
8822 [ 31137] By: rgs                                   on 2007/05/04  13:21:53
8823         Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion
8824              From: David Leadbeater <dgl@dgl.cx>
8825              Date: Thu, 3 May 2007 18:27:13 +0100
8826              Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>
8827      Branch: perl
8828            ! ext/POSIX/POSIX.pod pod/perlvar.pod
8829 ____________________________________________________________________________
8830 [ 31136] By: davem                                 on 2007/05/04  09:18:05
8831         Log: toke.c changes missed from change #31134
8832      Branch: perl
8833            ! toke.c
8834 ____________________________________________________________________________
8835 [ 31135] By: davem                                 on 2007/05/04  00:57:20
8836         Log: eliminate PL_bufend from util.c (missed from #30820)
8837      Branch: perl
8838            ! util.c
8839 ____________________________________________________________________________
8840 [ 31134] By: davem                                 on 2007/05/04  00:41:51
8841         Log: move PL_expect and PL_copline into the PL_parser structure
8842      Branch: perl
8843            ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h
8844            ! op.c parser.h perlapi.h perly.act perly.y sv.c
8845 ____________________________________________________________________________
8846 [ 31132] By: steveh                                on 2007/05/03  17:17:01
8847         Log: Fix breakages caused by #31130:
8848              report_uninit was not exported on Win32 and
8849              my_reg_numbered_buff_length had wrong prototype
8850      Branch: perl
8851            ! embed.fnc embed.h ext/re/re.xs global.sym proto.h
8852 ____________________________________________________________________________
8853 [ 31131] By: steveh                                on 2007/05/03  16:41:29
8854         Log: Silence some VC6 compiler warnings in the regex code
8855      Branch: perl
8856            ! embed.fnc ext/re/re.xs proto.h regcomp.c
8857 ____________________________________________________________________________
8858 [ 31130] By: rgs                                   on 2007/05/03  16:04:13
8859         Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables
8860              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8861              Date: Tue, 1 May 2007 23:58:44 +0000
8862              Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
8863      Branch: perl
8864            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c
8865            ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h
8866            ! regexp.h t/op/tr.t universal.c
8867 ____________________________________________________________________________
8868 [ 31127] By: nicholas                              on 2007/05/03  14:45:32
8869         Log: Move PL_delayedisa into a better spot in the interpreter structure.
8870      Branch: perl
8871            ! thrdvar.h
8872 ____________________________________________________________________________
8873 [ 31126] By: rgs                                   on 2007/05/03  14:30:49
8874         Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm
8875              From: Gerard Goossen <gerard@tty.nl>
8876              Date: Thu, 3 May 2007 16:23:58 +0200
8877              Message-ID: <20070503142358.GE27210@ostwald>
8878      Branch: perl
8879            ! Porting/Maintainers.pl
8880 ____________________________________________________________________________
8881 [ 31125] By: nicholas                              on 2007/05/03  14:23:14
8882         Log: Initialise PL_delayedisa on thread clone.
8883      Branch: perl
8884            ! sv.c
8885 ____________________________________________________________________________
8886 [ 31124] By: rgs                                   on 2007/05/03  13:35:18
8887         Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t]  Fix warning.
8888              From: Abigail <abigail@abigail.be>
8889              Date: Tue, 24 Apr 2007 00:37:15 +0200
8890              Message-ID: <20070423223715.GB544@abigail.nl>
8891      Branch: perl
8892            ! lib/ExtUtils/t/MM_Unix.t
8893 ____________________________________________________________________________
8894 [ 31123] By: rgs                                   on 2007/05/03  09:30:08
8895         Log: Subject: The revenge of the consts
8896              From: andy@petdance.com (Andy Lester)
8897              Date: Thu, 3 May 2007 00:45:54 -0500
8898              Message-ID: <20070503054554.GA30975@petdance.com>
8899      Branch: perl
8900            ! av.c embed.fnc numeric.c proto.h regcomp.c
8901 ____________________________________________________________________________
8902 [ 31122] By: rgs                                   on 2007/05/03  09:24:47
8903         Log: Subject: Re: mro status, etc
8904              From: "Brandon Black" <blblack@gmail.com>
8905              Date: Mon, 30 Apr 2007 16:45:54 -0500
8906              Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
8907      Branch: perl
8908            ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c
8909            ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h
8910 ____________________________________________________________________________
8911 [ 31121] By: steveh                                on 2007/05/03  07:51:17
8912         Log: Fix a CPANPLUS test that fails when run on a read-only source tree
8913              (such as a p4 client repository)
8914      Branch: perl
8915            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm
8916 ____________________________________________________________________________
8917 [ 31120] By: nicholas                              on 2007/05/02  16:26:24
8918         Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
8919              ext/Compress/Raw/Zlib/t/07bufsize.t
8920              which still puzzles me.
8921      Branch: perl
8922            ! regcomp.c
8923 ____________________________________________________________________________
8924 [ 31119] By: rgs                                   on 2007/05/02  15:32:38
8925         Log: Subject: [perl #42839] Swatch hash cache has key mismatch 
8926              From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
8927              Date: Tue, 01 May 2007 05:18:52 -0700
8928              Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>
8929      Branch: perl
8930            + t/uni/cache.t
8931            ! MANIFEST lib/utf8_heavy.pl
8932 ____________________________________________________________________________
8933 [ 31118] By: rgs                                   on 2007/05/02  14:28:45
8934         Log: Subject: [PATCH] tweak some regexp params to avoid warnings
8935              From: demerphq <demerphq@gmail.com>
8936              Date: Tue, 1 May 2007 23:46:40 +0200
8937              Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>
8938      Branch: perl
8939            ! embed.fnc perl.h proto.h regexec.c regexp.h
8940 ____________________________________________________________________________
8941 [ 31117] By: rgs                                   on 2007/05/02  12:42:04
8942         Log: Upgrade to XSLoader 0.08
8943      Branch: perl
8944            ! ext/DynaLoader/XSLoader_pm.PL
8945 ____________________________________________________________________________
8946 [ 31116] By: rgs                                   on 2007/05/02  12:17:22
8947         Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults
8948              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8949              Date: Tue, 1 May 2007 21:06:47 +0000
8950              Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
8951      Branch: perl
8952            ! mg.c pod/perldiag.pod t/op/tiearray.t
8953 ____________________________________________________________________________
8954 [ 31115] By: steveh                                on 2007/05/02  11:22:19
8955         Log: Fix threaded builds (broken by change #31112)
8956      Branch: perl
8957            ! embed.fnc embed.h proto.h util.c
8958 ____________________________________________________________________________
8959 [ 31114] By: steveh                                on 2007/05/02  08:43:08
8960         Log: Subject: [PATCH-revised] Remove ext/Thread
8961              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8962              Date: Mon, 30 Apr 2007 17:06:28 -0400
8963              Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
8964      Branch: perl
8965            - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx
8966            - ext/Thread/README ext/Thread/README.threads
8967            - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs
8968            - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
8969            - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
8970            - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
8971            - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
8972            - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
8973            - ext/Thread/unsync.tx ext/Thread/unsync2.tx
8974            - ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8975            ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST
8976            ! NetWare/Makefile NetWare/config.wc Porting/config.sh
8977            ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample
8978            ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod
8979            ! toke.c win32/Makefile win32/Makefile.ce
8980            ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce
8981            ! win32/config.gc win32/config.vc win32/config.vc64
8982            ! win32/config_sh.PL win32/makefile.mk
8983 ____________________________________________________________________________
8984 [ 31113] By: stevep                                on 2007/05/01  18:20:02
8985         Log: Fixing a Perl_my_dirfd() related test failure.
8986      Branch: perl
8987            ! t/op/chdir.t
8988 ____________________________________________________________________________
8989 [ 31112] By: stevep                                on 2007/05/01  15:32:15
8990         Log: Add Perl_my_dirfd() to util.c
8991      Branch: perl
8992            ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h
8993            ! t/op/stat.t util.c
8994 ____________________________________________________________________________
8995 [ 31111] By: rgs                                   on 2007/05/01  11:50:36
8996         Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
8997              From: demerphq <demerphq@gmail.com>
8998              Date: Tue, 1 May 2007 12:35:37 +0200
8999              Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>
9000      Branch: perl
9001            ! regcomp.c
9002 ____________________________________________________________________________
9003 [ 31110] By: rgs                                   on 2007/04/30  15:34:29
9004         Log: Two new manpages, by Abigail
9005      Branch: perl
9006            + pod/perlrebackslash.pod pod/perlrecharclass.pod
9007            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
9008            ! win32/pod.mak
9009 ____________________________________________________________________________
9010 [ 31109] By: rgs                                   on 2007/04/30  12:21:50
9011         Log: Signedness nit, found by Jarkko
9012      Branch: perl
9013            ! regexec.c
9014 ____________________________________________________________________________
9015 [ 31108] By: rgs                                   on 2007/04/30  10:18:15
9016         Log: Subject: [PATCH] make mad/PLXML.pm use strict
9017              From: Gerard Goossen <gerard@tty.nl>
9018              Date: Thu, 19 Apr 2007 14:56:13 +0200
9019              Message-ID: <20070419125613.GF19244@ostwald>
9020      Branch: perl
9021            ! mad/PLXML.pm
9022 ____________________________________________________________________________
9023 [ 31107] By: rgs                                   on 2007/04/30  09:22:58
9024         Log: Subject: Re: mro status, etc
9025              From: "Brandon Black" <blblack@gmail.com>
9026              Date: Sun, 29 Apr 2007 17:27:03 -0500
9027              Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>
9028      Branch: perl
9029            ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c
9030            ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod
9031            ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c
9032            ! t/mro/method_caching.t universal.c
9033 ____________________________________________________________________________
9034 [ 31106] By: rgs                                   on 2007/04/30  08:42:44
9035         Log: Subject: Re: [PATCH] Cleanup of the regexp API
9036              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
9037              Date: Fri, 27 Apr 2007 02:22:25 +0000
9038              Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>
9039      Branch: perl
9040            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
9041            ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h
9042            ! regexec.c regexp.h
9043 ____________________________________________________________________________
9044 [ 31105] By: craigb                                on 2007/04/28  16:06:01
9045         Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
9046      Branch: perl
9047            ! lib/FindBin.pm
9048 ____________________________________________________________________________
9049 [ 31104] By: craigb                                on 2007/04/28  14:28:00
9050         Log: Don't try to build old Thread extension on VMS when -Duseithreads
9051              has been chosen.
9052      Branch: perl
9053            ! configure.com
9054 ____________________________________________________________________________
9055 [ 31103] By: steveh                                on 2007/04/27  17:12:05
9056         Log: Do the same as #31095 for Win32
9057      Branch: perl
9058            ! win32/FindExt.pm
9059 ____________________________________________________________________________
9060 [ 31102] By: rgs                                   on 2007/04/27  14:19:15
9061         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
9062              From: demerphq <demerphq@gmail.com>
9063              Date: Fri, 27 Apr 2007 16:09:56 +0200
9064              Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>
9065      Branch: perl
9066            ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c
9067            ! t/op/pat.t win32/Makefile
9068 ____________________________________________________________________________
9069 [ 31101] By: rgs                                   on 2007/04/27  13:10:06
9070         Log: Reindent bash functions properly
9071      Branch: perl
9072            ! pod/perlhack.pod
9073 ____________________________________________________________________________
9074 [ 31098] By: rgs                                   on 2007/04/27  07:56:05
9075         Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem
9076              From: "Jan Dubois" <jand@activestate.com>
9077              Date: Thu, 26 Apr 2007 17:02:01 -0700
9078              Message-ID: <048b01c7885f$48862510$d9926f30$@com>
9079      Branch: perl
9080            ! Makefile.SH
9081 ____________________________________________________________________________
9082 [ 31097] By: rgs                                   on 2007/04/27  07:55:34
9083         Log: Fix a signed/unsigned comparison warning
9084      Branch: perl
9085            ! regexec.c
9086 ____________________________________________________________________________
9087 [ 31096] By: merijn                                on 2007/04/27  06:16:02
9088         Log: More up-to-date info about the metaunits
9089      Branch: perl
9090            ! Porting/pumpkin.pod
9091 ____________________________________________________________________________
9092 [ 31095] By: merijn                                on 2007/04/27  06:03:52
9093         Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed
9094              From: "Craig A. Berry" <craigberry@mac.com>
9095              Date: Thu, 26 Apr 2007 18:59:15 -0500
9096              Message-Id: <p06240812c256eae2b552@[172.16.52.1]>
9097      Branch: perl
9098            ! Configure
9099 ____________________________________________________________________________
9100 [ 31093] By: nicholas                              on 2007/04/26  20:43:13
9101         Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
9102              which expects a STRLEN pointer.
9103              Avoid some signed/unsigned casting warnings by adding casts.
9104      Branch: perl
9105            ! regcomp.c regexec.c
9106 ____________________________________________________________________________
9107 [ 31092] By: rgs                                   on 2007/04/26  16:57:55
9108         Log: strxfrm() returns a size_t, not a ssize_t. See:
9109              
9110              Subject: locale.c usage of strxfrm
9111              From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
9112              Date: Fri, 20 Apr 2007 18:20:21 -0400
9113              Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>
9114      Branch: perl
9115            ! locale.c
9116 ____________________________________________________________________________
9117 [ 31091] By: rgs                                   on 2007/04/26  16:29:01
9118         Log: Fix a bug in method caching. Better version (broader) of change #29336.
9119              
9120              Subject: Re: mro status, etc
9121              From: "Brandon Black" <blblack@gmail.com>
9122              Date: Thu, 26 Apr 2007 10:52:20 -0500
9123              Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
9124      Branch: perl
9125            ! pp_hot.c sv.c t/mro/method_caching.t
9126 ____________________________________________________________________________
9127 [ 31090] By: rgs                                   on 2007/04/26  14:27:18
9128         Log: Doc nit, by Peter Scott
9129      Branch: perl
9130            ! README
9131 ____________________________________________________________________________
9132 [ 31089] By: nicholas                              on 2007/04/26  14:26:13
9133         Log: Subject: Re: VMS and Win32 Makefiles in change 31059
9134              From: Steve Hay <steve.hay@uk.radan.com>
9135              Message-ID: <46306D01.6070607@uk.radan.com>
9136              Date: Thu, 26 Apr 2007 10:12:33 +0100
9137      Branch: perl
9138            ! win32/Makefile win32/makefile.mk
9139 ____________________________________________________________________________
9140 [ 31088] By: rgs                                   on 2007/04/26  13:58:34
9141         Log: Remove the Thread typemap
9142      Branch: perl
9143            - ext/Thread/typemap
9144            ! MANIFEST
9145 ____________________________________________________________________________
9146 [ 31087] By: rgs                                   on 2007/04/26  13:15:14
9147         Log: Subject: mro status, etc
9148              From: "Brandon Black" <blblack@gmail.com>
9149              Date: Wed, 25 Apr 2007 18:37:21 -0500
9150              Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>
9151      Branch: perl
9152            ! mro.c
9153 ____________________________________________________________________________
9154 [ 31086] By: rgs                                   on 2007/04/26  13:05:29
9155         Log: Fix mro docs.
9156              
9157              Subject: Re: mro callbacks patch
9158              From: "Brandon Black" <blblack@gmail.com>
9159              Date: Mon, 23 Apr 2007 18:58:39 -0500
9160              Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>
9161      Branch: perl
9162            ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod
9163            ! pod/perlintern.pod proto.h
9164 ____________________________________________________________________________
9165 [ 31085] By: rgs                                   on 2007/04/26  12:53:30
9166         Log: Forgot to submit regcomp.c in change #31081
9167      Branch: perl
9168            ! regcomp.c
9169 ____________________________________________________________________________
9170 [ 31084] By: rgs                                   on 2007/04/26  12:47:57
9171         Log: Do the same thing as change #31082, but for warnings.pm.
9172      Branch: perl
9173            ! lib/warnings.pm warnings.pl
9174 ____________________________________________________________________________
9175 [ 31083] By: davem                                 on 2007/04/26  12:36:45
9176         Log: eliminate "unused var" warning
9177      Branch: perl
9178            ! perl.c
9179 ____________________________________________________________________________
9180 [ 31082] By: rgs                                   on 2007/04/26  10:51:36
9181         Log: Subject: Re: The Strict trap
9182              From: Johan Vromans <jvromans@squirrel.nl>
9183              Date: Wed, 25 Apr 2007 16:12:58 +0200
9184              Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>
9185      Branch: perl
9186            ! ext/Storable/t/code.t lib/strict.pm
9187 ____________________________________________________________________________
9188 [ 31081] By: rgs                                   on 2007/04/26  10:23:30
9189         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
9190              From: demerphq <demerphq@gmail.com>
9191              Date: Tue, 24 Apr 2007 16:46:05 +0200
9192              Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>
9193      Branch: perl
9194            ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym
9195            ! regexec.c regnodes.h t/op/pat.t
9196 ____________________________________________________________________________
9197 [ 31080] By: rgs                                   on 2007/04/26  07:09:32
9198         Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
9199              From: Alexey Tourbin <at@altlinux.ru>
9200              Date: Wed, 25 Apr 2007 18:12:22 +0400
9201              Message-ID: <20070425141222.GA24828@solemn.turbinal>
9202      Branch: perl
9203            + ext/Fcntl/t/mode.t
9204            ! MANIFEST ext/Fcntl/Fcntl.pm
9205 ____________________________________________________________________________
9206 [ 31079] By: rgs                                   on 2007/04/25  16:17:01
9207         Log: Subject: [PATCH] Safely store user locks in threads::shared
9208              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9209              Date: Mon, 23 Apr 2007 13:21:11 -0400
9210              Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>
9211      Branch: perl
9212            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
9213            ! ext/threads/shared/shared.xs
9214 ____________________________________________________________________________
9215 [ 31078] By: rgs                                   on 2007/04/25  16:13:54
9216         Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore
9217              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9218              Date: Mon, 23 Apr 2007 13:25:20 -0400
9219              Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>
9220      Branch: perl
9221            ! ext/Thread/Thread.xs
9222 ____________________________________________________________________________
9223 [ 31077] By: rgs                                   on 2007/04/25  15:31:29
9224         Log: Small perlivp.PL updates
9225              
9226              Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
9227              From: Johan Vromans <jvromans@squirrel.nl>
9228              Date: Wed, 25 Apr 2007 14:37:16 +0200
9229              Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>
9230      Branch: perl
9231            ! utils/perlivp.PL
9232 ____________________________________________________________________________
9233 [ 31076] By: rgs                                   on 2007/04/25  15:19:21
9234         Log: overload must not load XS modules at compile time, or perl
9235              doesn't compile.
9236              overload must not clobber $! or $@ behind the scenes when
9237              loading an XS module.
9238      Branch: perl
9239            ! lib/overload.pm
9240 ____________________________________________________________________________
9241 [ 31075] By: rgs                                   on 2007/04/25  15:03:21
9242         Log: Remove a now redundant require
9243      Branch: perl
9244            ! lib/overload.pm
9245 ____________________________________________________________________________
9246 [ 31074] By: rgs                                   on 2007/04/25  14:53:57
9247         Log: Move the require at the top of the file.
9248              Else, Test::More has test failures.
9249      Branch: perl
9250            ! lib/overload.pm
9251 ____________________________________________________________________________
9252 [ 31073] By: rgs                                   on 2007/04/25  12:15:55
9253         Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
9254              From: "Brandon Black" <blblack@gmail.com>
9255              Date: Tue, 24 Apr 2007 07:58:44 -0500
9256              Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>
9257      Branch: perl
9258            ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm
9259 ____________________________________________________________________________
9260 [ 31072] By: stevep                                on 2007/04/25  11:00:34
9261         Log: Upgrade to CPAN-1.9101
9262      Branch: perl
9263            ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd
9264 ____________________________________________________________________________
9265 [ 31069] By: nicholas                              on 2007/04/25  09:54:17
9266         Log: Avoid the need for 2 casts added in 31055 by using a better type for
9267              the local variable. Add an assertion that another cast is not a data
9268              loss (and that there is no buffer overflow)
9269      Branch: perl
9270            ! ext/Devel/Peek/Peek.xs utf8.c
9271 ____________________________________________________________________________
9272 [ 31068] By: nicholas                              on 2007/04/25  09:32:50
9273         Log: Remove vestigical include of <ctype.h>, which came from a previous
9274              version that tried to make the initialiser out of a single "" string.
9275              (Which turned out to be over 509 characters long)
9276      Branch: perl
9277            ! generate_uudmap.c
9278 ____________________________________________________________________________
9279 [ 31067] By: rgs                                   on 2007/04/25  08:42:27
9280         Log: Subject: [PATCH] perlre.pod spellcheck
9281              From: "Alexandr Ciornii" <alexchorny@gmail.com>
9282              Date: Tue, 24 Apr 2007 00:45:05 +0300
9283              Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>
9284      Branch: perl
9285            ! pod/perlre.pod
9286 ____________________________________________________________________________
9287 [ 31066] By: merijn                                on 2007/04/25  08:12:16
9288         Log: Leave try.c and include files where they are if we need them later
9289      Branch: perl
9290            ! Configure
9291 ____________________________________________________________________________
9292 [ 31064] By: rgs                                   on 2007/04/25  08:10:05
9293         Log: Subject: [PATCH] Move hash action constants to hv.h
9294              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9295              Date: Tue, 24 Apr 2007 10:35:43 -0400
9296              Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>
9297      Branch: perl
9298            ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h
9299 ____________________________________________________________________________
9300 [ 31063] By: rgs                                   on 2007/04/25  08:08:18
9301         Log: perlguts nit, found by Jerry D. Hedden
9302      Branch: perl
9303            ! pod/perlguts.pod
9304 ____________________________________________________________________________
9305 [ 31062] By: craigb                                on 2007/04/25  03:10:23
9306         Log: Work a little harder at building generate_uudmap on VMS.
9307      Branch: perl
9308            ! vms/descrip_mms.template
9309 ____________________________________________________________________________
9310 [ 31061] By: stevep                                on 2007/04/25  01:06:23
9311         Log: Upgrade to Encode-2.20
9312      Branch: perl
9313            + ext/Encode/lib/Encode/GSM0338.pm
9314            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes
9315            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9316            ! ext/Encode/Makefile.PL ext/Encode/bin/piconv
9317            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm
9318            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t
9319            ! ext/Encode/t/mime-header.t
9320 ____________________________________________________________________________
9321 [ 31060] By: nicholas                              on 2007/04/24  23:16:12
9322         Log: Ooops. It helps to p4 add the new file.
9323      Branch: perl
9324            + generate_uudmap.c
9325 ____________________________________________________________________________
9326 [ 31059] By: nicholas                              on 2007/04/24  23:10:05
9327         Log: Make PL_uudmap a constant global. Remove the run time initialisation
9328              code, and instead use it to generate a header at perl build time.
9329              By removing uudmap from the interpreter structure we save 256 bytes
9330              per child thread.
9331      Branch: perl
9332            ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h
9333            ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile
9334            ! win32/makefile.mk
9335 ____________________________________________________________________________
9336 [ 31058] By: davem                                 on 2007/04/24  16:42:12
9337         Log: move PL_linestr from the interpreter struct to the parser struct
9338      Branch: perl
9339            ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c
9340            ! sv.c toke.c
9341 ____________________________________________________________________________
9342 [ 31057] By: steveh                                on 2007/04/24  13:31:29
9343         Log: Silence VC6 warning about not all control paths returning a value
9344      Branch: perl
9345            ! mro.c
9346 ____________________________________________________________________________
9347 [ 31056] By: steveh                                on 2007/04/24  13:11:50
9348         Log: Fix a function signature missed by #31027 to silence a VC6 warning
9349      Branch: perl
9350            ! ext/re/re.xs
9351 ____________________________________________________________________________
9352 [ 31055] By: steveh                                on 2007/04/24  12:17:00
9353         Log: Silence 5 "possible loss of data" warnings from VC6
9354      Branch: perl
9355            ! ext/Devel/Peek/Peek.xs toke.c utf8.c
9356 ____________________________________________________________________________
9357 [ 31054] By: steveh                                on 2007/04/24  12:16:07
9358         Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory 
9359              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
9360              Date: Fri, 20 Apr 2007 14:49:08 -0700
9361              Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org>
9362      Branch: perl
9363            ! win32/vmem.h
9364 ____________________________________________________________________________
9365 [ 31053] By: rgs                                   on 2007/04/24  11:25:56
9366         Log: Adjust test count.
9367      Branch: perl
9368            ! ext/B/t/concise-xs.t
9369 ____________________________________________________________________________
9370 [ 31052] By: rgs                                   on 2007/04/24  10:35:15
9371         Log: Fix potential precedence problem
9372      Branch: perl
9373            ! op.c
9374 ____________________________________________________________________________
9375 [ 31051] By: rgs                                   on 2007/04/24  10:34:20
9376         Log: Remove unnecessarily paranoid protection in pp_defined
9377      Branch: perl
9378            ! pp_hot.c
9379 ____________________________________________________________________________
9380 [ 31050] By: rgs                                   on 2007/04/24  10:32:33
9381         Log: Fix a bug in dor assignment (@x //= 1 was triggering an
9382              assertion failure)
9383      Branch: perl
9384            ! op.c
9385 ____________________________________________________________________________
9386 [ 31049] By: rgs                                   on 2007/04/24  10:31:28
9387         Log: Remove the code that handles assignment to state variables
9388      Branch: perl
9389            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
9390            ! pp_hot.c t/lib/warnings/op t/op/state.t
9391 ____________________________________________________________________________
9392 [ 31048] By: merijn                                on 2007/04/24  06:01:41
9393         Log: Subject: [PATCH t/base/num.t] Typo fix.
9394              From: Abigail <abigail@abigail.be>
9395              Date: Tue, 24 Apr 2007 00:48:26 +0200
9396              Message-ID: <20070423224826.GC544@abigail.nl>
9397      Branch: perl
9398            ! t/base/num.t
9399 ____________________________________________________________________________
9400 [ 31047] By: craigb                                on 2007/04/24  03:18:34
9401         Log: Reduce directory depth for IO::Compress modules.
9402      Branch: perl
9403           +> (branch 94 files)
9404            - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL
9405            - ext/IO/Compress/Base/README
9406            - ext/IO/Compress/Base/lib/File/GlobMapper.pm
9407            - ext/IO/Compress/Base/lib/IO/Compress/Base.pm
9408            - ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
9409            - ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
9410            - ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
9411            - ext/IO/Compress/Base/private/MakeUtil.pm
9412            - ext/IO/Compress/Base/t/01misc.t
9413            - ext/IO/Compress/Base/t/globmapper.t
9414            - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
9415            - ext/IO/Compress/Zlib/README
9416            - ext/IO/Compress/Zlib/examples/gzappend
9417            - ext/IO/Compress/Zlib/examples/gzcat
9418            - ext/IO/Compress/Zlib/examples/gzgrep
9419            - ext/IO/Compress/Zlib/examples/gzstream
9420            - ext/IO/Compress/Zlib/examples/unzip
9421            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
9422            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
9423            - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
9424            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
9425            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
9426            - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
9427            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
9428            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
9429            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
9430            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
9431            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
9432            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
9433            - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
9434            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
9435            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
9436            - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
9437            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
9438            - ext/IO/Compress/Zlib/private/MakeUtil.pm
9439            - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t
9440            - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t
9441            - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t
9442            - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t
9443            - ext/IO/Compress/Zlib/t/002any-deflate.t
9444            - ext/IO/Compress/Zlib/t/002any-gzip.t
9445            - ext/IO/Compress/Zlib/t/002any-rawdeflate.t
9446            - ext/IO/Compress/Zlib/t/002any-transparent.t
9447            - ext/IO/Compress/Zlib/t/002any-zip.t
9448            - ext/IO/Compress/Zlib/t/004gziphdr.t
9449            - ext/IO/Compress/Zlib/t/005defhdr.t
9450            - ext/IO/Compress/Zlib/t/010examples.t
9451            - ext/IO/Compress/Zlib/t/020isize.t
9452            - ext/IO/Compress/Zlib/t/050interop-gzip.t
9453            - ext/IO/Compress/Zlib/t/100generic-deflate.t
9454            - ext/IO/Compress/Zlib/t/100generic-gzip.t
9455            - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t
9456            - ext/IO/Compress/Zlib/t/100generic-zip.t
9457            - ext/IO/Compress/Zlib/t/101truncate-deflate.t
9458            - ext/IO/Compress/Zlib/t/101truncate-gzip.t
9459            - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t
9460            - ext/IO/Compress/Zlib/t/101truncate-zip.t
9461            - ext/IO/Compress/Zlib/t/102tied-deflate.t
9462            - ext/IO/Compress/Zlib/t/102tied-gzip.t
9463            - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t
9464            - ext/IO/Compress/Zlib/t/102tied-zip.t
9465            - ext/IO/Compress/Zlib/t/103newtied-deflate.t
9466            - ext/IO/Compress/Zlib/t/103newtied-gzip.t
9467            - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t
9468            - ext/IO/Compress/Zlib/t/103newtied-zip.t
9469            - ext/IO/Compress/Zlib/t/104destroy-deflate.t
9470            - ext/IO/Compress/Zlib/t/104destroy-gzip.t
9471            - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t
9472            - ext/IO/Compress/Zlib/t/104destroy-zip.t
9473            - ext/IO/Compress/Zlib/t/105oneshot-deflate.t
9474            - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t
9475            - ext/IO/Compress/Zlib/t/105oneshot-gzip.t
9476            - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t
9477            - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t
9478            - ext/IO/Compress/Zlib/t/105oneshot-zip.t
9479            - ext/IO/Compress/Zlib/t/106prime-deflate.t
9480            - ext/IO/Compress/Zlib/t/106prime-gzip.t
9481            - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t
9482            - ext/IO/Compress/Zlib/t/106prime-zip.t
9483            - ext/IO/Compress/Zlib/t/107multi-deflate.t
9484            - ext/IO/Compress/Zlib/t/107multi-gzip.t
9485            - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t
9486            - ext/IO/Compress/Zlib/t/107multi-zip.t
9487            - ext/IO/Compress/Zlib/t/108anyunc-deflate.t
9488            - ext/IO/Compress/Zlib/t/108anyunc-gzip.t
9489            - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t
9490            - ext/IO/Compress/Zlib/t/108anyunc-transparent.t
9491            - ext/IO/Compress/Zlib/t/108anyunc-zip.t
9492            - ext/IO/Compress/Zlib/t/109merge-deflate.t
9493            - ext/IO/Compress/Zlib/t/109merge-gzip.t
9494            - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t
9495            - ext/IO/Compress/Zlib/t/109merge-zip.t
9496            ! MANIFEST
9497 ____________________________________________________________________________
9498 [ 31046] By: davem                                 on 2007/04/23  23:01:18
9499         Log: eliminate some uses of PL_linestr in perl.c
9500      Branch: perl
9501            ! embed.fnc embed.h perl.c proto.h
9502 ____________________________________________________________________________
9503 [ 31045] By: davem                                 on 2007/04/23  22:27:27
9504         Log: inline S_init_lexer() and regen
9505      Branch: perl
9506            ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h
9507 ____________________________________________________________________________
9508 [ 31044] By: davem                                 on 2007/04/23  22:04:59
9509         Log: make initialisation of PL_sv_no etc unconditional
9510      Branch: perl
9511            ! perl.c
9512 ____________________________________________________________________________
9513 [ 31043] By: merijn                                on 2007/04/23  20:55:05
9514         Log: Missed quotes in protocheck for rm_try
9515      Branch: perl
9516            ! Configure
9517 ____________________________________________________________________________
9518 [ 31040] By: merijn                                on 2007/04/23  17:35:53
9519         Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;
9520              Small textual nit from Jarkko
9521      Branch: perl
9522            ! Configure
9523 ____________________________________________________________________________
9524 [ 31038] By: nicholas                              on 2007/04/23  16:36:31
9525         Log: Remove the unnecessary allocation of and assignment to hunk[3], as the
9526              perl API functions called don't need a NUL terminated string.
9527      Branch: perl
9528            ! pp_pack.c
9529 ____________________________________________________________________________
9530 [ 31037] By: rgs                                   on 2007/04/23  15:31:48
9531         Log: Switch to hex format for integer constants in regcharclass.h
9532              (Yves Orton). Also, avoid trailing spaces.
9533      Branch: perl
9534            ! Porting/regcharclass.pl regcharclass.h
9535 ____________________________________________________________________________
9536 [ 31036] By: rgs                                   on 2007/04/23  15:07:52
9537         Log: Upgrade to Term::ANSIColor 1.12.
9538      Branch: perl
9539            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
9540            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t
9541 ____________________________________________________________________________
9542 [ 31034] By: nicholas                              on 2007/04/23  14:40:05
9543         Log: More variable reordering saves another 40 bytes from the interpreter
9544              structure. (on LP64). Zero cost space saving! Woohoo!
9545      Branch: perl
9546            ! intrpvar.h pod/perltodo.pod thrdvar.h
9547 ____________________________________________________________________________
9548 [ 31033] By: rgs                                   on 2007/04/23  13:17:05
9549         Log: Subject: [PATCH] Un-mathom Perl_save_I16
9550              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9551              Date: Mon, 23 Apr 2007 09:10:01 -0400
9552              Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com>
9553      Branch: perl
9554            ! mathoms.c scope.c
9555 ____________________________________________________________________________
9556 [ 31032] By: rgs                                   on 2007/04/23  13:10:56
9557         Log: A safer version of CopFILE, by Jarkko
9558      Branch: perl
9559            ! cop.h
9560 ____________________________________________________________________________
9561 [ 31031] By: rgs                                   on 2007/04/23  12:30:12
9562         Log: Change boilerplate of regcharclass.h
9563      Branch: perl
9564            ! Porting/regcharclass.pl regcharclass.h
9565 ____________________________________________________________________________
9566 [ 31030] By: rgs                                   on 2007/04/23  12:25:10
9567         Log: Add Yves Orton's script to regenerate regcharclass.h
9568      Branch: perl
9569            + Porting/regcharclass.pl
9570            ! MANIFEST regcharclass.h
9571 ____________________________________________________________________________
9572 [ 31029] By: rgs                                   on 2007/04/23  10:02:13
9573         Log: Remove generated test files from CPANPLUS
9574      Branch: perl
9575            - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
9576            - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
9577            - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
9578            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
9579            - -Foo-Bar-0.01.tar.gz.packed
9580            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
9581            - UMS
9582            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
9583            - r-0.01.tar.gz.packed
9584            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
9585            - 005_03.tar.gz.packed
9586            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
9587            - S
9588            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
9589            - 0.01.tar.gz.packed
9590            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
9591            - UMS
9592            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
9593            - r-0.01.tar.gz.packed
9594            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
9595            - S
9596            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
9597            - 0.01.tar.gz.packed
9598            ! MANIFEST
9599 ____________________________________________________________________________
9600 [ 31028] By: rgs                                   on 2007/04/23  09:53:41
9601         Log: Patch to config to avoid failures in the perl core due
9602              to too much verbosity (by Jos Boumans)
9603      Branch: perl
9604            ! lib/CPANPLUS/t/inc/conf.pl
9605 ____________________________________________________________________________
9606 [ 31027] By: rgs                                   on 2007/04/23  09:39:38
9607         Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
9608              From: <avarab@gmail.com>
9609              Date: Sat, 21 Apr 2007 21:30:47 +0000
9610              Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com>
9611      Branch: perl
9612            ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c
9613            ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl
9614 ____________________________________________________________________________
9615 [ 31026] By: rgs                                   on 2007/04/23  09:04:31
9616         Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
9617              From: demerphq <demerphq@gmail.com>
9618              Date: Sun, 22 Apr 2007 23:34:55 +0200
9619              Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>
9620      Branch: perl
9621            + regcharclass.h
9622            ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c
9623            ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t
9624            ! t/op/re_tests t/op/regexp.t
9625 ____________________________________________________________________________
9626 [ 31025] By: rgs                                   on 2007/04/23  08:21:50
9627         Log: An optimisation to the MRO code, by Brandon Black,
9628              plus more comments.
9629      Branch: perl
9630            ! mro.c
9631 ____________________________________________________________________________
9632 [ 31024] By: craigb                                on 2007/04/23  03:14:53
9633         Log: Shorten long symbols in mro.c to avoid name mangling on VMS.
9634      Branch: perl
9635            ! mro.c
9636 ____________________________________________________________________________
9637 [ 31023] By: nicholas                              on 2007/04/22  22:57:54
9638         Log: Fix problems caused by downsizing in change 31017. (Which don't show
9639              up until you test on a "real" architecture)
9640      Branch: perl
9641            ! pp_ctl.c utf8.c
9642 ____________________________________________________________________________
9643 [ 31022] By: rgs                                   on 2007/04/22  15:08:45
9644         Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl
9645      Branch: perl
9646            ! Porting/Maintainers.pl
9647 ____________________________________________________________________________
9648 [ 31021] By: rgs                                   on 2007/04/22  15:03:27
9649         Log: Add missing file to MANIFEST
9650      Branch: perl
9651            ! MANIFEST
9652 ____________________________________________________________________________
9653 [ 31020] By: rgs                                   on 2007/04/22  15:03:13
9654         Log: Subject: [PATCH] Update CPANPLUS to 0.79_01
9655              From: "Jos I. Boumans" <kane@xs4all.nl>
9656              Date: Sun, 22 Apr 2007 10:18:10 +0200
9657              Message-Id: <BDAACA85-8D3E-4104-9B03-9DB247EDA080@xs4all.nl>
9658      Branch: perl
9659            + lib/CPANPLUS/t/15_CPANPLUS-Shell.t
9660            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm
9661            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm
9662            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm
9663            ! lib/CPANPLUS/Shell/Default.pm
9664            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
9665            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
9666            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
9667            ! r-0.01.tar.gz.packed
9668            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
9669            ! tar.gz.packed
9670            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
9671            ! tar.gz.packed
9672            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
9673            ! r.gz.packed
9674            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
9675            ! tar.gz.packed
9676            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
9677            ! r.gz.packed
9678            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
9679            ! cked
9680            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
9681            ! lib/CPANPLUS/t/inc/conf.pl
9682 ____________________________________________________________________________
9683 [ 31019] By: craigb                                on 2007/04/22  14:34:28
9684         Log: Move Module::Pluggable tests up under main test directory.
9685      Branch: perl
9686           +> (branch 50 files)
9687            - lib/Module/Pluggable/t/01use.t
9688            - lib/Module/Pluggable/t/02alsoworks.t
9689            - lib/Module/Pluggable/t/02works.t
9690            - lib/Module/Pluggable/t/02works_taint.t
9691            - lib/Module/Pluggable/t/03diffname.t
9692            - lib/Module/Pluggable/t/04acmedir.t
9693            - lib/Module/Pluggable/t/04acmedir_single.t
9694            - lib/Module/Pluggable/t/04acmepath.t
9695            - lib/Module/Pluggable/t/04acmepath_single.t
9696            - lib/Module/Pluggable/t/05postpath.t
9697            - lib/Module/Pluggable/t/06multipath.t
9698            - lib/Module/Pluggable/t/07instantiate.t
9699            - lib/Module/Pluggable/t/08nothing.t
9700            - lib/Module/Pluggable/t/09require.t
9701            - lib/Module/Pluggable/t/10innerpack.t
9702            - lib/Module/Pluggable/t/10innerpack_inner.t
9703            - lib/Module/Pluggable/t/10innerpack_noinner.t
9704            - lib/Module/Pluggable/t/10innerpack_override.t
9705            - lib/Module/Pluggable/t/11usetwice.t
9706            - lib/Module/Pluggable/t/12only.t
9707            - lib/Module/Pluggable/t/12onlyarray.t
9708            - lib/Module/Pluggable/t/12onlyregex.t
9709            - lib/Module/Pluggable/t/13except.t
9710            - lib/Module/Pluggable/t/13exceptarray.t
9711            - lib/Module/Pluggable/t/13exceptregex.t
9712            - lib/Module/Pluggable/t/14package.t
9713            - lib/Module/Pluggable/t/15topicsafe.t
9714            - lib/Module/Pluggable/t/16different_extension.t
9715            - lib/Module/Pluggable/t/17devel_inner_package.t
9716            - lib/Module/Pluggable/t/18skipped_package.t
9717            - lib/Module/Pluggable/t/19can_ok_clobber.t
9718            - lib/Module/Pluggable/t/20dodgy_files.t
9719            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
9720            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
9721            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
9722            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
9723            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
9724            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
9725            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
9726            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
9727            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
9728            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
9729            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
9730            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
9731            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
9732            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
9733            - lib/Module/Pluggable/t/lib/No/Middle.pm
9734            - lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
9735            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
9736            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
9737            ! MANIFEST t/TEST t/harness
9738 ____________________________________________________________________________
9739 [ 31018] By: craigb                                on 2007/04/22  00:50:18
9740         Log: Make t/harness find the t/mro tests
9741      Branch: perl
9742            ! t/harness
9743 ____________________________________________________________________________
9744 [ 31017] By: nicholas                              on 2007/04/21  21:47:34
9745         Log: Various variables in intrpvar.h and thrdvar.h are considerably larger
9746              than they need to be.
9747      Branch: perl
9748            ! intrpvar.h pad.c thrdvar.h
9749 ____________________________________________________________________________
9750 [ 31016] By: nicholas                              on 2007/04/21  21:46:27
9751         Log: Fix bug in change 31015 - saving the wrong size of variable.
9752      Branch: perl
9753            ! toke.c
9754 ____________________________________________________________________________
9755 [ 31015] By: nicholas                              on 2007/04/21  19:05:08
9756         Log: Several members of struct yy_parser can go on a diet. Some I32s were
9757              actually only holding chars.
9758      Branch: perl
9759            ! intrpvar.h op.c parser.h perl.h toke.c
9760 ____________________________________________________________________________
9761 [ 31014] By: nicholas                              on 2007/04/21  18:41:39
9762         Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the
9763              size of the interpreter structure. (For LP64, from 3712 to 3584, for
9764              ILP32, from 2288 to 2248).
9765      Branch: perl
9766            ! intrpvar.h thrdvar.h
9767 ____________________________________________________________________________
9768 [ 31013] By: nicholas                              on 2007/04/21  17:01:53
9769         Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter
9770              variables retained for binary compatibility, something which we no
9771              longer maintain back to 5.6.x.
9772      Branch: perl
9773            ! intrpvar.h
9774 ____________________________________________________________________________
9775 [ 31012] By: nicholas                              on 2007/04/21  13:54:28
9776         Log: Eliminate Internals::inc_sub_generation, which nothing now calls.
9777      Branch: perl
9778            ! universal.c
9779 ____________________________________________________________________________
9780 [ 31010] By: nicholas                              on 2007/04/21  11:42:43
9781         Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,
9782              SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
9783              Document that the non-x variants are preferable whenever the expression
9784              has no side effects. (Compilers perform common subexression
9785              elimination). Likewise SvREFCNT_inc simple variants are valid for all
9786              cases apart from expressions with side effects.
9787      Branch: perl
9788            ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h
9789 ____________________________________________________________________________
9790 [ 31009] By: nicholas                              on 2007/04/21  10:28:59
9791         Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so
9792              always store it, to save the (second) store call. SvIVx is more
9793              expensive than SvIVX, so use the latter. Reorder the other call to
9794              hv_store() to be immediately after the call to hv_exists(), to try to
9795              avoid thrashing the CPU cache.
9796      Branch: perl
9797            ! mro.c
9798 ____________________________________________________________________________
9799 [ 31008] By: nicholas                              on 2007/04/21  09:43:27
9800         Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
9801              an array of size 1, we can merge two arms and reduce code duplication.
9802      Branch: perl
9803            ! mro.c
9804 ____________________________________________________________________________
9805 [ 31007] By: rgs                                   on 2007/04/21  09:29:45
9806         Log: Typo fix by Abigail
9807      Branch: perl
9808            ! ext/Hash/Util/FieldHash/t/02_function.t
9809 ____________________________________________________________________________
9810 [ 31005] By: rgs                                   on 2007/04/21  09:20:56
9811         Log: Upgrade to version-0.7203.
9812              Plus a change in Module::Build::Version, specific to bleadperl.
9813      Branch: perl
9814            ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm
9815            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t
9816            ! lib/version.pm lib/version.pod lib/version.t perl.c
9817            ! t/comp/use.t t/op/sprintf.t universal.c util.c
9818 ____________________________________________________________________________
9819 [ 31004] By: rgs                                   on 2007/04/21  09:08:04
9820         Log: Completely remove Test::More from the MRO tests, by Brandon Black
9821      Branch: perl
9822            ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t
9823            ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t
9824            ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t
9825            ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t
9826            ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
9827            ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t
9828            ! t/mro/vulcan_dfs.t
9829 ____________________________________________________________________________
9830 [ 31003] By: rgs                                   on 2007/04/21  09:06:38
9831         Log: Small optimisations, by Brandon Black
9832      Branch: perl
9833            ! mro.c
9834 ____________________________________________________________________________
9835 [ 31002] By: rgs                                   on 2007/04/21  09:05:41
9836         Log: Code comments, by Brandon Black
9837      Branch: perl
9838            ! mro.c
9839 ____________________________________________________________________________
9840 [ 31001] By: rgs                                   on 2007/04/21  08:55:16
9841         Log: Subject: [PATCH] Bug in Hash::Util::FieldHash
9842              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
9843              Date: Sat, 21 Apr 2007 02:11:00 +0200
9844              Message-Id: <DFEC2420-9301-40EC-A986-80D0290B2C8F@mailbox.tu-berlin.de>
9845      Branch: perl
9846            ! ext/Hash/Util/FieldHash/Changes
9847            ! ext/Hash/Util/FieldHash/FieldHash.xs
9848            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
9849            ! ext/Hash/Util/FieldHash/t/02_function.t
9850 ____________________________________________________________________________
9851 [ 31000] By: nicholas                              on 2007/04/20  19:34:15
9852         Log: Terser source code in Perl_mro_meta_dup()
9853      Branch: perl
9854            ! mro.c
9855 ____________________________________________________________________________
9856 [ 30999] By: nicholas                              on 2007/04/20  16:09:31
9857         Log: Make struct mro_meta 4(ish) bytes smaller.
9858      Branch: perl
9859            ! hv.h
9860 ____________________________________________________________________________
9861 [ 30998] By: rgs                                   on 2007/04/20  15:38:47
9862         Log: Shorten some file names
9863      Branch: perl
9864           +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t
9865           +> t/mro/next_ineval.t t/mro/next_skip.t
9866            - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t
9867            - t/mro/next_method_in_eval.t t/mro/next_method_skip.t
9868            - t/mro/next_method_used_with_NEXT.t
9869            ! MANIFEST
9870 ____________________________________________________________________________
9871 [ 30997] By: rgs                                   on 2007/04/20  15:03:57
9872         Log: Silence some diagnostic messages when running within the core tests.
9873              By Jerry D. Hedden
9874      Branch: perl
9875            ! lib/Archive/Extract/t/01_Archive-Extract.t
9876            ! lib/Archive/Tar/t/02_methods.t
9877 ____________________________________________________________________________
9878 [ 30996] By: rgs                                   on 2007/04/20  14:22:26
9879         Log: Nit to S_isa_lookup by Brandon Black
9880      Branch: perl
9881            ! universal.c
9882 ____________________________________________________________________________
9883 [ 30995] By: rgs                                   on 2007/04/20  14:20:42
9884         Log: Additions to perldiag for MRO, by Brandon Black.
9885      Branch: perl
9886            ! pod/perldiag.pod
9887 ____________________________________________________________________________
9888 [ 30994] By: rgs                                   on 2007/04/20  13:54:26
9889         Log: A little bit more safe version of HvMROMETA
9890      Branch: perl
9891            ! hv.h
9892 ____________________________________________________________________________
9893 [ 30993] By: rgs                                   on 2007/04/20  13:42:21
9894         Log: Don't use Test::More in core tests (at least, where
9895              that's possible, that is where is_deeply() isn't used)
9896      Branch: perl
9897            ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t
9898            ! t/mro/method_caching.t t/mro/next_method_edge_cases.t
9899            ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
9900            ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t
9901            ! t/mro/overload_dfs.t t/mro/recursion_c3.t
9902            ! t/mro/recursion_dfs.t
9903 ____________________________________________________________________________
9904 [ 30992] By: rgs                                   on 2007/04/20  11:55:37
9905         Log: Subject: Re: [PATCH] madprop about forced words
9906              From: Gerard Goossen <gerard@tty.nl>
9907              Date: Thu, 19 Apr 2007 13:33:21 +0200
9908              Message-ID: <20070419113321.GE19244@ostwald>
9909      Branch: perl
9910            ! op.h toke.c
9911 ____________________________________________________________________________
9912 [ 30991] By: rgs                                   on 2007/04/20  11:49:36
9913         Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) 
9914              From: patrick.dugnolle@bnpparibas.com (via RT) <perlbug-followup@perl.org>
9915              Date: Thu, 19 Apr 2007 06:34:18 -0700
9916              Message-ID: <rt-3.6.HEAD-6655-1176989657-125.42614-75-0@perl.org>
9917      Branch: perl
9918            ! pp.c
9919 ____________________________________________________________________________
9920 [ 30990] By: rgs                                   on 2007/04/20  08:04:41
9921         Log: Clean the MRO documentation up
9922      Branch: perl
9923            ! lib/mro.pm
9924 ____________________________________________________________________________
9925 [ 30989] By: stevep                                on 2007/04/20  01:58:55
9926         Log: Upgrade to CPAN-1.91
9927      Branch: perl
9928            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
9929            ! lib/CPAN/t/10version.t
9930 ____________________________________________________________________________
9931 [ 30988] By: rgs                                   on 2007/04/19  17:28:38
9932         Log: Simpler version, and that zeroes the allocated memory
9933      Branch: perl
9934            ! mro.c
9935 ____________________________________________________________________________
9936 [ 30987] By: rgs                                   on 2007/04/19  17:15:25
9937         Log: Use Newxc instead of casting by hand
9938      Branch: perl
9939            ! mro.c
9940 ____________________________________________________________________________
9941 [ 30986] By: rgs                                   on 2007/04/19  17:07:14
9942         Log: A Tolkien quote for mro.c, found by Audrey Tang.
9943      Branch: perl
9944            ! mro.c
9945 ____________________________________________________________________________
9946 [ 30985] By: steveh                                on 2007/04/19  16:20:09
9947         Log: Fix non-threaded build on Win32 following #30980
9948      Branch: perl
9949            ! makedef.pl
9950 ____________________________________________________________________________
9951 [ 30984] By: rgs                                   on 2007/04/19  15:06:53
9952         Log: Fix compilation error with threads
9953      Branch: perl
9954            ! mro.c
9955 ____________________________________________________________________________
9956 [ 30983] By: rgs                                   on 2007/04/19  15:04:19
9957         Log: Adjust the warning category in the test, too
9958      Branch: perl
9959            ! t/lib/warnings/gv
9960 ____________________________________________________________________________
9961 [ 30982] By: rgs                                   on 2007/04/19  14:53:36
9962         Log: Put the "Can't locate package..." warnings in the "syntax"
9963              category, as documented
9964      Branch: perl
9965            ! gv.c mro.c universal.c
9966 ____________________________________________________________________________
9967 [ 30981] By: rgs                                   on 2007/04/19  14:50:11
9968         Log: Change an "Internal error" message to the more common "panic"
9969              in the C3 MRO code
9970      Branch: perl
9971            ! mro.c
9972 ____________________________________________________________________________
9973 [ 30980] By: rgs                                   on 2007/04/19  14:48:20
9974         Log: Subject: Re: new C3 MRO patch
9975              From: "Brandon Black" <blblack@gmail.com>
9976              Date: Tue, 17 Apr 2007 13:14:36 -0500
9977              Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com>
9978      Branch: perl
9979            + lib/mro.pm mro.c t/mro/basic.t t/mro/basic_01_c3.t
9980            + t/mro/basic_01_dfs.t t/mro/basic_02_c3.t t/mro/basic_02_dfs.t
9981            + t/mro/basic_03_c3.t t/mro/basic_03_dfs.t t/mro/basic_04_c3.t
9982            + t/mro/basic_04_dfs.t t/mro/basic_05_c3.t t/mro/basic_05_dfs.t
9983            + t/mro/c3_with_overload.t t/mro/complex_c3.t
9984            + t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
9985            + t/mro/inconsistent_c3.t t/mro/method_caching.t
9986            + t/mro/next_method.t t/mro/next_method_edge_cases.t
9987            + t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
9988            + t/mro/next_method_skip.t t/mro/next_method_used_with_NEXT.t
9989            + t/mro/overload_c3.t t/mro/overload_dfs.t t/mro/recursion_c3.t
9990            + t/mro/recursion_dfs.t t/mro/vulcan_c3.t t/mro/vulcan_dfs.t
9991            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.fnc
9992            ! embed.h ext/B/t/b.t global.sym gv.c hv.c hv.h lib/constant.pm
9993            ! lib/overload.pm mg.c op.c perl.c pod/perlapi.pod pp_hot.c
9994            ! proto.h scope.c sv.c t/TEST t/op/magic.t universal.c
9995            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
9996            ! win32/makefile.mk
9997 ____________________________________________________________________________
9998 [ 30979] By: steveh                                on 2007/04/19  12:15:30
9999         Log: Subject: [PATCH] Allow sending SIGINT to child processes on Windows *if* they are running Perl
10000              From: "Jan Dubois" <jand@activestate.com>
10001              Date: Mon, 16 Apr 2007 17:52:25 -0700
10002              Message-ID: <01e301c7808a$ac0cca30$04265e90$@com>
10003      Branch: perl
10004            ! win32/win32.c
10005 ____________________________________________________________________________
10006 [ 30978] By: steveh                                on 2007/04/19  07:54:42
10007         Log: Subject: [PATCH - again] Re: [perl #41574] cond_wait hang ups under MSWin32
10008              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10009              Date: Wed, 18 Apr 2007 14:32:16 -0400
10010              Message-ID: <1ff86f510704181132qf94b413mfda6aaa0f347df28@mail.gmail.com>
10011              
10012              Makes the test "TODO" on Win32, where it is not reliable, and turns
10013              the 50 separate tests in one single test for less line noise
10014      Branch: perl
10015            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
10016            ! ext/threads/shared/t/stress.t
10017 ____________________________________________________________________________
10018 [ 30977] By: merijn                                on 2007/04/18  19:04:40
10019         Log: 1. Move #30327 to the generation location
10020              2. Regen after backports
10021              3. Include Jarkko's $run and \n patch
10022      Branch: perl
10023            ! Configure Porting/config_h.pl config_h.SH
10024 ____________________________________________________________________________
10025 [ 30973] By: steveh                                on 2007/04/18  08:40:42
10026         Log: Add a test for the bug fixed by #30970
10027      Branch: perl
10028            + t/op/kill0.t
10029            ! MANIFEST
10030 ____________________________________________________________________________
10031 [ 30972] By: rgs                                   on 2007/04/18  08:36:24
10032         Log: Sys::Syslog was missing from Maintainers.pl
10033      Branch: perl
10034            ! Porting/Maintainers.pl
10035 ____________________________________________________________________________
10036 [ 30971] By: steveh                                on 2007/04/17  17:12:23
10037         Log: These test scripts probably wanted BEGIN blocks,
10038              not just blocks with "BEGIN:" labels.
10039      Branch: perl
10040            ! t/comp/multiline.t t/op/exec.t
10041 ____________________________________________________________________________
10042 [ 30970] By: steveh                                on 2007/04/17  11:13:23
10043         Log: Subject: [PATCH] Fix kill(0, $pid) on Windows
10044              From: "Jan Dubois" <jand@activestate.com>
10045              Date: Mon, 16 Apr 2007 17:35:48 -0700
10046              Message-ID: <01df01c78088$59718d30$0c54a790$@com>
10047              
10048              Fixes breakage caused by #29605.
10049      Branch: perl
10050            ! win32/win32.c
10051 ____________________________________________________________________________
10052 [ 30969] By: nicholas                              on 2007/04/16  16:17:05
10053         Log: Remove the "performance hack" that suppressed used only once warnings
10054              for files in the standard library.
10055      Branch: perl
10056            ! gv.c
10057 ____________________________________________________________________________
10058 [ 30968] By: merijn                                on 2007/04/16  15:01:31
10059         Log: Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod
10060              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10061              Date: Mon, 16 Apr 2007 10:44:36 -0400
10062              Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com>
10063      Branch: perl
10064            ! pod/perlhack.pod
10065 ____________________________________________________________________________
10066 [ 30967] By: rgs                                   on 2007/04/16  13:37:05
10067         Log: Subject: [PATCH] Re: Thread.t hangs, even under normal test...
10068              From: "Jerry D. Hedden" <jdhedden@gmail.com>
10069              Date: Mon, 16 Apr 2007 09:31:39 -0400
10070              Message-ID: <1ff86f510704160631ue286a97kb66a0ce649c9aae4@mail.gmail.com>
10071      Branch: perl
10072            ! lib/Thread.t
10073 ____________________________________________________________________________
10074 [ 30966] By: merijn                                on 2007/04/16  11:44:54
10075         Log: Subject: [PATCH] sv.c: %d ne size_t
10076              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10077              Date: Mon, 16 Apr 2007 14:31:42 +0300 (EEST)
10078              Message-Id: <200704161131.l3GBVg3n104476@kosh.hut.fi>
10079      Branch: perl
10080            ! sv.c
10081 ____________________________________________________________________________
10082 [ 30965] By: davem                                 on 2007/04/15  23:33:13
10083         Log: fix casting warning in pp_ord()
10084      Branch: perl
10085            ! pp.c
10086 ____________________________________________________________________________
10087 [ 30964] By: davem                                 on 2007/04/15  23:24:21
10088         Log: get rid of warning due to empty dangling else in malloc.c
10089      Branch: perl
10090            ! malloc.c
10091 ____________________________________________________________________________
10092 [ 30963] By: davem                                 on 2007/04/15  21:10:55
10093         Log: follow PL_watchaddr when cloning a thread
10094      Branch: perl
10095            ! sv.c
10096 ____________________________________________________________________________
10097 [ 30962] By: davem                                 on 2007/04/15  16:32:42
10098         Log: with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
10099      Branch: perl
10100            ! sv.c
10101 ____________________________________________________________________________
10102 [ 30958] By: nicholas                              on 2007/04/15  12:37:44
10103         Log: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
10104      Branch: perl
10105            ! Porting/checkcfgvar.pl
10106 ____________________________________________________________________________
10107 [ 30957] By: rgs                                   on 2007/04/15  12:35:38
10108         Log: Add the Default Unicode Collation Element Table for UCD 5.0.0
10109              to Unicode::Collate
10110      Branch: perl
10111            + lib/Unicode/Collate/allkeys.txt
10112            ! MANIFEST
10113 ____________________________________________________________________________
10114 [ 30955] By: rgs                                   on 2007/04/15  07:26:28
10115         Log: Change prototype of async() to be compatible with the one
10116              of threads::async()
10117      Branch: perl
10118            ! lib/Thread.pm
10119 ____________________________________________________________________________
10120 [ 30954] By: rgs                                   on 2007/04/15  07:16:44
10121         Log: Subject: [PATCH] Remove 5005threads from Thread.pm
10122              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10123              Date: Fri, 13 Apr 2007 13:19:26 -0400
10124              Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com>
10125      Branch: perl
10126            ! lib/Thread.pm
10127 ____________________________________________________________________________
10128 [ 30953] By: rgs                                   on 2007/04/15  07:12:33
10129         Log: Subject: [PATCH] Fix Thread.pm
10130              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10131              Date: Fri, 13 Apr 2007 12:51:40 -0400
10132              Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com>
10133      Branch: perl
10134            + lib/Thread.t
10135            ! MANIFEST lib/Thread.pm
10136 ____________________________________________________________________________
10137 [ 30952] By: davem                                 on 2007/04/14  21:53:17
10138         Log: Move PL_comppad nulling from do_clean_all to sv_clear
10139      Branch: perl
10140            ! sv.c
10141 ____________________________________________________________________________
10142 [ 30951] By: merijn                                on 2007/04/14  20:52:56
10143         Log: Typo in croak message
10144      Branch: perl
10145            ! universal.c
10146 ____________________________________________________________________________
10147 [ 30950] By: merijn                                on 2007/04/14  17:38:23
10148         Log: Subject: [PATCH pod/perlfunc.pod] Typo in =item say
10149              From: Abigail <abigail@abigail.be>
10150              Date: Sat, 14 Apr 2007 19:22:41 +0200
10151              Message-ID: <20070414172241.GB3191@abigail.nl>
10152      Branch: perl
10153            ! pod/perlfunc.pod
10154 ____________________________________________________________________________
10155 [ 30943] By: rgs                                   on 2007/04/13  12:14:06
10156         Log: Subject: RE: [PATCH] Restore Win64 compilation with the Windows Platform SDK
10157              From: "Jan Dubois" <jand@activestate.com>
10158              Date: Tue, 10 Apr 2007 16:49:21 -0700
10159              Message-ID: <001b01c77bca$dcae7720$960b6560$@com>
10160      Branch: perl
10161            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10162 ____________________________________________________________________________
10163 [ 30940] By: nicholas                              on 2007/04/12  21:03:08
10164         Log: Bump the VERSION of ExtUtils::Constant::Base.
10165      Branch: perl
10166            ! lib/ExtUtils/Constant/Base.pm
10167 ____________________________________________________________________________
10168 [ 30939] By: nicholas                              on 2007/04/12  20:45:21
10169         Log: PL_madskills is a bool, so save it as one (else Solaris rightly
10170              SIGBUSes)
10171      Branch: perl
10172            ! pp_ctl.c
10173 ____________________________________________________________________________
10174 [ 30936] By: nicholas                              on 2007/04/12  18:52:49
10175         Log: Fix two errors in the OP debugging code. Now all test errors relate
10176              to newCONSTSUB().
10177      Branch: perl
10178            ! op.c sv.c
10179 ____________________________________________________________________________
10180 [ 30932] By: rgs                                   on 2007/04/12  15:54:33
10181         Log: Subject: Re: [PATCH] Add CPANPLUS 0.78 to the core
10182              From: demerphq <demerphq@gmail.com>
10183              Date: Tue, 10 Apr 2007 18:31:28 +0200
10184              Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com>
10185      Branch: perl
10186            ! lib/ExtUtils/MM_Unix.pm
10187 ____________________________________________________________________________
10188 [ 30931] By: nicholas                              on 2007/04/12  15:51:58
10189         Log: Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug
10190              with negative quads", or also as RedHat bug #65612.) was a bit brute
10191              force. In reality, we don't need to have an auto-detecting pp_i_modulo
10192              unless we're compiled with 64 bit IVs and on glibc.
10193      Branch: perl
10194            ! pp.c
10195 ____________________________________________________________________________
10196 [ 30926] By: rgs                                   on 2007/04/12  14:50:04
10197         Log: Run buildtoc --build-all
10198      Branch: perl
10199            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
10200            ! win32/pod.mak
10201 ____________________________________________________________________________
10202 [ 30925] By: rgs                                   on 2007/04/12  14:37:35
10203         Log: Subject: [PATCH] Add $VERSION to Module::Build::Version
10204              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10205              Date: Wed, 11 Apr 2007 12:45:19 -0400
10206              Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com>
10207      Branch: perl
10208            ! lib/Module/Build/Version.pm
10209 ____________________________________________________________________________
10210 [ 30923] By: rgs                                   on 2007/04/12  14:33:33
10211         Log: Upgrade to Archive::Extract 0.18
10212      Branch: perl
10213            ! lib/Archive/Extract.pm
10214            ! lib/Archive/Extract/t/src/double_dir.zip.packed
10215            ! lib/Archive/Extract/t/src/x.bz2.packed
10216            ! lib/Archive/Extract/t/src/x.gz.packed
10217            ! lib/Archive/Extract/t/src/x.jar.packed
10218            ! lib/Archive/Extract/t/src/x.par.packed
10219            ! lib/Archive/Extract/t/src/x.tar.gz.packed
10220            ! lib/Archive/Extract/t/src/x.tar.packed
10221            ! lib/Archive/Extract/t/src/x.tgz.packed
10222            ! lib/Archive/Extract/t/src/x.zip.packed
10223            ! lib/Archive/Extract/t/src/y.jar.packed
10224            ! lib/Archive/Extract/t/src/y.par.packed
10225            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
10226            ! lib/Archive/Extract/t/src/y.tar.gz.packed
10227            ! lib/Archive/Extract/t/src/y.tar.packed
10228            ! lib/Archive/Extract/t/src/y.tbz.packed
10229            ! lib/Archive/Extract/t/src/y.tgz.packed
10230            ! lib/Archive/Extract/t/src/y.zip.packed
10231 ____________________________________________________________________________
10232 [ 30922] By: rgs                                   on 2007/04/12  14:27:23
10233         Log: Add the perlreapi man page, by Ævar Arnfjörð Bjarmason
10234              (largely from perlreguts)
10235      Branch: perl
10236            + pod/perlreapi.pod
10237            ! MANIFEST pod.lst pod/perl.pod pod/perlreguts.pod
10238            ! vms/descrip_mms.template win32/pod.mak
10239 ____________________________________________________________________________
10240 [ 30921] By: rgs                                   on 2007/04/12  14:05:17
10241         Log: Subject: Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex does not have to exist
10242              From: avarab@gmail.com
10243              Date: Wed, 11 Apr 2007 20:54:43 +0000
10244              Message-ID: <51dd1af80704111354h4bbd0212hc96a9f1911d2ffb4@mail.gmail.com>
10245      Branch: perl
10246            ! dump.c
10247 ____________________________________________________________________________
10248 [ 30920] By: rgs                                   on 2007/04/12  13:57:49
10249         Log: Subject: Re: [PATCH] perlreguts.pod: use the unicode name for ß and show the codepoint
10250              From: avarab@gmail.com
10251              Date: Fri, 6 Apr 2007 21:41:57 +0000
10252              Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com>
10253      Branch: perl
10254            ! pod/perlreguts.pod
10255 ____________________________________________________________________________
10256 [ 30919] By: nicholas                              on 2007/04/12  11:57:26
10257         Log: When removing the test program source, also remove the compiled
10258              executable.
10259      Branch: perl
10260            ! Configure
10261 ____________________________________________________________________________
10262 [ 30918] By: merijn                                on 2007/04/12  06:15:36
10263         Log: Subject: [PATCH] g++ in Tru64: align sockaddr and sockaddr_in defs
10264              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10265              Date: Thu, 12 Apr 2007 05:19:30 +0300 (EEST)
10266              Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi>
10267      Branch: perl
10268            ! hints/dec_osf.sh
10269 ____________________________________________________________________________
10270 [ 30915] By: nicholas                              on 2007/04/11  19:48:36
10271         Log: For symbolic references test the defined path through the pp functions.
10272      Branch: perl
10273            ! t/op/ref.t
10274 ____________________________________________________________________________
10275 [ 30913] By: nicholas                              on 2007/04/11  17:51:02
10276         Log: Be a bit more specific in what our second typeglob isn't. It is actually
10277              expected to be undef.
10278      Branch: perl
10279            ! t/op/ref.t
10280 ____________________________________________________________________________
10281 [ 30912] By: stevep                                on 2007/04/11  17:16:00
10282         Log: Fix spelling nit.
10283      Branch: perl
10284            ! ext/POSIX/t/posix.t
10285 ____________________________________________________________________________
10286 [ 30910] By: nicholas                              on 2007/04/11  14:15:19
10287         Log: Run pod/buildtoc --build-all
10288      Branch: perl
10289            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
10290 ____________________________________________________________________________
10291 [ 30909] By: nicholas                              on 2007/04/11  14:09:31
10292         Log: perl5.9.5delta is about 5, not 4.
10293      Branch: perl
10294            ! pod.lst
10295 ____________________________________________________________________________
10296 [ 30908] By: nicholas                              on 2007/04/11  13:52:43
10297         Log: Update MANIFEST to include 3 files added in change 30893.
10298      Branch: perl
10299            ! MANIFEST
10300 ____________________________________________________________________________
10301 [ 30907] By: rgs                                   on 2007/04/11  13:08:49
10302         Log: Subject: [PATCH] Correct Shell.pm POD regarding $Shell::capture_stderr
10303              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10304              Date: Tue, 10 Apr 2007 13:54:10 -0400
10305              Message-ID: <1ff86f510704101054q2ccc7c10l66d62971716877f9@mail.gmail.com>
10306      Branch: perl
10307            ! lib/Shell.pm
10308 ____________________________________________________________________________
10309 [ 30906] By: rgs                                   on 2007/04/11  13:06:49
10310         Log: Add Shell.pm to the list of dual-life modules
10311      Branch: perl
10312            ! Porting/Maintainers.pl
10313 ____________________________________________________________________________
10314 [ 30905] By: rgs                                   on 2007/04/11  13:05:28
10315         Log: Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
10316      Branch: perl
10317            ! lib/Shell.pm lib/Shell.t
10318 ____________________________________________________________________________
10319 [ 30904] By: nicholas                              on 2007/04/11  08:02:43
10320         Log: If the test programs for strtoul(), strtoull() or strtouq() fail, don't
10321              assume that the functions work.
10322      Branch: perl
10323            ! Configure
10324 ____________________________________________________________________________
10325 [ 30903] By: nicholas                              on 2007/04/11  07:39:21
10326         Log: Work round what appears to be a bug in Sun C++ 5.8 2005/10/13
10327              If we just cast GvSVn(gv) to void, it ignores evaluating it for
10328              its side effect.
10329      Branch: perl
10330            ! gv.c
10331 ____________________________________________________________________________
10332 [ 30902] By: craigb                                on 2007/04/11  04:08:47
10333         Log: Fully VMSify CPANPLUS util names following #30885
10334      Branch: perl
10335            ! vms/descrip_mms.template
10336 ____________________________________________________________________________
10337 [ 30900] By: nicholas                              on 2007/04/10  19:39:01
10338         Log: Silence the g++ warnings "right-hand operand of comma has no effect"
10339      Branch: perl
10340            ! perl.c perly.act perly.h perly.tab perly.y regcomp.c
10341 ____________________________________________________________________________
10342 [ 30898] By: nicholas                              on 2007/04/10  18:56:17
10343         Log: Cast needed to get POSIX compiling with g++ on FreeBSD.
10344      Branch: perl
10345            ! ext/POSIX/POSIX.xs
10346 ____________________________________________________________________________
10347 [ 30897] By: nicholas                              on 2007/04/10  18:30:04
10348         Log: Make the don't-use-nm symbol table probes work under C++.
10349      Branch: perl
10350            ! Configure
10351 ____________________________________________________________________________
10352 [ 30896] By: stevep                                on 2007/04/10  16:36:08
10353         Log: Version change to ExtUtils::MM_Unix missed in change #30380.
10354      Branch: perl
10355            ! lib/ExtUtils/MM_Unix.pm
10356 ____________________________________________________________________________
10357 [ 30895] By: stevep                                on 2007/04/10  16:23:10
10358         Log: Somehow, version.pm was missed from change #30629.
10359      Branch: perl
10360            ! lib/version.pm
10361 ____________________________________________________________________________
10362 [ 30894] By: nicholas                              on 2007/04/10  16:11:41
10363         Log: Undo the non-maint part of change 30816. Silly Nicholas.
10364      Branch: perl
10365            ! hints/freebsd.sh
10366 ____________________________________________________________________________
10367 [ 30893] By: stevep                                on 2007/04/10  15:44:51
10368         Log: Upgrade to Module-Build-0.2807
10369      Branch: perl
10370            + lib/Module/Build/t/new_from_context.t
10371            + lib/Module/Build/t/test_type.t lib/Module/Build/t/test_types.t
10372            ! lib/Module/Build.pm lib/Module/Build/API.pod
10373            ! lib/Module/Build/Base.pm lib/Module/Build/ModuleInfo.pm
10374            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
10375            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
10376            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
10377            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/ppm.t
10378            ! lib/Module/Build/t/tilde.t
10379 ____________________________________________________________________________
10380 [ 30891] By: nicholas                              on 2007/04/10  14:49:31
10381         Log: S_forget_pmop() only needs a flags argument for the ithreads case,
10382              because PmopSTASH_free() is a no-op in an unthreaded perl.
10383      Branch: perl
10384            ! embed.fnc embed.h op.c op.h proto.h
10385 ____________________________________________________________________________
10386 [ 30888] By: nicholas                              on 2007/04/10  11:48:07
10387         Log: If PL_curpm is pointing to an op that is getting freed, reset it to
10388              NULL. Otherwise we have a pointer dangling into undefined behaviour.
10389      Branch: perl
10390            ! op.c
10391 ____________________________________________________________________________
10392 [ 30887] By: rgs                                   on 2007/04/10  09:43:34
10393         Log: Could someone explain why this file was added twice.
10394      Branch: perl
10395            ! ext/threads/shared/t/stress.t
10396 ____________________________________________________________________________
10397 [ 30886] By: rgs                                   on 2007/04/10  09:41:00
10398         Log: Upgrade to threads::shared 1.09 :
10399              - Fix casting issue under MSWin32
10400              - Modify stress test to not hang under MSWin32
10401      Branch: perl
10402            + ext/threads/shared/t/stress.t
10403            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
10404            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10405            ! ext/threads/shared/t/cond.t
10406 ____________________________________________________________________________
10407 [ 30885] By: rgs                                   on 2007/04/10  09:23:43
10408         Log: Add the new CPANPLUS utilities to the VMS build process.
10409      Branch: perl
10410            ! vms/descrip_mms.template
10411 ____________________________________________________________________________
10412 [ 30884] By: rgs                                   on 2007/04/10  07:44:50
10413         Log: Sync MANIFEST. Files have disappeared ?
10414      Branch: perl
10415            ! MANIFEST
10416 ____________________________________________________________________________
10417 [ 30883] By: rgs                                   on 2007/04/10  07:42:33
10418         Log: Add CPANPLUS 0.78
10419      Branch: perl
10420            + lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
10421            + lib/CPANPLUS/Backend/RV.pm lib/CPANPLUS/Config.pm
10422            + lib/CPANPLUS/Configure.pm lib/CPANPLUS/Configure/Setup.pm
10423            + lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
10424            + lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm
10425            + lib/CPANPLUS/Error.pm lib/CPANPLUS/FAQ.pod
10426            + lib/CPANPLUS/Hacking.pod lib/CPANPLUS/Internals.pm
10427            + lib/CPANPLUS/Internals/Constants.pm
10428            + lib/CPANPLUS/Internals/Constants/Report.pm
10429            + lib/CPANPLUS/Internals/Extract.pm
10430            + lib/CPANPLUS/Internals/Fetch.pm
10431            + lib/CPANPLUS/Internals/Report.pm
10432            + lib/CPANPLUS/Internals/Search.pm
10433            + lib/CPANPLUS/Internals/Source.pm
10434            + lib/CPANPLUS/Internals/Utils.pm
10435            + lib/CPANPLUS/Internals/Utils/Autoflush.pm
10436            + lib/CPANPLUS/Module.pm lib/CPANPLUS/Module/Author.pm
10437            + lib/CPANPLUS/Module/Author/Fake.pm
10438            + lib/CPANPLUS/Module/Checksums.pm lib/CPANPLUS/Module/Fake.pm
10439            + lib/CPANPLUS/Module/Signature.pm lib/CPANPLUS/Selfupdate.pm
10440            + lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Classic.pm
10441            + lib/CPANPLUS/Shell/Default.pm
10442            + lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
10443            + lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
10444            + lib/CPANPLUS/Shell/Default/Plugins/Source.pm
10445            + lib/CPANPLUS/bin/cpan2dist lib/CPANPLUS/bin/cpanp
10446            + lib/CPANPLUS/bin/cpanp-run-perl lib/CPANPLUS/inc.pm
10447            + lib/CPANPLUS/t/00_CPANPLUS-Inc.t
10448            + lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
10449            + lib/CPANPLUS/t/01_CPANPLUS-Configure.t
10450            + lib/CPANPLUS/t/02_CPANPLUS-Internals.t
10451            + lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
10452            + lib/CPANPLUS/t/04_CPANPLUS-Module.t
10453            + lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
10454            + lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
10455            + lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
10456            + lib/CPANPLUS/t/08_CPANPLUS-Backend.t
10457            + lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
10458            + lib/CPANPLUS/t/10_CPANPLUS-Error.t
10459            + lib/CPANPLUS/t/19_CPANPLUS-Dist.t
10460            + lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
10461            + lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
10462            + lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
10463            + lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
10464            + lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
10465            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
10466            + r-0.01.tar.gz.packed
10467            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
10468            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
10469            + readme
10470            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
10471            + tar.gz.packed
10472            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
10473            + tar.gz.packed
10474            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
10475            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
10476            + adme
10477            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
10478            + r.gz.packed
10479            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
10480            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
10481            + readme
10482            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
10483            + tar.gz.packed
10484            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
10485            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
10486            + adme
10487            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
10488            + r.gz.packed
10489            + lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
10490            + cked
10491            + lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
10492            + lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
10493            + lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
10494            + ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
10495            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
10496            + -Foo-Bar-0.01.tar.gz.packed
10497            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
10498            + UMS
10499            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
10500            + r-0.01.tar.gz.packed
10501            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
10502            + 005_03.tar.gz.packed
10503            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
10504            + S
10505            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
10506            + 0.01.tar.gz.packed
10507            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
10508            + UMS
10509            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
10510            + r-0.01.tar.gz.packed
10511            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
10512            + S
10513            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
10514            + 0.01.tar.gz.packed lib/CPANPLUS/t/inc/conf.pl
10515            + utils/cpan2dist.PL utils/cpanp-run-perl.PL utils/cpanp.PL
10516            ! MANIFEST installperl utils.lst utils/Makefile win32/Makefile
10517            ! win32/makefile.mk
10518 ____________________________________________________________________________
10519 [ 30882] By: rgs                                   on 2007/04/10  06:46:54
10520         Log: Fix new tests
10521      Branch: perl
10522            ! t/op/pat.t
10523 ____________________________________________________________________________
10524 [ 30881] By: stevep                                on 2007/04/10  02:53:34
10525         Log: Subject: Re: [PATCH] length() on magic capture variables
10526              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
10527              Date: Mon, 9 Apr 2007 22:02:42 +0000
10528              Message-ID: <51dd1af80704091502m19130c28y29e6e656516fabfd@mail.gmail.com>
10529      Branch: perl
10530            ! t/op/pat.t
10531 ____________________________________________________________________________
10532 [ 30880] By: stevep                                on 2007/04/10  02:49:07
10533         Log: Subject: [PATCH] Test for the qr// construct
10534              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
10535              Date: Mon, 9 Apr 2007 20:36:58 +0000
10536              Message-ID: <51dd1af80704091336q335f0584o602b5e245bc210fe@mail.gmail.com>
10537              
10538              Includes add to the MANIFEST
10539      Branch: perl
10540            + t/op/qr.t
10541            ! MANIFEST
10542 ____________________________________________________________________________
10543 [ 30879] By: stevep                                on 2007/04/10  02:37:04
10544         Log: Subject: [PATCH] Cast markstack values to I32
10545              From: Jan Dubois <jand@ActiveState.com>
10546              Date: Mon, 09 Apr 2007 18:11:32 -0700
10547              Message-ID: <prol131i8b27re246alnhmem4mj13fcl2b@4ax.com>
10548      Branch: perl
10549            ! XSUB.h pp.h
10550 ____________________________________________________________________________
10551 [ 30878] By: stevep                                on 2007/04/10  02:30:38
10552         Log: Subject: [PATCH] Restore Win64 compilation with the Windows Platform SDK
10553              From: Jan Dubois <jand@ActiveState.com>
10554              Date: Mon, 09 Apr 2007 17:27:17 -0700
10555              Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com>   
10556      Branch: perl
10557            ! lib/ExtUtils/MM_Win32.pm win32/win32.c
10558 ____________________________________________________________________________
10559 [ 30877] By: stevep                                on 2007/04/10  02:18:24
10560         Log: Upgrade to bignum-0.20 and Math-BigRat-0.18.
10561      Branch: perl
10562            + lib/bignum/t/bigexp.t
10563            ! MANIFEST lib/Math/BigRat.pm lib/bignum.pm
10564 ____________________________________________________________________________
10565 [ 30876] By: stevep                                on 2007/04/10  02:11:02
10566         Log: Subject: BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]
10567              From: Tels <nospam-abuse@bloodgate.com>
10568              Date: Mon, 9 Apr 2007 20:59:22 +0000
10569              Message-Id: <200704092059.24058@bloodgate.com>
10570      Branch: perl
10571            ! ext/Math/BigInt/FastCalc/FastCalc.pm
10572            ! ext/Math/BigInt/FastCalc/FastCalc.xs
10573            ! ext/Math/BigInt/FastCalc/t/leak.t lib/Math/BigFloat.pm
10574            ! lib/Math/BigInt.pm lib/Math/BigInt/t/biglog.t
10575            ! lib/Math/BigInt/t/fallback.t
10576 ____________________________________________________________________________
10577 [ 30875] By: stevep                                on 2007/04/09  14:06:22
10578         Log: Upgrade to CPAN-1.90.
10579      Branch: perl
10580            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Queue.pm
10581 ____________________________________________________________________________
10582 [ 30871] By: rgs                                   on 2007/04/08  07:58:39
10583         Log: Subject: [PATCH] RXf_WHITE never used due to small bug in regcomp.c
10584              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
10585              Date: Sat, 7 Apr 2007 00:17:05 +0000
10586              Message-ID: <51dd1af80704061717s44107fb9jf468ef28080d33a6@mail.gmail.com>
10587      Branch: perl
10588            ! regcomp.c
10589 ____________________________________________________________________________
10590 [ 30870] By: rgs                                   on 2007/04/08  07:55:04
10591         Log: Subject: [PATCH] makedepend.SH syntax error
10592              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
10593              Date: Sat, 7 Apr 2007 23:32:44 -0700 (PDT)
10594              Message-ID: <41520.67.40.29.216.1176013964.squirrel@webmail.efn.org>
10595      Branch: perl
10596            ! makedepend.SH
10597 ____________________________________________________________________________
10598 [ 30869] By: nicholas                              on 2007/04/07  21:36:19
10599         Log: Upgrade to Module-Pluggable 3.6
10600      Branch: perl
10601            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
10602 ____________________________________________________________________________
10603 [ 30868] By: nicholas                              on 2007/04/07  20:43:14
10604         Log: Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
10605              if the GV it is pointing to gets freed.
10606      Branch: perl
10607            ! sv.c
10608 ____________________________________________________________________________
10609 [ 30867] By: nicholas                              on 2007/04/07  17:14:11
10610         Log: Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab
10611              being freed. Also, need to set the slab to read/write before
10612              incrementing or decrementing an op's reference count.
10613              With this we can build all extentions, and run test_harness.
10614      Branch: perl
10615            ! embed.fnc op.c op.h proto.h
10616 ____________________________________________________________________________
10617 [ 30866] By: nicholas                              on 2007/04/07  12:45:44
10618         Log: Upgrade to Encode 2.19
10619      Branch: perl
10620            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
10621            ! ext/Encode/Encode.xs ext/Encode/bin/piconv
10622            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10623            ! ext/Encode/lib/Encode/CJKConstants.pm
10624            ! ext/Encode/lib/Encode/JP/H2Z.pm
10625            ! ext/Encode/lib/Encode/JP/JIS7.pm
10626            ! ext/Encode/lib/Encode/MIME/Header.pm
10627            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
10628            ! ext/Encode/t/mime-header.t
10629 ____________________________________________________________________________
10630 [ 30865] By: nicholas                              on 2007/04/07  12:15:40
10631         Log: Turn op_pmreplroot in struct pmop into a real union.
10632      Branch: perl
10633            ! dump.c ext/B/B.xs op.c op.h pp.c pp_hot.c
10634 ____________________________________________________________________________
10635 [ 30863] By: nicholas                              on 2007/04/07  10:48:08
10636         Log: Remove a now un-needed goto from Perl_peep().
10637      Branch: perl
10638            ! op.c
10639 ____________________________________________________________________________
10640 [ 30862] By: nicholas                              on 2007/04/07  10:43:37
10641         Log: Rejig Perl_peep() to assume that ops are optimised by default. The
10642              source code is simpler, and the object code slightly smaller.
10643      Branch: perl
10644            ! op.c
10645 ____________________________________________________________________________
10646 [ 30861] By: nicholas                              on 2007/04/07  08:32:46
10647         Log: Re-ordering OP_STUB in the switch statement in Perl_peep saves a goto.
10648      Branch: perl
10649            ! op.c
10650 ____________________________________________________________________________
10651 [ 30860] By: nicholas                              on 2007/04/06  23:31:14
10652         Log: Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in
10653              PMOP, as both pointers never need to be set at the same time.
10654      Branch: perl
10655            ! dump.c ext/B/B.xs op.c op.h pp_ctl.c
10656 ____________________________________________________________________________
10657 [ 30859] By: nicholas                              on 2007/04/06  22:32:02
10658         Log: assert() that OP_QR and OP_MATCH never set op_pmreplstart, which
10659              simplifies the peep hole optimiser slightly.
10660      Branch: perl
10661            ! op.c
10662 ____________________________________________________________________________
10663 [ 30858] By: nicholas                              on 2007/04/06  22:08:20
10664         Log: Add editor block.
10665      Branch: perl
10666            ! op.h
10667 ____________________________________________________________________________
10668 [ 30857] By: nicholas                              on 2007/04/06  21:53:46
10669         Log: Only append ?? match ops to the list used by reset. This saves memory
10670              and time.
10671      Branch: perl
10672            ! op.c op.h toke.c
10673 ____________________________________________________________________________
10674 [ 30856] By: nicholas                              on 2007/04/06  20:57:34
10675         Log: Avoid accessing free()d memory when calling reset in one thread, after
10676              deleting pattern match ops in another thread.
10677      Branch: perl
10678            ! embed.fnc embed.h op.c proto.h t/op/reset.t
10679 ____________________________________________________________________________
10680 [ 30855] By: nicholas                              on 2007/04/06  20:46:47
10681         Log: Give accurate failure diagnostics when unlike() fails.
10682      Branch: perl
10683            ! t/test.pl
10684 ____________________________________________________________________________
10685 [ 30854] By: nicholas                              on 2007/04/06  20:17:14
10686         Log: Ooops. Forgot to update proto.h in change 30853.
10687      Branch: perl
10688            ! proto.h
10689 ____________________________________________________________________________
10690 [ 30853] By: nicholas                              on 2007/04/06  19:50:12
10691         Log: Remove op_pmnext from PMOPs, and instead store the list for reset as
10692              an array hanging from the mg_ptr of the symbol table magic.
10693              (Previously the linked list head was in the mg_obj member)
10694      Branch: perl
10695            ! embed.fnc embed.h ext/B/B.xs op.c op.h sv.c
10696 ____________________________________________________________________________
10697 [ 30852] By: rgs                                   on 2007/04/06  14:15:44
10698         Log: Subject: [PATCH] Allow any *DBM_File to work for DynaLoader testing
10699              From: "Jerry D. Hedden" <jdhedden@1979.usna.com>
10700              Date: Wed, 4 Apr 2007 09:57:16 -0400
10701              Message-ID: <1ff86f510704040657t732af552jbcbdb8804d134ff7@mail.gmail.com>
10702      Branch: perl
10703            ! ext/DynaLoader/t/DynaLoader.t ext/DynaLoader/t/XSLoader.t
10704 ____________________________________________________________________________
10705 [ 30851] By: rgs                                   on 2007/04/06  13:35:15
10706         Log: Subject: [PATCH] MAD do not ignore errors from 'use'
10707              From: Gerard Goossen <gerard@tty.nl>
10708              Date: Thu, 29 Mar 2007 18:02:29 +0200
10709              Message-ID: <20070329160229.GF20231@ostwald>
10710              
10711              plus another similar correction
10712      Branch: perl
10713            ! perl.c
10714 ____________________________________________________________________________
10715 [ 30850] By: rgs                                   on 2007/04/06  13:19:44
10716         Log: Subject: [PATCH] madprop about forced words
10717              From: Gerard Goossen <gerard@tty.nl>
10718              Date: Thu, 29 Mar 2007 18:10:42 +0200
10719              Message-ID: <20070329161042.GG20231@ostwald>
10720      Branch: perl
10721            ! toke.c
10722 ____________________________________________________________________________
10723 [ 30849] By: rgs                                   on 2007/04/06  12:13:14
10724         Log: Subject: Re: Proposed changes and to regular expression interfaces in core
10725              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
10726              Date: Thu, 29 Mar 2007 22:52:49 +0000
10727              Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com>
10728      Branch: perl
10729            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
10730            ! perl.h pp_hot.c proto.h regcomp.c regcomp.h regexp.h
10731 ____________________________________________________________________________
10732 [ 30848] By: stevep                                on 2007/04/05  16:32:19
10733         Log: g++ on NetBSD needs to have environ declared as well.
10734      Branch: perl
10735            ! perl.h
10736 ____________________________________________________________________________
10737 [ 30847] By: rgs                                   on 2007/04/05  16:26:18
10738         Log: C++ compilation fix by Steve Peters
10739      Branch: perl
10740            ! perl.h
10741 ____________________________________________________________________________
10742 [ 30846] By: nicholas                              on 2007/04/05  08:56:10
10743         Log: S_op_destroy() was not static. Also tidy all other STATIC/static
10744              declarations onto the same line as the return type, to make checking
10745              this easier.
10746      Branch: perl
10747            ! dump.c op.c pp_ctl.c pp_pack.c
10748 ____________________________________________________________________________
10749 [ 30845] By: nicholas                              on 2007/04/04  21:42:26
10750         Log: Add TODO tests for the (sometimes) crashing threads/op deletion/reset
10751              combination.
10752      Branch: perl
10753            ! t/op/reset.t
10754 ____________________________________________________________________________
10755 [ 30844] By: nicholas                              on 2007/04/04  19:55:23
10756         Log: A test for reset.
10757      Branch: perl
10758            + t/op/reset.t
10759            ! MANIFEST
10760 ____________________________________________________________________________
10761 [ 30843] By: nicholas                              on 2007/04/04  17:22:02
10762         Log: Get further through the build with read-only optrees. Free()ing cops
10763              as currently implemented seems to want write activity to them. Also we
10764              save a field in PL_curcop at one point, and sometimes this can be in
10765              a read only COP. If so, the end of scope restoration is always to the
10766              same value, but it's easier to cheat and skip the restoration than to
10767              dig around and avoid the save.
10768      Branch: perl
10769            ! op.c scope.c
10770 ____________________________________________________________________________
10771 [ 30842] By: rgs                                   on 2007/04/04  08:40:52
10772         Log: Symbol export nit, found by Yves
10773      Branch: perl
10774            ! makedef.pl
10775 ____________________________________________________________________________
10776 [ 30841] By: rgs                                   on 2007/04/04  08:32:37
10777         Log: Subject: Re: pmdynflags and thread safety
10778              From: demerphq <demerphq@gmail.com>
10779              Date: Wed, 4 Apr 2007 01:46:26 +0200
10780              Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com>
10781      Branch: perl
10782            ! bytecode.pl dump.c embed.fnc ext/B/B.pm ext/B/B.xs
10783            ! ext/B/B/Asmdata.pm ext/B/B/Deparse.pm ext/B/defsubs_h.PL
10784            ! ext/B/t/concise-xs.t ext/re/re.xs op.c op.h pod/perlreguts.pod
10785            ! pod/perltoc.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10786            ! regexec.c regexp.h sv.c toke.c
10787 ____________________________________________________________________________
10788 [ 30840] By: rgs                                   on 2007/04/04  06:46:46
10789         Log: Subject: [PATCH] ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core headers.
10790              From: demerphq <demerphq@gmail.com>
10791              Date: Wed, 4 Apr 2007 03:17:21 +0200
10792              Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com>
10793      Branch: perl
10794            ! lib/ExtUtils/t/Embed.t
10795 ____________________________________________________________________________
10796 [ 30839] By: rgs                                   on 2007/04/04  06:39:46
10797         Log: Subject: [PATCH] Re: [PATCH] microperl plus missing config vars
10798              From: Jarkko Hietaniemi <jhi@iki.fi>
10799              Date: Tue, 03 Apr 2007 18:28:30 -0400
10800              Message-ID: <4612D50E.5010105@iki.fi>
10801      Branch: perl
10802            ! Porting/checkcfgvar.pl win32/config.gc
10803 ____________________________________________________________________________
10804 [ 30838] By: rgs                                   on 2007/04/03  16:17:01
10805         Log: Subject: Re: [PATCH] MAD prototype checking
10806              From: Gerard Goossen <gerard@tty.nl>
10807              Date: Thu, 29 Mar 2007 17:34:23 +0200
10808              Message-ID: <20070329153423.GE20231@ostwald>
10809      Branch: perl
10810            ! op.c
10811 ____________________________________________________________________________
10812 [ 30837] By: rgs                                   on 2007/04/03  16:12:08
10813         Log: Subject: Re: [PATCH] MAD disable constant inlining
10814              From: Gerard Goossen <gerard@tty.nl>
10815              Date: Thu, 29 Mar 2007 17:31:32 +0200
10816              Message-ID: <20070329153132.GD20231@ostwald>
10817      Branch: perl
10818            ! toke.c
10819 ____________________________________________________________________________
10820 [ 30836] By: rgs                                   on 2007/04/03  08:34:09
10821         Log: C++ compilation patch by Jarkko
10822      Branch: perl
10823            ! ext/Encode/bin/enc2xs
10824 ____________________________________________________________________________
10825 [ 30835] By: nicholas                              on 2007/04/02  21:27:26
10826         Log: We may not even have a list of slabs when Perl_Slab_Free is called.
10827      Branch: perl
10828            ! op.c
10829 ____________________________________________________________________________
10830 [ 30834] By: nicholas                              on 2007/04/02  21:25:03
10831         Log: Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-
10832              unneeded include of <sys/mman.h>, and make PERL_DEBUG_READONLY_OPS
10833              appear in -V output.
10834      Branch: perl
10835            ! perl.c
10836 ____________________________________________________________________________
10837 [ 30833] By: rgs                                   on 2007/04/02  19:53:08
10838         Log: Subject: [PATCH] Allow testing of DBM_Filter with any *DBM_File
10839              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10840              Date: Mon, 2 Apr 2007 10:15:47 -0700 (PDT)
10841              Message-ID: <642435.53086.qm@web30215.mail.mud.yahoo.com>
10842      Branch: perl
10843            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
10844            ! lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
10845            ! lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
10846            ! lib/DBM_Filter/t/utf8.t
10847 ____________________________________________________________________________
10848 [ 30832] By: nicholas                              on 2007/04/02  19:53:06
10849         Log: For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.
10850      Branch: perl
10851            ! embed.fnc embed.h op.c op.h proto.h
10852 ____________________________________________________________________________
10853 [ 30831] By: rgs                                   on 2007/04/02  19:51:08
10854         Log: Subject: [PATCH] Don't install dbm_filter_util.pl
10855              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10856              Date: Mon, 2 Apr 2007 09:31:13 -0700 (PDT)
10857              Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>
10858      Branch: perl
10859            ! installperl
10860 ____________________________________________________________________________
10861 [ 30830] By: nicholas                              on 2007/04/02  19:25:53
10862         Log: The op slab allocator can call calloc() instead of malloc(), and save
10863              a Zero(). Also, argument m is unused.
10864      Branch: perl
10865            ! op.c
10866 ____________________________________________________________________________
10867 [ 30829] By: nicholas                              on 2007/04/02  19:03:55
10868         Log: Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree
10869              as read only (or as much of it as it practical). This makes it trivial
10870              to detect buggy code that is modifying the optree at runtime.
10871      Branch: perl
10872            ! embed.fnc embed.h embedvar.h intrpvar.h op.c perl.c perlapi.h
10873            ! pod/perlhack.pod proto.h
10874 ____________________________________________________________________________
10875 [ 30828] By: rgs                                   on 2007/04/02  08:50:23
10876         Log: Subject: [PATCH?] perlfunc.pod: Lexical visibility hint in require docu
10877              From: Christian Winter <bitpoet@linux-config.de>
10878              Date: Sun, 01 Apr 2007 18:01:24 +0200
10879              Message-ID: <460FD754.8050106@linux-config.de>
10880      Branch: perl
10881            ! pod/perlfunc.pod
10882 ____________________________________________________________________________
10883 [ 30827] By: craigb                                on 2007/04/01  18:11:28
10884         Log: Update name of Perl executable on VMS following #30414.
10885      Branch: perl
10886            ! t/op/taint.t
10887 ____________________________________________________________________________
10888 [ 30826] By: craigb                                on 2007/04/01  18:01:01
10889         Log: Mark new regex glob test as a TODO on VMS.
10890      Branch: perl
10891            ! ext/File/Glob/t/basic.t
10892 ____________________________________________________________________________
10893 [ 30825] By: merijn                                on 2007/04/01  15:44:33
10894         Log: Subject: README.$OS URLs
10895              From: Steffen Mueller <o6hhmk002@sneakemail.com>
10896              Date: Sat, 31 Mar 2007 16:37:56 +0200
10897              Message-ID: <20070331143757.26271.qmail@lists.develooper.com>
10898      Branch: perl
10899            ! README.amiga README.cn README.dos README.jp README.netware
10900            ! README.tw
10901 ____________________________________________________________________________
10902 [ 30824] By: stevep                                on 2007/04/01  13:10:11
10903         Log: Subject: [PATCH] Symbian sync
10904              From: Jarkko Hietaniemi <jhi@iki.fi>
10905              Date: Sat, 31 Mar 2007 15:30:09 -0400
10906              Message-ID: <460EB6C1.4020406@iki.fi>
10907      Branch: perl
10908            ! README.symbian lib/AutoSplit.pm lib/constant.pm regcomp.pl
10909            ! regnodes.h symbian/port.pl symbian/sdk.pl
10910 ____________________________________________________________________________
10911 [ 30823] By: stevep                                on 2007/04/01  12:57:24
10912         Log: Subject: [PATCH] microperl plus missing config vars
10913              From: Jarkko Hietaniemi <jhi@iki.fi>
10914              Date: Sat, 31 Mar 2007 17:50:18 -0400
10915              Message-ID: <460ED79A.5030809@iki.fi>
10916      Branch: perl
10917            ! Cross/config.sh-arm-linux Makefile.micro NetWare/config.wc
10918            ! Porting/checkcfgvar.pl README.micro epoc/config.sh
10919            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
10920            ! win32/config.bc win32/config.ce win32/config.vc
10921            ! win32/config.vc64
10922 ____________________________________________________________________________
10923 [ 30822] By: davem                                 on 2007/04/01  01:27:57
10924         Log: Make parser_free() be called slightly later,
10925              i.e. at the point where lexer vars are being restored in a LEAVE,
10926              rather than at the end of yyparse()
10927      Branch: perl
10928            ! perly.c toke.c
10929 ____________________________________________________________________________
10930 [ 30821] By: davem                                 on 2007/04/01  01:22:20
10931         Log: Eliminate the use of PL_curforce outside of toke.c
10932      Branch: perl
10933            ! perl.c toke.c
10934 ____________________________________________________________________________
10935 [ 30820] By: davem                                 on 2007/04/01  01:20:02
10936         Log: Eliminate the use of PL_bufend outside of toke.c:
10937              give Perl_scan_vstring() an explicit 'end' arg rather than using
10938              PL_bufend, and replace it with a local var in Perl_find_script()
10939      Branch: perl
10940            ! embed.fnc embed.h proto.h sv.c toke.c
10941 ____________________________________________________________________________
10942 [ 30819] By: davem                                 on 2007/04/01  00:51:00
10943         Log: free backtrack track when on unexpected exit, eg /(?{ die })/
10944      Branch: perl
10945            ! regexec.c
10946 ____________________________________________________________________________
10947 [ 30818] By: davem                                 on 2007/04/01  00:27:02
10948         Log: fix $^R scoping bug.
10949              By setting the outer saved $^R to the current $^R just at the
10950              end of a successful match, and ensuring that that the savestack
10951              doesn't get popped beforehand, the code is simplified and fixes a
10952              bug.
10953      Branch: perl
10954            ! regexec.c t/op/pat.t
10955 ____________________________________________________________________________
10956 [ 30817] By: nicholas                              on 2007/03/31  23:15:15
10957         Log: Rearrange members of structures to reduce memory size on some
10958              platforms. On LP64 structs stackinfo, refcounted_he, and magic shrink
10959              by 8 bytes, struct yy_parser by 16.
10960      Branch: perl
10961            ! cop.h gv.h hv.h mg.h parser.h perl.h
10962 ____________________________________________________________________________
10963 [ 30815] By: nicholas                              on 2007/03/31  20:52:53
10964         Log: Reorder the members of various regexp structs to reduce their size on
10965              LP64 platforms, by pairing up I32 and U32 members. Notably structs
10966              _reg_trie_data, reg_ac_data, regexp and regmatch_state down by 8 bytes,
10967              re_save_state by 16, and regmatch_slab up by 48 (ie one more state per
10968              slab)
10969      Branch: perl
10970            ! regcomp.h regexp.h
10971 ____________________________________________________________________________
10972 [ 30814] By: craigb                                on 2007/03/31  19:42:35
10973         Log: Fix URL rot in README.vms
10974      Branch: perl
10975            ! README.vms
10976 ____________________________________________________________________________
10977 [ 30813] By: craigb                                on 2007/03/31  19:40:43
10978         Log: Make Perl_vms_start_glob return the input pattern when there are
10979              no matches.  
10980      Branch: perl
10981            ! vms/vms.c
10982 ____________________________________________________________________________
10983 [ 30812] By: nicholas                              on 2007/03/31  15:50:05
10984         Log: precomp in struct regexp can be const char *.
10985      Branch: perl
10986            ! regexp.h
10987 ____________________________________________________________________________
10988 [ 30811] By: rgs                                   on 2007/03/31  14:11:40
10989         Log: Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken
10990      Branch: perl
10991            ! ext/B/B/Deparse.pm
10992 ____________________________________________________________________________
10993 [ 30806] By: rgs                                   on 2007/03/31  06:23:12
10994         Log: Fix the error message "Can't call method "DOES" on unblessed
10995              reference".
10996      Branch: perl
10997            ! pp_hot.c t/op/universal.t universal.c
10998 ____________________________________________________________________________
10999 [ 30805] By: rgs                                   on 2007/03/31  06:16:09
11000         Log: Don't use utf8.pm in the test (avoiding embedding utf8 in the test
11001              file), and use greek to test for something out of 8-bit latin, as
11002              Jarkko suggested. Everything flows.
11003      Branch: perl
11004            ! t/io/dup.t
11005 ____________________________________________________________________________
11006 [ 30804] By: ams                                   on 2007/03/31  00:51:55
11007         Log: This was released as 2.16.
11008      Branch: perl
11009            ! ext/Storable/Storable.pm
11010 ____________________________________________________________________________
11011 [ 30803] By: ams                                   on 2007/03/31  00:34:13
11012         Log: Add new hints files.
11013      Branch: perl
11014            ! ext/Storable/MANIFEST
11015 ____________________________________________________________________________
11016 [ 30791] By: nicholas                              on 2007/03/30  16:17:25
11017         Log: Bump File::Glob's VERSION to go with change 30103.
11018      Branch: perl
11019            ! ext/File/Glob/Glob.pm
11020 ____________________________________________________________________________
11021 [ 30785] By: nicholas                              on 2007/03/30  11:52:43
11022         Log: Remove the never-used numeric and character switch ops.
11023      Branch: perl
11024            ! opcode.pl
11025 ____________________________________________________________________________
11026 [ 30784] By: nicholas                              on 2007/03/30  11:48:54
11027         Log: A logical rearrangement of ops, to get the post 5.005 ops to their
11028              logical groups.
11029      Branch: perl
11030            ! ext/B/t/b.t opcode.h opcode.pl opnames.h pp.sym pp_proto.h
11031 ____________________________________________________________________________
11032 [ 30783] By: nicholas                              on 2007/03/30  10:53:31
11033         Log: Oops. Failed to remove the now obsolete comment about custom ops.
11034      Branch: perl
11035            ! opcode.pl
11036 ____________________________________________________________________________
11037 [ 30782] By: nicholas                              on 2007/03/30  10:50:10
11038         Log: Remove the restriction that op_custom has to be the last op.
11039              This allows more ops to be added during the life of a stable release.
11040      Branch: perl
11041            ! opcode.h opcode.pl
11042 ____________________________________________________________________________
11043 [ 30781] By: rgs                                   on 2007/03/30  08:30:35
11044         Log: When dup'ing a filehandle, retain the :utf8 layer
11045      Branch: perl
11046            ! perlio.c t/io/dup.t
11047 ____________________________________________________________________________
11048 [ 30780] By: rgs                                   on 2007/03/30  07:48:59
11049         Log: Add two deprecation warnings:
11050              Opening dirhandle %s also as a file
11051              Opening filehandle %s also as a directory
11052      Branch: perl
11053            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys t/op/chdir.t
11054 ____________________________________________________________________________
11055 [ 30779] By: stevep                                on 2007/03/30  03:24:22
11056         Log: Subject: [PATCH] cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')
11057              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11058              Date: Fri, 30 Mar 2007 04:44:11 +0300 (EEST)
11059              Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi>
11060      Branch: perl
11061            ! cflags.SH
11062 ____________________________________________________________________________
11063 [ 30778] By: stevep                                on 2007/03/29  23:11:29
11064         Log: Upgrade to CGI.pm-3.28
11065      Branch: perl
11066            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
11067 ____________________________________________________________________________
11068 [ 30777] By: rgs                                   on 2007/03/29  13:03:54
11069         Log: Subject: [PATCH] Shorten 'skipping...' test message
11070              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11071              Date: Thu, 29 Mar 2007 05:56:51 -0700 (PDT)
11072              Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com>
11073      Branch: perl
11074            ! t/TEST
11075 ____________________________________________________________________________
11076 [ 30776] By: rgs                                   on 2007/03/29  07:56:11
11077         Log: Back out changes 30762 and 30763
11078      Branch: perl
11079            ! pp.c
11080 ____________________________________________________________________________
11081 [ 30775] By: rgs                                   on 2007/03/28  08:43:10
11082         Log: Subject: [PATCH?]: perlguts.pod
11083              From: "John P. Linderman" <jpl@research.att.com>
11084              Date: Tue, 27 Mar 2007 12:33:39 -0400
11085              Message-Id: <200703271633.l2RGXd3u3443680@raptor.research.att.com>
11086      Branch: perl
11087            ! pod/perlguts.pod
11088 ____________________________________________________________________________
11089 [ 30774] By: merijn                                on 2007/03/27  12:30:11
11090         Log: Subject: [PATCH] stop the cargo cult of (MEM_SIZE)~0
11091              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11092              Date: Tue, 27 Mar 2007 15:07:52 +0300 (EEST)
11093              Message-Id: <200703271207.l2RC7qOC443040@kosh.hut.fi>
11094      Branch: perl
11095            ! handy.h pp.c util.c
11096 ____________________________________________________________________________
11097 [ 30773] By: rgs                                   on 2007/03/27  11:15:51
11098         Log: Compress::Zlib isn't a good example of extra modules,
11099              since it's now core
11100      Branch: perl
11101            ! INSTALL
11102 ____________________________________________________________________________
11103 [ 30772] By: rgs                                   on 2007/03/27  09:42:44
11104         Log: Fix return value of state assignment ($x=state $y=$z).
11105              Fix a form of state assignment (state($x)=$y).
11106              Minor optimisation in pp_aassign for state variables.
11107              New tests.
11108      Branch: perl
11109            ! op.c pp_hot.c t/op/state.t
11110 ____________________________________________________________________________
11111 [ 30771] By: merijn                                on 2007/03/27  06:17:25
11112         Log: Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)
11113              From: Jarkko Hietaniemi <jhi@iki.fi>
11114              Date: Mon, 26 Mar 2007 19:50:11 -0400
11115              Message-ID: <46085C33.1030601@iki.fi>
11116      Branch: perl
11117            ! pod/perlhack.pod util.c
11118 ____________________________________________________________________________
11119 [ 30770] By: merijn                                on 2007/03/27  06:15:21
11120         Log: Documented the PA-RISC End-Of_Life plan; more servers; some IPF
11121              remarks. TODO: the various locations for downloading prebuilt
11122              depots, and what their specifics are. The first is now in, but
11123              no specifics yet.
11124      Branch: perl
11125            ! README.hpux
11126 ____________________________________________________________________________
11127 [ 30769] By: nicholas                              on 2007/03/26  22:52:18
11128         Log: In struct regexp replace the two arrays of I32s accessed via startp
11129              and endp with a single array of struct regexp_paren_pair, which has 2
11130              I32 members. PL_regstartp and PL_regendp are replaced with a pointer
11131              to regexp_paren_pair. The regexp swap structure now only has one
11132              member, so abolish it and store the pointer to the swap array directly.
11133              Hopefully keeping the corresponding start and end adjacent in memory
11134              will help with cache coherency.
11135      Branch: perl
11136            ! mg.c pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c regexp.h sv.c
11137            ! universal.c
11138 ____________________________________________________________________________
11139 [ 30768] By: davem                                 on 2007/03/26  21:48:48
11140         Log: add p55.t MAD tests, and convert renamed mad/nomad into a module
11141              Subject: Re: [PATCH] p55 tests
11142              From: Gerard Goossen <gerard@tty.nl>
11143              Message-ID: <20070322174056.GE24152@ostwald>
11144      Branch: perl
11145            + mad/t/p55.t
11146            ! MANIFEST mad/Nomad.pm
11147 ____________________________________________________________________________
11148 [ 30767] By: davem                                 on 2007/03/26  21:42:48
11149         Log: Rename mad/nomad to mad/Nomad.pm
11150              
11151              Subject: Re: [PATCH] p55 tests
11152              From: Gerard Goossen <gerard@tty.nl>
11153              Message-ID: <20070322174056.GE24152@ostwald>
11154      Branch: perl
11155           +> mad/Nomad.pm
11156            - mad/nomad
11157            ! MANIFEST
11158 ____________________________________________________________________________
11159 [ 30766] By: nicholas                              on 2007/03/26  21:40:12
11160         Log: Move the declaration of two variables into the only block that uses
11161              them.
11162      Branch: perl
11163            ! regexec.c
11164 ____________________________________________________________________________
11165 [ 30763] By: rgs                                   on 2007/03/26  14:36:17
11166         Log: Nit to change 30762 by Gisle.
11167              Avoids storing the chars removed by 4-arg substr() in void context.
11168      Branch: perl
11169            ! pp.c
11170 ____________________________________________________________________________
11171 [ 30762] By: rgs                                   on 2007/03/26  14:33:41
11172         Log: Subject: [PATCH] Re: substr($megabytes, 30) = 
11173              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
11174              Date: Mon, 12 Feb 2007 22:13:50 -0800 (PST)
11175              Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186>
11176      Branch: perl
11177            ! pp.c
11178 ____________________________________________________________________________
11179 [ 30761] By: rgs                                   on 2007/03/26  14:21:39
11180         Log: Make the warning "interpreted as function" a bit less annoying,
11181              and test it properly
11182      Branch: perl
11183            ! t/lib/warnings/toke toke.c
11184 ____________________________________________________________________________
11185 [ 30760] By: rgs                                   on 2007/03/26  13:51:30
11186         Log: say() should parse exactly like print()
11187      Branch: perl
11188            ! sv.c toke.c
11189 ____________________________________________________________________________
11190 [ 30759] By: rgs                                   on 2007/03/26  11:52:21
11191         Log: Remove the object_compatibility placeholder in the interpreter struct
11192      Branch: perl
11193            ! perl.h
11194 ____________________________________________________________________________
11195 [ 30758] By: rgs                                   on 2007/03/26  10:09:21
11196         Log: On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
11197              kernel uses the NPTL threading model
11198      Branch: perl
11199            ! hints/linux.sh
11200 ____________________________________________________________________________
11201 [ 30757] By: nicholas                              on 2007/03/26  08:39:43
11202         Log: Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
11203              then fix up what differs. Curiously -Os with gcc x86 produces the same
11204              sized object code.
11205      Branch: perl
11206            ! regcomp.c
11207 ____________________________________________________________________________
11208 [ 30756] By: nicholas                              on 2007/03/25  23:40:00
11209         Log: Change 30753 forgot to remove 2 now unused variables.
11210      Branch: perl
11211            ! regcomp.c
11212 ____________________________________________________________________________
11213 [ 30755] By: nicholas                              on 2007/03/25  23:34:58
11214         Log: Looks like re_dup has been leaking references on 2 SVs for most regexps
11215              since dot (only to be recovered for certain at thread exit).
11216      Branch: perl
11217            ! regcomp.c
11218 ____________________________________________________________________________
11219 [ 30754] By: nicholas                              on 2007/03/25  22:32:11
11220         Log: A more efficient copy in  Perl_reg_temp_copy()
11221      Branch: perl
11222            ! regcomp.c
11223 ____________________________________________________________________________
11224 [ 30753] By: nicholas                              on 2007/03/25  21:59:58
11225         Log: Subject: Re: The performance problem of 30678
11226              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11227              Message-ID: <20070324185511.02f84668@r2d2>
11228              Date: Sat, 24 Mar 2007 18:55:11 +0100
11229      Branch: perl
11230            ! regcomp.c
11231 ____________________________________________________________________________
11232 [ 30750] By: rgs                                   on 2007/03/24  21:14:22
11233         Log: Make readline() default to *ARGV.
11234              Plus MAD fixes.
11235      Branch: perl
11236            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
11237            ! pp.sym pp_proto.h proto.h t/op/readline.t
11238 ____________________________________________________________________________
11239 [ 30749] By: rgs                                   on 2007/03/24  16:58:28
11240         Log: Now that readpipe defaults to $_, I should update the prototype table
11241              in opcode.pl too.
11242      Branch: perl
11243            ! opcode.h opcode.pl t/op/cproto.t
11244 ____________________________________________________________________________
11245 [ 30748] By: rgs                                   on 2007/03/24  16:51:13
11246         Log: Make sure readpipe without argument can be followed by //
11247      Branch: perl
11248            ! toke.c
11249 ____________________________________________________________________________
11250 [ 30747] By: rgs                                   on 2007/03/24  16:46:02
11251         Log: Make readpipe default to $_
11252      Branch: perl
11253            ! op.c pod/perlfunc.pod t/op/exec.t
11254 ____________________________________________________________________________
11255 [ 30745] By: nicholas                              on 2007/03/24  14:44:28
11256         Log: startp and endp can allocate their array of I32s from the same block of
11257              memory, and Copy() and free it as one.
11258              Probably these two pointers to array should merge into single pointer
11259              to an array of structs.
11260      Branch: perl
11261            ! regcomp.c regexec.c
11262 ____________________________________________________________________________
11263 [ 30740] By: nicholas                              on 2007/03/23  23:32:19
11264         Log: It's possible to write the dup of struct reg_substr_datum with a
11265              memcpy() replacing the member by member copy. Curiously gcc's -Os
11266              produces the same sized code, but not all optimisers may manage this.
11267              Also, by reading and re-assigning to the copied data for the sv_dup()s
11268              we hope to avoid any cache misses on the copied from data.
11269      Branch: perl
11270            ! regcomp.c
11271 ____________________________________________________________________________
11272 [ 30730] By: rgs                                   on 2007/03/23  18:25:43
11273         Log: Don't use PL_na.
11274      Branch: perl
11275            ! universal.c
11276 ____________________________________________________________________________
11277 [ 30729] By: rgs                                   on 2007/03/23  17:34:48
11278         Log: Subject: [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE 
11279              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
11280              Date: Sat, 10 Mar 2007 12:18:35 -0800
11281              Message-ID: <rt-3.6.HEAD-30201-1173557915-1780.41775-75-0@perl.org>
11282      Branch: perl
11283            ! lib/Memoize.pm
11284 ____________________________________________________________________________
11285 [ 30728] By: mhx                                   on 2007/03/23  17:21:15
11286         Log: Upgrade to Devel::PPPort 3.11_01
11287      Branch: perl
11288            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
11289            ! ext/Devel/PPPort/parts/inc/call
11290            ! ext/Devel/PPPort/parts/inc/variables
11291            ! ext/Devel/PPPort/parts/todo/5006000 ext/Devel/PPPort/soak
11292            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/variables.t
11293 ____________________________________________________________________________
11294 [ 30726] By: nicholas                              on 2007/03/23  16:55:13
11295         Log: Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
11296              and provide memNEs() too.
11297      Branch: perl
11298            ! handy.h regcomp.c
11299 ____________________________________________________________________________
11300 [ 30725] By: rgs                                   on 2007/03/23  16:45:14
11301         Log: Subject: [PATCH] Silence compiler warning in util.c
11302              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11303              Date: Fri, 23 Mar 2007 09:40:02 -0700 (PDT)
11304              Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com>
11305      Branch: perl
11306            ! util.c
11307 ____________________________________________________________________________
11308 [ 30724] By: nicholas                              on 2007/03/23  16:15:58
11309         Log: Change 30080 was wrong to swap the BEGIN test to memEQ
11310      Branch: perl
11311            ! op.c
11312 ____________________________________________________________________________
11313 [ 30722] By: rgs                                   on 2007/03/23  14:47:09
11314         Log: Subject: Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
11315              From: Jari Aalto <jari.aalto@cante.net>
11316              Date: Wed, 07 Mar 2007 11:08:24 +0200
11317              Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net>
11318              
11319              with adjustments to the regexp
11320      Branch: perl
11321            ! lib/Pod/Html.pm
11322 ____________________________________________________________________________
11323 [ 30721] By: rgs                                   on 2007/03/23  14:33:22
11324         Log: PerlFAQ sync.
11325              Also, use a svn checkout done under an English locale, to
11326              avoid having French dates in the headers. Hateful.
11327      Branch: perl
11328            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11329            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11330            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11331            ! pod/perlfaq9.pod
11332 ____________________________________________________________________________
11333 [ 30718] By: rgs                                   on 2007/03/23  11:59:55
11334         Log: Subject: [PATCH] Cwd doesn't need ppport.h in core
11335              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11336              Date: Tue, 20 Mar 2007 13:16:46 -0700 (PDT)
11337              Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com>
11338      Branch: perl
11339            ! ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm mkppport.lst
11340 ____________________________________________________________________________
11341 [ 30716] By: rgs                                   on 2007/03/23  11:41:58
11342         Log: Subject: symbol-exports needed for Data::Alias
11343              From: Matthijs van Duin <xmath@cpan.org>
11344              Date: Tue, 20 Mar 2007 14:59:15 +0100
11345              Message-ID: <20070320135915.GA25192@cds.nl>
11346      Branch: perl
11347            ! embed.fnc embed.h global.sym
11348 ____________________________________________________________________________
11349 [ 30715] By: rgs                                   on 2007/03/23  10:48:41
11350         Log: Convert file to proper line-endings
11351      Branch: perl
11352            ! lib/Pod/Simple/t/items02.t
11353 ____________________________________________________________________________
11354 [ 30714] By: rgs                                   on 2007/03/23  10:43:04
11355         Log: Missing file in MANIFEST
11356      Branch: perl
11357            ! MANIFEST
11358 ____________________________________________________________________________
11359 [ 30713] By: rgs                                   on 2007/03/23  08:48:33
11360         Log: Fix path of a test file for running in the core
11361      Branch: perl
11362            ! lib/Pod/Simple/t/reinit.t
11363 ____________________________________________________________________________
11364 [ 30712] By: stevep                                on 2007/03/23  03:45:30
11365         Log: Upgrade to CPAN-1.88_79
11366      Branch: perl
11367            ! lib/CPAN.pm
11368 ____________________________________________________________________________
11369 [ 30711] By: stevep                                on 2007/03/23  03:36:47
11370         Log: Upgrade to Test-Simple-0.70
11371      Branch: perl
11372            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
11373            ! lib/Test/Simple/Changes lib/Test/Simple/t/is_fh.t
11374 ____________________________________________________________________________
11375 [ 30710] By: stevep                                on 2007/03/23  02:17:50
11376         Log: Re-sorting the MANIFEST after the mess made of it with the
11377              Pod-Simple renamings
11378      Branch: perl
11379            ! MANIFEST
11380 ____________________________________________________________________________
11381 [ 30709] By: stevep                                on 2007/03/23  02:06:06
11382         Log: Perforce appararently didn't like integrating this file, since
11383              I had done it twice.  It looks like an add will have to do instead.
11384      Branch: perl
11385            + lib/Pod/Simple/t/perlvaro.txt
11386 ____________________________________________________________________________
11387 [ 30708] By: stevep                                on 2007/03/23  01:54:54
11388         Log: fix instalhtml and Pod::HTML issues.
11389              From: demerphq <demerphq@gmail.com>
11390              Date: Thu, 22 Mar 2007 19:42:54 +0100
11391              Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com>
11392              
11393              Just the changes to installhtml and Pod::HTML in this patch.
11394      Branch: perl
11395            ! installhtml lib/Pod/Html.pm
11396 ____________________________________________________________________________
11397 [ 30707] By: stevep                                on 2007/03/23  01:47:41
11398         Log: Additional test file edits needed for Pod-Simple-3.05 that couldn't
11399              be included due to the integrates being performed in the previous
11400              change.
11401      Branch: perl
11402            ! lib/Pod/Simple/t/htmlbat.t lib/Pod/Simple/t/render.t
11403            ! lib/Pod/Simple/t/search10.t lib/Pod/Simple/t/search12.t
11404            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
11405            ! lib/Pod/Simple/t/search25.t lib/Pod/Simple/t/search26.t
11406            ! lib/Pod/Simple/t/search27.t lib/Pod/Simple/t/search28.t
11407            ! lib/Pod/Simple/t/search29.t
11408 ____________________________________________________________________________
11409 [ 30706] By: stevep                                on 2007/03/23  01:43:11
11410         Log: Upgrade to Pod-Simple-3.05.
11411      Branch: perl
11412            + lib/Pod/Simple/t/20_skip.t lib/Pod/Simple/t/accept01.t
11413            + lib/Pod/Simple/t/corpus/2202jp.txt.packed
11414            + lib/Pod/Simple/t/corpus/2202jpx.txt.packed
11415            + lib/Pod/Simple/t/corpus/2202jpy.txt.packed
11416            + lib/Pod/Simple/t/corpus2/polish_utf16be_bom.txt.packed
11417            + lib/Pod/Simple/t/corpus2/polish_utf16le_bom.txt.packed
11418            + lib/Pod/Simple/t/reinit.t
11419           +> (branch 87 files)
11420            - lib/Pod/Simple/t/20_skip_before_58.t
11421            - lib/Pod/Simple/t/ac_c_extend.t lib/Pod/Simple/t/ac_c_simple.t
11422            - lib/Pod/Simple/t/beginend.t
11423            - lib/Pod/Simple/t/corpus/buniya_cp1256.txt
11424            - lib/Pod/Simple/t/corpus/buniya_cp1256.xml
11425            - lib/Pod/Simple/t/corpus/buniya_iso6.txt
11426            - lib/Pod/Simple/t/corpus/buniya_iso6.xml
11427            - lib/Pod/Simple/t/corpus/fet_contradiction.txt
11428            - lib/Pod/Simple/t/corpus/fet_contradiction.xml
11429            - lib/Pod/Simple/t/corpus/fet_duplication.txt
11430            - lib/Pod/Simple/t/corpus/fet_duplication.xml
11431            - lib/Pod/Simple/t/corpus/fet_when_koi8r.txt
11432            - lib/Pod/Simple/t/corpus/fet_when_koi8r.xml
11433            - lib/Pod/Simple/t/corpus/french_implicit_latin1.txt
11434            - lib/Pod/Simple/t/corpus/french_implicit_latin1.xml
11435            - lib/Pod/Simple/t/corpus/french_latin1.txt
11436            - lib/Pod/Simple/t/corpus/french_latin1.xml
11437            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod
11438            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml
11439            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml
11440            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml
11441            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml
11442            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt
11443            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml
11444            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt
11445            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml
11446            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt
11447            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt
11448            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml
11449            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt
11450            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml
11451            - lib/Pod/Simple/t/corpustest.t
11452            - lib/Pod/Simple/t/encoding_nonesuch.t
11453            - lib/Pod/Simple/t/encoding_not_error.t
11454            - lib/Pod/Simple/t/encoding_not_error0.t
11455            - lib/Pod/Simple/t/fcodes_ee.t lib/Pod/Simple/t/fcodes_ell.t
11456            - lib/Pod/Simple/t/fcodes_ess.t
11457            - lib/Pod/Simple/t/fullstop_spaces.t
11458            - lib/Pod/Simple/t/head_ends_over.t lib/Pod/Simple/t/html-para.t
11459            - lib/Pod/Simple/t/html-styles.t lib/Pod/Simple/t/html-title.t
11460            - lib/Pod/Simple/t/htmlbatch_01.t lib/Pod/Simple/t/itemadapt.t
11461            - lib/Pod/Simple/t/junk1_out.txt lib/Pod/Simple/t/junk2_out.txt
11462            - lib/Pod/Simple/t/linkclass.t
11463            - lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
11464            - lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
11465            - lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
11466            - lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
11467            - lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
11468            - lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
11469            - lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
11470            - lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
11471            - lib/Pod/Simple/t/perlcyg_out.txt lib/Pod/Simple/t/perlfaq3.pod
11472            - lib/Pod/Simple/t/perlfaq3_out.txt
11473            - lib/Pod/Simple/t/perlvar_out.txt lib/Pod/Simple/t/pulltitle.t
11474            - lib/Pod/Simple/t/sanity_tfh.t lib/Pod/Simple/t/search_05sane.t
11475            - lib/Pod/Simple/t/search_10survey_specific.t
11476            - lib/Pod/Simple/t/search_12survey_cwd.t
11477            - lib/Pod/Simple/t/search_20survey_two.t
11478            - lib/Pod/Simple/t/search_22survey_two_shadowing.t
11479            - lib/Pod/Simple/t/search_25_glob_squaa.t
11480            - lib/Pod/Simple/t/search_26_glob_kleene_k.t
11481            - lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
11482            - lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
11483            - lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
11484            - lib/Pod/Simple/t/search_50survey_inc.t
11485            - lib/Pod/Simple/t/test_lib/Blorm.pm
11486            - lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
11487            - lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
11488            - lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
11489            - lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
11490            - lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
11491            - lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
11492            - lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
11493            - lib/Pod/Simple/t/test_lib/pod/perlthang.pod
11494            - lib/Pod/Simple/t/test_lib/squaa.pm
11495            - lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
11496            - lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
11497            - lib/Pod/Simple/t/test_lib/zikzik.pod
11498            - lib/Pod/Simple/t/verbatim_formatted.t
11499            - lib/Pod/Simple/t/verbatims.t
11500            - lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
11501            ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple/ChangeLog
11502            ! lib/Pod/Simple/Search.pm
11503 ____________________________________________________________________________
11504 [ 30700] By: nicholas                              on 2007/03/22  22:21:54
11505         Log: Can use memEQ instead of strnEQ in CHECK_WORD()
11506      Branch: perl
11507            ! regcomp.c
11508 ____________________________________________________________________________
11509 [ 30693] By: rgs                                   on 2007/03/22  18:26:36
11510         Log: Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
11511              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
11512              Date: Thu, 16 Nov 2006 17:36:44 +0100
11513              Message-ID: <20061116173644.4412f66f@grubert.mandriva.com>
11514      Branch: perl
11515            ! ext/Encode/Encode.xs
11516 ____________________________________________________________________________
11517 [ 30691] By: steveh                                on 2007/03/22  17:46:43
11518         Log: Make sure Win32CORE.pm gets cleaned up
11519              
11520              Normally it happens anyway, but sometimes when running 'distclean'
11521              on a half-built source tree it gets left behind.
11522      Branch: perl
11523            ! win32/Makefile win32/makefile.mk
11524 ____________________________________________________________________________
11525 [ 30688] By: rgs                                   on 2007/03/22  14:45:36
11526         Log: Misc. L<> fixes in core docs : don't link to man pages;
11527              provide full urls when linking to web sites.
11528      Branch: perl
11529            ! pod/perlipc.pod pod/perllocale.pod pod/perlpacktut.pod
11530 ____________________________________________________________________________
11531 [ 30687] By: stevep                                on 2007/03/22  14:43:32
11532         Log: Subject: [PATCH] Fix to threads::shared t/waithires.t
11533              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11534              Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT)
11535              Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com>
11536      Branch: perl
11537            ! ext/threads/shared/t/waithires.t
11538 ____________________________________________________________________________
11539 [ 30686] By: rgs                                   on 2007/03/22  14:41:17
11540         Log: Fix a broken link and a meaningless phrase in perldebguts
11541      Branch: perl
11542            ! pod/perldebguts.pod
11543 ____________________________________________________________________________
11544 [ 30685] By: rgs                                   on 2007/03/22  14:37:43
11545         Log: Remove references to perlcc from the core docs.
11546      Branch: perl
11547            ! pod/perlfunc.pod pod/perlmod.pod pod/perlutil.pod
11548            ! pod/perlvar.pod
11549 ____________________________________________________________________________
11550 [ 30684] By: rgs                                   on 2007/03/22  14:25:54
11551         Log: Fix internal POD link
11552      Branch: perl
11553            ! lib/Term/ANSIColor.pm
11554 ____________________________________________________________________________
11555 [ 30683] By: nicholas                              on 2007/03/22  14:00:14
11556         Log: Re-order the flags values for struct refcounted_he to allow the
11557              possibility of storing 2 futher types. Add a void * to the union
11558              as it won't increase the size, but may become useful.
11559      Branch: perl
11560            ! hv.c hv.h
11561 ____________________________________________________________________________
11562 [ 30681] By: rgs                                   on 2007/03/22  09:28:15
11563         Log: Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
11564              From: Jarkko Hietaniemi <jhi@iki.fi>
11565              Date: Wed, 21 Mar 2007 08:01:14 -0400
11566              Message-ID: <46011E8A.1080009@iki.fi>
11567      Branch: perl
11568            ! lib/Pod/Html.pm
11569 ____________________________________________________________________________
11570 [ 30680] By: rgs                                   on 2007/03/22  09:19:22
11571         Log: regexp refcount is an integer, not a pointer
11572      Branch: perl
11573            ! dump.c
11574 ____________________________________________________________________________
11575 [ 30679] By: rgs                                   on 2007/03/22  09:16:37
11576         Log: Fix error message for re::regnames_iterinit()
11577      Branch: perl
11578            ! universal.c
11579 ____________________________________________________________________________
11580 [ 30678] By: rgs                                   on 2007/03/22  09:01:37
11581         Log: Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
11582              From: demerphq <demerphq@gmail.com>
11583              Date: Wed, 21 Mar 2007 10:39:24 +0100
11584              Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>
11585              
11586              plus two follow-up patches (minor tweaks)
11587      Branch: perl
11588            ! dump.c embed.fnc embed.h ext/Devel/Peek/t/Peek.t
11589            ! ext/Encode/t/Aliases.t ext/re/re.pm ext/re/t/re_funcs.t
11590            ! global.sym lib/Tie/Hash/NamedCapture.pm pp_ctl.c proto.h
11591            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t universal.c
11592 ____________________________________________________________________________
11593 [ 30677] By: rgs                                   on 2007/03/22  08:34:42
11594         Log: Subject: [PATCH] threads 1.61
11595              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11596              Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT)
11597              Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com>
11598              
11599              Fix 'list/array' context - both keywords are supported
11600      Branch: perl
11601            ! ext/threads/Changes ext/threads/README ext/threads/t/context.t
11602            ! ext/threads/t/exit.t ext/threads/t/thread.t
11603            ! ext/threads/threads.pm ext/threads/threads.xs
11604 ____________________________________________________________________________
11605 [ 30676] By: davem                                 on 2007/03/22  00:16:23
11606         Log: fix MAD compilation of C-style for loop
11607              
11608              Subject:  [PATCH] MAD C-style for loop
11609              From:  Gerard Goossen <gerard@tty.nl>
11610              Date:  Wed, 21 Mar 2007 19:18:52 +0100
11611              Message-Id:  <20070321181852.GD31539@ostwald>
11612      Branch: perl
11613            ! perly.act perly.y
11614 ____________________________________________________________________________
11615 [ 30675] By: stevep                                on 2007/03/21  23:21:46
11616         Log: Silence a couple of warnings caused by change #30672.
11617      Branch: perl
11618            ! doio.c
11619 ____________________________________________________________________________
11620 [ 30673] By: nicholas                              on 2007/03/21  22:59:47
11621         Log: Adjust test count for 5.8.x
11622      Branch: perl
11623            ! ext/B/t/concise-xs.t
11624 ____________________________________________________________________________
11625 [ 30672] By: stevep                                on 2007/03/21  22:44:10
11626         Log: Make gcc warn in case code is not C++ compatible.
11627      Branch: perl
11628            ! cflags.SH
11629 ____________________________________________________________________________
11630 [ 30671] By: nicholas                              on 2007/03/21  22:01:32
11631         Log: Only use proxy constant subroutines for 5.9.x.
11632      Branch: perl
11633            ! ext/Fcntl/Makefile.PL ext/POSIX/Makefile.PL
11634            ! ext/Socket/Makefile.PL
11635 ____________________________________________________________________________
11636 [ 30670] By: nicholas                              on 2007/03/21  21:28:35
11637         Log: Subject: [PATCH] Change 30661 could result in undefined variable
11638              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11639              Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com>
11640              Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT)
11641      Branch: perl
11642            ! util.c
11643 ____________________________________________________________________________
11644 [ 30667] By: nicholas                              on 2007/03/21  19:02:50
11645         Log: Add some PERL_MEM* defines to the -V output that were missing.
11646              "Correct" the whitespace on the only inconsistent #ifdef/#endif
11647      Branch: perl
11648            ! perl.c
11649 ____________________________________________________________________________
11650 [ 30661] By: nicholas                              on 2007/03/21  16:31:52
11651         Log: Remove the (sometimes) unused variable from change 30652.
11652      Branch: perl
11653            ! util.c
11654 ____________________________________________________________________________
11655 [ 30660] By: stevep                                on 2007/03/21  13:32:22
11656         Log: Pod fix to h2ph from John Morrissey on the Debian bug list.
11657      Branch: perl
11658            ! utils/h2ph.PL
11659 ____________________________________________________________________________
11660 [ 30659] By: nicholas                              on 2007/03/21  12:53:56
11661         Log: Don't try to set the NV on a typeglob-in-action. Should cure bug
11662              41920.
11663      Branch: perl
11664            ! sv.c
11665 ____________________________________________________________________________
11666 [ 30658] By: nicholas                              on 2007/03/21  12:20:03
11667         Log: AVs and HVs never had the NV slot. (Not that this error mattered, as
11668              you can't upgrade from them, and the only code path that uses the
11669              flag in sv_upgrade isn't reached when upgrading to AVs or HVs)
11670      Branch: perl
11671            ! sv.c
11672 ____________________________________________________________________________
11673 [ 30657] By: rgs                                   on 2007/03/21  10:43:52
11674         Log: Subject: [PATCH] Sys::Syslog doesn't need ppport.h in core
11675              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11676              Date: Tue, 20 Mar 2007 13:15:31 -0700 (PDT)
11677              Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com>
11678      Branch: perl
11679            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
11680            ! ext/Sys/Syslog/Syslog.xs mkppport.lst
11681 ____________________________________________________________________________
11682 [ 30656] By: rgs                                   on 2007/03/21  10:24:52
11683         Log: Subject: [PATCH] Data::Dumper doesn't need ppport.h in core
11684              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11685              Date: Tue, 20 Mar 2007 11:48:24 -0700 (PDT)
11686              Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com>
11687      Branch: perl
11688            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11689            ! ext/Data/Dumper/Makefile.PL mkppport.lst
11690 ____________________________________________________________________________
11691 [ 30655] By: rgs                                   on 2007/03/21  09:27:40
11692         Log: Subject: [PATCH] Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]
11693              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11694              Date: Tue, 20 Mar 2007 14:05:46 -0700 (PDT)
11695              Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com>
11696      Branch: perl
11697            ! ext/Compress/Raw/Zlib/Makefile.PL
11698            ! ext/Compress/Raw/Zlib/Zlib.xs
11699            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm mkppport.lst
11700 ____________________________________________________________________________
11701 [ 30654] By: rgs                                   on 2007/03/21  09:20:30
11702         Log: Subject: [PATCH] Remove unneeded pragma line from B/t/OptreeCheck.pm
11703              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11704              Date: Tue, 20 Mar 2007 16:43:02 -0700 (PDT)
11705              Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com>
11706      Branch: perl
11707            ! ext/B/t/OptreeCheck.pm
11708 ____________________________________________________________________________
11709 [ 30653] By: rgs                                   on 2007/03/21  08:57:22
11710         Log: Don't install XS::APItest and XS::Typemap
11711      Branch: perl
11712            ! installperl utils/perlivp.PL
11713 ____________________________________________________________________________
11714 [ 30652] By: nicholas                              on 2007/03/20  23:20:46
11715         Log: In safecalloc, use the system calloc() for the non-DEBUGGING case, as
11716              it may be able to memset() to 0 for free. 
11717      Branch: perl
11718            ! util.c
11719 ____________________________________________________________________________
11720 [ 30651] By: rgs                                   on 2007/03/20  16:15:55
11721         Log: Subject: [PATCH] Re: ppport.h in core
11722              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11723              Date: Tue, 20 Mar 2007 09:08:19 -0700 (PDT)
11724              Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com>
11725              
11726              Digest::SHA no longer uses ppport.h
11727      Branch: perl
11728            ! mkppport.lst
11729 ____________________________________________________________________________
11730 [ 30649] By: merijn                                on 2007/03/20  16:06:11
11731         Log: Subject: [PATCH] my email address changed
11732              From: Michael Stevens <mstevens@etla.org>
11733              Date: Tue, 20 Mar 2007 15:49:12 +0000
11734              Message-ID: <20070320154912.GE50318@etla.org>
11735      Branch: perl
11736            ! AUTHORS
11737 ____________________________________________________________________________
11738 [ 30648] By: rgs                                   on 2007/03/20  11:39:16
11739         Log: More nits in the PERL5LIB docs, suggested by Andreas.
11740      Branch: perl
11741            ! pod/perlrun.pod
11742 ____________________________________________________________________________
11743 [ 30647] By: rgs                                   on 2007/03/20  09:01:05
11744         Log: Subject: [PATCH] feel the the baß (encoding problems in the regex engine)
11745              From: demerphq <demerphq@gmail.com>
11746              Date: Tue, 20 Mar 2007 01:40:34 +0100
11747              Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com>
11748      Branch: perl
11749            ! pod/perlreguts.pod regcomp.c regexec.c t/op/pat.t
11750 ____________________________________________________________________________
11751 [ 30646] By: rgs                                   on 2007/03/19  23:59:54
11752         Log: Better wording for the return value of select()
11753              (bug #41907)
11754      Branch: perl
11755            ! pod/perlfunc.pod
11756 ____________________________________________________________________________
11757 [ 30645] By: rgs                                   on 2007/03/19  23:34:50
11758         Log: More adjustments to the PERL5LIB docs by Rick
11759              Delaney and myself
11760      Branch: perl
11761            ! pod/perlrun.pod
11762 ____________________________________________________________________________
11763 [ 30644] By: rgs                                   on 2007/03/19  23:11:12
11764         Log: Let %^H be modifiable in eval-strings (bug #41531),
11765              by adding a meaning for OPf_SPECIAL on OP_CONST.
11766              Patch by Yves Orton.
11767      Branch: perl
11768            ! op.c op.h pp_hot.c t/comp/hints.t
11769 ____________________________________________________________________________
11770 [ 30643] By: rgs                                   on 2007/03/19  22:44:18
11771         Log: Subject: Re: Composing @INC from PERL5LIB
11772              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
11773              Date: Mon, 19 Mar 2007 23:35:10 +0100
11774              Message-ID: <87ircwkgkh.fsf@k75.linux.bogus>
11775      Branch: perl
11776            ! pod/perlrun.pod
11777 ____________________________________________________________________________
11778 [ 30634] By: rgs                                   on 2007/03/19  15:42:58
11779         Log: Adjust timing tolerance in threads tests, by Jerry D. Hedden
11780      Branch: perl
11781            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11782            ! ext/threads/shared/t/waithires.t
11783 ____________________________________________________________________________
11784 [ 30633] By: nicholas                              on 2007/03/19  15:17:27
11785         Log: PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd
11786              reference counts correctly.
11787      Branch: perl
11788            ! ext/XS/Typemap/Typemap.xs perlio.c
11789 ____________________________________________________________________________
11790 [ 30631] By: rgs                                   on 2007/03/19  09:34:32
11791         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
11792              From: Jari Aalto <jari.aalto@cante.net>
11793              Date: Sat, 17 Mar 2007 11:11:17 +0300
11794              Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net>
11795      Branch: perl
11796            ! lib/Pod/Html.pm
11797 ____________________________________________________________________________
11798 [ 30630] By: rgs                                   on 2007/03/19  09:27:29
11799         Log: Subject: Re: perlreguts: Copy-editing and wishlist
11800              From: Marvin Humphrey <marvin@rectangular.com>
11801              Date: Fri, 16 Mar 2007 12:44:55 -0700
11802              Message-Id: <F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com>
11803      Branch: perl
11804            ! pod/perlreguts.pod
11805 ____________________________________________________________________________
11806 [ 30629] By: rgs                                   on 2007/03/19  08:58:08
11807         Log: Upgrade to version.pm 0.71, by John Peacock
11808      Branch: perl
11809            ! embed.fnc embed.h gv.c lib/version.t perl.c pod/perlapi.pod
11810            ! pp_ctl.c proto.h t/comp/use.t t/op/universal.t universal.c
11811            ! util.c
11812 ____________________________________________________________________________
11813 [ 30628] By: davem                                 on 2007/03/19  00:00:46
11814         Log: minor code simplification made possible by change #30627
11815      Branch: perl
11816            ! mg.c
11817 ____________________________________________________________________________
11818 [ 30627] By: davem                                 on 2007/03/18  23:43:05
11819         Log: When restoring localised values, call set only on container magic.
11820              Avoids (among other things), localised pos index being trashed at
11821              scope exit.
11822      Branch: perl
11823            ! mg.c t/op/pos.t
11824 ____________________________________________________________________________
11825 [ 30624] By: davem                                 on 2007/03/18  23:17:04
11826         Log: move magic container/value test into separate function
11827      Branch: perl
11828            ! mg.c
11829 ____________________________________________________________________________
11830 [ 30618] By: nicholas                              on 2007/03/18  21:14:16
11831         Log: The test case applied in change 29502 really should have gone at the
11832              end of the file t/op/re_tests.
11833      Branch: perl
11834            ! t/op/re_tests
11835 ____________________________________________________________________________
11836 [ 30614] By: nicholas                              on 2007/03/18  19:44:42
11837         Log: Subject: 29044 broke Fatal.pm
11838              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
11839              Message-ID: <87slc37y99.fsf@k75.linux.bogus>
11840              Date: Sun, 18 Mar 2007 09:26:58 +0100
11841      Branch: perl
11842            ! lib/Fatal.pm lib/Fatal.t
11843 ____________________________________________________________________________
11844 [ 30610] By: nicholas                              on 2007/03/17  18:42:30
11845         Log: PerlIO_importFILE() should increase the reference count on the fd
11846              that it brings into PerlIO managed space. (A long standing problem
11847              reported by Steve Hay)
11848      Branch: perl
11849            ! perlio.c
11850 ____________________________________________________________________________
11851 [ 30609] By: rgs                                   on 2007/03/17  17:43:48
11852         Log: Subject: [PATCH] perl5db.t: skip test when /dev/tty is not available
11853              From: Alexey Tourbin <at@altlinux.ru>
11854              Date: Sat, 17 Mar 2007 19:28:33 +0300
11855              Message-ID: <20070317162833.GA10670@solemn.turbinal>
11856      Branch: perl
11857            ! lib/perl5db.t
11858 ____________________________________________________________________________
11859 [ 30608] By: nicholas                              on 2007/03/17  16:58:00
11860         Log: Test case from Karl Chen in RT #41831
11861              (The bug was already fixed in blead, merged to maint, and it seems
11862              better to adapt the sample code rather than add the whole new test)
11863      Branch: perl
11864            ! t/op/taint.t
11865 ____________________________________________________________________________
11866 [ 30607] By: nicholas                              on 2007/03/17  15:14:38
11867         Log: Remove the other 4 bits of MAD code designed to abort on local $^L.
11868      Branch: perl
11869            ! scope.c
11870 ____________________________________________________________________________
11871 [ 30606] By: nicholas                              on 2007/03/17  13:01:18
11872         Log: The code in newCONDOP can be made visibly simpler by using intermediate
11873              variables. It's also 8 bytes smaller with -Os
11874      Branch: perl
11875            ! op.c
11876 ____________________________________________________________________________
11877 [ 30605] By: nicholas                              on 2007/03/16  19:29:04
11878         Log: Under -Dmad, free the ops representing the dead code when a branch
11879              conditional value is actually a constant. Previously this was leaking
11880              ops, and more visibly shared hash keys.
11881      Branch: perl
11882            ! op.c
11883 ____________________________________________________________________________
11884 [ 30604] By: rgs                                   on 2007/03/16  15:18:07
11885         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
11886              From: Jari Aalto <jari.aalto@cante.net>
11887              Date: Wed, 14 Mar 2007 21:56:14 +0300
11888              Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net>
11889      Branch: perl
11890            ! lib/Pod/Html.pm
11891 ____________________________________________________________________________
11892 [ 30603] By: nicholas                              on 2007/03/16  08:41:02
11893         Log: Remove the abort() trap, which Larry said was actually only ever
11894              intended as a way to enter gdb by using local $^L
11895      Branch: perl
11896            ! scope.c
11897 ____________________________________________________________________________
11898 [ 30602] By: craigb                                on 2007/03/16  01:40:50
11899         Log: Make sure escaped dots in filenames are preserved when translating
11900              filenames from VMS to UNIX syntax.
11901      Branch: perl
11902            ! vms/ext/filespec.t vms/vms.c
11903 ____________________________________________________________________________
11904 [ 30601] By: rgs                                   on 2007/03/15  17:43:43
11905         Log: Patch by Abigail to avoid using $& in diagnostics.pm.
11906      Branch: perl
11907            ! lib/diagnostics.pm
11908 ____________________________________________________________________________
11909 [ 30600] By: rgs                                   on 2007/03/15  17:18:18
11910         Log: Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)
11911              From: Abe Timmerman <abe@ztreet.demon.nl>
11912              Date: Thu, 15 Mar 2007 18:06:25 +0100
11913              Message-ID: <45F97D11.2080009@ztreet.demon.nl>
11914              
11915              skips some tests when perl is built without useperlio
11916      Branch: perl
11917            ! ext/PerlIO/encoding/t/nolooping.t t/op/inccode.t
11918 ____________________________________________________________________________
11919 [ 30599] By: rgs                                   on 2007/03/15  16:14:22
11920         Log: Patch by Gerard Goossen to add madprops to "require" opcode
11921      Branch: perl
11922            ! perly.act perly.h perly.tab perly.y
11923 ____________________________________________________________________________
11924 [ 30597] By: rgs                                   on 2007/03/15  16:01:33
11925         Log: Patch by Gerard Goossen to have nomad print also
11926              the [ ] { } madprops.
11927      Branch: perl
11928            ! mad/nomad
11929 ____________________________________________________________________________
11930 [ 30596] By: rgs                                   on 2007/03/15  15:53:28
11931         Log: Don't mention DynaLoader.a in INSTALL,
11932              since it doesn't exist anymore
11933      Branch: perl
11934            ! INSTALL
11935 ____________________________________________________________________________
11936 [ 30595] By: nicholas                              on 2007/03/15  15:02:55
11937         Log: Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
11938      Branch: perl
11939            ! ext/Storable/Storable.xs
11940 ____________________________________________________________________________
11941 [ 30594] By: nicholas                              on 2007/03/15  13:23:49
11942         Log: Subject: Re: [Patch] Fix some of the tests of Storable on Perl 5.004
11943              From: Sébastien Aperghis-Tramoni <saper@cpan.org>
11944              Message-ID: <1173961567.45f93b5f0fc9f@imp.free.fr>
11945              Date: Thu, 15 Mar 2007 13:26:07 +0100
11946      Branch: perl
11947            ! ext/Storable/Storable.pm ext/Storable/t/file_magic.t
11948            ! ext/Storable/t/threads.t
11949 ____________________________________________________________________________
11950 [ 30593] By: nicholas                              on 2007/03/15  11:35:26
11951         Log: Tweak to Storable to make dclone.t pass on 5.005_03.
11952      Branch: perl
11953            ! ext/Storable/Storable.xs
11954 ____________________________________________________________________________
11955 [ 30592] By: nicholas                              on 2007/03/15  11:32:38
11956         Log: Subject: [PATCH blead] Re: What is this MAD stuff all about?
11957              From: Rick Delaney <rick@bort.ca>
11958              Message-ID: <20070313001511.GJ6001@bort.ca>
11959              Date: Mon, 12 Mar 2007 20:15:12 -0400
11960      Branch: perl
11961            ! toke.c
11962 ____________________________________________________________________________
11963 [ 30591] By: rgs                                   on 2007/03/15  09:52:05
11964         Log: Upgrade to threads::shared 1.08 :
11965              - Sub-second resolution for cont_timedwait under WIN32
11966              (courtesy of Dean Arnold)
11967              - Fix compiler warnings
11968      Branch: perl
11969            + ext/threads/shared/t/waithires.t
11970            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
11971            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11972            ! ext/threads/shared/t/blessed.t
11973 ____________________________________________________________________________
11974 [ 30590] By: rgs                                   on 2007/03/15  09:35:14
11975         Log: Make the isdst argument to asctime and mktime default to -1
11976              instead of 0, as suggested by Mike Schilli.
11977      Branch: perl
11978            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11979 ____________________________________________________________________________
11980 [ 30589] By: nicholas                              on 2007/03/14  23:33:02
11981         Log: Changes needed to get Storable to compile on 5.005_03.
11982              Passing tests is a different matter...
11983      Branch: perl
11984            ! ext/Storable/Storable.xs
11985 ____________________________________________________________________________
11986 [ 30584] By: rgs                                   on 2007/03/14  16:18:33
11987         Log: Subject: Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable <a name=..> refs
11988              From: Jari Aalto <jari.aalto@cante.net>
11989              Date: Wed, 07 Mar 2007 10:04:15 +0200
11990              Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net>
11991              
11992              with test adjustments
11993      Branch: perl
11994            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.t
11995 ____________________________________________________________________________
11996 [ 30583] By: rgs                                   on 2007/03/14  15:50:21
11997         Log: Subject: [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputted INDEX section 
11998              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
11999              Date: Sun, 04 Mar 2007 13:33:20 -0800
12000              Message-ID: <rt-3.6.HEAD-2051-1173043999-1740.41698-75-0@perl.org>
12001              
12002              plus test adjustments
12003      Branch: perl
12004            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmllink.t
12005            ! lib/Pod/t/htmlview.t
12006 ____________________________________________________________________________
12007 [ 30582] By: rgs                                   on 2007/03/14  15:40:54
12008         Log: Subject: [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file"' in the HTML output 
12009              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
12010              Date: Mon, 05 Mar 2007 02:05:38 -0800
12011              Message-ID: <rt-3.6.HEAD-2051-1173089138-1801.41701-75-0@perl.org>
12012              
12013              plus adjustments to tests
12014      Branch: perl
12015            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
12016 ____________________________________________________________________________
12017 [ 30580] By: rgs                                   on 2007/03/14  13:38:15
12018         Log: De-hardcode a path in a Test::Simple test, so it works
12019              when integrated to the core.
12020      Branch: perl
12021            ! lib/Test/Simple/t/fail-more.t
12022 ____________________________________________________________________________
12023 [ 30578] By: stevep                                on 2007/03/14  13:17:42
12024         Log: Upgrade to Test-Simple-0.68.  Includes a tweak to
12025              lib/Test/Simple/t/fail-more.t so that all of its tests pass within
12026              the Perl core.
12027      Branch: perl
12028            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
12029            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
12030            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/is_fh.t
12031            ! lib/Test/Simple/t/overload.t
12032 ____________________________________________________________________________
12033 [ 30577] By: davem                                 on 2007/03/14  12:34:05
12034         Log: use a fresh stack when loading Errno.pm etc.
12035              Stops 'use vars qw($!)' in lib/vars.t segfaulting.
12036              (This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
12037      Branch: perl
12038            ! gv.c
12039 ____________________________________________________________________________
12040 [ 30576] By: rgs                                   on 2007/03/14  09:43:21
12041         Log: Patch by Sébastien Aperghis-Tramoni to avoid encoding
12042              everything that goes through Net::Cmd as UTF-8
12043              (regression as of Net::Cmd 2.27, see CPAN RT #24835)
12044      Branch: perl
12045            ! lib/Net/Cmd.pm
12046 ____________________________________________________________________________
12047 [ 30575] By: rgs                                   on 2007/03/14  07:51:57
12048         Log: Subject: [PATCH] perlfunc.pod (ref results), perlop.pod (qr// result) 
12049              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
12050              Date: Wed, 14 Mar 2007 07:56:45 +0100
12051              Message-ID: <45F79CAD.5050005@thalesgroup.com>
12052      Branch: perl
12053            ! pod/perlfunc.pod pod/perlop.pod
12054 ____________________________________________________________________________
12055 [ 30574] By: nicholas                              on 2007/03/13  23:10:11
12056         Log: The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
12057      Branch: perl
12058            ! regexec.c
12059 ____________________________________________________________________________
12060 [ 30572] By: nicholas                              on 2007/03/13  22:48:46
12061         Log: Check that stat and -X favours the file handle over the directory
12062              handle when using *THINGY{IO} syntax too.
12063      Branch: perl
12064            ! t/op/stat.t
12065 ____________________________________________________________________________
12066 [ 30571] By: nicholas                              on 2007/03/13  22:24:54
12067         Log: Check that stat and -X on barewords favour the file handle over the
12068              directory handle for the ambiguous case.
12069      Branch: perl
12070            ! t/op/stat.t
12071 ____________________________________________________________________________
12072 [ 30569] By: nicholas                              on 2007/03/13  20:48:17
12073         Log: Bump versions of modules that are currently on "dev" releases in maint.
12074      Branch: perl
12075            ! ext/B/B/Debug.pm ext/B/B/Terse.pm
12076 ____________________________________________________________________________
12077 [ 30566] By: nicholas                              on 2007/03/13  19:33:02
12078         Log: Integrate:
12079              [ 30565]
12080              Make the constant AVf_REAL conditional on Perl version.
12081      Branch: perl
12082           !> ext/B/defsubs_h.PL
12083 ____________________________________________________________________________
12084 [ 30563] By: nicholas                              on 2007/03/13  17:35:05
12085         Log: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.
12086              (And then merge the difference back into blead)
12087      Branch: perl
12088            ! ext/B/t/concise-xs.t
12089 ____________________________________________________________________________
12090 [ 30562] By: stevep                                on 2007/03/13  15:54:56
12091         Log: Subject: [PATCH] DB_File with g++ and db v1
12092              From: Jarkko Hietaniemi <jhi@iki.fi>
12093              Date: Mon, 12 Mar 2007 22:01:34 -0400
12094              Message-ID: <45F605FE.1090606@iki.fi>
12095      Branch: perl
12096            ! ext/DB_File/DB_File.xs
12097 ____________________________________________________________________________
12098 [ 30561] By: rgs                                   on 2007/03/13  11:13:20
12099         Log: Subject: [PATCH] inform constant.pm about UNITCHECK
12100              From: "Joshua ben Jore" <twists@gmail.com>
12101              Date: Tue, 13 Mar 2007 00:35:11 -0700
12102              Message-ID: <dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
12103      Branch: perl
12104            ! lib/constant.pm lib/constant.t
12105 ____________________________________________________________________________
12106 [ 30560] By: rgs                                   on 2007/03/13  11:02:03
12107         Log: Need a SPAGAIN here because the stack pointer might have
12108              moved when evaluating a tied hash in scalar context.
12109      Branch: perl
12110            ! pp_hot.c
12111 ____________________________________________________________________________
12112 [ 30558] By: nicholas                              on 2007/03/13  00:01:42
12113         Log: Get B compiling and passing all tests on both 5.9.x and 5.8.x
12114      Branch: perl
12115            ! ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
12116            ! ext/B/t/OptreeCheck.pm ext/B/t/concise-xs.t ext/B/t/f_sort.t
12117            ! ext/B/t/optree_constants.t ext/B/t/optree_specials.t
12118            ! ext/B/t/pragma.t
12119 ____________________________________________________________________________
12120 [ 30557] By: rgs                                   on 2007/03/12  22:14:27
12121         Log: Fix a couple of minor typos in comments
12122      Branch: perl
12123            ! dump.c
12124 ____________________________________________________________________________
12125 [ 30556] By: rgs                                   on 2007/03/12  21:58:19
12126         Log: Better wording for (?|...) in perlre, from a suggestion by Ruud.
12127      Branch: perl
12128            ! pod/perlre.pod
12129 ____________________________________________________________________________
12130 [ 30555] By: rgs                                   on 2007/03/12  21:22:55
12131         Log: Remove notes about experimental functions in the utf8 module.
12132              Also, document that the internal utf8 functions can be used
12133              without loading utf8.pm. (Suggested by Juerd)
12134      Branch: perl
12135            ! lib/utf8.pm
12136 ____________________________________________________________________________
12137 [ 30554] By: rgs                                   on 2007/03/12  21:00:05
12138         Log: warn() without args doesn't take a default message in $_, but in $@
12139      Branch: perl
12140            ! pod/perldiag.pod
12141 ____________________________________________________________________________
12142 [ 30553] By: nicholas                              on 2007/03/12  18:21:56
12143         Log: Fix the partially passing TODO test in optree_constants.t by
12144              making the tests for PL_sv_yes and PL_sv_no run as separate programs,
12145              rather than code eval'd in the current program, as under ithreads
12146              whether you get the real thing or a copy depends on whether any
12147              previous code has that SV in a PAD op.
12148      Branch: perl
12149            ! ext/B/t/optree_constants.t
12150 ____________________________________________________________________________
12151 [ 30552] By: nicholas                              on 2007/03/12  15:30:39
12152         Log: With the demise of ByteLoader in blead, unshare_hek can return to the
12153              backwaters of 'p'. Not being visible to 'EX'tensions means that there's
12154              less exposure to maintenance compatibility concerns.
12155      Branch: perl
12156            ! embed.fnc embed.h global.sym
12157 ____________________________________________________________________________
12158 [ 30551] By: stevep                                on 2007/03/12  15:12:39
12159         Log: Upgrade to CPAN-1.88_78
12160      Branch: perl
12161            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Kwalify.pm
12162            ! lib/CPAN/Kwalify/distroprefs.dd
12163            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/bin/cpan
12164 ____________________________________________________________________________
12165 [ 30550] By: nicholas                              on 2007/03/12  15:03:29
12166         Log: Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
12167      Branch: perl
12168            ! MANIFEST
12169 ____________________________________________________________________________
12170 [ 30548] By: rgs                                   on 2007/03/12  14:33:01
12171         Log: Like fake scalars, state variables shouldn't get new pad entries
12172              at each recursion, in order to be truly stateful. (bug #41789)
12173      Branch: perl
12174            ! pad.c t/op/state.t
12175 ____________________________________________________________________________
12176 [ 30544] By: craigb                                on 2007/03/11  23:42:14
12177         Log: ExtUtils::Manifest fix-ups for VMS:
12178              - don't use multiple dots in .bak filenames
12179              - remove VMS-specific clobbering of keys with values in mkmanifest()
12180              patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377>
12181      Branch: perl
12182            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
12183 ____________________________________________________________________________
12184 [ 30543] By: craigb                                on 2007/03/11  21:05:08
12185         Log: Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot
12186              of OS-specific shenanigans.
12187      Branch: perl
12188            ! t/io/inplace.t t/io/iprefix.t
12189 ____________________________________________________________________________
12190 [ 30542] By: craigb                                on 2007/03/11  21:01:35
12191         Log: Add directory depth check for older VMS systems to check83.pl
12192      Branch: perl
12193            ! Porting/check83.pl
12194 ____________________________________________________________________________
12195 [ 30537] By: nicholas                              on 2007/03/10  16:56:21
12196         Log: Test that format references can't be wrongly dereferenced.
12197              Test that a glob dereference of a PVIO correctly sets the IO of the
12198              temporary glob that it creates.
12199      Branch: perl
12200            ! t/op/ref.t
12201 ____________________________________________________________________________
12202 [ 30535] By: nicholas                              on 2007/03/10  16:20:31
12203         Log: Bump Exporter's $VERSION.
12204      Branch: perl
12205            ! lib/Exporter.pm
12206 ____________________________________________________________________________
12207 [ 30533] By: nicholas                              on 2007/03/10  15:34:34
12208         Log: A test case for change 30527 (chdir bareword ambiguity with dirhandles
12209              and filehandles)
12210      Branch: perl
12211            ! t/op/chdir.t
12212 ____________________________________________________________________________
12213 [ 30532] By: nicholas                              on 2007/03/10  15:30:46
12214         Log: Refactor the "has fchdir" and "has dirfd" logic to one place.
12215      Branch: perl
12216            ! t/op/chdir.t
12217 ____________________________________________________________________________
12218 [ 30531] By: nicholas                              on 2007/03/09  20:49:47
12219         Log: Don't swallow up other warnings in Exporter's test. Remove a needless
12220              eval that happened to generate 4 warnings.
12221      Branch: perl
12222            ! lib/Exporter.t
12223 ____________________________________________________________________________
12224 [ 30530] By: merijn                                on 2007/03/09  19:47:15
12225         Log: Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so 
12226              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
12227              Date: Thu, 22 Feb 2007 14:39:02 -0800
12228              Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org>
12229      Branch: perl
12230            ! Makefile.SH
12231 ____________________________________________________________________________
12232 [ 30529] By: nicholas                              on 2007/03/09  19:23:57
12233         Log: Make Exporter::Heavy correctly not warn when exporting a symbol only
12234              declared in the export specification. Ensure that the test actually
12235              tests this.
12236      Branch: perl
12237            ! lib/Exporter.t lib/Exporter/Heavy.pm
12238 ____________________________________________________________________________
12239 [ 30528] By: merijn                                on 2007/03/09  19:02:23
12240         Log: Tom Callaway's Redhat patches
12241              
12242              Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations
12243              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
12244              Date: Thu, 22 Feb 2007 19:33:45 -0800
12245              Message-ID: <rt-3.6.HEAD-28041-1172201625-659.41595-75-0@perl.org>
12246              
12247              Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
12248              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
12249              Date: Thu, 22 Feb 2007 14:56:24 -0800
12250              Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org>
12251      Branch: perl
12252            ! Configure
12253 ____________________________________________________________________________
12254 [ 30527] By: stevep                                on 2007/03/09  18:30:16
12255         Log: Prefer dirhandles to filehandles when passing a bareword typeglob
12256              to chdir() and the typeglob has both a dirhandle and a 
12257              filehandle assigned to it.
12258      Branch: perl
12259            ! pp_sys.c
12260 ____________________________________________________________________________
12261 [ 30525] By: rgs                                   on 2007/03/09  17:47:22
12262         Log: Mention Perl::Unsafe::Signals in the core docs en passant.
12263      Branch: perl
12264            ! pod/perlipc.pod
12265 ____________________________________________________________________________
12266 [ 30521] By: craigb                                on 2007/03/09  00:46:34
12267         Log: In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the
12268              minus (there was no intention to use $\ or $- here).
12269      Branch: perl
12270            ! lib/ExtUtils/Liblist/Kid.pm
12271 ____________________________________________________________________________
12272 [ 30520] By: rgs                                   on 2007/03/08  16:31:36
12273         Log: The HePV macro was borked.
12274      Branch: perl
12275            ! hv.h
12276 ____________________________________________________________________________
12277 [ 30519] By: rgs                                   on 2007/03/08  16:12:29
12278         Log: Warning fix. Since HePV's second argument is supposed
12279              to be an unsigned integer, there's not point in comparing
12280              it to 0.
12281      Branch: perl
12282            ! hv.h
12283 ____________________________________________________________________________
12284 [ 30518] By: rgs                                   on 2007/03/08  15:48:53
12285         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
12286              From: demerphq <demerphq@gmail.com>
12287              Date: Thu, 8 Mar 2007 10:20:50 +0100
12288              Message-ID: <9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com>
12289      Branch: perl
12290            ! gv.c lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
12291 ____________________________________________________________________________
12292 [ 30517] By: rgs                                   on 2007/03/08  15:06:49
12293         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
12294              From: demerphq <demerphq@gmail.com>
12295              Date: Wed, 7 Mar 2007 20:44:52 +0100
12296              Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
12297      Branch: perl
12298            + lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
12299            - ext/re/lib/re/Tie/Hash/NamedCapture.pm
12300            ! MANIFEST embed.fnc ext/re/re.xs ext/re/t/re_funcs.t global.sym
12301            ! gv.c pod/perl595delta.pod pod/perlvar.pod proto.h universal.c
12302 ____________________________________________________________________________
12303 [ 30516] By: steveh                                on 2007/03/08  14:13:11
12304         Log: Subject: RE: $Win32::VERSION problem
12305              From: "Jan Dubois" <jand@activestate.com>
12306              Date: Wed, 7 Mar 2007 12:26:01 -0800
12307              Message-ID: <00b301c760f6$d28129d0$77837d70$@com>
12308              
12309              Adds the tests from the dual-lived CPAN distribution Win32-0.27
12310              and removes two old t/win32 tests which are now redundant
12311      Branch: perl
12312            + ext/Win32/t/ExpandEnvironmentStrings.t
12313            + ext/Win32/t/GetFileVersion.t ext/Win32/t/GetFolderPath.t
12314            + ext/Win32/t/GetFullPathName.t ext/Win32/t/GetLongPathName.t
12315            + ext/Win32/t/GetOSVersion.t ext/Win32/t/GuidGen.t
12316            - t/win32/getosversion.t t/win32/longpath.t
12317            ! MANIFEST
12318 ____________________________________________________________________________
12319 [ 30515] By: rgs                                   on 2007/03/08  13:49:42
12320         Log: Subject: debugger history save and load
12321              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
12322              Date: Wed, 07 Mar 2007 14:53:58 +0100
12323              Message-ID: <87y7m99n2h.fsf@k75.linux.bogus>
12324      Branch: perl
12325            ! lib/perl5db.pl
12326 ____________________________________________________________________________
12327 [ 30514] By: rgs                                   on 2007/03/08  13:46:16
12328         Log: Better docs for C<no VERSION>
12329      Branch: perl
12330            ! pod/perl593delta.pod pod/perlfunc.pod
12331 ____________________________________________________________________________
12332 [ 30513] By: rgs                                   on 2007/03/08  11:19:38
12333         Log: Need to extend the stack when using warn() without
12334              an argument (this fixes bug #41716)
12335      Branch: perl
12336            ! pp_sys.c
12337 ____________________________________________________________________________
12338 [ 30512] By: rgs                                   on 2007/03/08  11:17:21
12339         Log: Subject: [PATCH] Default to ELF on FreeBSD when objformat is not there
12340              From: Anton Berezin <tobez@tobez.org>
12341              Date: Thu, 8 Mar 2007 12:08:45 +0100
12342              Message-ID: <20070308110845.GA24332@heechee.tobez.org>
12343      Branch: perl
12344            ! hints/freebsd.sh
12345 ____________________________________________________________________________
12346 [ 30511] By: craigb                                on 2007/03/08  03:50:32
12347         Log: MM->{ldflags} may not be defined and wouldn't help us locate
12348              the perlshr library anyway (follow-up to #30462).
12349      Branch: perl
12350            ! lib/ExtUtils/Liblist/Kid.pm
12351 ____________________________________________________________________________
12352 [ 30510] By: craigb                                on 2007/03/08  03:06:53
12353         Log: Make vms/gen_shrfls.pl better able to detect header transitions with
12354              various compiler versions (needed after #30463).
12355      Branch: perl
12356            ! vms/gen_shrfls.pl
12357 ____________________________________________________________________________
12358 [ 30500] By: rgs                                   on 2007/03/07  17:08:54
12359         Log: Regenerates internal and external API docs
12360      Branch: perl
12361            ! pod/perlapi.pod pod/perlintern.pod
12362 ____________________________________________________________________________
12363 [ 30499] By: rgs                                   on 2007/03/07  17:05:29
12364         Log: Add the new man page, perlunifaq, in relevant places
12365      Branch: perl
12366            ! plan9/mkfile pod.lst pod/perl.pod vms/descrip_mms.template
12367            ! win32/pod.mak
12368 ____________________________________________________________________________
12369 [ 30497] By: rgs                                   on 2007/03/07  16:36:20
12370         Log: Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton
12371      Branch: perl
12372            ! lib/ExtUtils/Liblist/Kid.pm
12373 ____________________________________________________________________________
12374 [ 30496] By: rgs                                   on 2007/03/07  16:32:48
12375         Log: Use another method to avoid the "possible interpolation" warning
12376              for @- and @+ : do this directly from the lexer (patch by Yves
12377              Orton.) This way, @- and @+ aren't preloaded anymore.
12378              Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
12379              globs are created, this was breaking the build due to miniperl's
12380              inability to load it.
12381      Branch: perl
12382            ! gv.c perl.c toke.c
12383 ____________________________________________________________________________
12384 [ 30493] By: merijn                                on 2007/03/07  13:23:23
12385         Log: Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
12386              From: Juerd Waalboer <juerd@convolution.nl>
12387              Date: Sun, 4 Mar 2007 16:00:19 +0100
12388              Message-ID: <20070304150019.GN4723@c4.convolution.nl>
12389      Branch: perl
12390            + pod/perlunifaq.pod
12391            ! MANIFEST ext/Encode/Encode.pm ext/Encode/encoding.pm
12392            ! lib/PerlIO.pm lib/utf8.pm pod/perlapi.pod pod/perldata.pod
12393            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
12394            ! pod/perlpacktut.pod pod/perlport.pod pod/perlretut.pod
12395            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlunitut.pod
12396            ! pod/perlvar.pod sv.c
12397 ____________________________________________________________________________
12398 [ 30492] By: rgs                                   on 2007/03/07  11:00:07
12399         Log: Localize $! in splainthis() too. (see bug #41717)
12400      Branch: perl
12401            ! lib/diagnostics.pm
12402 ____________________________________________________________________________
12403 [ 30491] By: rgs                                   on 2007/03/07  10:57:11
12404         Log: Better localisation of $_ in diagnostics.
12405              This fixes bug #41717.
12406      Branch: perl
12407            ! lib/diagnostics.pm
12408 ____________________________________________________________________________
12409 [ 30490] By: rgs                                   on 2007/03/07  10:33:38
12410         Log: Avoid to load the *+ and *- globs too early.
12411              To silence spurious interpolation warnings, merely
12412              create the stash entry for them. Ensure that the
12413              re::Tie::Hash::NamedCapture module is always loaded
12414              when we have created the tied hashes %+ and %-.
12415              Revert change #30483, which is now unnecessary.
12416      Branch: perl
12417            ! gv.c lib/dumpvar.pl perl.c
12418 ____________________________________________________________________________
12419 [ 30489] By: stevep                                on 2007/03/06  16:49:47
12420         Log: Upgrade to IO-Zlib-1.05.  There are updates to the core that have
12421              not yet been included in the CPAN distribution, so the core 
12422              module has a version bump.
12423      Branch: perl
12424            ! lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/getline.t
12425 ____________________________________________________________________________
12426 [ 30488] By: rgs                                   on 2007/03/06  15:51:06
12427         Log: Fix error messages returned by S_require_tie_mod. Fix small leaks
12428              happening in there too. More importantly, call it when we load both
12429              a hash or a glob.
12430      Branch: perl
12431            ! gv.c
12432 ____________________________________________________________________________
12433 [ 30487] By: rgs                                   on 2007/03/06  15:04:03
12434         Log: Fix a small leak on loading *+ and *- globs
12435      Branch: perl
12436            ! gv.c
12437 ____________________________________________________________________________
12438 [ 30486] By: stevep                                on 2007/03/06  13:52:56
12439         Log: Upgrade to CGI.pm-3.27
12440      Branch: perl
12441            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Util.pm
12442            ! lib/CGI/t/form.t lib/CGI/t/util.t
12443 ____________________________________________________________________________
12444 [ 30485] By: rgs                                   on 2007/03/06  11:19:04
12445         Log: Subject: [PATCH] 'Unknown PerlIO layer "encoding"...' message
12446              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12447              Date: Fri, 2 Mar 2007 06:59:41 -0800 (PST)
12448              Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>
12449      Branch: perl
12450            ! lib/Pod/t/man.t
12451 ____________________________________________________________________________
12452 [ 30484] By: rgs                                   on 2007/03/06  11:10:26
12453         Log: Doc patch about PerlIO::encoding:
12454              
12455              Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
12456              From: Tels <nospam-abuse@bloodgate.com>
12457              Date: Fri, 2 Mar 2007 11:31:39 +0000
12458              Message-Id: <200703021131.41085@bloodgate.com>
12459      Branch: perl
12460            ! pod/perlfunc.pod
12461 ____________________________________________________________________________
12462 [ 30483] By: rgs                                   on 2007/03/06  10:32:01
12463         Log: dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
12464              to dump %+ and %-.
12465      Branch: perl
12466            ! lib/dumpvar.pl
12467 ____________________________________________________________________________
12468 [ 30482] By: steveh                                on 2007/03/06  09:20:51
12469         Log: Reinstate part of #28744 that was accidentally reverted in #30454
12470              to suppress a couple of warnings (at least on Win32)
12471      Branch: perl
12472            ! ext/Math/BigInt/FastCalc/FastCalc.pm
12473            ! ext/Math/BigInt/FastCalc/FastCalc.xs
12474 ____________________________________________________________________________
12475 [ 30481] By: nicholas                              on 2007/03/05  23:52:09
12476         Log: As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
12477              a check on the existing SvTYPE(), there's no need to wrap it inside
12478              another explcit check of SvTYPE(). This won't make any difference to
12479              the output of an optimising compiler, but it makes the source clearer.
12480      Branch: perl
12481            ! pp_ctl.c sv.c
12482 ____________________________________________________________________________
12483 [ 30464] By: nicholas                              on 2007/03/05  12:26:46
12484         Log: Change 30461 was wrong. As ext/re (re)builds the regexp engine with
12485              -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
12486              So something is always going to use it, so always define it, and always
12487              export it. (But only define it once, so that static builds work.)
12488      Branch: perl
12489            ! makedef.pl regcomp.pl regnodes.h
12490 ____________________________________________________________________________
12491 [ 30463] By: craigb                                on 2007/03/05  00:13:50
12492         Log: In vms/gen_shrfls.pl, no more special handling of vars from
12493              regcomp.h -- just process the file. (Needed for PL_reg_name.)
12494      Branch: perl
12495            ! vms/gen_shrfls.pl
12496 ____________________________________________________________________________
12497 [ 30462] By: craigb                                on 2007/03/04  22:58:29
12498         Log: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext 
12499              when determining whether the perlshr library was linked debug. Also submitted 
12500              to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
12501      Branch: perl
12502            ! lib/ExtUtils/Liblist/Kid.pm
12503 ____________________________________________________________________________
12504 [ 30461] By: nicholas                              on 2007/03/04  19:22:45
12505         Log: It seems that change 30451 should also have arranged to export
12506              PL_reg_name properly. Hopefuly this will fix it, but I don't have
12507              access to any platform where I can test this directly.
12508      Branch: perl
12509            ! globvar.sym makedef.pl
12510 ____________________________________________________________________________
12511 [ 30460] By: stevep                                on 2007/03/04  17:15:38
12512         Log: Subject: [PATCH] Math::BigInt 1.80
12513              From: Tels <nospam-abuse@bloodgate.com>
12514              Date: Sun, 4 Mar 2007 15:57:01 +0000
12515              Message-Id: <200703041557.02996@bloodgate.com>
12516      Branch: perl
12517            + lib/Math/BigInt/t/nan_cmp.t lib/Math/BigInt/t/new_ovld.t
12518            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12519            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
12520            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
12521            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/biglog.t
12522            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
12523 ____________________________________________________________________________
12524 [ 30459] By: nicholas                              on 2007/03/04  11:51:08
12525         Log: Rename exception() to apitest_exception() in XS/APItest, so that it
12526              doesn't clash with the exception() in Devel/PPPort. This way, all
12527              tests pass when both modules are staticly linked.
12528      Branch: perl
12529            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12530            ! ext/XS/APItest/exception.c ext/XS/APItest/t/exception.t
12531 ____________________________________________________________________________
12532 [ 30458] By: stevep                                on 2007/03/04  07:01:34
12533         Log: Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, 
12534              IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
12535      Branch: perl
12536            ! ext/Compress/Raw/Zlib/Changes
12537            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
12538            ! ext/Compress/Raw/Zlib/Zlib.xs
12539            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12540            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
12541            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
12542            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
12543            ! ext/Compress/Zlib/t/03zlib-v1.t ext/IO/Compress/Base/Changes
12544            ! ext/IO/Compress/Base/Makefile.PL ext/IO/Compress/Base/README
12545            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
12546            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
12547            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
12548            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
12549            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
12550            ! ext/IO/Compress/Zlib/README
12551            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12552            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
12553            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
12554            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
12555            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
12556            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
12557            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
12558            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
12559            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
12560            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
12561            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12562            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12563            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
12564            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
12565            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
12566            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
12567            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
12568            ! ext/IO/Compress/Zlib/t/050interop-gzip.t
12569            ! t/lib/compress/generic.pl t/lib/compress/merge.pl
12570 ____________________________________________________________________________
12571 [ 30457] By: stevep                                on 2007/03/04  04:51:28
12572         Log: Upgrade to Time-HiRes-1.9707
12573      Branch: perl
12574            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/t/HiRes.t
12575            ! pod/perlretut.pod
12576 ____________________________________________________________________________
12577 [ 30456] By: craigb                                on 2007/03/03  23:26:33
12578         Log: Clean up the right file in vms/test.com (following #30414).
12579      Branch: perl
12580            ! vms/test.com
12581 ____________________________________________________________________________
12582 [ 30455] By: rgs                                   on 2007/03/03  18:19:01
12583         Log: Add missing file from change #30454
12584      Branch: perl
12585            + ext/Math/BigInt/FastCalc/t/leak.t
12586 ____________________________________________________________________________
12587 [ 30454] By: nicholas                              on 2007/03/03  16:47:05
12588         Log: Subject: [PATCH] Math::BigInt::FastCalc 0.12 (plug leaks)
12589              From: Tels <nospam-abuse@bloodgate.com>
12590              Date: Sat, 3 Mar 2007 17:09:58 +0000
12591              Message-Id: <200703031710.00203@bloodgate.com>
12592      Branch: perl
12593            ! MANIFEST ext/Math/BigInt/FastCalc/FastCalc.pm
12594            ! ext/Math/BigInt/FastCalc/FastCalc.xs
12595 ____________________________________________________________________________
12596 [ 30453] By: nicholas                              on 2007/03/03  15:50:33
12597         Log: Must only use dynamic extensions in the Dynaloader test. If the
12598              extensions are static, it doesn't work :-)
12599      Branch: perl
12600            ! ext/DynaLoader/t/DynaLoader.t
12601 ____________________________________________________________________________
12602 [ 30452] By: nicholas                              on 2007/03/03  15:28:39
12603         Log: As the test is about the parser, not actually running the code, better
12604              to avoid running <STDOUT> rather than run it with warnings disabled.
12605      Branch: perl
12606            ! t/op/gv.t
12607 ____________________________________________________________________________
12608 [ 30451] By: nicholas                              on 2007/03/03  12:22:19
12609         Log: Define and initialise reg_name only once.
12610              This allows re to be a static extension.
12611              As it's now no-longer a static variable in regcomp.c, it needs a PL_
12612              prefix.
12613      Branch: perl
12614            ! regcomp.c regcomp.pl regexec.c regnodes.h
12615 ____________________________________________________________________________
12616 [ 30450] By: rgs                                   on 2007/03/03  10:09:49
12617         Log: Don't let feature.pm interfere with the tests for use VERSION.
12618              That probably needs to be refined.
12619      Branch: perl
12620            ! t/comp/use.t
12621 ____________________________________________________________________________
12622 [ 30449] By: rgs                                   on 2007/03/03  09:39:55
12623         Log: Subject: [PATCH] Don't copy DynaLoader.o unnecessarily
12624              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12625              Date: Thu, 1 Mar 2007 08:47:30 -0800 (PST)
12626              Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
12627      Branch: perl
12628            ! ext/DynaLoader/Makefile.PL
12629 ____________________________________________________________________________
12630 [ 30448] By: rgs                                   on 2007/03/03  09:36:54
12631         Log: Add a volatile modifier to avoid possible cloberring by longjmp,
12632              as the compiler used by Jerry D. Hedden warns.
12633      Branch: perl
12634            ! perl.c
12635 ____________________________________________________________________________
12636 [ 30447] By: rgs                                   on 2007/03/03  09:34:23
12637         Log: Compilation warnings fixes by Jerry D. Hedden
12638      Branch: perl
12639            ! perlio.c pp_sys.c universal.c xsutils.c
12640 ____________________________________________________________________________
12641 [ 30446] By: rgs                                   on 2007/03/03  09:29:37
12642         Log: Make use VERSION also load feature.pm
12643      Branch: perl
12644            + t/lib/feature/implicit
12645            ! MANIFEST lib/feature.pm pod/perlfunc.pod pp_ctl.c
12646 ____________________________________________________________________________
12647 [ 30445] By: craigb                                on 2007/03/03  04:35:24
12648         Log: Fix a few errors and ambiguities in configure.com caught by
12649              Charlie Hammond's DCL Checker.
12650      Branch: perl
12651            ! configure.com
12652 ____________________________________________________________________________
12653 [ 30444] By: nicholas                              on 2007/03/02  15:02:43
12654         Log: Avoid an assertion failure when overloading readpipe.
12655      Branch: perl
12656            ! t/op/gv.t toke.c
12657 ____________________________________________________________________________
12658 [ 30443] By: nicholas                              on 2007/03/02  14:42:27
12659         Log: More assertion failures, found by auditing the code.
12660      Branch: perl
12661            ! gv.c t/op/gv.t toke.c universal.c
12662 ____________________________________________________________________________
12663 [ 30442] By: nicholas                              on 2007/03/02  13:23:22
12664         Log: Don't crash if the symbol table entry for ISA isn't a typeglob.
12665      Branch: perl
12666            ! gv.c t/op/gv.t
12667 ____________________________________________________________________________
12668 [ 30441] By: rgs                                   on 2007/03/02  12:58:04
12669         Log: More work on perldelta
12670      Branch: perl
12671            ! pod/perl595delta.pod
12672 ____________________________________________________________________________
12673 [ 30440] By: nicholas                              on 2007/03/01  17:46:49
12674         Log: The bug fixed by change 29610 would have been avoided with this
12675              assertion - ensure that the hek argument to Perl_unshare_hek() is not
12676              NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
12677              unshare the string "" instead.
12678      Branch: perl
12679            ! hv.c
12680 ____________________________________________________________________________
12681 [ 30439] By: nicholas                              on 2007/03/01  16:09:31
12682         Log: Don't SEGV when dumping an undefined typeglob. The HEK used to store
12683              the GV's name can be NULL.
12684      Branch: perl
12685            ! gv.h
12686 ____________________________________________________________________________
12687 [ 30438] By: rgs                                   on 2007/03/01  15:22:52
12688         Log: Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
12689      Branch: perl
12690            ! lib/feature.pm
12691 ____________________________________________________________________________
12692 [ 30437] By: rgs                                   on 2007/03/01  11:20:14
12693         Log: Upgrade to Params::Check 0.26
12694      Branch: perl
12695            ! lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
12696 ____________________________________________________________________________
12697 [ 30436] By: rgs                                   on 2007/03/01  10:54:09
12698         Log: Subject: Re: New file: t/op/regexp_email.t
12699              From: demerphq <demerphq@gmail.com>
12700              Date: Wed, 28 Feb 2007 17:45:33 +0100
12701              Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
12702      Branch: perl
12703            + t/op/regexp_email.t
12704            ! MANIFEST ext/re/re.pm regcomp.h regexec.c
12705 ____________________________________________________________________________
12706 [ 30435] By: rgs                                   on 2007/03/01  10:30:04
12707         Log: A new test by Abigail: Check that certain modules don't
12708              get loaded when other modules are used.
12709      Branch: perl
12710            + t/lib/no_load.t
12711            ! MANIFEST
12712 ____________________________________________________________________________
12713 [ 30434] By: rgs                                   on 2007/03/01  10:21:58
12714         Log: Subject: [PATCH] Re: Revisits in 'make install'
12715              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12716              Date: Wed, 28 Feb 2007 10:59:49 -0800 (PST)
12717              Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
12718      Branch: perl
12719            ! Makefile.SH
12720 ____________________________________________________________________________
12721 [ 30433] By: rgs                                   on 2007/03/01  10:10:41
12722         Log: A couple of casting nits by Jarkko
12723      Branch: perl
12724            ! op.c pp_hot.c
12725 ____________________________________________________________________________
12726 [ 30432] By: rgs                                   on 2007/03/01  09:19:07
12727         Log: Teach Module::Build about DragonflyBSD
12728      Branch: perl
12729            ! lib/Module/Build.pm
12730 ____________________________________________________________________________
12731 [ 30431] By: rgs                                   on 2007/02/28  15:27:23
12732         Log: Missing dual-lived modules in maintainers list
12733      Branch: perl
12734            ! Porting/Maintainers.pl
12735 ____________________________________________________________________________
12736 [ 30430] By: rgs                                   on 2007/02/28  14:51:41
12737         Log: Update my email address
12738      Branch: perl
12739            ! AUTHORS Porting/checkAUTHORS.pl
12740 ____________________________________________________________________________
12741 [ 30429] By: steveh                                on 2007/02/28  12:29:35
12742         Log: Subject: [PATCH] Win32 doc update for Win32CORE changes
12743              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
12744              Date: Mon, 26 Feb 2007 11:28:00 -0800 (PST)
12745              Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
12746      Branch: perl
12747            ! ext/Win32/Win32.pm ext/Win32CORE/Win32CORE.pm
12748 ____________________________________________________________________________
12749 [ 30428] By: rgs                                   on 2007/02/28  10:42:03
12750         Log: Subject: [PATCH t/japh/abigail.t] Unexpected output
12751              From: Abigail <abigail@abigail.be>
12752              Date: Tue, 27 Feb 2007 23:00:28 +0100
12753              Message-ID: <20070227220028.GA460@abigail.nl>
12754      Branch: perl
12755            ! t/japh/abigail.t
12756 ____________________________________________________________________________
12757 [ 30427] By: rgs                                   on 2007/02/28  09:22:56
12758         Log: Remove obsolete test for the deprecation warning I just removed.
12759      Branch: perl
12760            ! t/op/regmesg.t
12761 ____________________________________________________________________________
12762 [ 30426] By: steveh                                on 2007/02/28  09:13:43
12763         Log: Subject: [PATCH] Fix ext/Win32API/File/t/file.t under test harness
12764              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12765              Date: Tue, 27 Feb 2007 09:38:15 -0800 (PST)
12766              Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>
12767      Branch: perl
12768            ! ext/Win32API/File/t/file.t
12769 ____________________________________________________________________________
12770 [ 30425] By: steveh                                on 2007/02/28  09:11:19
12771         Log: Subject: Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
12772              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12773              Date: Tue, 27 Feb 2007 10:33:36 -0800 (PST)
12774              Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>
12775              
12776              (Silences warnings about math lib(s), avoids using Math::BigInt
12777              when using 64-bit ints and changes "new" to "->new()")
12778      Branch: perl
12779            ! ext/Win32API/File/File.pm
12780 ____________________________________________________________________________
12781 [ 30424] By: rgs                                   on 2007/02/28  08:54:05
12782         Log: (?p{}) has been deprecated for a long time.
12783              Remove it, so people are not confused with regard to the
12784              new /p regexp modifier.
12785      Branch: perl
12786            ! regcomp.c t/lib/warnings/regcomp toke.c
12787 ____________________________________________________________________________
12788 [ 30423] By: rgs                                   on 2007/02/28  08:45:55
12789         Log: Add new tests for keys in %+ and %-
12790      Branch: perl
12791            ! t/op/pat.t
12792 ____________________________________________________________________________
12793 [ 30422] By: rgs                                   on 2007/02/28  08:45:13
12794         Log: perltodo nit for SelfLoader
12795      Branch: perl
12796            ! pod/perltodo.pod
12797 ____________________________________________________________________________
12798 [ 30421] By: rgs                                   on 2007/02/28  08:44:16
12799         Log: Fix a couple of typos in internal docs
12800      Branch: perl
12801            ! hv.c util.c
12802 ____________________________________________________________________________
12803 [ 30420] By: nicholas                              on 2007/02/27  23:07:39
12804         Log: Subject: [PATCH AUTHORS] Change of email address.
12805              From: Abigail <abigail@abigail.be>
12806              Message-ID: <20070227225456.GA1808@abigail.nl>
12807              Date: Tue, 27 Feb 2007 23:54:56 +0100
12808      Branch: perl
12809            ! AUTHORS
12810 ____________________________________________________________________________
12811 [ 30419] By: nicholas                              on 2007/02/27  20:36:14
12812         Log: Subject: [PATCH] Skip tests if Encode not built
12813              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12814              Date: Tue, 27 Feb 2007 11:27:58 -0800 (PST)
12815              Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>
12816      Branch: perl
12817            ! lib/Pod/Simple/t/corpustest.t
12818            ! lib/encoding/warnings/t/4-lexical.t
12819 ____________________________________________________________________________
12820 [ 30418] By: rgs                                   on 2007/02/27  14:07:28
12821         Log: Disable the strict pragma before eval'ing selfloaded code.
12822      Branch: perl
12823            ! lib/SelfLoader.pm
12824 ____________________________________________________________________________
12825 [ 30417] By: rgs                                   on 2007/02/27  13:39:03
12826         Log: dmq points out that %+ and %- are not arrays. Fix the doc.
12827      Branch: perl
12828            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm
12829 ____________________________________________________________________________
12830 [ 30416] By: rgs                                   on 2007/02/27  13:16:46
12831         Log: Update Changes
12832      Branch: perl
12833            ! Changes
12834 ____________________________________________________________________________
12835 [ 30415] By: rgs                                   on 2007/02/27  10:56:17
12836         Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
12837      Branch: perl
12838            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod
12839 ____________________________________________________________________________
12840 [ 30414] By: craigb                                on 2007/02/27  01:41:31
12841         Log: On VMS, use the normal executable file extension for the copy of 
12842              Perl used to run the test suite.  Not doing so was confusing
12843              some of the Module::Build tests.
12844      Branch: perl
12845            ! vms/descrip_mms.template vms/test.com
12846 ____________________________________________________________________________
12847 [ 30413] By: rgs                                   on 2007/02/26  17:10:33
12848         Log: Subject: Re: [perl #41565] qr// memory corruption
12849              From: demerphq <demerphq@gmail.com>
12850              Date: Mon, 26 Feb 2007 16:45:23 +0100
12851              Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>
12852      Branch: perl
12853            ! ext/re/t/regop.t regcomp.c regexec.c
12854 ____________________________________________________________________________
12855 [ 30412] By: rgs                                   on 2007/02/26  16:49:45
12856         Log: Subject: Re: Regexp recursion limit too low?
12857              From: demerphq <demerphq@gmail.com>
12858              Date: Thu, 15 Feb 2007 17:22:16 +0100
12859              Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>
12860      Branch: perl
12861            ! regexec.c regexp.h
12862 ____________________________________________________________________________
12863 [ 30411] By: steveh                                on 2007/02/26  13:45:23
12864         Log: Bump $Win32API::File::VERSION for change #30409
12865      Branch: perl
12866            ! ext/Win32API/File/File.pm
12867 ____________________________________________________________________________
12868 [ 30410] By: craigb                                on 2007/02/26  13:36:41
12869         Log: In configure.com, include the Win32 extensions in $Config{known_extensions},
12870              but not it $Config{extensions}.  This way t/TEST knows to exclude them.
12871      Branch: perl
12872            ! configure.com
12873 ____________________________________________________________________________
12874 [ 30409] By: steveh                                on 2007/02/26  13:27:58
12875         Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin
12876              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
12877              Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST)
12878              Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
12879              
12880              (Stops Win32* extension tests from being run when the
12881              corresponding extensions haven't been built)
12882      Branch: perl
12883            ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t
12884            ! ext/Win32CORE/t/win32core.t
12885 ____________________________________________________________________________
12886 [ 30408] By: nicholas                              on 2007/02/26  11:59:27
12887         Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
12888              changes that have crept into the GPL v2.
12889      Branch: perl
12890            ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod
12891 ____________________________________________________________________________
12892 [ 30407] By: nicholas                              on 2007/02/26  11:07:06
12893         Log: Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
12894              5.8.8 (a code example from "Extending and Embedding Perl")
12895      Branch: perl
12896            ! op.h t/op/sub_lval.t
12897 ____________________________________________________________________________
12898 [ 30406] By: nicholas                              on 2007/02/26  09:33:15
12899         Log: Convert t/op/sub_lval.t to test.pl
12900      Branch: perl
12901            ! t/op/sub_lval.t
12902 ____________________________________________________________________________
12903 [ 30405] By: rgs                                   on 2007/02/26  06:59:44
12904         Log: Module::Pluggable wasn't in the maintainers list
12905      Branch: perl
12906            ! Porting/Maintainers.pl
12907 ____________________________________________________________________________
12908 [ 30404] By: rgs                                   on 2007/02/26  06:57:22
12909         Log: Add a version number to Module::Pluggable::Object and
12910              bump the version number of Module::Pluggable
12911      Branch: perl
12912            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
12913 ____________________________________________________________________________
12914 [ 30403] By: craigb                                on 2007/02/26  04:35:18
12915         Log: In perlport, refine description of eight-level directory depth
12916              limitation on older VMS systems and add example of how to tell 
12917              when we're in trouble.
12918      Branch: perl
12919            ! pod/perlport.pod
12920 ____________________________________________________________________________
12921 [ 30402] By: craigb                                on 2007/02/26  01:08:07
12922         Log: Assorted updates to vms/vms.c to fix compiler errors on VAX.
12923      Branch: perl
12924            ! vms/vms.c
12925 ____________________________________________________________________________
12926 [ 30401] By: craigb                                on 2007/02/26  01:06:30
12927         Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329.
12928      Branch: perl
12929            ! configure.com
12930 ____________________________________________________________________________
12931 [ 30400] By: craigb                                on 2007/02/26  00:42:30
12932         Log: Module::Pluggable::Object::search_paths portability update prompted by
12933              VMS test failures.  Patch also submitted to CPAN RT queue at 
12934              <http://rt.cpan.org/Public/Bug/Display.html?id=13607>.
12935      Branch: perl
12936            ! lib/Module/Pluggable/Object.pm
12937            ! lib/Module/Pluggable/t/20dodgy_files.t
12938 ____________________________________________________________________________
12939 [ 30399] By: rgs                                   on 2007/02/25  17:00:26
12940         Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_
12941              From: Alexey Tourbin <at@altlinux.ru>
12942              Date: Sat, 24 Feb 2007 21:24:32 +0300
12943              Message-ID: <20070224182432.GA14446@localhost.localdomain>
12944      Branch: perl
12945            ! lib/sigtrap.pm
12946 ____________________________________________________________________________
12947 [ 30398] By: rgs                                   on 2007/02/25  16:44:52
12948         Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null 
12949              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
12950              Date: Tue, 20 Feb 2007 16:38:20 -0800
12951              Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>
12952      Branch: perl
12953            ! util.c
12954 ____________________________________________________________________________
12955 [ 30397] By: rgs                                   on 2007/02/25  16:19:07
12956         Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
12957              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
12958              Date: Sat, 24 Feb 2007 15:08:44 +0100
12959              Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>
12960      Branch: perl
12961            ! lib/Switch.pm
12962 ____________________________________________________________________________
12963 [ 30396] By: rgs                                   on 2007/02/25  15:29:20
12964         Log: - Use the same regexp as in change #30395 to parse subroutine
12965              declarations
12966              - Make SelfLoader strict-compliant
12967              - Constant fold debug code out
12968      Branch: perl
12969            ! lib/SelfLoader.pm
12970 ____________________________________________________________________________
12971 [ 30395] By: rgs                                   on 2007/02/25  15:04:17
12972         Log: Factorize three regexps into one, using new regexp features
12973              (with some help from Yves Orton). (Now the compatibilty of this
12974              module with 5.8.x perls is doomed.)
12975      Branch: perl
12976            ! lib/AutoSplit.pm
12977 ____________________________________________________________________________
12978 [ 30394] By: rgs                                   on 2007/02/25  14:42:11
12979         Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
12980      Branch: perl
12981            ! lib/AutoSplit.pm
12982 ____________________________________________________________________________
12983 [ 30393] By: craigb                                on 2007/02/25  00:54:14
12984         Log: Add a comment to mg.c to clarify that words like "raise" and
12985              "pending" in the context of Perl's deferred signals bear only
12986              an analogous relationship to the underlying signal mechanism.
12987      Branch: perl
12988            ! mg.c
12989 ____________________________________________________________________________
12990 [ 30392] By: craigb                                on 2007/02/24  21:52:23
12991         Log: Update descriptions of long-running ops and non-deferrable
12992              signals in perlipc.pod.
12993      Branch: perl
12994            ! pod/perlipc.pod
12995 ____________________________________________________________________________
12996 [ 30391] By: rgs                                   on 2007/02/24  15:55:06
12997         Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
12998              From: Alexey Tourbin <at@altlinux.ru>
12999              Date: Sat, 24 Feb 2007 15:52:23 +0300
13000              Message-ID: <20070224125223.GA17227@localhost.localdomain>
13001      Branch: perl
13002            ! lib/ExtUtils/Constant/Base.pm
13003 ____________________________________________________________________________
13004 [ 30390] By: rgs                                   on 2007/02/24  15:48:49
13005         Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/
13006              From: Alexey Tourbin <at@altlinux.ru>
13007              Date: Sat, 24 Feb 2007 15:38:58 +0300
13008              Message-ID: <20070224123858.GA11434@localhost.localdomain>
13009      Branch: perl
13010            ! lib/ExtUtils/MM_Unix.pm
13011 ____________________________________________________________________________
13012 [ 30389] By: rgs                                   on 2007/02/24  15:42:45
13013         Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak
13014              From: Alexey Tourbin <at@altlinux.ru>
13015              Date: Sat, 24 Feb 2007 14:47:35 +0300
13016              Message-ID: <20070224114735.GA3454@localhost.localdomain>
13017      Branch: perl
13018            ! perlio.c
13019 ____________________________________________________________________________
13020 [ 30388] By: rgs                                   on 2007/02/24  09:53:56
13021         Log: Add a new test for undef and delete on stash entries that
13022              are bound to subroutines or methods. Based on a test by
13023              Robert 'phaylon' Sedlacek.
13024      Branch: perl
13025            + t/op/symbolcache.t
13026            ! MANIFEST
13027 ____________________________________________________________________________
13028 [ 30387] By: rgs                                   on 2007/02/24  09:29:20
13029         Log: C<keys %+> should not warn. Don't make scan_ident test for
13030              ambiguous unary ops when the following token is a hash identifier.
13031              (like with scalars and arrays)
13032      Branch: perl
13033            ! t/lib/warnings/toke toke.c
13034 ____________________________________________________________________________
13035 [ 30386] By: rgs                                   on 2007/02/24  09:04:10
13036         Log: Indexing and POD fixes
13037      Branch: perl
13038            ! pod/perlop.pod
13039 ____________________________________________________________________________
13040 [ 30385] By: rgs                                   on 2007/02/24  08:51:29
13041         Log: Subject: [PATCH] perlretut.pod, 2nd version
13042              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
13043              Date: Thu, 22 Feb 2007 09:36:19 +0100
13044              Message-ID: <45DD5603.1040402@thalesgroup.com>
13045      Branch: perl
13046            ! pod/perlretut.pod
13047 ____________________________________________________________________________
13048 [ 30384] By: rgs                                   on 2007/02/24  07:22:05
13049         Log: At least, fix the MakeMaker build_man tests.
13050      Branch: perl
13051            ! lib/ExtUtils/t/build_man.t
13052 ____________________________________________________________________________
13053 [ 30383] By: rgs                                   on 2007/02/23  18:19:32
13054         Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
13055              From: Rick Delaney <rick@bort.ca>
13056              Date: Wed, 21 Feb 2007 16:53:16 -0500
13057              Message-ID: <20070221215316.GF5646@bort.ca>
13058      Branch: perl
13059            ! gv.c lib/overload.t
13060 ____________________________________________________________________________
13061 [ 30382] By: rgs                                   on 2007/02/22  18:29:18
13062         Log: Reinstate tests removed by change #30381, but don't
13063              "use Config" in the test, because that will overwrite
13064              %main::Config with the real Config hash, not the fake
13065              one from MakeMaker.
13066      Branch: perl
13067            ! lib/ExtUtils/t/build_man.t
13068 ____________________________________________________________________________
13069 [ 30381] By: stevep                                on 2007/02/22  18:09:06
13070         Log: Revert changes to lib/ExtUtils/t/build_man.t from change 
13071              #30380.  The changes in that test write to the now
13072              readonly %Config.
13073      Branch: perl
13074            ! lib/ExtUtils/t/build_man.t
13075 ____________________________________________________________________________
13076 [ 30380] By: stevep                                on 2007/02/22  14:36:27
13077         Log: Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
13078              bump to ExtUtils::MakeMaker to 6.32_01 because changes
13079              #29266 and #29583 were missing from the new release.
13080      Branch: perl
13081            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist.pm
13082            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM.pm
13083            ! lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_Any.pm
13084            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13085            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
13086            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13087            ! lib/ExtUtils/MM_QNX.pm lib/ExtUtils/MM_UWIN.pm
13088            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13089            ! lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MM_Win32.pm
13090            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
13091            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Config.pm
13092            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm
13093            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
13094            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t
13095            ! lib/ExtUtils/testlib.pm
13096 ____________________________________________________________________________
13097 [ 30379] By: steveh                                on 2007/02/22  09:09:31
13098         Log: Subject: [PATCH] Re: Win32 modules & cygwin
13099              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
13100              Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST)
13101              Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
13102              
13103              Also includes integration & deletion of win32/ext/Win32API to
13104              ext/Win32API, and addition of copyright message and corrections to
13105              spacing/tabbing as suggested by Jan Dubois.
13106      Branch: perl
13107            + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL
13108            + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm
13109            + ext/Win32CORE/t/win32core.t
13110           +> ext/Win32API/File/Changes
13111           +> ext/Win32API/File/ExtUtils/Myconst2perl.pm
13112           +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs
13113           +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README
13114           +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h
13115           +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h
13116           +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap
13117            - win32/ext/Win32API/File/Changes
13118            - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
13119            - win32/ext/Win32API/File/File.pm
13120            - win32/ext/Win32API/File/File.xs
13121            - win32/ext/Win32API/File/Makefile.PL
13122            - win32/ext/Win32API/File/README
13123            - win32/ext/Win32API/File/buffers.h
13124            - win32/ext/Win32API/File/cFile.h
13125            - win32/ext/Win32API/File/cFile.pc
13126            - win32/ext/Win32API/File/const2perl.h
13127            - win32/ext/Win32API/File/t/file.t
13128            - win32/ext/Win32API/File/t/tie.t
13129            - win32/ext/Win32API/File/typemap
13130            ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c
13131            ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile
13132            ! win32/config_sh.PL win32/makefile.mk win32/win32.c
13133 ____________________________________________________________________________
13134 [ 30378] By: stevep                                on 2007/02/21  17:50:37
13135         Log: Upgrade to CPAN-1.88_77.
13136      Branch: perl
13137            ! lib/CPAN.pm
13138 ____________________________________________________________________________
13139 [ 30376] By: rgs                                   on 2007/02/21  17:33:54
13140         Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t
13141              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13142              Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST)
13143              Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com>
13144      Branch: perl
13145            ! lib/autouse.t
13146 ____________________________________________________________________________
13147 [ 30375] By: steveh                                on 2007/02/21  13:36:14
13148         Log: Remove unreferenced local variable
13149      Branch: perl
13150            ! ext/threads/threads.pm ext/threads/threads.xs
13151 ____________________________________________________________________________
13152 [ 30374] By: steveh                                on 2007/02/21  08:40:18
13153         Log: Fix Win32 compilation error following #30372
13154      Branch: perl
13155            ! regcomp.c
13156 ____________________________________________________________________________
13157 [ 30373] By: craigb                                on 2007/02/21  01:55:37
13158         Log: Fix VMS exit handling broken in Test::Harness 2.64. Also
13159              submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985
13160              on CPAN RT queue.
13161      Branch: perl
13162            ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm
13163 ____________________________________________________________________________
13164 [ 30372] By: stevep                                on 2007/02/20  13:24:38
13165         Log: Silence a couple of compile warnings.
13166      Branch: perl
13167            ! regcomp.c regexec.c
13168 ____________________________________________________________________________
13169 [ 30371] By: rgs                                   on 2007/02/20  11:05:15
13170         Log: Some INSTALL nits by Andy Dougherty
13171      Branch: perl
13172            ! INSTALL
13173 ____________________________________________________________________________
13174 [ 30370] By: rgs                                   on 2007/02/20  10:44:44
13175         Log: Skip test when Encode isn't built
13176              (noticed by Jerry D. Hedden)
13177      Branch: perl
13178            ! ext/PerlIO/encoding/t/nolooping.t
13179 ____________________________________________________________________________
13180 [ 30369] By: rgs                                   on 2007/02/20  10:39:52
13181         Log: Subject: [PATCH] Test with Errno in autouse.t
13182              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13183              Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST)
13184              Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com>
13185      Branch: perl
13186            ! lib/autouse.t
13187 ____________________________________________________________________________
13188 [ 30368] By: rgs                                   on 2007/02/20  09:31:59
13189         Log: A few nits to perlfunc/map.
13190      Branch: perl
13191            ! pod/perlfunc.pod
13192 ____________________________________________________________________________
13193 [ 30367] By: stevep                                on 2007/02/20  03:55:21
13194         Log: Subject: [PATCH] regexec.c: S_ stands for static
13195              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13196              Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET)
13197              Message-Id: <20070220010303.2380A43A67@anubis.hut.fi>
13198      Branch: perl
13199            ! regexec.c
13200 ____________________________________________________________________________
13201 [ 30366] By: stevep                                on 2007/02/20  03:52:37
13202         Log: Subject: [PATCH] dump.c: format fixes
13203              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13204              Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET)
13205              Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi>
13206      Branch: perl
13207            ! dump.c
13208 ____________________________________________________________________________
13209 [ 30365] By: nicholas                              on 2007/02/19  23:58:53
13210         Log: Avoid *some* g++ errors. (But not all yet)
13211      Branch: perl
13212            ! sv.c warnings.h warnings.pl
13213 ____________________________________________________________________________
13214 [ 30362] By: stevep                                on 2007/02/19  20:51:10
13215         Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
13216              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13217              Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET)
13218              Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
13219              
13220              Plus a regen picked up changes in pod/perlapi.pod related to change
13221              #30347.
13222      Branch: perl
13223            ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c
13224 ____________________________________________________________________________
13225 [ 30361] By: stevep                                on 2007/02/19  19:42:47
13226         Log: Upgrade to CPAN-1.88_76
13227      Branch: perl
13228            ! lib/CPAN.pm
13229 ____________________________________________________________________________
13230 [ 30360] By: stevep                                on 2007/02/19  19:27:27
13231         Log: Subject: [PATCH] integrate bignum 0.19
13232              From: Tels <nospam-abuse@bloodgate.com>
13233              Date: Sat, 3 Feb 2007 13:42:20 +0100
13234              Message-Id: <200702031342.21634@bloodgate.com>
13235      Branch: perl
13236            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
13237            ! lib/bigrat.pm
13238 ____________________________________________________________________________
13239 [ 30359] By: stevep                                on 2007/02/19  19:23:03
13240         Log: Subject: [PATCH] Integrate BigRat 0.17
13241              From: Tels <nospam-abuse@bloodgate.com>
13242              Date: Sat, 3 Feb 2007 13:10:57 +0100
13243              Message-Id: <200702031310.58656@bloodgate.com>
13244      Branch: perl
13245            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
13246 ____________________________________________________________________________
13247 [ 30358] By: stevep                                on 2007/02/19  19:15:15
13248         Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
13249              From: Tels <nospam-abuse@bloodgate.com>
13250              Date: Fri, 2 Feb 2007 15:37:36 +0100
13251              Message-Id: <200702021537.38442@bloodgate.com>
13252              
13253              Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
13254              From: Tels <nospam-abuse@bloodgate.com>
13255              Date: Tue, 6 Feb 2007 20:18:48 +0100
13256              Message-Id: <200702062019.05487@bloodgate.com>
13257              
13258              Also, a fix for @INC in lib/Math/BigInt/t/calling.t
13259              
13260              Additional tests to perform Pod and Pod coverage testing
13261              were left out based on removal of similar test files previously.
13262      Branch: perl
13263            ! ext/Math/BigInt/FastCalc/FastCalc.pm
13264            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
13265            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
13266            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t
13267            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
13268            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
13269            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13270            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t
13271            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
13272            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
13273            ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm
13274            ! t/lib/Math/BigInt/Subclass.pm
13275 ____________________________________________________________________________
13276 [ 30357] By: rgs                                   on 2007/02/19  18:23:51
13277         Log: Revert change #28980 per Jarkko's suggestion
13278              (it was actually breaking g++ builds)
13279      Branch: perl
13280            ! ext/Encode/bin/enc2xs
13281 ____________________________________________________________________________
13282 [ 30352] By: rgs                                   on 2007/02/19  13:41:41
13283         Log: Actually, only changes to regexec.c from #30081 needed to be reverted.
13284      Branch: perl
13285            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
13286 ____________________________________________________________________________
13287 [ 30351] By: rgs                                   on 2007/02/19  13:08:03
13288         Log: Revert change #30081 at dmq's request, and mark its tests
13289              as TODO. (This should restore compilation with g++)
13290      Branch: perl
13291            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
13292            ! regexec.c t/op/pat.t
13293 ____________________________________________________________________________
13294 [ 30349] By: rgs                                   on 2007/02/19  10:08:38
13295         Log: Add a cast for C++ compilation
13296      Branch: perl
13297            ! mg.c
13298 ____________________________________________________________________________
13299 [ 30348] By: nicholas                              on 2007/02/18  20:07:39
13300         Log: More efficient to call newSV_type() then SvGROW() instead of newSV()
13301              with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
13302      Branch: perl
13303            ! perl.c toke.c
13304 ____________________________________________________________________________
13305 [ 30347] By: nicholas                              on 2007/02/18  19:40:43
13306         Log: Add a new API function newSV_type, to replace the idiom:
13307              sv = newSV(0);
13308              sv_upgrade(sv, type);
13309      Branch: perl
13310            ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c
13311            ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c
13312 ____________________________________________________________________________
13313 [ 30346] By: nicholas                              on 2007/02/18  18:33:04
13314         Log: Properly handle the differences in hints in the optree with/without
13315              use open; by adding the with-open hints to all the golden results,
13316              and providing a new flag strip_open_hint to checkOptree().
13317      Branch: perl
13318            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
13319            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
13320            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
13321            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
13322            ! ext/B/t/optree_varinit.t
13323 ____________________________________________________________________________
13324 [ 30345] By: nicholas                              on 2007/02/18  17:56:13
13325         Log: newHV doesn't need to turn off POK or NOK, as they will default to not
13326              being set.
13327      Branch: perl
13328            ! hv.c
13329 ____________________________________________________________________________
13330 [ 30344] By: nicholas                              on 2007/02/18  14:18:01
13331         Log: test.pl should locally increase $Level, rather than setting it to a
13332              hard value, so that callers of like and unlike can present diagnostics
13333              with the line number of their own caller.
13334      Branch: perl
13335            ! t/test.pl
13336 ____________________________________________________________________________
13337 [ 30343] By: craigb                                on 2007/02/18  03:54:46
13338         Log: Make vms/munchconfig.c able to take a list of substitutions from
13339              a file so we don't overflow the command buffer on older systems.
13340      Branch: perl
13341            ! configure.com vms/munchconfig.c
13342 ____________________________________________________________________________
13343 [ 30342] By: craigb                                on 2007/02/17  22:40:51
13344         Log: Make configure.com's manifest checker more robust when handling files with 
13345              multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz).
13346              Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz,
13347              at least on ODS-2 volumes.
13348      Branch: perl
13349            ! configure.com
13350 ____________________________________________________________________________
13351 [ 30335] By: nicholas                              on 2007/02/17  14:12:07
13352         Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io.
13353              Missed that global.sym was modified.
13354      Branch: perl
13355            ! ext/B/B.xs global.sym
13356 ____________________________________________________________________________
13357 [ 30334] By: nicholas                              on 2007/02/17  12:39:17
13358         Log: Split the storage of the layers specificied by open.pm into one hint
13359              for input, and one for output, as this better reflects how they are
13360              used. The original "concatenate with \0" plan was really only a
13361              compramise to avoid needing to increase every COP by 2 pointers.
13362      Branch: perl
13363            ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm
13364            ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h
13365 ____________________________________________________________________________
13366 [ 30333] By: nicholas                              on 2007/02/16  23:54:33
13367         Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it
13368              should have been in the first place. Apply strict and warnings to
13369              OptreeCheck.pm, and remove dead code they show up.
13370      Branch: perl
13371            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
13372            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
13373            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
13374            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
13375            ! ext/B/t/optree_varinit.t
13376 ____________________________________________________________________________
13377 [ 30332] By: stevep                                on 2007/02/16  20:19:16
13378         Log: Subject: [perl #41521] Fix for IO::Socket send method
13379              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
13380              Date: Fri, 16 Feb 2007 11:26:45 -0800
13381              Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org>
13382      Branch: perl
13383            ! ext/IO/lib/IO/Socket.pm
13384 ____________________________________________________________________________
13385 [ 30331] By: steveh                                on 2007/02/16  18:14:58
13386         Log: Fix Win32 build after unusual breakage caused by #30327
13387              (Boy, did that take some tracking down!)
13388      Branch: perl
13389            ! win32/config_h.PL
13390 ____________________________________________________________________________
13391 [ 30330] By: rgs                                   on 2007/02/16  15:38:39
13392         Log: Update Changes
13393      Branch: perl
13394            ! Changes
13395 ____________________________________________________________________________
13396 [ 30329] By: craigb                                on 2007/02/16  14:41:18
13397         Log: In configure.com, put the "use" back in useieee (typo in #30325)
13398      Branch: perl
13399            ! configure.com
13400 ____________________________________________________________________________
13401 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
13402         Log: Avoid to run config_h.SH twice during configuration.
13403      Branch: perl
13404            ! cflags.SH config_h.SH
13405 ____________________________________________________________________________
13406 [ 30325] By: craigb                                on 2007/02/16  00:43:07
13407         Log: In configure.com, further disambiguate -Duselongdouble and its 
13408              prerequisites from other 64-bit options.
13409      Branch: perl
13410            ! configure.com
13411 ____________________________________________________________________________
13412 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
13413         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
13414      Branch: perl
13415            ! Porting/Maintainers.pl
13416 ____________________________________________________________________________
13417 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
13418         Log: Subject: Re: Patch for Deep recursion in B::Deparse
13419              From: Ash Berlin <ash_cpan@firemirror.com>
13420              Date: Thu, 15 Feb 2007 10:47:15 +0000
13421              Message-ID: <45D43A33.6070101@firemirror.com>
13422      Branch: perl
13423            ! ext/B/B/Deparse.pm
13424 ____________________________________________________________________________
13425 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
13426         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
13427              From: demerphq <demerphq@gmail.com>
13428              Date: Thu, 15 Feb 2007 12:07:40 +0100
13429              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
13430      Branch: perl
13431            ! regcomp.c
13432 ____________________________________________________________________________
13433 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
13434         Log: Subject: [PATCH] Use newer 'threads' constructs
13435              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13436              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
13437              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
13438      Branch: perl
13439            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
13440            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
13441            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
13442            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
13443 ____________________________________________________________________________
13444 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
13445         Log: There's no need to special case SVt_NULL in the print code, as it's
13446              only 0.01% of the cases called, and the call to SvPV_const() will
13447              issue the same warning and return the same empty string result for us.
13448              Unfortunately changing the switch statement to an if results in lots of
13449              whitespace changes, hence this change appears much larger than it is.
13450      Branch: perl
13451            ! doio.c
13452 ____________________________________________________________________________
13453 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
13454         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
13455              introduced in change 28939 (this should be documented)
13456      Branch: perl
13457            ! regexp.h
13458 ____________________________________________________________________________
13459 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
13460         Log: Upgrade to Devel::PPPort 3.11
13461      Branch: perl
13462            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
13463            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
13464            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
13465            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
13466            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
13467            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
13468            ! ext/Devel/PPPort/parts/inc/MY_CXT
13469            ! ext/Devel/PPPort/parts/inc/SvPV
13470            ! ext/Devel/PPPort/parts/inc/SvREFCNT
13471            ! ext/Devel/PPPort/parts/inc/Sv_set
13472            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
13473            ! ext/Devel/PPPort/parts/inc/exception
13474            ! ext/Devel/PPPort/parts/inc/format
13475            ! ext/Devel/PPPort/parts/inc/grok
13476            ! ext/Devel/PPPort/parts/inc/limits
13477            ! ext/Devel/PPPort/parts/inc/mPUSH
13478            ! ext/Devel/PPPort/parts/inc/magic
13479            ! ext/Devel/PPPort/parts/inc/memory
13480            ! ext/Devel/PPPort/parts/inc/misc
13481            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
13482            ! ext/Devel/PPPort/parts/inc/newRV
13483            ! ext/Devel/PPPort/parts/inc/podtest
13484            ! ext/Devel/PPPort/parts/inc/ppphbin
13485            ! ext/Devel/PPPort/parts/inc/ppphdoc
13486            ! ext/Devel/PPPort/parts/inc/ppphtest
13487            ! ext/Devel/PPPort/parts/inc/pvs
13488            ! ext/Devel/PPPort/parts/inc/snprintf
13489            ! ext/Devel/PPPort/parts/inc/strlfuncs
13490            ! ext/Devel/PPPort/parts/inc/sv_xpvf
13491            ! ext/Devel/PPPort/parts/inc/threads
13492            ! ext/Devel/PPPort/parts/inc/uv
13493            ! ext/Devel/PPPort/parts/inc/variables
13494            ! ext/Devel/PPPort/parts/inc/version
13495            ! ext/Devel/PPPort/parts/inc/warn
13496            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
13497            ! ext/Devel/PPPort/typemap
13498 ____________________________________________________________________________
13499 [ 30278] By: merijn                                on 2007/02/14  07:54:59
13500         Log: Subject: Re: [PATCH] Document that m//k works
13501              From: demerphq <demerphq@gmail.com>
13502              Date: Tue, 13 Feb 2007 22:04:54 +0100
13503              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
13504      Branch: perl
13505            + t/op/regexp_pmod.t
13506            - t/op/regexp_kmod.t
13507            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
13508            ! pod/perlvar.pod regexp.h
13509 ____________________________________________________________________________
13510 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
13511         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
13512              Undo the mistake.
13513      Branch: perl
13514            ! t/lib/common.pl
13515 ____________________________________________________________________________
13516 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
13517         Log: Invoke minitrue to ensure that my spelling had always been correct.
13518              [We] thank Big Brother for raising the chocolate ration to twenty
13519              grammes a week.
13520      Branch: perl
13521            ! Changes
13522 ____________________________________________________________________________
13523 [ 30267] By: merijn                                on 2007/02/13  20:11:08
13524         Log: Subject: Re: Segmentation fault at undeclared for loop variable
13525              From: Robin Houston <robin@cpan.org>
13526              Date: Tue, 13 Feb 2007 16:50:08 +0000
13527              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
13528      Branch: perl
13529            ! op.c
13530 ____________________________________________________________________________
13531 [ 30265] By: merijn                                on 2007/02/13  19:43:15
13532         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
13533              From: demerphq <demerphq@gmail.com>
13534              Date: Tue, 13 Feb 2007 20:27:33 +0100
13535              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
13536      Branch: perl
13537            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
13538            ! proto.h regcomp.c regcomp.h regexp.h
13539 ____________________________________________________________________________
13540 [ 30264] By: merijn                                on 2007/02/13  19:36:56
13541         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
13542              From: demerphq <demerphq@gmail.com>
13543              Date: Tue, 13 Feb 2007 19:09:17 +0100
13544              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
13545      Branch: perl
13546            ! regcomp.c
13547 ____________________________________________________________________________
13548 [ 30258] By: steveh                                on 2007/02/13  16:02:42
13549         Log: Vadim did the static build change
13550      Branch: perl
13551            ! pod/perl595delta.pod
13552 ____________________________________________________________________________
13553 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
13554         Log: A few more details in perldelta
13555      Branch: perl
13556            ! pod/perl595delta.pod
13557 ____________________________________________________________________________
13558 [ 30256] By: stevep                                on 2007/02/13  15:23:00
13559         Log: Upgrade to CPAN-1.88_72
13560      Branch: perl
13561            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
13562            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
13563 ____________________________________________________________________________
13564 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
13565         Log: Change 26487 left some debugging code in, and through the wonders of
13566              autovivification, that code actually introduced a bug, most easily
13567              visible for the for the non-5.9.x case.
13568      Branch: perl
13569            ! ext/B/t/optree_constants.t lib/constant.pm
13570 ____________________________________________________________________________
13571 [ 30254] By: stevep                                on 2007/02/13  03:19:05
13572         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
13573              From: John Peacock <jpeacock@rowman.com>
13574              Date: Mon, 12 Feb 2007 21:51:23 -0500
13575              Message-ID: <45D127AB.3050904@rowman.com>
13576      Branch: perl
13577            ! lib/version.pm lib/version.pod lib/version.t util.c
13578 ____________________________________________________________________________
13579 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
13580         Log: Integrate:
13581              [ 29832]
13582              Avoid a SEGV in DBI's test suite, discovered by Andreas.
13583              Probably need to go through and audit to see if there are analagous
13584              places that need tweaking.
13585      Branch: perl
13586           !> perl.c
13587 ____________________________________________________________________________
13588 [ 30236] By: merijn                                on 2007/02/12  18:33:45
13589         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
13590              From: demerphq <demerphq@gmail.com>
13591              Date: Mon, 12 Feb 2007 19:15:33 +0100
13592              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
13593      Branch: perl
13594            ! regexec.c t/op/re_tests
13595 ____________________________________________________________________________
13596 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
13597         Log: Integrate:
13598              [ 24458]
13599              Fix from Steve Peters
13600              
13601              [ 24464]
13602              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
13603              From: "Jan Dubois" <jand@ActiveState.com>
13604              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
13605              Date: Fri, 13 May 2005 12:21:40 -0700
13606              
13607              
13608              and then regenerate reentr.h, with the , no longer inside
13609              REENTR_MEMZERO(). This keeps macros looking like functions.
13610      Branch: perl
13611            ! reentr.h
13612           !> reentr.pl
13613 ____________________________________________________________________________
13614 [ 30234] By: merijn                                on 2007/02/12  17:46:46
13615         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
13616              From: Paul Johnson <paul@pjcj.net>
13617              Date: Sat, 10 Feb 2007 23:10:31 +0100
13618              Message-ID: <20070210221031.GB31280@pjcj.net>
13619      Branch: perl
13620            ! README.hpux pod/perlre.pod
13621 ____________________________________________________________________________
13622 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
13623         Log: Skip this test if "use open" fails due to an unknown encoding
13624      Branch: perl
13625            ! ext/PerlIO/encoding/t/nolooping.t
13626 ____________________________________________________________________________
13627 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
13628         Log: Un-TODO tests avec change #30228
13629      Branch: perl
13630            ! t/comp/parser.t
13631 ____________________________________________________________________________
13632 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
13633         Log: Subject: Re: PL_copline inconsistency
13634              From: Rick Delaney <rick@bort.ca>
13635              Date: Sat, 27 Jan 2007 20:29:02 -0500
13636              Message-ID: <20070128012902.GA21572@bort.ca>
13637      Branch: perl
13638            ! toke.c
13639 ____________________________________________________________________________
13640 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
13641         Log: Note why storing a reference as an integer in %^H is not threadsafe.
13642      Branch: perl
13643            ! pod/perlpragma.pod
13644 ____________________________________________________________________________
13645 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
13646         Log: Document that m//k works, by Ævar Arnfjörð Bjarmason
13647      Branch: perl
13648            ! pod/perlop.pod
13649 ____________________________________________________________________________
13650 [ 30219] By: steveh                                on 2007/02/12  09:04:41
13651         Log: Apply #30197 to win32/makefile.mk too
13652      Branch: perl
13653            ! win32/makefile.mk
13654 ____________________________________________________________________________
13655 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
13656         Log: FAQ sync
13657      Branch: perl
13658            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13659            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
13660            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
13661 ____________________________________________________________________________
13662 [ 30217] By: craigb                                on 2007/02/11  23:52:35
13663         Log: Check for the presence of signbit() on VMS. It currently only works
13664              on IEEE double, not IEEE long double or any other floating point format.
13665              Also, begin to disentangle -Duselongdouble configuration support from
13666              its other 64-bit brethren.
13667      Branch: perl
13668            ! configure.com
13669 ____________________________________________________________________________
13670 [ 30216] By: craigb                                on 2007/02/11  23:48:46
13671         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
13672              all of the attributes we need without any of the ones we don't, and
13673              try to be friendly to older compilers without too much damage to 
13674              readability.  Thanks to Saku Setala for the problem report.
13675      Branch: perl
13676            ! vms/vms.c
13677 ____________________________________________________________________________
13678 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
13679         Log: Another tiny typo in File::Copy (found by Ruud.)
13680      Branch: perl
13681            ! lib/File/Copy.pm
13682 ____________________________________________________________________________
13683 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
13684         Log: Explicitly load PerlIO::encoding when testing it.
13685              (so we know what we're testing)
13686      Branch: perl
13687            ! ext/PerlIO/encoding/t/nolooping.t
13688 ____________________________________________________________________________
13689 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
13690         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
13691              From: Slaven Rezic <slaven@rezic.de>
13692              Date: 05 Feb 2007 23:04:07 +0100
13693              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
13694      Branch: perl
13695            + ext/PerlIO/encoding/t/nolooping.t
13696            ! MANIFEST ext/PerlIO/encoding/encoding.pm
13697            ! ext/PerlIO/encoding/encoding.xs
13698 ____________________________________________________________________________
13699 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
13700         Log: Convert new test to using t/test.pl.
13701              (No idea where it could fit better. And since it uses the stack,
13702              it's a bit fragile)
13703      Branch: perl
13704            ! t/op/qrstack.t
13705 ____________________________________________________________________________
13706 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
13707         Log: Subject: [perl #41484] qr// stack bug 
13708              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
13709              Date: Sat, 10 Feb 2007 19:32:17 -0800
13710              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
13711      Branch: perl
13712            + t/op/qrstack.t
13713            ! MANIFEST pp_hot.c
13714 ____________________________________________________________________________
13715 [ 30200] By: merijn                                on 2007/02/10  20:41:31
13716         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
13717              From: demerphq <demerphq@gmail.com>
13718              Date: Sat, 10 Feb 2007 21:31:55 +0100
13719              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
13720      Branch: perl
13721            ! regcomp.c t/op/pat.t
13722 ____________________________________________________________________________
13723 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
13724         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
13725              From: demerphq <demerphq@gmail.com>
13726              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
13727              Date: Sat, 10 Feb 2007 20:00:10 +0100
13728      Branch: perl
13729            ! win32/Makefile
13730 ____________________________________________________________________________
13731 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
13732         Log: These casts to GV are no longer needed.
13733      Branch: perl
13734            ! pp.c
13735 ____________________________________________________________________________
13736 [ 30192] By: merijn                                on 2007/02/10  17:22:04
13737         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
13738              From: Andy Dougherty <doughera@lafayette.edu>
13739              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
13740              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
13741      Branch: perl
13742            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
13743            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
13744 ____________________________________________________________________________
13745 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
13746         Log: Fix Pod errors.
13747      Branch: perl
13748            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
13749 ____________________________________________________________________________
13750 [ 30184] By: merijn                                on 2007/02/09  20:06:44
13751         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
13752              From: demerphq <demerphq@gmail.com>
13753              Date: Fri, 9 Feb 2007 20:40:17 +0100
13754              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
13755      Branch: perl
13756            ! regcomp.c
13757 ____________________________________________________________________________
13758 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
13759         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
13760              L<>
13761      Branch: perl
13762            ! pod/perlfaq1.pod
13763 ____________________________________________________________________________
13764 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
13765         Log: Update the lists of files that makerel needs to process. Remove the
13766              "used only once" warning.
13767      Branch: perl
13768            ! Porting/makerel
13769 ____________________________________________________________________________
13770 [ 30177] By: craigb                                on 2007/02/08  18:42:44
13771         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
13772              because Carp now in some cases depends on things that may not
13773              be available from miniperl or before extensions are built.
13774      Branch: perl
13775            ! vms/ext/XSSymSet.pm
13776 ____________________________________________________________________________
13777 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
13778         Log: Typo fix, by John P. Linderman
13779      Branch: perl
13780            ! lib/File/Copy.pm
13781 ____________________________________________________________________________
13782 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
13783         Log: Subject: [PATCH] Re: Change 29193 is a regression
13784              From: Rick Delaney <rick@bort.ca>
13785              Date: Thu, 8 Feb 2007 08:21:37 -0500
13786              Message-ID: <20070208132137.GA24202@bort.ca>
13787      Branch: perl
13788            ! pp_ctl.c t/op/taint.t
13789 ____________________________________________________________________________
13790 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
13791         Log: Remove dead code that was emitting warnings.
13792      Branch: perl
13793            ! regcomp.c
13794 ____________________________________________________________________________
13795 [ 30169] By: merijn                                on 2007/02/08  08:19:24
13796         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
13797              From: demerphq <demerphq@gmail.com>
13798              Date: Wed, 7 Feb 2007 22:53:25 +0100
13799              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
13800      Branch: perl
13801            ! pod/perlre.pod regcomp.c t/op/re_tests
13802 ____________________________________________________________________________
13803 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
13804         Log: opening $0 doesn't work if you change directory. So use test.pl
13805      Branch: perl
13806            ! t/op/taint.t
13807 ____________________________________________________________________________
13808 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
13809         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
13810      Branch: perl
13811            ! t/op/taint.t
13812 ____________________________________________________________________________
13813 [ 30157] By: stevep                                on 2007/02/07  14:56:05
13814         Log: Upgrade to Time-HiRes-1.9705
13815      Branch: perl
13816            + ext/Time/HiRes/hints/linux.pl
13817            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13818            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
13819            ! ext/Time/HiRes/t/HiRes.t
13820 ____________________________________________________________________________
13821 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
13822         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
13823              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13824              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
13825              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
13826      Branch: perl
13827            ! ext/DynaLoader/t/DynaLoader.t
13828 ____________________________________________________________________________
13829 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
13830         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
13831              From: Jonathan Stowe <jns@gellyfish.com>
13832              Date: Wed, 07 Feb 2007 11:56:17 +0000
13833              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
13834      Branch: perl
13835            ! hints/linux.sh
13836 ____________________________________________________________________________
13837 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
13838         Log: Wrap the SvTYPE macro definition in parens.
13839      Branch: perl
13840            ! sv.h
13841 ____________________________________________________________________________
13842 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
13843         Log: Upgrade to threads.pm 1.59 (doc tweaks)
13844      Branch: perl
13845            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
13846            ! ext/threads/t/thread.t ext/threads/threads.pm
13847 ____________________________________________________________________________
13848 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
13849         Log: Upgrade to threads::shared 1.07 (doc tweaks)
13850      Branch: perl
13851            ! ext/threads/shared/Changes ext/threads/shared/README
13852            ! ext/threads/shared/shared.pm
13853 ____________________________________________________________________________
13854 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
13855         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
13856              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
13857              Date: Sat, 3 Feb 2007 16:23:48 +0100
13858              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
13859      Branch: perl
13860            ! pod/perlop.pod
13861 ____________________________________________________________________________
13862 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
13863         Log: Avoid obscure failures when a regexp hasn't matched
13864      Branch: perl
13865            ! t/op/bless.t
13866 ____________________________________________________________________________
13867 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
13868         Log: Subject: [PATCH] current status on Unicode Regular Expressions
13869              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13870              Date: Sat, 03 Feb 2007 17:01:52 +0900
13871              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
13872      Branch: perl
13873            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
13874 ____________________________________________________________________________
13875 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
13876         Log: Subject: [PATCH] fix 2 environment handling bugs
13877              From: Jan Dubois <jand@ActiveState.com>
13878              Date: Mon, 05 Feb 2007 21:45:36 -0800
13879              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
13880      Branch: perl
13881            ! perl.c
13882 ____________________________________________________________________________
13883 [ 30146] By: stevep                                on 2007/02/06  21:43:13
13884         Log: Upgrade to ExtUtils-Command-1.13
13885      Branch: perl
13886            ! lib/ExtUtils/Command.pm
13887 ____________________________________________________________________________
13888 [ 30144] By: stevep                                on 2007/02/06  17:29:09
13889         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
13890              differs from the CPAN version (Net::FTP and Net::NNTP).
13891      Branch: perl
13892            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
13893            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
13894            ! lib/Net/SMTP.pm
13895 ____________________________________________________________________________
13896 [ 30143] By: stevep                                on 2007/02/06  16:42:50
13897         Log: Upgrade to Module-Pluggable-3.5
13898      Branch: perl
13899            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
13900 ____________________________________________________________________________
13901 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
13902         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
13903              pre 5.9.x.
13904      Branch: perl
13905            ! ext/B/B.xs ext/B/defsubs_h.PL
13906 ____________________________________________________________________________
13907 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
13908         Log: t/lib/common.pl can be warnings clean.
13909      Branch: perl
13910            ! t/lib/common.pl
13911 ____________________________________________________________________________
13912 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
13913         Log: Upgrade to ExtUtils-ParseXS-2.18
13914      Branch: perl
13915            ! lib/ExtUtils/ParseXS.pm
13916 ____________________________________________________________________________
13917 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
13918         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
13919              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
13920              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
13921              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
13922      Branch: perl
13923            ! hints/cygwin.sh
13924 ____________________________________________________________________________
13925 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
13926         Log: Upgrade to DB_File 1.815
13927      Branch: perl
13928            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13929            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
13930 ____________________________________________________________________________
13931 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
13932         Log: Subject: [PATCH] minor improvements for perlre.pod
13933              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
13934              Date: Sun, 4 Feb 2007 16:26:14 +0100
13935              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
13936      Branch: perl
13937            ! pod/perlre.pod
13938 ____________________________________________________________________________
13939 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
13940         Log: Quote fix by Jarkko
13941      Branch: perl
13942            ! cflags.SH
13943 ____________________________________________________________________________
13944 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
13945         Log: Use the new conditional TODOs to mark as TODO the warning tests
13946              failing due to HEKs leaked by OPs for unthreaded perls tested with
13947              a UTF-8 locale.
13948      Branch: perl
13949            ! lib/warnings.t t/lib/warnings/7fatal
13950 ____________________________________________________________________________
13951 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
13952         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
13953      Branch: perl
13954            ! t/lib/common.pl
13955 ____________________________________________________________________________
13956 [ 30120] By: craigb                                on 2007/02/04  20:43:46
13957         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
13958              candidates, not global variable candidates.  Currently only needed
13959              for PerlIO_teardown.
13960      Branch: perl
13961            ! vms/gen_shrfls.pl
13962 ____________________________________________________________________________
13963 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
13964         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
13965              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
13966              However, this would not have made a difference for any configuration
13967              buildable from the blead source alone.
13968      Branch: perl
13969            ! perl.c
13970 ____________________________________________________________________________
13971 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
13972         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
13973              which had an e accute in UTF-8.
13974      Branch: perl
13975            ! Changes
13976 ____________________________________________________________________________
13977 [ 30111] By: craigb                                on 2007/02/03  23:53:06
13978         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
13979      Branch: perl
13980            ! vms/descrip_mms.template
13981 ____________________________________________________________________________
13982 [ 30108] By: craigb                                on 2007/02/03  18:52:02
13983         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
13984      Branch: perl
13985            ! vms/descrip_mms.template
13986 ____________________________________________________________________________
13987 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
13988         Log: Purge all references to 5005 threads variables in the code.
13989              (Retain the aides memoire in makedef.pl)
13990      Branch: perl
13991            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
13992 ____________________________________________________________________________
13993 [ 30104] By: stevep                                on 2007/02/03  06:25:11
13994         Log: Subject: Re: prerelease checklist for Perl 5.10
13995              From: demerphq <demerphq@gmail.com>
13996              Date: Thu, 1 Feb 2007 17:06:37 +0100
13997              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
13998              
13999              Subject: Re: prerelease checklist for Perl 5.10
14000              From: demerphq <demerphq@gmail.com>
14001              Date: Fri, 2 Feb 2007 18:10:14 +0100
14002              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
14003              
14004              Regular expression changes to fix failing tests in XML::Twig and
14005              Mail::SpamAssassin.  The breakages occured in changes #28785 and
14006              #29279.
14007      Branch: perl
14008            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
14009 ____________________________________________________________________________
14010 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
14011         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
14012              From: Slaven Rezic <slaven@rezic.de>
14013              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
14014              Date: 02 Feb 2007 23:08:28 +0100
14015      Branch: perl
14016            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
14017 ____________________________________________________________________________
14018 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
14019         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
14020      Branch: perl
14021            ! mg.c op.c pp_ctl.c toke.c
14022 ____________________________________________________________________________
14023 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
14024         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
14025              bug added by change 29502, fixed in change 30092.
14026      Branch: perl
14027            ! t/op/regexp.t
14028 ____________________________________________________________________________
14029 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
14030         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
14031              "\n" added by fbm_compile(), before recompiling with the same flags.
14032              In turn, to do that, it's best to store the flags even for short
14033              "PVBM"s.
14034      Branch: perl
14035            ! regexec.c util.c
14036 ____________________________________________________________________________
14037 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
14038         Log: Better dump reporting of "PVBM"s.
14039      Branch: perl
14040            ! dump.c
14041 ____________________________________________________________________________
14042 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
14043         Log: Allow regexp.t to take a command line argument for the filename of
14044              tests. Read the tests into memory, to avoid seeking the FH.
14045      Branch: perl
14046            ! t/op/regexp.t
14047 ____________________________________________________________________________
14048 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
14049         Log: Make t/op/regexp.t warnings clean.
14050      Branch: perl
14051            ! t/op/regexp.t
14052 ____________________________________________________________________________
14053 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
14054         Log: Make t/op/regexp.t run under use strict; including removing the
14055              vestiges of change 1195 not removed by change 1244.
14056      Branch: perl
14057            ! t/op/re_tests t/op/regexp.t
14058 ____________________________________________________________________________
14059 [ 30087] By: merijn                                on 2007/01/31  15:38:06
14060         Log: alloca () might end up unreferenced during linking.
14061              Thanks Steve
14062      Branch: perl
14063            ! cygwin/cygwin.c
14064 ____________________________________________________________________________
14065 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
14066         Log: Upgrade to Getopt::Long 2.36
14067      Branch: perl
14068            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
14069            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14070            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
14071            ! lib/Getopt/Long/t/gol-linkage.t
14072 ____________________________________________________________________________
14073 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
14074         Log: You can't have special blocks if the subroutine has an "anonymous"
14075              name for the debugger, so don't bother checking.
14076      Branch: perl
14077            ! op.c
14078 ____________________________________________________________________________
14079 [ 30084] By: merijn                                on 2007/01/31  10:29:59
14080         Log: Subject: [PATCH] Improve regex stringification code
14081              From: demerphq <demerphq@gmail.com>
14082              Date: Tue, 30 Jan 2007 23:58:31 +0100
14083              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
14084      Branch: perl
14085            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
14086            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
14087 ____________________________________________________________________________
14088 [ 30083] By: merijn                                on 2007/01/31  09:51:48
14089         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
14090              From: demerphq <demerphq@gmail.com>
14091              Date: Wed, 31 Jan 2007 10:28:34 +0100
14092      Branch: perl
14093            ! regcomp.c
14094 ____________________________________________________________________________
14095 [ 30082] By: merijn                                on 2007/01/31  07:49:12
14096         Log: Subject: [PATCH] Improve regex stringification code
14097              From: demerphq <demerphq@gmail.com>
14098              Date: Tue, 30 Jan 2007 23:58:31 +0100
14099              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
14100      Branch: perl
14101            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
14102            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
14103 ____________________________________________________________________________
14104 [ 30081] By: merijn                                on 2007/01/31  07:34:39
14105         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
14106              From: demerphq <demerphq@gmail.com>
14107              Date: Tue, 30 Jan 2007 23:51:27 +0100
14108              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
14109      Branch: perl
14110            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
14111            ! regexec.c t/op/pat.t
14112 ____________________________________________________________________________
14113 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
14114         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
14115              duplicated in newATTRSUB and newXS into a new static function
14116              process_special_blocks()
14117      Branch: perl
14118            ! embed.fnc embed.h op.c proto.h
14119 ____________________________________________________________________________
14120 [ 30079] By: merijn                                on 2007/01/30  17:39:58
14121         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
14122              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14123              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
14124              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
14125      Branch: perl
14126            ! perl.h perliol.h
14127 ____________________________________________________________________________
14128 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
14129         Log: Subject: [PATCH] Re: run/cloexec.t is failing
14130              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14131              Date: Sat, 13 Jan 2007 18:44:53 +0100
14132              Message-ID: <20070113184453.7cd54bcf@r2d2>
14133      Branch: perl
14134            ! t/run/cloexec.t
14135 ____________________________________________________________________________
14136 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
14137         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
14138      Branch: perl
14139            + ext/XS/APItest/t/xs_special_subs_require.t
14140            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
14141 ____________________________________________________________________________
14142 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
14143         Log: UNITCHECK for XS code. Turned out to be harder that expected.
14144              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
14145      Branch: perl
14146            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14147            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
14148            ! op.c
14149 ____________________________________________________________________________
14150 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
14151         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
14152      Branch: perl
14153            + ext/XS/APItest/t/xs_special_subs.t
14154            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14155            ! op.c
14156 ____________________________________________________________________________
14157 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
14158         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
14159              out two repeated idioms.
14160      Branch: perl
14161            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
14162 ____________________________________________________________________________
14163 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
14164         Log: Avoid test failure with for a -Dusesitecustomize perl.
14165      Branch: perl
14166            ! t/run/switchd.t
14167 ____________________________________________________________________________
14168 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
14169         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
14170      Branch: perl
14171            ! ext/B/t/debug.t
14172 ____________________________________________________________________________
14173 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
14174         Log: Subject: [PATCH] g++ wants cast
14175              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14176              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
14177              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
14178      Branch: perl
14179            ! sv.c
14180 ____________________________________________________________________________
14181 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
14182         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
14183              is true.
14184      Branch: perl
14185            ! perl.h
14186 ____________________________________________________________________________
14187 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
14188         Log: Change 30034 wasn't enough to silence the warnings - also need to
14189              pass a never-NULL parameter to newPADOP from newGVOP
14190      Branch: perl
14191            ! op.c
14192 ____________________________________________________________________________
14193 [ 30041] By: craigb                                on 2007/01/27  22:08:55
14194         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
14195              From: Abe Timmerman <abe@ztreet.demon.nl>
14196              Date: Sat, 27 Jan 2007 17:26:47 +0100
14197              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
14198              
14199              Disable DECterm support by default, and when we enable it, 
14200              make sure the image we need is installed, not merely present.
14201      Branch: perl
14202            ! configure.com
14203 ____________________________________________________________________________
14204 [ 30037] By: craigb                                on 2007/01/27  17:45:27
14205         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
14206              must be in unix syntax.
14207      Branch: perl
14208            ! lib/FindBin.pm
14209 ____________________________________________________________________________
14210 [ 30035] By: craigb                                on 2007/01/27  17:19:12
14211         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
14212      Branch: perl
14213            ! lib/File/Find.pm
14214 ____________________________________________________________________________
14215 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
14216         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
14217              (Well, in theory it could be NULL if someone is creating ops during
14218              symbol table destruction, but snowballs in hell, etc.
14219              This is usually the point where Jarkko observes that the aliens are
14220              looking for a free slot in their diaries...)
14221      Branch: perl
14222            ! embed.fnc op.c proto.h
14223 ____________________________________________________________________________
14224 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
14225         Log: newPADOP is only used under ithreads, so don't waste space by compiling
14226              it for non-threaded builds.
14227      Branch: perl
14228            ! embed.fnc embed.h makedef.pl op.c proto.h
14229 ____________________________________________________________________________
14230 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
14231         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
14232      Branch: perl
14233            ! toke.c
14234 ____________________________________________________________________________
14235 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
14236         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
14237              object code size.
14238      Branch: perl
14239            ! op.c
14240 ____________________________________________________________________________
14241 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
14242         Log: Change Tels' contact address
14243      Branch: perl
14244            ! Porting/Maintainers.pl
14245 ____________________________________________________________________________
14246 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
14247         Log: A test to exercise the smallbuf overflow code in S_incline, and a
14248              refactoring of that code to use only one 128 char array, not two.
14249      Branch: perl
14250            ! t/comp/parser.t toke.c
14251 ____________________________________________________________________________
14252 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
14253         Log: cflags.SH was broken: it was compiling a C file for testing available
14254              command-line options, but this C file was including perl.h, which in
14255              turn includes config.h, which might not be present at that time. So
14256              force the generation of config.h.
14257      Branch: perl
14258            ! cflags.SH
14259 ____________________________________________________________________________
14260 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
14261         Log: Silence a few pedantic warnings
14262      Branch: perl
14263            ! sv.c
14264 ____________________________________________________________________________
14265 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
14266         Log: If we have specified -Dgccansipedantic on the Configure command-line,
14267              assume we really want it
14268      Branch: perl
14269            ! cflags.SH
14270 ____________________________________________________________________________
14271 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
14272         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
14273              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
14274              CopFILE_setn() to provide pointer/length versions of APIs)
14275      Branch: perl
14276            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
14277            ! proto.h toke.c util.c
14278 ____________________________________________________________________________
14279 [ 30014] By: stevep                                on 2007/01/26  16:12:58
14280         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
14281      Branch: perl
14282            ! ext/POSIX/t/sysconf.t
14283 ____________________________________________________________________________
14284 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
14285         Log: Subject: Re: [perl #32135] File::Copy module
14286              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
14287              Date: Fri, 26 Jan 2007 12:56:18 -0200
14288              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
14289      Branch: perl
14290            ! lib/File/Copy.pm
14291 ____________________________________________________________________________
14292 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
14293         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
14294              From: "Jos Boumans" <kane@dwim.org>
14295              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
14296              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
14297      Branch: perl
14298            + lib/Archive/Extract.pm
14299            + lib/Archive/Extract/t/01_Archive-Extract.t
14300            + lib/Archive/Extract/t/src/double_dir.zip.packed
14301            + lib/Archive/Extract/t/src/x.bz2.packed
14302            + lib/Archive/Extract/t/src/x.gz.packed
14303            + lib/Archive/Extract/t/src/x.jar.packed
14304            + lib/Archive/Extract/t/src/x.par.packed
14305            + lib/Archive/Extract/t/src/x.tar.gz.packed
14306            + lib/Archive/Extract/t/src/x.tar.packed
14307            + lib/Archive/Extract/t/src/x.tgz.packed
14308            + lib/Archive/Extract/t/src/x.zip.packed
14309            + lib/Archive/Extract/t/src/y.jar.packed
14310            + lib/Archive/Extract/t/src/y.par.packed
14311            + lib/Archive/Extract/t/src/y.tar.bz2.packed
14312            + lib/Archive/Extract/t/src/y.tar.gz.packed
14313            + lib/Archive/Extract/t/src/y.tar.packed
14314            + lib/Archive/Extract/t/src/y.tbz.packed
14315            + lib/Archive/Extract/t/src/y.tgz.packed
14316            + lib/Archive/Extract/t/src/y.zip.packed
14317            ! MANIFEST
14318 ____________________________________________________________________________
14319 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
14320         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
14321              From: "Jos Boumans" <kane@dwim.org>
14322              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
14323              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
14324      Branch: perl
14325            ! uupacktool.pl
14326 ____________________________________________________________________________
14327 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
14328         Log: Subject: [PATCH] still some Symbian/S90 tweaks
14329              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14330              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
14331              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
14332      Branch: perl
14333            ! README.symbian symbian/config.sh symbian/xsbuild.pl
14334 ____________________________________________________________________________
14335 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
14336         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
14337      Branch: perl
14338            - lib/File/Fetch/Item.pm
14339            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
14340 ____________________________________________________________________________
14341 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
14342         Log: Let File::Path report the extended system error message
14343              when available (Ilya Zakharevich)
14344      Branch: perl
14345            ! lib/File/Path.pm
14346 ____________________________________________________________________________
14347 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
14348         Log: As we're not passing over (or copying in) a NUL, don't need that extra
14349              byte for it, so correct the < to <= so that we use the smallbuf
14350              whenever possible.
14351      Branch: perl
14352            ! gv.c toke.c
14353 ____________________________________________________________________________
14354 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
14355         Log: Mention //w in perltodo.
14356      Branch: perl
14357            ! pod/perltodo.pod
14358 ____________________________________________________________________________
14359 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
14360         Log: Upgrade to Time::Local 1.17
14361      Branch: perl
14362            ! lib/Time/Local.pm lib/Time/Local.t
14363 ____________________________________________________________________________
14364 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
14365         Log: Subject: [PATCH] utf8.pm doc patch
14366              From: Audrey Tang <audreyt@audreyt.org>
14367              Date: Fri, 26 Jan 2007 05:38:39 +0800
14368              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
14369      Branch: perl
14370            ! lib/utf8.pm
14371 ____________________________________________________________________________
14372 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
14373         Log: Some variables are used only with DEBUGGING
14374      Branch: perl
14375            ! regcomp.c
14376 ____________________________________________________________________________
14377 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
14378         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
14379              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14380              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
14381              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
14382      Branch: perl
14383            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
14384            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
14385 ____________________________________________________________________________
14386 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
14387         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
14388      Branch: perl
14389            + lib/Module/Load/Conditional/t/02_Parse_Version.t
14390            ! MANIFEST lib/Module/Load/Conditional.pm
14391            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
14392 ____________________________________________________________________________
14393 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
14394         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
14395              (The actual size doesn't matter, as the buffers are only there to
14396              save a malloc() for the common, short, case. Coverage reports suggest
14397              that we aren't actually testing the long case. Yet - will fix this)
14398      Branch: perl
14399            ! gv.c toke.c
14400 ____________________________________________________________________________
14401 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
14402         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
14403              string, so don't bother allocating buffer space or adding a NUL.
14404      Branch: perl
14405            ! gv.c toke.c
14406 ____________________________________________________________________________
14407 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
14408         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
14409              of flags, not a boolean, so correct the documenation and callers.
14410      Branch: perl
14411            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
14412            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
14413            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
14414            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
14415 ____________________________________________________________________________
14416 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
14417         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
14418              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14419              Date: Fri, 19 Jan 2007 22:21:48 +0900
14420              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
14421      Branch: perl
14422            ! op.c t/op/split.t
14423 ____________________________________________________________________________
14424 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
14425         Log: Upgrade to threads 1.58:
14426              * Ignore thread return value(s) in void context
14427              * Check for missing args for 'use threads' options
14428              * Check that stack size argument is numeric
14429      Branch: perl
14430            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
14431            ! ext/threads/t/thread.t ext/threads/threads.pm
14432            ! ext/threads/threads.xs
14433 ____________________________________________________________________________
14434 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
14435         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
14436              From: "Joshua ben Jore" <twists@gmail.com>
14437              Date: Wed, 17 Jan 2007 17:49:22 -0800
14438              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
14439      Branch: perl
14440            ! ext/B/B.pm
14441 ____________________________________________________________________________
14442 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
14443         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
14444      Branch: perl
14445            ! gv.c
14446 ____________________________________________________________________________
14447 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
14448         Log: Display the process id as part of the trace output if running with -Dv
14449              (Might be nice to display the thread ID too under ithreads, but I can't
14450              see a clean way to get that)
14451      Branch: perl
14452            ! deb.c
14453 ____________________________________________________________________________
14454 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
14455         Log: Fix typo in the description of change 27911
14456      Branch: perl
14457            ! Changes
14458 ____________________________________________________________________________
14459 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
14460         Log: Wrap the macro arguments for ck_proto in ().
14461      Branch: perl
14462            ! op.h
14463 ____________________________________________________________________________
14464 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
14465         Log: Subject: [PATCH] fix a few references in perlfunc.html
14466              From: Jan Dubois <jand@ActiveState.com>
14467              Date: Tue, 23 Jan 2007 18:25:02 -0800
14468              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
14469      Branch: perl
14470            ! pod/perlfunc.pod
14471 ____________________________________________________________________________
14472 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
14473         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
14474              From: Jan Dubois <jand@ActiveState.com>
14475              Date: Tue, 23 Jan 2007 18:43:55 -0800
14476              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
14477      Branch: perl
14478            ! pod/perlrun.pod
14479 ____________________________________________________________________________
14480 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
14481         Log: Upgrade to Time::Local 1.16
14482      Branch: perl
14483            ! lib/Time/Local.pm lib/Time/Local.t
14484 ____________________________________________________________________________
14485 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
14486         Log: Add lib to @INC so that ./perl t/op/local.t works.
14487      Branch: perl
14488            ! t/op/local.t
14489 ____________________________________________________________________________
14490 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
14491         Log: Change 29936 missed a ;
14492      Branch: perl
14493            ! lib/Time/Local.pm
14494 ____________________________________________________________________________
14495 [ 29936] By: stevep                                on 2007/01/23  18:43:50
14496         Log: Fix to Time::Local to fix problems with leap year calculation.
14497      Branch: perl
14498            ! lib/Time/Local.pm
14499 ____________________________________________________________________________
14500 [ 29935] By: stevep                                on 2007/01/23  15:02:56
14501         Log: Upgrade to File-Temp-0.18.
14502      Branch: perl
14503            + lib/File/Temp/t/cmp.t
14504            ! MANIFEST lib/File/Temp.pm
14505 ____________________________________________________________________________
14506 [ 29934] By: stevep                                on 2007/01/23  14:29:55
14507         Log: Upgrade to AutoLoader-5.63
14508      Branch: perl
14509            ! lib/AutoLoader.pm
14510 ____________________________________________________________________________
14511 [ 29933] By: stevep                                on 2007/01/23  02:20:31
14512         Log: Upgrade to Test-Simple-0.67
14513      Branch: perl
14514            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
14515            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
14516 ____________________________________________________________________________
14517 [ 29932] By: stevep                                on 2007/01/23  02:14:57
14518         Log: Upgrade to Math-Complex-1.37.
14519      Branch: perl
14520            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
14521 ____________________________________________________________________________
14522 [ 29931] By: stevep                                on 2007/01/23  01:55:48
14523         Log: Subject: [PATCH] Time::Local patch take 2
14524              From: Dave Rolsky <autarch@urth.org>
14525              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
14526              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
14527      Branch: perl
14528            ! lib/Time/Local.pm lib/Time/Local.t
14529 ____________________________________________________________________________
14530 [ 29930] By: stevep                                on 2007/01/23  01:52:16
14531         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
14532              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
14533              Date: Mon, 22 Jan 2007 14:46:15 -0800
14534              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
14535      Branch: perl
14536            ! win32/win32.c
14537 ____________________________________________________________________________
14538 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
14539         Log: Subject: [PATCH] Disable positive lookaround optimisations
14540              From: demerphq <demerphq@gmail.com>
14541              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
14542              Date: Sun, 21 Jan 2007 18:53:38 +0100
14543      Branch: perl
14544            ! regcomp.h t/op/re_tests
14545 ____________________________________________________________________________
14546 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
14547         Log: Fix a typo and some doubled spaces in comments.
14548      Branch: perl
14549            ! cop.h pod/perlapi.pod sv.h
14550 ____________________________________________________________________________
14551 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
14552         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
14553      Branch: perl
14554            ! pp_ctl.c
14555 ____________________________________________________________________________
14556 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
14557         Log: Fix my typo, as spotted by Steve Peters
14558      Branch: perl
14559            ! Changes
14560 ____________________________________________________________________________
14561 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
14562         Log: Assignments to function pointers can't be NULL, as that's a pointer to
14563              data, and assigning pointers to data to pointers to functions is not
14564              ANSI-conformant.
14565      Branch: perl
14566            ! perl.h
14567 ____________________________________________________________________________
14568 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
14569         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
14570              26924.
14571      Branch: perl
14572            ! mg.c
14573 ____________________________________________________________________________
14574 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
14575         Log: Remove register keyword from dSP; (at least for now)
14576      Branch: perl
14577            ! pp.h
14578 ____________________________________________________________________________
14579 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
14580         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
14581              into a single routine Perl_softref2xv(). As soft references are
14582              rarely used compared with true references, move this code from pp_hot.c
14583      Branch: perl
14584            ! embed.fnc embed.h pp.c pp_hot.c proto.h
14585 ____________________________________________________________________________
14586 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
14587         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
14588      Branch: perl
14589            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
14590 ____________________________________________________________________________
14591 [ 29895] By: stevep                                on 2007/01/20  03:51:26
14592         Log: Upgrade to version-0.69
14593      Branch: perl
14594            ! lib/version.pm
14595 ____________________________________________________________________________
14596 [ 29894] By: stevep                                on 2007/01/20  03:40:23
14597         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
14598              From: Bo Lindbergh <blgl@hagernas.com>
14599              Date: Sat, 20 Jan 2007 02:39:57 +0100
14600              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
14601      Branch: perl
14602            ! perlio.c
14603 ____________________________________________________________________________
14604 [ 29893] By: stevep                                on 2007/01/20  03:28:48
14605         Log: Add PAUSE2007.pub key
14606      Branch: perl
14607            + lib/CPAN/PAUSE2007.pub
14608            ! MANIFEST
14609 ____________________________________________________________________________
14610 [ 29892] By: stevep                                on 2007/01/20  03:20:11
14611         Log: Upgrade to CPAN-1.88_69.
14612      Branch: perl
14613            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14614 ____________________________________________________________________________
14615 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
14616         Log: Subject: Re: [PATCH] fix unicode split /\s+/
14617              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14618              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
14619              Date: Sat, 20 Jan 2007 00:52:42 +0900
14620      Branch: perl
14621            ! pp.c t/op/split.t
14622 ____________________________________________________________________________
14623 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
14624         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
14625              get_cvn_flags().
14626      Branch: perl
14627            ! pod/perlapi.pod
14628 ____________________________________________________________________________
14629 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
14630         Log: Marcus Holland-Moritz notes that the first argument to
14631              refcounted_he_fetch() can be NULL.
14632      Branch: perl
14633            ! embed.fnc proto.h
14634 ____________________________________________________________________________
14635 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
14636         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
14637      Branch: perl
14638            ! sv.c
14639 ____________________________________________________________________________
14640 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
14641         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
14642              this in the arena description. Change all sizes to unsigned values.
14643              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
14644              the logic. Remove my erroneous comment added in change 29881.
14645      Branch: perl
14646            ! embed.fnc hv.c proto.h sv.c
14647 ____________________________________________________________________________
14648 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
14649         Log: I think that it's clearer if aroot is only struct arena_set *
14650              (rather than ** and constantly dereferneced). Move the declaration
14651              of new_root into the block it is used in. Add a comment describing
14652              where the arenas for arena_sets themselves aren't rooted anywhere.
14653      Branch: perl
14654            ! sv.c
14655 ____________________________________________________________________________
14656 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
14657         Log: Subject: [PATCH] fix unicode split /\s+/
14658              From: demerphq <demerphq@gmail.com>
14659              Date: Fri, 19 Jan 2007 02:14:06 +0100
14660              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
14661      Branch: perl
14662            ! pp.c t/op/split.t
14663 ____________________________________________________________________________
14664 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
14665         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
14666              as it's both unsigned and semantically the correct width for a size.
14667              As all arenas get cleared later on, can use Newx() rather than Newxz().
14668      Branch: perl
14669            ! embed.fnc proto.h sv.c
14670 ____________________________________________________________________________
14671 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
14672         Log: Move C<static bool done_sanity_check;> inside the only function that
14673              uses it.
14674      Branch: perl
14675            ! sv.c
14676 ____________________________________________________________________________
14677 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
14678         Log: Add in missing dVAR that prevents compilation with
14679              -DPERL_GLOBAL_STRUCT_PRIVATE
14680      Branch: perl
14681            ! perl.c
14682 ____________________________________________________________________________
14683 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
14684         Log: Move the flag checking for isGV_with_GP() into the call to visit()
14685      Branch: perl
14686            ! sv.c
14687 ____________________________________________________________________________
14688 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
14689         Log: Add missing SVfARG()s in require_tie_mod().
14690      Branch: perl
14691            ! gv.c
14692 ____________________________________________________________________________
14693 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
14694         Log: Given that we now do the tests in S_visit() to avoid calling the
14695              helper function when skippable, no need to retain those tests
14696              inside the helper functions do_clean_objs() and do_clean_named_objs().
14697      Branch: perl
14698            ! sv.c
14699 ____________________________________________________________________________
14700 [ 29871] By: merijn                                on 2007/01/18  14:03:21
14701         Log: perl rebuilds because of gcc's -g flag
14702              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
14703              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14704              Date: Thu, 18 Jan 2007 14:27:55 +0100
14705              Message-ID: <20070118142755.28e7f724@r2d2>
14706      Branch: perl
14707            ! makedepend.SH
14708 ____________________________________________________________________________
14709 [ 29868] By: steveh                                on 2007/01/18  11:36:05
14710         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
14711              From: Jan Dubois <jand@ActiveState.com>
14712              Date: Mon, 15 Jan 2007 19:25:11 -0800
14713              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
14714      Branch: perl
14715            ! win32/win32.c
14716 ____________________________________________________________________________
14717 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
14718         Log: As PVLVs can hold globs in some cases, I think that we should be
14719              treating them as a strict subclass of PVGV. Hence drop through into
14720              the PVGV handling code.
14721      Branch: perl
14722            ! sv.c
14723 ____________________________________________________________________________
14724 [ 29866] By: davem                                 on 2007/01/18  02:14:48
14725         Log: disable parser stack cleanup on reduce croak (too fragile)
14726      Branch: perl
14727            ! perly.c
14728 ____________________________________________________________________________
14729 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
14730         Log: Fix a typo in Dynaloader_pm.PL.
14731      Branch: perl
14732            ! ext/DynaLoader/DynaLoader_pm.PL
14733 ____________________________________________________________________________
14734 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
14735         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
14736              because it's not possible for dstr to be COW at this point, due to an
14737              earlier force_normal.
14738      Branch: perl
14739            ! sv.c
14740 ____________________________________________________________________________
14741 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
14742         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
14743              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
14744      Branch: perl
14745            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
14746 ____________________________________________________________________________
14747 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
14748         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
14749              decision on not "up"grading PVLV to PVGV for us. However, it appears
14750              that the other actions conducted for "not-yet-a-glob" are useful here.
14751      Branch: perl
14752            ! sv.c
14753 ____________________________________________________________________________
14754 [ 29848] By: merijn                                on 2007/01/17  13:38:05
14755         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
14756              From: Jarkko Hietaniemi <jhi@iki.fi>
14757              Date: Wed, 17 Jan 2007 08:27:03 -0500
14758              Message-ID: <45AE2427.7080907@iki.fi>
14759      Branch: perl
14760            ! symbian/xsbuild.pl
14761 ____________________________________________________________________________
14762 [ 29845] By: stevep                                on 2007/01/16  22:15:05
14763         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
14764      Branch: perl
14765            ! hints/netbsd.sh
14766 ____________________________________________________________________________
14767 [ 29844] By: merijn                                on 2007/01/16  16:17:03
14768         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
14769              From: Steffen Mueller <o6hhmk002@sneakemail.com>
14770              Date: Tue, 16 Jan 2007 15:29:44 +0100
14771              Message-ID: <45ACE158.4080102@sneakemail.com>
14772      Branch: perl
14773            ! Porting/Maintainers.pl
14774 ____________________________________________________________________________
14775 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
14776         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
14777              From: demerphq <demerphq@gmail.com>
14778              Date: Mon, 15 Jan 2007 23:06:44 +0100
14779              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
14780      Branch: perl
14781            ! regcomp.h
14782 ____________________________________________________________________________
14783 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
14784         Log: Subject: [PATCH] Make offsets support conditional
14785              From: demerphq <demerphq@gmail.com>
14786              Date: Sun, 14 Jan 2007 15:24:25 +0100
14787              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
14788      Branch: perl
14789            ! ext/re/t/regop.t regcomp.c regcomp.h
14790 ____________________________________________________________________________
14791 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
14792         Log: Typo fix, by Robin Barker
14793      Branch: perl
14794            ! Porting/Maintainers.pl
14795 ____________________________________________________________________________
14796 [ 29839] By: davem                                 on 2007/01/15  18:33:02
14797         Log: make Dump display the SVf_BREAK flag
14798      Branch: perl
14799            ! dump.c
14800 ____________________________________________________________________________
14801 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
14802         Log: Enable the ~~ operator by default.
14803              Remove the ~~ feature.
14804      Branch: perl
14805            - t/lib/feature/smartmatch
14806            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
14807 ____________________________________________________________________________
14808 [ 29837] By: davem                                 on 2007/01/15  18:19:20
14809         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
14810      Branch: perl
14811            ! sv.c
14812 ____________________________________________________________________________
14813 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
14814         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
14815              space saving to merge them. Hopefully this will reduce L2 cache misses.
14816      Branch: perl
14817            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
14818 ____________________________________________________________________________
14819 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
14820         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
14821      Branch: perl
14822            ! pp_hot.c
14823 ____________________________________________________________________________
14824 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
14825         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
14826              From: demerphq <demerphq@gmail.com>
14827              Date: Sat, 13 Jan 2007 17:18:01 +0100
14828              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
14829              
14830              macroize regexp modifiers
14831      Branch: perl
14832            ! perl.h regcomp.c regexp.h toke.c
14833 ____________________________________________________________________________
14834 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
14835         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
14836              From: demerphq <demerphq@gmail.com>
14837              Date: Fri, 12 Jan 2007 02:31:12 +0100
14838              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
14839              (with tweaks)
14840      Branch: perl
14841            + t/op/regexp_kmod.t
14842            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
14843            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
14844            ! regexp.h t/op/regexp.t toke.c
14845 ____________________________________________________________________________
14846 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
14847         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
14848              allows symbolic code references with embeded NULs to work.
14849      Branch: perl
14850            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
14851            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
14852 ____________________________________________________________________________
14853 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
14854         Log: Subject: [PATCH] symbian/xsbuild.pl
14855              From: Jarkko Hietaniemi <jhi@iki.fi>
14856              Date: Mon, 15 Jan 2007 08:49:56 -0500
14857              Message-ID: <45AB8684.70906@iki.fi>
14858      Branch: perl
14859            ! symbian/xsbuild.pl
14860 ____________________________________________________________________________
14861 [ 29827] By: davem                                 on 2007/01/15  14:16:53
14862         Log: extend threads 'veto cleanup' to perl_free and system stuff
14863      Branch: perl
14864            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
14865 ____________________________________________________________________________
14866 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
14867         Log: Proper symbian fix (replacing change #29813) by Jarkko
14868      Branch: perl
14869            ! perl.h
14870 ____________________________________________________________________________
14871 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
14872         Log: Use the $Is_MacOS variable
14873      Branch: perl
14874            ! t/lib/common.pl
14875 ____________________________________________________________________________
14876 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
14877         Log: Simplify the ok/not ok logic
14878              (another refactorisation by Schwern)
14879      Branch: perl
14880            ! t/lib/common.pl
14881 ____________________________________________________________________________
14882 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
14883         Log: Various cleanup and factorization by Schwern
14884              for tests for warnings and features
14885      Branch: perl
14886            ! t/lib/common.pl
14887 ____________________________________________________________________________
14888 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
14889         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
14890              alias to it (aimed at be an alias to the latest :5.10.X)
14891      Branch: perl
14892            ! lib/feature.pm
14893 ____________________________________________________________________________
14894 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
14895         Log: Fix link to perlsyn (thanks to Michael G Schwern)
14896      Branch: perl
14897            ! lib/feature.pm
14898 ____________________________________________________________________________
14899 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
14900         Log: Remove the "dor" feature alias.
14901      Branch: perl
14902            ! lib/feature.pm
14903 ____________________________________________________________________________
14904 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
14905         Log: Document "no feature" (Michael G Schwern)
14906      Branch: perl
14907            ! lib/feature.pm
14908 ____________________________________________________________________________
14909 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
14910         Log: Move the documentation of the lexical effect of feature.pm to its own
14911              section thus removing a lot of redundant redundant documentation about
14912              it cluttering up the feature documentation. (by Michael G Schwern)
14913      Branch: perl
14914            ! lib/feature.pm
14915 ____________________________________________________________________________
14916 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
14917         Log: Remove obsolete notes and TODOs from feature.pm
14918      Branch: perl
14919            ! lib/feature.pm
14920 ____________________________________________________________________________
14921 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
14922         Log: Add a reference to the docs for state() variables in feature.pm
14923              (suggested by Michael G Schwern)
14924      Branch: perl
14925            ! lib/feature.pm
14926 ____________________________________________________________________________
14927 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
14928         Log: Factorise croak() calls and error messages in feature.pm
14929              (suggested by Michael G Schwern)
14930      Branch: perl
14931            ! lib/feature.pm
14932 ____________________________________________________________________________
14933 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
14934         Log: Test that names with embedded NULs work for symbolic array, hash and
14935              typeglob references.
14936      Branch: perl
14937            ! t/op/ref.t
14938 ____________________________________________________________________________
14939 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
14940         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
14941      Branch: perl
14942            ! perl.h
14943 ____________________________________________________________________________
14944 [ 29812] By: merijn                                on 2007/01/15  07:45:28
14945         Log: Subject: [PATCH] g++ fixes
14946              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14947              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
14948              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
14949      Branch: perl
14950            ! op.c toke.c
14951 ____________________________________________________________________________
14952 [ 29811] By: merijn                                on 2007/01/15  07:42:37
14953         Log: Subject: [PATCH] Symbian/S90 further fixes
14954              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14955              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
14956              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
14957      Branch: perl
14958            ! perl.h symbian/PerlBase.cpp symbian/config.sh
14959 ____________________________________________________________________________
14960 [ 29810] By: davem                                 on 2007/01/14  23:58:49
14961         Log: make S_ithread_run() call S_ithread_free() in main context
14962              
14963              Fixes a race condition between detach clearing a thread's
14964              interpreter, and S_ithread_run() freeing itself while
14965              assuming that it's own interpreter still exists.
14966      Branch: perl
14967            ! ext/threads/threads.xs
14968 ____________________________________________________________________________
14969 [ 29805] By: davem                                 on 2007/01/14  12:43:39
14970         Log: further refinement to #29796 (cleanup veto)
14971      Branch: perl
14972            ! ext/threads/threads.xs
14973 ____________________________________________________________________________
14974 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
14975         Log: Subject: Re: Memory...growing, and growing
14976              From: Marvin Humphrey <marvin@rectangular.com>
14977              Date: Sat, 13 Jan 2007 12:05:30 -0800
14978              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
14979              
14980              Document -DDL_UNLOAD_ALL_AT_EXIT
14981      Branch: perl
14982            ! pod/perlhack.pod
14983 ____________________________________________________________________________
14984 [ 29796] By: davem                                 on 2007/01/13  22:57:26
14985         Log: unfreed threads should trigger cleanup veto
14986              
14987              The thread pool struct is allocated in the main interpreter, so
14988              don't clean that up if any threads remain, regardless of what
14989              state they are in
14990      Branch: perl
14991            ! ext/threads/threads.xs
14992 ____________________________________________________________________________
14993 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
14994         Log: In S_hfreeentries, orig_array can be const.
14995      Branch: perl
14996            ! hv.c
14997 ____________________________________________________________________________
14998 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
14999         Log: TODO: yada yada yada
15000      Branch: perl
15001            ! pod/perltodo.pod
15002 ____________________________________________________________________________
15003 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
15004         Log: Subject:  Re: AW: umask handling in File::Temp
15005              From:  Gisle Aas <gisle@activestate.com>
15006              Date:  12 Jan 2007 16:10:16 +0100
15007              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
15008      Branch: perl
15009            ! pp_sys.c
15010 ____________________________________________________________________________
15011 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
15012         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
15013              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
15014              Date: Fri, 12 Jan 2007 17:37:58 +0100
15015              Message-ID: <45A7B966.1040307@thalesgroup.com>
15016      Branch: perl
15017            ! pod/perlthrtut.pod
15018 ____________________________________________________________________________
15019 [ 29780] By: davem                                 on 2007/01/12  21:49:13
15020         Log: fix PL_parser_dup symbol (again)
15021      Branch: perl
15022            ! embed.fnc embed.h global.sym
15023 ____________________________________________________________________________
15024 [ 29779] By: davem                                 on 2007/01/12  19:56:40
15025         Log: Rationalise refcounting of thread structures
15026              Formerly there could be races with multiple destroys of a thread
15027              structure.
15028      Branch: perl
15029            ! ext/threads/threads.xs
15030 ____________________________________________________________________________
15031 [ 29778] By: merijn                                on 2007/01/12  16:06:23
15032         Log: Superdome now also in Itanium series (sx1000 & sx2000),
15033              cx2600 is Madison 6
15034      Branch: perl
15035            ! README.hpux
15036 ____________________________________________________________________________
15037 [ 29777] By: merijn                                on 2007/01/12  15:15:13
15038         Log: gcc -dumpversion is at least supported back to 2.7.x and
15039              thus seems to be much more defensive against upcoming version
15040              reporting format changes.
15041      Branch: perl
15042            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
15043            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
15044 ____________________________________________________________________________
15045 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
15046         Log: makedef.pl should be able to load "strict"
15047      Branch: perl
15048            ! makedef.pl
15049 ____________________________________________________________________________
15050 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
15051         Log: Upgrade to ExtUtils::Manifest 1.51
15052      Branch: perl
15053            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
15054 ____________________________________________________________________________
15055 [ 29767] By: davem                                 on 2007/01/12  11:26:14
15056         Log: fix typo in hv.c
15057      Branch: perl
15058            ! hv.c
15059 ____________________________________________________________________________
15060 [ 29766] By: davem                                 on 2007/01/12  11:13:49
15061         Log: fix PL_parser_dup symbol
15062      Branch: perl
15063            ! embed.fnc embed.h makedef.pl
15064 ____________________________________________________________________________
15065 [ 29765] By: davem                                 on 2007/01/12  10:42:05
15066         Log: make tr/// threadsafe by moving swash into pad
15067      Branch: perl
15068            ! doop.c op.c
15069 ____________________________________________________________________________
15070 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
15071         Log: Subject: [PATCH] trivia in perlthrtut.pod
15072              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
15073              Date: Thu, 11 Jan 2007 16:57:29 +0100
15074              Message-ID: <45A65E69.8010400@thalesgroup.com>
15075      Branch: perl
15076            ! pod/perlthrtut.pod
15077 ____________________________________________________________________________
15078 [ 29762] By: steveh                                on 2007/01/11  17:27:02
15079         Log: Update copyright year in "perl -v" output
15080      Branch: perl
15081            ! perl.c
15082 ____________________________________________________________________________
15083 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
15084         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
15085              or other words that begin with "cut" as synonyms for "=cut"
15086      Branch: perl
15087            ! toke.c
15088 ____________________________________________________________________________
15089 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
15090         Log: Change 29753 messed up do_hv_dump() [my fault]
15091      Branch: perl
15092            ! embed.fnc proto.h
15093 ____________________________________________________________________________
15094 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
15095         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
15096              This parameter might become handy in the future, so keep it.
15097      Branch: perl
15098            ! regcomp.c
15099 ____________________________________________________________________________
15100 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
15101         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
15102              From: demerphq <demerphq@gmail.com>
15103              Date: Wed, 10 Jan 2007 20:33:39 +0100
15104              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
15105              
15106              (plus POD nits by Merijn and myself)
15107      Branch: perl
15108            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
15109            ! regexec.c regexp.h regnodes.h t/op/pat.t
15110 ____________________________________________________________________________
15111 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
15112         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
15113              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
15114              two added after code inspection.
15115      Branch: perl
15116            ! embed.fnc proto.h
15117 ____________________________________________________________________________
15118 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
15119         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
15120              ensure there's a string buffer in the scalar
15121      Branch: perl
15122            ! ext/PerlIO/scalar/scalar.xs
15123 ____________________________________________________________________________
15124 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
15125         Log: Subject: [PATCH] AutoLoader fix, part 2
15126              From: Steffen Mueller <rt8363b02@sneakemail.com>
15127              Date: Wed, 10 Jan 2007 18:52:23 +0100
15128              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
15129      Branch: perl
15130            ! lib/AutoLoader.pm lib/AutoLoader.t
15131 ____________________________________________________________________________
15132 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
15133         Log: In toke.c, merge S_update_debugger_info_pv() and
15134              S_update_debugger_info_sv() into S_update_debugger_info().
15135      Branch: perl
15136            ! embed.fnc embed.h proto.h toke.c
15137 ____________________________________________________________________________
15138 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
15139         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
15140              given that blead's refactoring is not yet in maint.
15141      Branch: perl
15142            ! gv.c
15143 ____________________________________________________________________________
15144 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
15145         Log: Regenerate all files
15146      Branch: perl
15147            ! embed.h keywords.h reentr.c reentr.h
15148 ____________________________________________________________________________
15149 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
15150         Log: Subject: PATCH: perlfunc.pod / warn
15151              From: Peter Scott <Peter@PSDT.com>
15152              Date: Wed, 10 Jan 2007 05:18:52 -0800
15153              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
15154      Branch: perl
15155            ! pod/perlfunc.pod
15156 ____________________________________________________________________________
15157 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
15158         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
15159              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15160              Date: Tue, 09 Jan 2007 23:39:42 +0900
15161              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
15162              
15163              plus nits by Dominic Dunlop
15164      Branch: perl
15165            ! pod/perlop.pod
15166 ____________________________________________________________________________
15167 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
15168         Log: Subject: Bug in AutoLoader.pm causing endless loop
15169              From: Steffen Mueller <rt8363b02@sneakemail.com>
15170              Date: Tue, 09 Jan 2007 19:15:36 +0100
15171              Message-ID: <45A3DBC8.4010203@sneakemail.com>
15172      Branch: perl
15173            ! lib/AutoLoader.pm
15174 ____________________________________________________________________________
15175 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
15176         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
15177              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
15178              Date: Wed, 10 Jan 2007 04:55:55 +0100
15179              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
15180      Branch: perl
15181            ! minimod.pl
15182 ____________________________________________________________________________
15183 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
15184         Log: Make minimod.pl warnings and strict clean.
15185      Branch: perl
15186            ! minimod.pl
15187 ____________________________________________________________________________
15188 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
15189         Log: Make makedef.pl warnings and strict clean.
15190      Branch: perl
15191            ! makedef.pl
15192 ____________________________________________________________________________
15193 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
15194         Log: Make keywords.pl strict and warnings clean.
15195      Branch: perl
15196            ! keywords.pl
15197 ____________________________________________________________________________
15198 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
15199         Log: Make autodoc.pl strict clean.
15200      Branch: perl
15201            ! autodoc.pl
15202 ____________________________________________________________________________
15203 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
15204         Log: Make opcode.pl strict and warnings clean.
15205      Branch: perl
15206            ! opcode.pl
15207 ____________________________________________________________________________
15208 [ 29734] By: steveh                                on 2007/01/09  12:44:15
15209         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
15210              From: Nicholas Clark <nick@ccl4.org>
15211              Date: Tue, 9 Jan 2007 12:31:17 +0000
15212              Message-ID: <20070109123116.GC30742@plum.flirble.org>
15213      Branch: perl
15214            ! t/op/inccode-tie.t
15215 ____________________________________________________________________________
15216 [ 29732] By: steveh                                on 2007/01/09  10:40:23
15217         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
15218              From: Jan Dubois <jand@ActiveState.com>
15219              Date: Mon, 08 Jan 2007 14:58:12 -0800
15220              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
15221              
15222              Fixes the Borland build, in which the PATH was getting corrupted
15223              when the variable that was just putenv()'d got free()'d
15224      Branch: perl
15225            ! win32/win32.c
15226 ____________________________________________________________________________
15227 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
15228         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
15229              From: demerphq <demerphq@gmail.com>
15230              Date: Mon, 8 Jan 2007 20:31:26 +0100
15231              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
15232      Branch: perl
15233            ! op.c
15234 ____________________________________________________________________________
15235 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
15236         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
15237              From: demerphq <demerphq@gmail.com>
15238              Date: Tue, 9 Jan 2007 00:46:31 +0100
15239              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
15240      Branch: perl
15241            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
15242 ____________________________________________________________________________
15243 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
15244         Log: socketpair.t was written in 2001. At that time, Test::More got confused
15245              if you forked under it. Test::More 0.47 added support to detect forking
15246              which resolves this. Hence there is now no need to fork() in a BEGIN
15247              block, which causes issues on Win32 due to how pseudofork works.
15248      Branch: perl
15249            ! ext/Socket/t/socketpair.t
15250 ____________________________________________________________________________
15251 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
15252         Log: Revert change #29708 (useless)
15253      Branch: perl
15254            ! win32/win32.c
15255 ____________________________________________________________________________
15256 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
15257         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
15258      Branch: perl
15259            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
15260            ! pp.sym pp_proto.h
15261 ____________________________________________________________________________
15262 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
15263         Log: do or die; for all the List::Util pure perl tests.
15264      Branch: perl
15265            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
15266            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
15267            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
15268            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
15269            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
15270            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
15271            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
15272            ! ext/List/Util/t/p_tainted.t
15273 ____________________________________________________________________________
15274 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
15275         Log: do $file; won't propagate errors from die, as do is an implicit eval.
15276              So need to propagate errors with $@.
15277      Branch: perl
15278            ! ext/DynaLoader/hints/gnukfreebsd.pl
15279            ! ext/DynaLoader/hints/gnuknetbsd.pl
15280            ! ext/NDBM_File/hints/gnukfreebsd.pl
15281            ! ext/NDBM_File/hints/gnuknetbsd.pl
15282            ! ext/ODBM_File/hints/gnukfreebsd.pl
15283            ! ext/ODBM_File/hints/gnuknetbsd.pl
15284            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
15285            ! ext/Storable/hints/gnukfreebsd.pl
15286            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
15287            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
15288            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
15289            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
15290            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
15291            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
15292 ____________________________________________________________________________
15293 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
15294         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
15295              podchecker warned over.
15296      Branch: perl
15297            ! pod/perltodo.pod
15298 ____________________________________________________________________________
15299 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
15300         Log: Change the API doc for some of the SvXXX testing macros.
15301              Often, those macros simply test a bit in sv_flags, so
15302              the return value should be assigned to a U32 instead of
15303              a bool to avoid truncation. (bug perl #32884)
15304      Branch: perl
15305            ! pod/perlapi.pod sv.h
15306 ____________________________________________________________________________
15307 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
15308         Log: Turn taint warnings (-t) into severe warnings, so they're
15309              on by default, without having to play games with the
15310              warning bits. Add a test for -t.
15311      Branch: perl
15312            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
15313            ! warnings.pl
15314 ____________________________________________________________________________
15315 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
15316         Log: Silence casting warnings
15317      Branch: perl
15318            ! regcomp.c
15319 ____________________________________________________________________________
15320 [ 29715] By: merijn                                on 2007/01/08  07:34:29
15321         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
15322              failure of sv.c when triggered
15323              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15324              Date: Mon, 8 Jan 2007 00:49:11 +0100
15325              Message-ID: <20070108004911.7022445c@r2d2>
15326      Branch: perl
15327            ! Configure
15328 ____________________________________________________________________________
15329 [ 29713] By: merijn                                on 2007/01/08  07:19:02
15330         Log: Subject: help cygwin find its dlls even on taint tests with no path
15331              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
15332              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
15333              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
15334      Branch: perl
15335            ! cygwin/Makefile.SHs t/op/taint.t
15336 ____________________________________________________________________________
15337 [ 29712] By: davem                                 on 2007/01/08  00:14:22
15338         Log: fix occasional op/time.t failure
15339              test 2 uses far more sys than user time, so it's possible to burn
15340              20 secs of wall time without an apparent increase in user time
15341      Branch: perl
15342            ! t/op/time.t
15343 ____________________________________________________________________________
15344 [ 29711] By: davem                                 on 2007/01/08  00:06:44
15345         Log: allocate op_pv strings from shared mem pool
15346      Branch: perl
15347            ! op.c toke.c
15348 ____________________________________________________________________________
15349 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
15350         Log: In the new test for less.pm, call use_ok at compile-time
15351              and add -w.
15352      Branch: perl
15353            ! lib/less.t
15354 ____________________________________________________________________________
15355 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
15356         Log: Subject: [PATCH] less useful
15357              From: "Joshua ben Jore" <twists@gmail.com>
15358              Date: Sat, 6 Jan 2007 13:33:15 -0800
15359              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
15360      Branch: perl
15361            ! lib/less.pm lib/less.t
15362 ____________________________________________________________________________
15363 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
15364         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
15365              From: demerphq <demerphq@gmail.com>
15366              Date: Sun, 7 Jan 2007 20:51:43 +0100
15367              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
15368      Branch: perl
15369            ! win32/win32.c
15370 ____________________________________________________________________________
15371 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
15372         Log: Subject: DynaLoader test failure on cygwin
15373              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
15374              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
15375              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
15376      Branch: perl
15377            ! ext/DynaLoader/t/DynaLoader.t
15378 ____________________________________________________________________________
15379 [ 29706] By: davem                                 on 2007/01/07  14:55:27
15380         Log: silence a warning in perly.c
15381      Branch: perl
15382            ! perly.c
15383 ____________________________________________________________________________
15384 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
15385         Log: Subject: patch: shorten perl.h by six lines
15386              From: "David Nicol" <davidnicol@gmail.com>
15387              Date: Sat, 6 Jan 2007 00:02:24 -0600
15388              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
15389      Branch: perl
15390            ! perl.h
15391 ____________________________________________________________________________
15392 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
15393         Log: Add 2007 copyrights in a few more .pl files that
15394              generate code (thanks to Jarkko)
15395      Branch: perl
15396            ! overload.pl reentr.pl
15397 ____________________________________________________________________________
15398 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
15399         Log: Silence a gcc warning, spotted by Tels
15400      Branch: perl
15401            ! regcomp.c
15402 ____________________________________________________________________________
15403 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
15404         Log: Bump version of PerlIO::via after last change
15405      Branch: perl
15406            ! ext/PerlIO/via/via.pm
15407 ____________________________________________________________________________
15408 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
15409         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
15410              From: Bo Lindbergh <blgl@hagernas.com>
15411              Date: Fri, 5 Jan 2007 19:19:53 +0100
15412              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
15413      Branch: perl
15414            ! ext/PerlIO/via/via.xs
15415 ____________________________________________________________________________
15416 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
15417         Log: Normalize copyright of perlio.c for years >= 2006
15418      Branch: perl
15419            ! perlio.c
15420 ____________________________________________________________________________
15421 [ 29699] By: steveh                                on 2007/01/05  15:04:59
15422         Log: Do the same as #29697 for Win32
15423      Branch: perl
15424            ! win32/Makefile win32/makefile.mk
15425 ____________________________________________________________________________
15426 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
15427         Log: Fix the interaction of -w and -t when provided on the command-line
15428              and/or on the shebang line : do not reset the warning bits to
15429              'only taint'.
15430      Branch: perl
15431            ! perl.c pp_ctl.c
15432 ____________________________________________________________________________
15433 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
15434         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
15435      Branch: perl
15436            ! Makefile.SH
15437 ____________________________________________________________________________
15438 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
15439         Log: Update copyright years in .c files
15440      Branch: perl
15441            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
15442            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
15443            ! universal.c utf8.c
15444 ____________________________________________________________________________
15445 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
15446         Log: Update copyright years in .h files. Also, in .pl
15447              files that generate .h files, so they'll be ready
15448              next time.
15449      Branch: perl
15450            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
15451            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
15452            ! utf8.h utfebcdic.h util.h
15453 ____________________________________________________________________________
15454 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
15455         Log: Update copyright for perlio.c
15456      Branch: perl
15457            ! perlio.c
15458 ____________________________________________________________________________
15459 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
15460         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
15461              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15462              Date: Thu, 04 Jan 2007 00:21:02 +0900
15463              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
15464      Branch: perl
15465            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
15466 ____________________________________________________________________________
15467 [ 29692] By: steveh                                on 2007/01/05  09:45:08
15468         Log: Silence various VC6 warnings
15469      Branch: perl
15470            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
15471 ____________________________________________________________________________
15472 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
15473         Log: Subject: Re: [PATCH] perlio.c repair
15474              From: Bo Lindbergh <blgl@hagernas.com>
15475              Date: Thu, 4 Jan 2007 18:22:09 +0100
15476              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
15477      Branch: perl
15478            ! perlio.c
15479 ____________________________________________________________________________
15480 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
15481         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
15482              From: Jan Dubois <jand@ActiveState.com>
15483              Date: Thu, 04 Jan 2007 12:37:48 -0800
15484              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
15485      Branch: perl
15486            ! win32/perllib.c win32/win32.c
15487 ____________________________________________________________________________
15488 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
15489         Log: Subject: [PATCH] Add error handling to win32_ansipath
15490              From: Jan Dubois <jand@ActiveState.com>
15491              Date: Thu, 04 Jan 2007 12:20:21 -0800
15492              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
15493      Branch: perl
15494            ! win32/win32.c
15495 ____________________________________________________________________________
15496 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
15497         Log: Upgrade Module::Load::Conditional to 0.14
15498      Branch: perl
15499            + lib/Module/Load/Conditional/t/to_load/InPod.pm
15500            ! MANIFEST lib/Module/Load/Conditional.pm
15501            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
15502            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
15503            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
15504            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
15505 ____________________________________________________________________________
15506 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
15507         Log: 4th patch from: 
15508              
15509              Subject: [PATCH] Cleanup SVf arguments (2nd try)
15510              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15511              Date: Mon, 1 Jan 2007 20:16:13 +0100
15512              Message-ID: <20070101201613.4120d9ef@r2d2>
15513              
15514              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
15515              perl's printf
15516      Branch: perl
15517            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
15518            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
15519            ! sv.c toke.c universal.c utf8.c
15520 ____________________________________________________________________________
15521 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
15522         Log: The first three patches from:
15523              
15524              Subject: [PATCH] Cleanup SVf arguments (2nd try)
15525              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15526              Date: Mon, 1 Jan 2007 20:16:13 +0100
15527              Message-ID: <20070101201613.4120d9ef@r2d2>
15528              
15529              Adds (void*) casts to %-p and %p printf arguments
15530      Branch: perl
15531            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
15532            ! regcomp.c regexec.c scope.c sv.c util.c
15533 ____________________________________________________________________________
15534 [ 29685] By: steveh                                on 2007/01/04  15:21:50
15535         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
15536              From: Jarkko Hietaniemi <jhi@iki.fi>
15537              Date: Thu, 04 Jan 2007 03:35:54 -0500
15538              Message-ID: <459CBC6A.4060806@iki.fi>
15539              
15540              Fixes a VC7/VC7.1 linker error following #29650/#29651
15541      Branch: perl
15542            ! perl.h util.c
15543 ____________________________________________________________________________
15544 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
15545         Log: Remove no longer used magic vtable
15546      Branch: perl
15547            ! XSUB.h perl.h
15548 ____________________________________________________________________________
15549 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
15550         Log: Silence a 'null argument' warning
15551      Branch: perl
15552            ! dump.c
15553 ____________________________________________________________________________
15554 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
15555         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
15556              From: demerphq <demerphq@gmail.com>
15557              Date: Fri, 29 Dec 2006 21:45:51 +0100
15558              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
15559      Branch: perl
15560            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
15561            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
15562            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
15563            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
15564            ! proto.h regcomp.c sv.c t/op/pat.t
15565 ____________________________________________________________________________
15566 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
15567         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
15568              From: Jan Dubois <jand@ActiveState.com>
15569              Date: Thu, 28 Dec 2006 19:06:00 -0800
15570              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
15571      Branch: perl
15572            ! pod/perltodo.pod
15573 ____________________________________________________________________________
15574 [ 29680] By: davem                                 on 2007/01/04  01:03:22
15575         Log: make parser_free actually free the parser!
15576              also remove two SAVEs left over from #29655
15577      Branch: perl
15578            ! perly.c toke.c
15579 ____________________________________________________________________________
15580 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
15581         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
15582      Branch: perl
15583            ! dump.c pad.c pad.h sv.c sv.h
15584 ____________________________________________________________________________
15585 [ 29678] By: davem                                 on 2007/01/03  22:17:48
15586         Log: handle cloning of parsers on the save stack
15587      Branch: perl
15588            ! perly.c scope.c scope.h sv.c
15589 ____________________________________________________________________________
15590 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
15591         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
15592      Branch: perl
15593            ! dump.c
15594 ____________________________________________________________________________
15595 [ 29676] By: stevep                                on 2007/01/03  18:23:32
15596         Log: Subject: [PATCH] Update change 29607 to affect only Win32
15597              From: Jan Dubois <jand@ActiveState.com>
15598              Date: Wed, 03 Jan 2007 08:48:22 -0800
15599              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
15600      Branch: perl
15601            ! lib/blib.pm
15602 ____________________________________________________________________________
15603 [ 29675] By: steveh                                on 2007/01/03  17:56:16
15604         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
15605              From: Jan Dubois <jand@ActiveState.com>
15606              Date: Thu, 28 Dec 2006 18:59:40 -0800
15607              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
15608              
15609              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
15610              From: Jan Dubois <jand@ActiveState.com>
15611              Date: Wed, 03 Jan 2007 08:12:35 -0800
15612              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
15613      Branch: perl
15614            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
15615            ! win32/win32.c win32/win32iop.h
15616 ____________________________________________________________________________
15617 [ 29674] By: stevep                                on 2007/01/03  17:02:53
15618         Log: Subject: [PATCH] Re: g++ unhappy
15619              From: Jarkko Hietaniemi <jhi@iki.fi>
15620              Date: Mon, 01 Jan 2007 14:35:46 -0500
15621              Message-ID: <45996292.5090000@iki.fi>
15622      Branch: perl
15623            ! regcomp.c
15624 ____________________________________________________________________________
15625 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
15626         Log: Make the ptr_table functions available in an unthreaded perl, as other
15627              code (such as Storable) can take advantage of them.
15628      Branch: perl
15629            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
15630 ____________________________________________________________________________
15631 [ 29672] By: stevep                                on 2007/01/03  13:56:57
15632         Log: Subject: [PATCH] IO::Compress::* 2.003
15633              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
15634              Date: Tue, 2 Jan 2007 13:14:26 -0000
15635              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
15636      Branch: perl
15637            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
15638            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
15639            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
15640            ! ext/Compress/Zlib/README
15641            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
15642            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
15643            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
15644            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
15645            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
15646            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
15647            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
15648            ! ext/IO/Compress/Zlib/README
15649            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
15650            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
15651            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
15652            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
15653            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
15654            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
15655            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
15656            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
15657            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
15658            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
15659            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
15660            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
15661            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
15662            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
15663            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
15664            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
15665            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
15666 ____________________________________________________________________________
15667 [ 29671] By: stevep                                on 2007/01/03  01:46:41
15668         Log: Upgrade to Time-HiRes-1.9704
15669      Branch: perl
15670            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15671            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
15672 ____________________________________________________________________________
15673 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
15674         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
15675              earlier we missed in av.h and hv.h)
15676      Branch: perl
15677            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
15678 ____________________________________________________________________________
15679 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
15680         Log: Assignment to a tainted variable was causing confusion if the source
15681              value was an NV too large for an IV (bug #40708). Fix the confusion
15682              by not promoting private flags to public flags in S_save_magic if
15683              there are already public flags.
15684      Branch: perl
15685            ! mg.c t/op/taint.t
15686 ____________________________________________________________________________
15687 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
15688         Log: PVMG can be isUV too.
15689      Branch: perl
15690            ! dump.c ext/Devel/Peek/t/Peek.t
15691 ____________________________________________________________________________
15692 [ 29667] By: davem                                 on 2007/01/02  19:44:23
15693         Log: fix -Mad build breakage
15694      Branch: perl
15695            ! perly.c
15696 ____________________________________________________________________________
15697 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
15698         Log: Copying to FORMATs should work (and not fail assertions if the value
15699              is floating point). Copying to ARRAYs and HASHes can't work and should
15700              croak.
15701      Branch: perl
15702            ! pod/perldiag.pod sv.c
15703 ____________________________________________________________________________
15704 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
15705         Log: It's good to be able to dump FORMATs too :-)
15706      Branch: perl
15707            ! cv.h
15708 ____________________________________________________________________________
15709 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
15710         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
15711              *allocated structs, as these are not going to be needed again.
15712      Branch: perl
15713            ! av.h hv.h sv.h
15714 ____________________________________________________________________________
15715 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
15716         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
15717              cases, instead of scanning pad.h to find them, and picking up 3 other
15718              superfluous definitions as a side effect.
15719      Branch: perl
15720            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
15721 ____________________________________________________________________________
15722 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
15723         Log: Note that the examples for the structure copying bug example are no
15724              longer relevant because of the XPVGV re-ordering.
15725      Branch: perl
15726            ! sv.c
15727 ____________________________________________________________________________
15728 [ 29661] By: steveh                                on 2007/01/02  14:50:56
15729         Log: Fix a couple of linker errors on Win32
15730      Branch: perl
15731            ! makedef.pl
15732 ____________________________________________________________________________
15733 [ 29660] By: davem                                 on 2007/01/02  14:02:40
15734         Log: remove conflict in pending_ident function and field name
15735      Branch: perl
15736            ! embed.fnc embed.h proto.h toke.c
15737 ____________________________________________________________________________
15738 [ 29659] By: steveh                                on 2007/01/02  11:18:26
15739         Log: Check miniperl exists before using it to run uupacktool.pl
15740              during distclean
15741      Branch: perl
15742            ! win32/Makefile win32/makefile.mk
15743 ____________________________________________________________________________
15744 [ 29658] By: merijn                                on 2007/01/02  07:15:38
15745         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
15746              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15747              Date: Tue, 2 Jan 2007 00:08:27 +0100
15748              Message-ID: <20070102000827.7acf11c8@r2d2>
15749      Branch: perl
15750            ! Configure
15751 ____________________________________________________________________________
15752 [ 29656] By: davem                                 on 2007/01/02  02:19:20
15753         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
15754              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
15755              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
15756              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
15757      Branch: perl
15758            ! makedef.pl
15759 ____________________________________________________________________________
15760 [ 29655] By: davem                                 on 2007/01/02  01:51:05
15761         Log: move easy lexer state variables into PL_parser
15762              (where "easy" == "only appear in toke.c")
15763      Branch: perl
15764            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
15765            ! perlapi.h perly.c proto.h sv.c toke.c
15766 ____________________________________________________________________________
15767 [ 29654] By: stevep                                on 2007/01/02  00:07:52
15768         Log: Quiet a smoke warning in toke.c and bump the copyright year.
15769      Branch: perl
15770            ! toke.c
15771 ____________________________________________________________________________
15772 [ 29653] By: stevep                                on 2007/01/01  22:48:33
15773         Log: Welcome to 2007!  Time to update copyrights from changes earlier
15774              today.
15775      Branch: perl
15776            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
15777            ! perlapi.c perlapi.h proto.h sv.c util.c
15778 ____________________________________________________________________________
15779 [ 29652] By: davem                                 on 2007/01/01  22:37:40
15780         Log: split parser initialisation from parser execution
15781      Branch: perl
15782            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
15783 ____________________________________________________________________________
15784 [ 29651] By: stevep                                on 2007/01/01  19:30:05
15785         Log: Add file missed in change #29650.
15786      Branch: perl
15787            + symbian/PerlUiS90.rss
15788 ____________________________________________________________________________
15789 [ 29650] By: stevep                                on 2007/01/01  15:41:48
15790         Log: Subject: [PATCH] Symbian port: add Series 90 support
15791              From: Jarkko Hietaniemi <jhi@iki.fi>
15792              Date: Mon, 01 Jan 2007 08:49:03 -0500
15793              Message-ID: <4599114F.8020307@iki.fi>
15794      Branch: perl
15795            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
15796            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
15797            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
15798            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
15799            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
15800            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
15801            ! symbian/sdk.pl symbian/xsbuild.pl util.c
15802 ____________________________________________________________________________
15803 [ 29649] By: davem                                 on 2007/01/01  11:24:07
15804         Log: split parser stack from parser object
15805      Branch: perl
15806            ! parser.h perly.c
15807 ____________________________________________________________________________
15808 [ 29648] By: davem                                 on 2006/12/31  18:56:37
15809         Log: in lex_start(), ensure that all lexer state vars are saved
15810              and re-initialised. This is mostly overkill, but mimicks the
15811              effect of having all the vars in a single parser object.
15812      Branch: perl
15813            ! toke.c
15814 ____________________________________________________________________________
15815 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
15816         Log: Rationalise the logic in lex_start for creating a new temporary if the
15817              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
15818              pointer to imply a zero length string, which saves creating a mortal
15819              in pp_require, only for it to be ignored in favour of a new SV.
15820      Branch: perl
15821            ! embed.fnc pp_ctl.c proto.h toke.c
15822 ____________________________________________________________________________
15823 [ 29646] By: stevep                                on 2006/12/31  16:37:54
15824         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
15825              Based on suggestions from Ilya Zakharevich in 
15826              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
15827      Branch: perl
15828            ! lib/SelfLoader.pm
15829 ____________________________________________________________________________
15830 [ 29645] By: merijn                                on 2006/12/31  13:58:57
15831         Log: Subject: [PATCH] smoke signs suppression
15832              From: Jarkko Hietaniemi <jhi@iki.fi>
15833              Date: Sun, 31 Dec 2006 08:51:52 -0500
15834              Message-ID: <4597C078.4000503@iki.fi>
15835      Branch: perl
15836            ! iperlsys.h perly.c regcomp.c
15837 ____________________________________________________________________________
15838 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
15839         Log: As freeing up PL_linestr is now done via the scope stack, there's no
15840              need to make any temporary varariable a mortal, and waste effort on
15841              the temp stack (not) clearing it up.
15842      Branch: perl
15843            ! toke.c
15844 ____________________________________________________________________________
15845 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
15846         Log: PL_linestr needs to survive until the end of scope, not just the next
15847              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
15848              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
15849      Branch: perl
15850            + t/op/threads_create.pl
15851            ! MANIFEST sv.c t/op/threads.t toke.c
15852 ____________________________________________________________________________
15853 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
15854         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
15855              code attempting to upgrade a BIND to anything into sv_upgrade(), which
15856              for now will croak, but in future can DTRT, for whatever TRT is decided
15857              to be. Make SvOK() check the flags of the referenant for a BIND, as I
15858              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
15859              even if the referant has a defined value.
15860      Branch: perl
15861            ! dump.c ext/B/B.xs sv.c sv.h
15862 ____________________________________________________________________________
15863 [ 29641] By: stevep                                on 2006/12/30  05:55:53
15864         Log: Subject: [PATCH] Update Compress Modules to version 2.002
15865              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
15866              Date: Fri, 29 Dec 2006 20:50:26 -0000
15867              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
15868      Branch: perl
15869            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
15870            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
15871            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
15872            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
15873            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
15874            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
15875            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
15876            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
15877            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
15878            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
15879            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
15880            ! ext/IO/Compress/Zlib/README
15881            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
15882            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
15883            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
15884            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
15885            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
15886            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
15887            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
15888            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
15889            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
15890            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
15891            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
15892            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
15893            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
15894            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
15895            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
15896            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
15897            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
15898            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
15899            ! t/lib/compress/oneshot.pl
15900 ____________________________________________________________________________
15901 [ 29640] By: davem                                 on 2006/12/30  01:18:18
15902         Log: fix a test failing under -Dmad
15903      Branch: perl
15904            ! ext/List/Util/t/weak.t
15905 ____________________________________________________________________________
15906 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
15907         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
15908              system this can't be stored.
15909      Branch: perl
15910            ! pad.c
15911 ____________________________________________________________________________
15912 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
15913         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
15914      Branch: perl
15915            ! pod/perlintern.pod
15916 ____________________________________________________________________________
15917 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
15918         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
15919              set from a U32, and used as an array index.
15920      Branch: perl
15921            ! util.c
15922 ____________________________________________________________________________
15923 [ 29636] By: davem                                 on 2006/12/29  00:08:35
15924         Log: further fix for #29543: fix parser leaks caused by croaking
15925      Branch: perl
15926            ! dump.c op.c op.h perly.c t/comp/parser.t
15927 ____________________________________________________________________________
15928 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
15929         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
15930              is stored, there's no need for it.
15931      Branch: perl
15932            ! sv.h util.c
15933 ____________________________________________________________________________
15934 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
15935         Log: Move all the FBM data fields from the table into a struct xbm_s which
15936              is part of the xnv union.
15937      Branch: perl
15938            ! av.h cv.h hv.h sv.h util.c
15939 ____________________________________________________________________________
15940 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
15941         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
15942      Branch: perl
15943            ! op.c pad.h sv.c
15944 ____________________________________________________________________________
15945 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
15946         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
15947      Branch: perl
15948            ! op.c pad.c pad.h
15949 ____________________________________________________________________________
15950 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
15951         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
15952              B.pm, so that B::Concise doesn't need to hard code magic numbers.
15953      Branch: perl
15954            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
15955            ! pad.c pad.h
15956 ____________________________________________________________________________
15957 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
15958         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
15959              in the xnv union. This frees up IVX for the PL_generation code, which
15960              in turn will allow SvCUR to return to its real purpose.
15961      Branch: perl
15962            ! av.h cv.h hv.h pad.c pad.h sv.h
15963 ____________________________________________________________________________
15964 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
15965         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
15966              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
15967              and PARENT_FAKELEX_FLAGS
15968      Branch: perl
15969            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
15970            ! pad.c pad.h
15971 ____________________________________________________________________________
15972 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
15973         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
15974      Branch: perl
15975            ! pad.c
15976 ____________________________________________________________________________
15977 [ 29627] By: stevep                                on 2006/12/27  19:36:13
15978         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
15979              now as well as for Makefile.PL, which need some looking into.
15980      Branch: perl
15981            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
15982 ____________________________________________________________________________
15983 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
15984         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
15985              From: demerphq <demerphq@gmail.com>
15986              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
15987              Date: Wed, 27 Dec 2006 11:37:36 +0100
15988      Branch: perl
15989            ! regcomp.c
15990 ____________________________________________________________________________
15991 [ 29625] By: stevep                                on 2006/12/27  14:13:27
15992         Log: Upgrade to CPAN-1.83_66.
15993      Branch: perl
15994            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
15995            + lib/CPAN/Kwalify/distroprefs.yml
15996            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
15997            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
15998            ! lib/CPAN/t/10version.t
15999 ____________________________________________________________________________
16000 [ 29624] By: stevep                                on 2006/12/26  15:53:57
16001         Log: Cannot use a L<> within a preformatted section of a Pod document.
16002      Branch: perl
16003            ! pod/perlreref.pod
16004 ____________________________________________________________________________
16005 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
16006         Log: Subject: Re: Named-capture regex syntax
16007              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16008              Date: Tue, 26 Dec 2006 23:11:38 +0900
16009              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
16010      Branch: perl
16011            ! t/op/pat.t
16012 ____________________________________________________________________________
16013 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
16014         Log: Fix a couple of warnings
16015      Branch: perl
16016            ! regcomp.c
16017 ____________________________________________________________________________
16018 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
16019         Log: Subject: Re: Named-capture regex syntax
16020              From: demerphq <demerphq@gmail.com>
16021              Date: Sun, 24 Dec 2006 14:38:15 +0100
16022              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
16023      Branch: perl
16024            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
16025            ! t/op/re_tests
16026 ____________________________________________________________________________
16027 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
16028         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
16029      Branch: perl
16030            ! pod/perlrun.pod
16031 ____________________________________________________________________________
16032 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
16033         Log: Fix #6006 for taint mode too.
16034      Branch: perl
16035            ! op.c t/op/subst.t
16036 ____________________________________________________________________________
16037 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
16038         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
16039              to run the s/// tests under taint mode; mark the test for
16040              RT #6006 as TODO, but only with -T.
16041      Branch: perl
16042            + t/op/substT.t
16043            ! MANIFEST t/op/subst.t
16044 ____________________________________________________________________________
16045 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
16046         Log: A better fix for RT #6006: revert change 29616, which was bogus,
16047              and add OP_SCOPE to the list of "dangerous" ops that might appear
16048              on the right side of s///.
16049              However, this fix does not work under taint mode, and op/subst.t
16050              has -T.
16051      Branch: perl
16052            ! op.c
16053 ____________________________________________________________________________
16054 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
16055         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
16056              some of the time (i.e. when the substitution contains something
16057              like ${10}). Patch derived from a patch by Hugo van der Sanden;
16058              added also a second test (Yves Orton already added a TODO test
16059              for this.)
16060      Branch: perl
16061            ! op.c t/op/subst.t
16062 ____________________________________________________________________________
16063 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
16064         Log: Upgrade to Module::Build 0.2806
16065      Branch: perl
16066            + lib/Module/Build/Config.pm
16067            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
16068            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
16069            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
16070            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
16071            ! lib/Module/Build/PPMMaker.pm
16072            ! lib/Module/Build/Platform/Amiga.pm
16073            ! lib/Module/Build/Platform/Default.pm
16074            ! lib/Module/Build/Platform/EBCDIC.pm
16075            ! lib/Module/Build/Platform/MPEiX.pm
16076            ! lib/Module/Build/Platform/MacOS.pm
16077            ! lib/Module/Build/Platform/RiscOS.pm
16078            ! lib/Module/Build/Platform/Unix.pm
16079            ! lib/Module/Build/Platform/VMS.pm
16080            ! lib/Module/Build/Platform/VOS.pm
16081            ! lib/Module/Build/Platform/Windows.pm
16082            ! lib/Module/Build/Platform/aix.pm
16083            ! lib/Module/Build/Platform/darwin.pm
16084            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
16085            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
16086            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
16087            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
16088 ____________________________________________________________________________
16089 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
16090         Log: syswrite() wasn't reporting a warning when writing to a filehandle
16091              opened only for input.
16092      Branch: perl
16093            ! pp_sys.c t/lib/warnings/pp_sys
16094 ____________________________________________________________________________
16095 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
16096         Log: The Perl 6 specification is still evolving, so don't refer to it.
16097      Branch: perl
16098            ! pod/perlsyn.pod
16099 ____________________________________________________________________________
16100 [ 29612] By: stevep                                on 2006/12/22  15:18:02
16101         Log: miniperl may not have been successfully built before running a
16102              "make distclean".
16103      Branch: perl
16104            ! Makefile.SH
16105 ____________________________________________________________________________
16106 [ 29611] By: stevep                                on 2006/12/22  14:53:17
16107         Log: Silence an unused variable warning in sv.c.
16108      Branch: perl
16109            ! sv.h
16110 ____________________________________________________________________________
16111 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
16112         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
16113              Not doing this will produce invalid frees in the global destruction
16114              process, probably because the empty string will get freed several
16115              times. This should be safe since gp_file_hek is only assigned a
16116              new value with share_hek().
16117      Branch: perl
16118            ! gv.c
16119 ____________________________________________________________________________
16120 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
16121         Log: Upgrade to Text::Balanced 2.0.0
16122      Branch: perl
16123            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
16124            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
16125 ____________________________________________________________________________
16126 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
16127         Log: Subject: [PATCH] threads 1.57
16128              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16129              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
16130              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
16131      Branch: perl
16132            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
16133            ! ext/threads/t/join.t ext/threads/t/state.t
16134            ! ext/threads/t/thread.t ext/threads/threads.pm
16135            ! ext/threads/threads.xs
16136 ____________________________________________________________________________
16137 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
16138         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
16139              From: Jan Dubois <jand@ActiveState.com>
16140              Date: Wed, 20 Dec 2006 18:53:51 -0800
16141              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
16142      Branch: perl
16143            ! lib/blib.pm
16144 ____________________________________________________________________________
16145 [ 29606] By: stevep                                on 2006/12/21  05:47:31
16146         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
16147              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16148              Date: Mon, 18 Dec 2006 01:13:59 -0800
16149              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
16150      Branch: perl
16151            ! lib/SelfLoader.pm
16152 ____________________________________________________________________________
16153 [ 29605] By: stevep                                on 2006/12/21  05:12:28
16154         Log: Subject: [PATCH] Implement killpg() for MSWin32
16155              From: Jan Dubois <jand@ActiveState.com>
16156              Date: Wed, 20 Dec 2006 15:41:00 -0800
16157              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
16158      Branch: perl
16159            ! win32/config.bc win32/config.gc win32/config.vc
16160            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16161            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
16162            ! win32/win32.c win32/win32.h
16163 ____________________________________________________________________________
16164 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
16165         Log: Subject: Re: [PATCH] Making adding binary files possible
16166              From: demerphq <demerphq@gmail.com>
16167              Date: Wed, 20 Dec 2006 16:00:33 +0100
16168              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
16169              
16170              plus matching updates to Makefile.SH and patching.pod
16171      Branch: perl
16172            + uupacktool.pl win32/perlexe.ico.packd
16173            - pack.pl packed_files.pl win32/makeico.pl
16174            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
16175            ! win32/Makefile.ce win32/makefile.mk
16176 ____________________________________________________________________________
16177 [ 29603] By: merijn                                on 2006/12/20  12:58:41
16178         Log: Open Configure to the world of 64bitonly environments
16179      Branch: perl
16180            ! Configure
16181 ____________________________________________________________________________
16182 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
16183         Log: Fix leaks in label strings allocation in COPs
16184      Branch: perl
16185            ! cop.h perly.act perly.h perly.tab perly.y toke.c
16186 ____________________________________________________________________________
16187 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
16188         Log: Don't free the original label string when assigning it to cop_label,
16189              since it comes directly from the parser. (That was making op/goto.t
16190              fail under threads and without debugging on some platforms.)
16191      Branch: perl
16192            ! cop.h
16193 ____________________________________________________________________________
16194 [ 29599] By: stevep                                on 2006/12/20  04:20:14
16195         Log: Subject: [PATCH] threads::shared 1.06
16196              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16197              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
16198              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
16199      Branch: perl
16200            ! ext/threads/shared/Changes ext/threads/shared/README
16201            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16202            ! ext/threads/shared/t/cond.t
16203 ____________________________________________________________________________
16204 [ 29598] By: stevep                                on 2006/12/20  04:14:06
16205         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
16206              From: Jan Dubois <jand@ActiveState.com>
16207              Date: Mon, 18 Dec 2006 21:37:25 -0800
16208              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
16209      Branch: perl
16210            ! win32/perlhost.h win32/vdir.h
16211 ____________________________________________________________________________
16212 [ 29597] By: stevep                                on 2006/12/20  04:07:11
16213         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
16214              From: Jan Dubois <jand@ActiveState.com>
16215              Date: Tue, 19 Dec 2006 13:49:40 -0800
16216              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
16217      Branch: perl
16218            ! win32/win32.c
16219 ____________________________________________________________________________
16220 [ 29596] By: merijn                                on 2006/12/19  19:48:51
16221         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
16222              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16223              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
16224              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
16225      Branch: perl
16226            ! hints/hpux.sh
16227 ____________________________________________________________________________
16228 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
16229         Log: Proper cleanup for Errno.pm
16230      Branch: perl
16231            ! ext/Errno/Makefile.PL
16232 ____________________________________________________________________________
16233 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
16234         Log: Fix paths of pack.pl in patching.pod
16235      Branch: perl
16236            ! Porting/patching.pod
16237 ____________________________________________________________________________
16238 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
16239         Log: Subject: [PATCH] Making adding binary files possible
16240              From: "Jos Boumans" <kane@dwim.org>
16241              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
16242              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
16243              
16244              with a few tweaks
16245      Branch: perl
16246            + pack.pl packed_files.pl
16247            ! MANIFEST Makefile.SH Porting/patching.pod
16248 ____________________________________________________________________________
16249 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
16250         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
16251              and silence a potential warning from it.
16252      Branch: perl
16253            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
16254 ____________________________________________________________________________
16255 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
16256         Log: Disable strictures in POSIX AUTOLOAD
16257      Branch: perl
16258            ! ext/POSIX/POSIX.pm
16259 ____________________________________________________________________________
16260 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
16261         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
16262              From: Jan Dubois <jand@ActiveState.com>
16263              Date: Mon, 18 Dec 2006 16:34:33 -0800
16264              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
16265      Branch: perl
16266            ! perl.c
16267 ____________________________________________________________________________
16268 [ 29589] By: davem                                 on 2006/12/19  02:25:19
16269         Log: make -Dpv print 8 parser stack items, not 9
16270      Branch: perl
16271            ! perly.c
16272 ____________________________________________________________________________
16273 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
16274         Log: Making strict et al propagate into autoloaded subroutines seems a
16275              worthy todo.
16276      Branch: perl
16277            ! pod/perltodo.pod
16278 ____________________________________________________________________________
16279 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
16280         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
16281              the __END__ is temporarily removed.
16282      Branch: perl
16283            ! ext/POSIX/POSIX.pm
16284 ____________________________________________________________________________
16285 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
16286         Log: Given that POSIX already has AutoLoader loaded, move as much as
16287              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
16288              loaded unless someone starts using the realtime signals interface.
16289      Branch: perl
16290            ! ext/POSIX/POSIX.pm
16291 ____________________________________________________________________________
16292 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
16293         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
16294              From: Jarkko Hietaniemi <jhi@iki.fi>
16295              Date: Sun, 17 Dec 2006 22:17:34 -0500
16296              Message-ID: <4586084E.8040706@iki.fi>
16297              
16298              Introduce CopLABEL() macro to deal with labels attached to COPs.
16299      Branch: perl
16300            ! cop.h op.c scope.h
16301 ____________________________________________________________________________
16302 [ 29584] By: stevep                                on 2006/12/18  15:36:11
16303         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
16304              From: Rick Delaney <rick@bort.ca>
16305              Date: Fri, 15 Dec 2006 23:28:25 -0500
16306              Message-ID: <20061216042825.GB23501@localhost.localdomain>
16307      Branch: perl
16308            + t/op/inccode-tie.t
16309            ! MANIFEST pp_ctl.c t/op/inccode.t
16310 ____________________________________________________________________________
16311 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
16312         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
16313              
16314              Subject: [PATCH 5.8.8] OS/2 build, small change
16315              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16316              Date: Mon, 18 Dec 2006 01:20:12 -0800
16317              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
16318      Branch: perl
16319            ! lib/ExtUtils/MakeMaker.pm
16320 ____________________________________________________________________________
16321 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
16322         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
16323              
16324              Subject: [PATCH 5.8.8] OS/2 build, small change
16325              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16326              Date: Mon, 18 Dec 2006 01:20:12 -0800
16327              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
16328      Branch: perl
16329            ! lib/perl5db.pl
16330 ____________________________________________________________________________
16331 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
16332         Log: Bump version number of ExtUtils::MM_Unix after last change
16333      Branch: perl
16334            ! lib/ExtUtils/MM_Unix.pm
16335 ____________________________________________________________________________
16336 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
16337         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
16338              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16339              Date: Mon, 18 Dec 2006 00:45:24 -0800
16340              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
16341      Branch: perl
16342            + os2/OS2/Process/t/os2_atoms.t
16343            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
16344            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
16345            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
16346            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
16347            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
16348            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
16349 ____________________________________________________________________________
16350 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
16351         Log: ExtUtils::Command is now maintained separately from MakeMaker
16352      Branch: perl
16353            ! Porting/Maintainers.pl
16354 ____________________________________________________________________________
16355 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
16356         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
16357              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16358              Date: Wed, 13 Dec 2006 18:32:22 -0800
16359              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
16360      Branch: perl
16361            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
16362            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
16363            ! t/op/stat.t
16364 ____________________________________________________________________________
16365 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
16366         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
16367              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16368              Date: Mon, 18 Dec 2006 00:55:19 -0800
16369              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
16370              
16371              plus a perldiag entry for the new error,
16372              "Maximal count of pending signals (%s) exceeded"
16373      Branch: perl
16374            ! mg.c pod/perldiag.pod
16375 ____________________________________________________________________________
16376 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
16377         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
16378              From: Jarkko Hietaniemi <jhi@iki.fi>
16379              Date: Sun, 17 Dec 2006 22:45:29 -0500
16380              Message-ID: <45860ED9.9090808@iki.fi>
16381      Branch: perl
16382            ! ext/Time/Piece/Piece.xs regcomp.c
16383 ____________________________________________________________________________
16384 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
16385         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
16386              From: Slaven Rezic <slaven@rezic.de>
16387              Date: 16 Dec 2006 11:20:36 +0100
16388              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
16389      Branch: perl
16390            ! README.cn README.jp README.ko README.tw
16391 ____________________________________________________________________________
16392 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
16393         Log: Subject: [PATCH] perl.c: leak avoidance
16394              From: Jarkko Hietaniemi <jhi@iki.fi>
16395              Date: Sat, 16 Dec 2006 11:48:13 -0500
16396              Message-ID: <4584234D.7070209@iki.fi>
16397      Branch: perl
16398            ! perl.c
16399 ____________________________________________________________________________
16400 [ 29573] By: craigb                                on 2006/12/18  01:15:43
16401         Log: In vms/vms.c, don't prototype decw$term_port until after 
16402              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
16403              is defined.
16404      Branch: perl
16405            ! vms/vms.c
16406 ____________________________________________________________________________
16407 [ 29572] By: craigb                                on 2006/12/18  01:11:41
16408         Log: Don't try to build Win32 on VMS
16409      Branch: perl
16410            ! configure.com
16411 ____________________________________________________________________________
16412 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
16413         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
16414      Branch: perl
16415            ! ext/POSIX/POSIX.pm
16416 ____________________________________________________________________________
16417 [ 29570] By: davem                                 on 2006/12/18  00:24:01
16418         Log: move parser state into new parser object, PL_parser
16419      Branch: perl
16420            + parser.h
16421            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
16422            ! pod/perlapi.pod pod/perlintern.pod toke.c
16423 ____________________________________________________________________________
16424 [ 29569] By: davem                                 on 2006/12/17  22:21:40
16425         Log: merge the four parser stacks into one
16426      Branch: perl
16427            ! perly.act perly.c regen_perly.pl
16428 ____________________________________________________________________________
16429 [ 29568] By: davem                                 on 2006/12/17  20:00:19
16430         Log: delete dead code and macros from perly.c
16431      Branch: perl
16432            ! perly.c
16433 ____________________________________________________________________________
16434 [ 29567] By: davem                                 on 2006/12/17  19:42:35
16435         Log: unify stacks arithmetic in parser
16436      Branch: perl
16437            ! perly.c
16438 ____________________________________________________________________________
16439 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
16440         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
16441              to note when a proxy constant subroutine is copied. This allows us to
16442              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
16443              real GV.
16444      Branch: perl
16445            + t/lib/proxy_constant_subs.t
16446            ! MANIFEST dump.c gv.c pp_hot.c sv.h
16447 ____________________________________________________________________________
16448 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
16449         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
16450              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
16451      Branch: perl
16452            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
16453 ____________________________________________________________________________
16454 [ 29564] By: davem                                 on 2006/12/16  15:37:32
16455         Log: remove extraneous declaration prom perly.tab
16456      Branch: perl
16457            ! perly.tab regen_perly.pl
16458 ____________________________________________________________________________
16459 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
16460         Log: Subject: [PATCH] threads 1.56
16461              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16462              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
16463              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
16464      Branch: perl
16465            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
16466            ! ext/threads/t/exit.t ext/threads/t/thread.t
16467            ! ext/threads/threads.pm
16468 ____________________________________________________________________________
16469 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
16470         Log: TODO addition by Jerry D. Hedden.
16471      Branch: perl
16472            ! pod/perltodo.pod
16473 ____________________________________________________________________________
16474 [ 29561] By: davem                                 on 2006/12/16  02:53:59
16475         Log: don't include MAD code when its not needed
16476      Branch: perl
16477            ! op.c
16478 ____________________________________________________________________________
16479 [ 29560] By: davem                                 on 2006/12/16  01:36:28
16480         Log: fix a cast warning in perly.c
16481      Branch: perl
16482            ! perly.c
16483 ____________________________________________________________________________
16484 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
16485         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
16486      Branch: perl
16487            ! sv.h
16488 ____________________________________________________________________________
16489 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
16490         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
16491              From: demerphq <demerphq@gmail.com>
16492              Date: Fri, 15 Dec 2006 12:52:45 +0100
16493              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
16494      Branch: perl
16495            ! ext/Errno/Makefile.PL
16496 ____________________________________________________________________________
16497 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
16498         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
16499              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16500              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
16501              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
16502      Branch: perl
16503            + ext/threads/t/err.t
16504            ! MANIFEST ext/threads/Changes ext/threads/README
16505            ! ext/threads/t/exit.t ext/threads/t/libc.t
16506            ! ext/threads/t/thread.t ext/threads/threads.pm
16507            ! ext/threads/threads.xs
16508 ____________________________________________________________________________
16509 [ 29556] By: steveh                                on 2006/12/14  16:24:29
16510         Log: Silence a warning from (MinGW's) gcc
16511      Branch: perl
16512            ! ext/Time/Piece/Piece.xs
16513 ____________________________________________________________________________
16514 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
16515         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
16516              From: Bo Lindbergh <blgl@hagernas.com>
16517              Date: Thu, 14 Dec 2006 13:34:06 +0100
16518              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
16519      Branch: perl
16520            ! lib/perl5db.pl
16521 ____________________________________________________________________________
16522 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
16523         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
16524              Sorry about damaging the change history - dig through this change with
16525              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
16526      Branch: perl
16527            ! sv.h
16528 ____________________________________________________________________________
16529 [ 29553] By: steveh                                on 2006/12/14  09:37:45
16530         Log: Silence a VC compiler warning
16531      Branch: perl
16532            ! op.c
16533 ____________________________________________________________________________
16534 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
16535         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
16536              endian machines to hint to the compiler that a 16 bit read could work.
16537      Branch: perl
16538            ! sv.h
16539 ____________________________________________________________________________
16540 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
16541         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
16542              inadvertently deleted. Explain the setting and testing of
16543              SVpbm_VALID.
16544      Branch: perl
16545            ! sv.h
16546 ____________________________________________________________________________
16547 [ 29550] By: stevep                                on 2006/12/13  19:53:02
16548         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
16549              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16550              Date: Tue, 12 Dec 2006 23:28:25 -0800
16551              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
16552      Branch: perl
16553            ! t/io/pipe.t util.c
16554 ____________________________________________________________________________
16555 [ 29549] By: davem                                 on 2006/12/13  17:24:49
16556         Log: make -Dpv display the parser stack before reduction
16557              (rather than afterwards)
16558      Branch: perl
16559            ! perly.c
16560 ____________________________________________________________________________
16561 [ 29548] By: davem                                 on 2006/12/13  17:16:22
16562         Log: misc MAD coredump fixes and parser leak fixes
16563              
16564              - fix MAD coredump in tr///
16565              - fix mad coredump in multi-line string literals
16566              - kill some MAD uninit value warnings
16567              - don't allow assignment to $n in perly.y
16568              - make op_dump handle op_latefree flags
16569      Branch: perl
16570            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
16571            ! toke.c
16572 ____________________________________________________________________________
16573 [ 29547] By: davem                                 on 2006/12/13  12:47:35
16574         Log: fix double free introduced by #29543 (spotted by Nicholas)
16575      Branch: perl
16576            ! op.c
16577 ____________________________________________________________________________
16578 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
16579         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
16580              From: Anton Berezin <tobez@tobez.org>
16581              Date: Tue, 12 Dec 2006 19:59:38 +0100
16582              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
16583      Branch: perl
16584            ! t/op/groups.t
16585 ____________________________________________________________________________
16586 [ 29545] By: steveh                                on 2006/12/13  10:37:11
16587         Log: Do the same as #29514 for Win32
16588      Branch: perl
16589            ! win32/FindExt.pm
16590 ____________________________________________________________________________
16591 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
16592         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
16593              Add the placeholder for new type, temporarily named BIND, for binding
16594              and aliasing in 6 on 5.
16595      Branch: perl
16596            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
16597            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
16598 ____________________________________________________________________________
16599 [ 29543] By: davem                                 on 2006/12/13  01:47:34
16600         Log: fix parser leaks caused by croaking while shifting or reducing
16601              e.g. these no longer leak:
16602              eval q[my $x; local $x] while 1;
16603              eval q[$s = sub <> {}]  while 1;
16604      Branch: perl
16605            ! op.c op.h perly.c
16606 ____________________________________________________________________________
16607 [ 29542] By: davem                                 on 2006/12/13  00:16:18
16608         Log: fixup some ival/opval type changes from perly.y/madly.y merger
16609      Branch: perl
16610            ! perly.act perly.h perly.tab perly.y
16611 ____________________________________________________________________________
16612 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
16613         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
16614              I don't think that it matters as this routine is never actualy called
16615              because nothing exposes PVBMs to the world so that the world can assign
16616              to them.
16617      Branch: perl
16618            ! mg.c
16619 ____________________________________________________________________________
16620 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
16621         Log: Correct the dumping logic for the various bits of flag bending
16622              associated with change 27313 or therabouts.
16623      Branch: perl
16624            ! dump.c
16625 ____________________________________________________________________________
16626 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
16627         Log: Oops. As of some point one stopped being able to assign integers and
16628              floating point values to typeglobs.
16629      Branch: perl
16630            ! sv.c t/op/glob.t
16631 ____________________________________________________________________________
16632 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
16633         Log: Correct some assumptions about PVBM table offset in B.xs
16634      Branch: perl
16635            ! ext/B/B.xs
16636 ____________________________________________________________________________
16637 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
16638         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
16639              are never called on PVGVs.
16640      Branch: perl
16641            ! sv.h
16642 ____________________________________________________________________________
16643 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
16644         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
16645      Branch: perl
16646            ! gv.h sv.h
16647 ____________________________________________________________________________
16648 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
16649         Log: pads haven't actually contained any PVGVs since change 27313.
16650              So correct the docs and assert this in the code.
16651      Branch: perl
16652            ! pad.c sv.c
16653 ____________________________________________________________________________
16654 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
16655         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
16656              lookup tables.
16657      Branch: perl
16658            ! dump.c
16659 ____________________________________________________________________________
16660 [ 29533] By: steveh                                on 2006/12/12  18:02:19
16661         Log: Restore (differently) the setting of $Config{osvers} on Win32
16662              that was removed by #29509
16663      Branch: perl
16664            ! win32/config_sh.PL
16665 ____________________________________________________________________________
16666 [ 29532] By: steveh                                on 2006/12/12  17:49:51
16667         Log: Silence VC warnings about possible operator precedence problems
16668              and signed/unsigned mismatches
16669      Branch: perl
16670            ! regexec.c sv.h util.c
16671 ____________________________________________________________________________
16672 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
16673         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
16674              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16675              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
16676              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
16677      Branch: perl
16678            ! mg.c
16679 ____________________________________________________________________________
16680 [ 29530] By: merijn                                on 2006/12/12  11:36:41
16681         Log: The overly-picky AIX xlc compiler doesn't like the style
16682              from patch #29446
16683      Branch: perl
16684            ! mg.c
16685 ____________________________________________________________________________
16686 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
16687         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
16688              not a proper module name.
16689      Branch: perl
16690            ! utils/perlivp.PL
16691 ____________________________________________________________________________
16692 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
16693         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
16694              From: Jan Dubois <jand@ActiveState.com>
16695              Date: Mon, 11 Dec 2006 13:09:09 -0800
16696              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
16697              
16698              and:
16699              Date: Mon, 11 Dec 2006 15:08:53 -0800
16700              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
16701      Branch: perl
16702            ! ext/Win32/Win32.xs win32/win32.c
16703 ____________________________________________________________________________
16704 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
16705         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
16706              which will likely equate to 4 bytes with padding. (But we add 2 bytes
16707              to the SvPVX buffer...). However, the real win is that xpvbm is now
16708              identical to xpvmg, and all active FBM compiled strings are SvVALID()
16709              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
16710      Branch: perl
16711            ! sv.h
16712 ____________________________________________________________________________
16713 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
16714         Log: Fix allocation bug in change 29524.
16715      Branch: perl
16716            ! util.c
16717 ____________________________________________________________________________
16718 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
16719         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
16720              modified.
16721      Branch: perl
16722            ! sv.h util.c
16723 ____________________________________________________________________________
16724 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
16725         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
16726              Stow BmRARE in the SvPVX, and so delete xbm_rare.
16727              Can you see what it is yet?
16728      Branch: perl
16729            ! sv.h util.c
16730 ____________________________________________________________________________
16731 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
16732         Log: Fix typo in change 29518 which broke non-debugging builds.
16733              (Here Mark, you can have the spare ; back again)
16734      Branch: perl
16735            ! sv.h
16736 ____________________________________________________________________________
16737 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
16738         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
16739      Branch: perl
16740            ! util.c
16741 ____________________________________________________________________________
16742 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
16743         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
16744              valid PVBMs.
16745      Branch: perl
16746            ! sv.h
16747 ____________________________________________________________________________
16748 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
16749         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
16750              to a header.
16751      Branch: perl
16752            ! util.c
16753 ____________________________________________________________________________
16754 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
16755         Log: Don't load the Win32 module on non-win32 platforms
16756      Branch: perl
16757            ! lib/File/CheckTree.t
16758 ____________________________________________________________________________
16759 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
16760         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
16761              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
16762              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
16763              IV union, and save one I32 per PVBM.
16764      Branch: perl
16765            ! sv.h util.c
16766 ____________________________________________________________________________
16767 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
16768         Log: Changes and README are not needed for Switch.pm
16769      Branch: perl
16770            - lib/Switch/Changes lib/Switch/README
16771            ! MANIFEST
16772 ____________________________________________________________________________
16773 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
16774         Log: As pointed out by Valentin Guignon, there is most
16775              probably one \n too many in the end-of-pod marker.
16776      Branch: perl
16777            ! lib/Switch.pm
16778 ____________________________________________________________________________
16779 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
16780         Log: Configure needs to know about the extensions IO/Compress/Base
16781              and IO/Compress/Zlib, so they get built.
16782      Branch: perl
16783            ! Configure
16784 ____________________________________________________________________________
16785 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
16786         Log: Move files from ext/Compress/IO to ext/IO/Compress
16787      Branch: perl
16788           +> (branch 94 files)
16789            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
16790            - ext/Compress/IO/Base/README
16791            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
16792            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
16793            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
16794            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
16795            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
16796            - ext/Compress/IO/Base/private/MakeUtil.pm
16797            - ext/Compress/IO/Base/t/01misc.t
16798            - ext/Compress/IO/Base/t/globmapper.t
16799            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
16800            - ext/Compress/IO/Zlib/README
16801            - ext/Compress/IO/Zlib/examples/gzappend
16802            - ext/Compress/IO/Zlib/examples/gzcat
16803            - ext/Compress/IO/Zlib/examples/gzgrep
16804            - ext/Compress/IO/Zlib/examples/gzstream
16805            - ext/Compress/IO/Zlib/examples/unzip
16806            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
16807            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
16808            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
16809            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
16810            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
16811            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
16812            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
16813            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
16814            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
16815            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
16816            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
16817            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
16818            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
16819            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
16820            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
16821            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
16822            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
16823            - ext/Compress/IO/Zlib/private/MakeUtil.pm
16824            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
16825            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
16826            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
16827            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
16828            - ext/Compress/IO/Zlib/t/002any-deflate.t
16829            - ext/Compress/IO/Zlib/t/002any-gzip.t
16830            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
16831            - ext/Compress/IO/Zlib/t/002any-transparent.t
16832            - ext/Compress/IO/Zlib/t/002any-zip.t
16833            - ext/Compress/IO/Zlib/t/004gziphdr.t
16834            - ext/Compress/IO/Zlib/t/005defhdr.t
16835            - ext/Compress/IO/Zlib/t/010examples.t
16836            - ext/Compress/IO/Zlib/t/020isize.t
16837            - ext/Compress/IO/Zlib/t/050interop-gzip.t
16838            - ext/Compress/IO/Zlib/t/100generic-deflate.t
16839            - ext/Compress/IO/Zlib/t/100generic-gzip.t
16840            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
16841            - ext/Compress/IO/Zlib/t/100generic-zip.t
16842            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
16843            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
16844            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
16845            - ext/Compress/IO/Zlib/t/101truncate-zip.t
16846            - ext/Compress/IO/Zlib/t/102tied-deflate.t
16847            - ext/Compress/IO/Zlib/t/102tied-gzip.t
16848            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
16849            - ext/Compress/IO/Zlib/t/102tied-zip.t
16850            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
16851            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
16852            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
16853            - ext/Compress/IO/Zlib/t/103newtied-zip.t
16854            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
16855            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
16856            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
16857            - ext/Compress/IO/Zlib/t/104destroy-zip.t
16858            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
16859            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
16860            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
16861            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
16862            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
16863            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
16864            - ext/Compress/IO/Zlib/t/106prime-deflate.t
16865            - ext/Compress/IO/Zlib/t/106prime-gzip.t
16866            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
16867            - ext/Compress/IO/Zlib/t/106prime-zip.t
16868            - ext/Compress/IO/Zlib/t/107multi-deflate.t
16869            - ext/Compress/IO/Zlib/t/107multi-gzip.t
16870            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
16871            - ext/Compress/IO/Zlib/t/107multi-zip.t
16872            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
16873            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
16874            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
16875            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
16876            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
16877            - ext/Compress/IO/Zlib/t/109merge-deflate.t
16878            - ext/Compress/IO/Zlib/t/109merge-gzip.t
16879            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
16880            - ext/Compress/IO/Zlib/t/109merge-zip.t
16881            ! MANIFEST
16882 ____________________________________________________________________________
16883 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
16884         Log: Subject: Re: [PATCH] Deparse.pm bugfix
16885              From: Bo Lindbergh <blgl@hagernas.com>
16886              Date: Sat, 9 Dec 2006 12:17:53 +0100
16887              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
16888      Branch: perl
16889            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
16890 ____________________________________________________________________________
16891 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
16892         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
16893              From: Jan Dubois <jand@ActiveState.com>
16894              Date: Sun, 10 Dec 2006 11:47:58 -0800
16895              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
16896      Branch: perl
16897            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
16898 ____________________________________________________________________________
16899 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
16900         Log: Second patch from:
16901              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
16902              From: Jan Dubois <jand@ActiveState.com>
16903              Date: Fri, 08 Dec 2006 19:07:06 -0800
16904              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
16905      Branch: perl
16906            ! ext/Win32/Win32.xs win32/win32.c
16907 ____________________________________________________________________________
16908 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
16909         Log: First patch from:
16910              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
16911              From: Jan Dubois <jand@ActiveState.com>
16912              Date: Fri, 08 Dec 2006 19:07:06 -0800
16913              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
16914      Branch: perl
16915            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
16916            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
16917            ! win32/FindExt.pm win32/config_sh.PL
16918            ! win32/ext/Win32API/File/t/file.t
16919 ____________________________________________________________________________
16920 [ 29508] By: davem                                 on 2006/12/11  11:41:10
16921         Log: remove extraneous debugging code introduced by #29504
16922      Branch: perl
16923            ! perly.c
16924 ____________________________________________________________________________
16925 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
16926         Log: Subject: [PATCH] Fatal v1.03
16927              From: Jerrad Pierce <belg4mit@MIT.EDU>
16928              Date: Sun, 10 Dec 2006 14:38:18 -0500
16929              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
16930              
16931              Allow to make fatal built-ins in CORE::GLOBAL
16932      Branch: perl
16933            ! lib/Fatal.pm
16934 ____________________________________________________________________________
16935 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
16936         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
16937              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16938              Date: Sun, 10 Dec 2006 22:32:32 +0100
16939              Message-ID: <20061210223232.0f3a5318@r2d2>
16940      Branch: perl
16941            ! doop.c
16942 ____________________________________________________________________________
16943 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
16944         Log: perlhack.pod nit by Jarkko
16945      Branch: perl
16946            ! pod/perlhack.pod
16947 ____________________________________________________________________________
16948 [ 29504] By: davem                                 on 2006/12/11  00:48:06
16949         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
16950              
16951              Repeat of change #28319 (backed out by change #28720), this time
16952              freeing ops using the right pad. Also backs out the remempad
16953              parser addition from change #29501; instead a new auxiliary
16954              paser stack is added, which records the current value of
16955              PL_comppad for every state.
16956      Branch: perl
16957            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
16958 ____________________________________________________________________________
16959 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
16960         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
16961              by taking advantage of how anchored_* and float_* are stored in arrays
16962              to use a loop.
16963      Branch: perl
16964            ! regcomp.h regexec.c
16965 ____________________________________________________________________________
16966 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
16967         Log: Downgrading a fixed or floating substring of a pattern whilst matching
16968              a studied string seems to get to a "should not happen" [bug #41067]
16969              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
16970              substring is FBM compiled, then the downgraded version will be too,
16971              hence changing the downgrade and upgrade routines to FBM compile seems
16972              to be a correct fix.
16973      Branch: perl
16974            ! regexec.c t/op/re_tests
16975 ____________________________________________________________________________
16976 [ 29501] By: davem                                 on 2006/12/10  18:50:05
16977         Log: #28315 could crash when freeing ops with different pads
16978              Add hook to parser to record current PL_comppad, then use this
16979              when popping ops off the parser stack after parser error
16980      Branch: perl
16981            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
16982 ____________________________________________________________________________
16983 [ 29500] By: davem                                 on 2006/12/10  17:18:00
16984         Log: parser: expand yy_is_opval[] to include all value types
16985              and rename to yy_type_tab[]. Then use this table to improve stack
16986              dumping with -Dpv
16987      Branch: perl
16988            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
16989 ____________________________________________________________________________
16990 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
16991         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
16992      Branch: perl
16993            ! ext/List/Util/multicall.h
16994 ____________________________________________________________________________
16995 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
16996         Log: Upgrade to Scalar-List-Utils-1.19
16997      Branch: perl
16998            ! ext/List/Util/Changes ext/List/Util/README
16999            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
17000            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
17001 ____________________________________________________________________________
17002 [ 29497] By: stevep                                on 2006/12/10  02:23:10
17003         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
17004              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
17005              Date: Sat, 9 Dec 2006 16:33:41 -0800
17006              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
17007      Branch: perl
17008            ! Makefile.SH os2/Makefile.SHs
17009 ____________________________________________________________________________
17010 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
17011         Log: Swap SVpbm_TAIL and SVpbm_VALID.
17012      Branch: perl
17013            ! sv.h
17014 ____________________________________________________________________________
17015 [ 29495] By: stevep                                on 2006/12/09  22:44:27
17016         Log: Upgrade to Time-HiRes-1.9703
17017      Branch: perl
17018            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17019            ! ext/Time/HiRes/Makefile.PL
17020 ____________________________________________________________________________
17021 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
17022         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
17023      Branch: perl
17024            ! sv.c
17025 ____________________________________________________________________________
17026 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
17027         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
17028      Branch: perl
17029            ! sv.c
17030 ____________________________________________________________________________
17031 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
17032         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
17033              we're going to return anyway.
17034      Branch: perl
17035            ! util.c
17036 ____________________________________________________________________________
17037 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
17038         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
17039      Branch: perl
17040            ! sv.h
17041 ____________________________________________________________________________
17042 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
17043         Log: Wrap some macro arguments in () to avoid precedence problems.
17044      Branch: perl
17045            ! sv.h
17046 ____________________________________________________________________________
17047 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
17048         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
17049      Branch: perl
17050            ! util.c
17051 ____________________________________________________________________________
17052 [ 29488] By: davem                                 on 2006/12/08  22:20:41
17053         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
17054      Branch: perl
17055            ! op.h sv.c
17056 ____________________________________________________________________________
17057 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
17058         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
17059      Branch: perl
17060            ! sv.h
17061 ____________________________________________________________________________
17062 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
17063         Log: No need to upgrade if all we're going to do is return.
17064      Branch: perl
17065            ! util.c
17066 ____________________________________________________________________________
17067 [ 29485] By: steveh                                on 2006/12/07  12:34:10
17068         Log: Make use of $Config{d_pseudofork} in a couple of core tests
17069              
17070              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
17071              because they are dual-lived modules and must work with older perls
17072              that don't have d_pseudofork
17073      Branch: perl
17074            ! ext/Socket/t/socketpair.t t/op/fork.t
17075 ____________________________________________________________________________
17076 [ 29483] By: steveh                                on 2006/12/07  09:12:45
17077         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
17078              From: Jan Dubois <jand@ActiveState.com>
17079              Date: Wed, 06 Dec 2006 16:31:42 -0800
17080              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
17081      Branch: perl
17082           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
17083            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
17084            - win32/ext/Win32/Win32.xs
17085            ! Configure MANIFEST
17086 ____________________________________________________________________________
17087 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
17088         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
17089              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
17090              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
17091              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
17092      Branch: perl
17093            ! mathoms.c scope.c
17094 ____________________________________________________________________________
17095 [ 29481] By: steveh                                on 2006/12/07  08:53:15
17096         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
17097              From: Jan Dubois <jand@ActiveState.com>
17098              Date: Wed, 06 Dec 2006 16:26:38 -0800
17099              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
17100      Branch: perl
17101            ! win32/ext/Win32/Makefile.PL
17102 ____________________________________________________________________________
17103 [ 29480] By: steveh                                on 2006/12/06  17:28:03
17104         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
17105      Branch: perl
17106            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
17107 ____________________________________________________________________________
17108 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
17109         Log: Subject: Re: [PATCH] User pragmas now accessible from B
17110              From: demerphq <demerphq@gmail.com>
17111              Date: Wed, 6 Dec 2006 17:52:08 +0100
17112              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
17113      Branch: perl
17114            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
17115            ! pod/perlintern.pod
17116 ____________________________________________________________________________
17117 [ 29478] By: steveh                                on 2006/12/06  14:19:55
17118         Log: Upgrade to Time-HiRes 1.9702
17119      Branch: perl
17120            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17121            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17122            ! ext/Time/HiRes/t/HiRes.t
17123 ____________________________________________________________________________
17124 [ 29477] By: steveh                                on 2006/12/06  14:08:49
17125         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
17126              From: Jarkko Hietaniemi <jhi@iki.fi>
17127              Date: Tue, 05 Dec 2006 16:08:33 -0500
17128              Message-ID: <4575DFD1.1060108@iki.fi>
17129              
17130              Fixes a problem spotted by Jan Dubois:
17131              
17132              The PerlMemShared pool is only shared between the interpreters that
17133              can share data structures (interpreters created by perl_clone(), which
17134              mean pseudo-fork, and threads.xs).  The pool is not shared between
17135              interpreters that are created separately by perl_alloc().
17136              [...]
17137              I guess this means PL_perlio_fd_refcnt needs to be allocated and
17138              freed by standard malloc() and not go through any abstraction.
17139      Branch: perl
17140            ! perlio.c
17141 ____________________________________________________________________________
17142 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
17143         Log: save_I8 is not a mathom.
17144      Branch: perl
17145            ! mathoms.c scope.c
17146 ____________________________________________________________________________
17147 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
17148         Log: Subject: [PATCH] User pragmas now accessible from B
17149              From: "Joshua ben Jore" <twists@gmail.com>
17150              Date: Tue, 5 Dec 2006 13:18:21 -0800
17151              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
17152      Branch: perl
17153            + ext/B/t/pragma.t
17154            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
17155            ! t/lib/mypragma.t
17156 ____________________________________________________________________________
17157 [ 29474] By: craigb                                on 2006/12/06  05:29:50
17158         Log: Avoid my_regdupe type mismatch warning after #29430
17159      Branch: perl
17160            ! ext/re/re.xs
17161 ____________________________________________________________________________
17162 [ 29473] By: craigb                                on 2006/12/06  04:48:35
17163         Log: d_pseudofork for configure.com
17164      Branch: perl
17165            ! configure.com
17166 ____________________________________________________________________________
17167 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
17168         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
17169              From: demerphq <demerphq@gmail.com>
17170              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
17171              Date: Tue, 5 Dec 2006 22:53:48 +0100
17172              
17173              Fixes a minor bug in change 29468.
17174      Branch: perl
17175            ! regcomp.c
17176 ____________________________________________________________________________
17177 [ 29471] By: stevep                                on 2006/12/05  21:00:38
17178         Log: Silence a warning from Module::CoreList that occurs when the module version is
17179              something like X.XX_XX.
17180      Branch: perl
17181            ! lib/Module/CoreList.pm
17182 ____________________________________________________________________________
17183 [ 29470] By: steveh                                on 2006/12/05  16:41:55
17184         Log: Make the check for PERL_IMPLICIT_SYS better
17185      Branch: perl
17186            ! win32/config_sh.PL
17187 ____________________________________________________________________________
17188 [ 29469] By: steveh                                on 2006/12/05  16:06:31
17189         Log: Extend d_pseudofork to Win32-land and set it when appropriate
17190              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
17191      Branch: perl
17192            ! win32/config.bc win32/config.gc win32/config.vc
17193            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17194            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
17195 ____________________________________________________________________________
17196 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
17197         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
17198              From: demerphq <demerphq@gmail.com>
17199              Date: Tue, 5 Dec 2006 16:13:36 +0100
17200              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
17201              
17202              (with tweaks)
17203      Branch: perl
17204            ! regcomp.c regcomp.h regexp.h
17205 ____________________________________________________________________________
17206 [ 29467] By: merijn                                on 2006/12/05  14:55:14
17207         Log: Introduction of d_pseudofork
17208      Branch: perl
17209            ! Configure Porting/Glossary Porting/config.sh config_h.SH
17210            ! handy.h uconfig.sh
17211 ____________________________________________________________________________
17212 [ 29465] By: steveh                                on 2006/12/05  09:41:44
17213         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
17214              From: Jarkko Hietaniemi <jhi@iki.fi>
17215              Date: Mon, 04 Dec 2006 22:53:03 -0500
17216              Message-ID: <4574ED1F.40508@iki.fi>
17217              
17218              Re-instates #29424 (previously reverted by #29451), now fixed to work
17219              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
17220              the Symbian port.
17221      Branch: perl
17222            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
17223 ____________________________________________________________________________
17224 [ 29464] By: steveh                                on 2006/12/05  09:38:14
17225         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
17226              when building on Win32 without ithreads (see #29430)
17227      Branch: perl
17228            ! makedef.pl
17229 ____________________________________________________________________________
17230 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
17231         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
17232      Branch: perl
17233            ! pp_hot.c util.c
17234 ____________________________________________________________________________
17235 [ 29462] By: merijn                                on 2006/12/04  18:09:20
17236         Log: Revert #29454
17237      Branch: perl
17238            ! Configure
17239 ____________________________________________________________________________
17240 [ 29461] By: davem                                 on 2006/12/04  18:08:31
17241         Log: fix some casting issues with perly.y / madly.y merger
17242      Branch: perl
17243            ! perly.act perly.h perly.tab perly.y
17244 ____________________________________________________________________________
17245 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
17246         Log: Better version of last patch, by Yves Orton.
17247              Actually the regexp engine structure only needs
17248              one compilation function hook.
17249      Branch: perl
17250            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
17251 ____________________________________________________________________________
17252 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
17253         Log: The new regexp compilation function must be added to the engine structure.
17254      Branch: perl
17255            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
17256 ____________________________________________________________________________
17257 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
17258         Log: Actually submit previous change.
17259      Branch: perl
17260            ! embed.fnc embed.h global.sym proto.h regcomp.c
17261 ____________________________________________________________________________
17262 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
17263         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
17264              to facilitate pluging in other regexp engines.
17265      Branch: perl
17266            ! embed.fnc embed.h global.sym proto.h regcomp.c
17267 ____________________________________________________________________________
17268 [ 29455] By: davem                                 on 2006/12/04  15:38:05
17269         Log: merge perly.y and madlu.y
17270      Branch: perl
17271            - madly.act madly.h madly.tab madly.y
17272            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
17273            ! perly.tab perly.y
17274 ____________________________________________________________________________
17275 [ 29454] By: merijn                                on 2006/12/04  15:20:53
17276         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
17277              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
17278              Date: Mon, 4 Dec 2006 15:48:12 +0100
17279              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
17280      Branch: perl
17281            ! Configure
17282 ____________________________________________________________________________
17283 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
17284         Log: Subject: [PATCH] Add File::Fetch to the core
17285              From: "Jos Boumans" <kane@dwim.org>
17286              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
17287              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
17288      Branch: perl
17289            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
17290            + lib/File/Fetch/t/01_File-Fetch.t
17291            ! MANIFEST
17292 ____________________________________________________________________________
17293 [ 29451] By: steveh                                on 2006/12/04  14:31:08
17294         Log: Change #29424 may well be correct in itself, but currently doesn't
17295              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
17296              uses PerlMemShared_free() which, in that case, involves the perlhost
17297              that has already been freed itself by perl_free(), which is called
17298              before PERL_SYS_TERM().
17299              
17300              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
17301              be changed (it is advertised in perlembed for a start), so just
17302              revert #29424 and the appropriate parts of #29442 for now.
17303              
17304              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
17305              the perlhost needs freeing later (after PerlIO)?
17306      Branch: perl
17307            ! win32/perllib.c win32/win32.c win32/wince.c
17308 ____________________________________________________________________________
17309 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
17310         Log: Subject: [PATCH] Minor pod nit in perlre.
17311              From: demerphq <demerphq@gmail.com>
17312              Date: Mon, 4 Dec 2006 14:47:07 +0100
17313              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
17314      Branch: perl
17315            ! pod/perlre.pod
17316 ____________________________________________________________________________
17317 [ 29449] By: davem                                 on 2006/12/04  12:08:56
17318         Log: another fix for bison 2.3
17319      Branch: perl
17320            ! regen_perly.pl
17321 ____________________________________________________________________________
17322 [ 29448] By: merijn                                on 2006/12/04  11:24:57
17323         Log: Subject: -DDEBUGGING=both doesn't set -g
17324              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
17325              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
17326              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
17327      Branch: perl
17328            ! Configure
17329 ____________________________________________________________________________
17330 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
17331         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
17332              From: Chris Dolan <chris@chrisdolan.net>
17333              Date: Sat, 2 Dec 2006 09:37:08 -0600
17334              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
17335      Branch: perl
17336            ! mg.c
17337 ____________________________________________________________________________
17338 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
17339         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
17340              From: demerphq <demerphq@gmail.com>
17341              Date: Sun, 3 Dec 2006 16:55:55 +0100
17342              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
17343      Branch: perl
17344            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
17345            ! regexec.c t/op/pat.t t/op/re_tests
17346 ____________________________________________________________________________
17347 [ 29444] By: stevep                                on 2006/12/04  02:48:24
17348         Log: Upgrade to Test-Simple-0.66.
17349      Branch: perl
17350            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
17351            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
17352 ____________________________________________________________________________
17353 [ 29443] By: davem                                 on 2006/12/03  22:08:57
17354         Log: add support for bison 2.3
17355      Branch: perl
17356            ! perly.c regen_perly.pl
17357 ____________________________________________________________________________
17358 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
17359         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
17360              From: demerphq <demerphq@gmail.com>
17361              Date: Sat, 2 Dec 2006 14:48:54 +0100
17362              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
17363      Branch: perl
17364            ! perlio.c win32/perllib.c
17365 ____________________________________________________________________________
17366 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
17367         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
17368              From: demerphq <demerphq@gmail.com>
17369              Date: Thu, 30 Nov 2006 01:12:25 +0100
17370              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
17371      Branch: perl
17372            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
17373 ____________________________________________________________________________
17374 [ 29440] By: davem                                 on 2006/12/03  15:52:59
17375         Log: merge perly.c and madly.c
17376              
17377              madly.c is now just a wrapper that #includes perly.c
17378      Branch: perl
17379            ! madly.c perly.c
17380 ____________________________________________________________________________
17381 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
17382         Log: Subject: Minor patch for Benchmark.pm
17383              From: christophe grosjean <christophe.grosjean@gmail.com>
17384              Date: Sun, 03 Dec 2006 01:31:58 +0100
17385              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
17386      Branch: perl
17387            ! lib/Benchmark.pm
17388 ____________________________________________________________________________
17389 [ 29438] By: davem                                 on 2006/12/02  18:38:35
17390         Log: synchronise perly.c and madly.c
17391      Branch: perl
17392            ! madly.c perly.c
17393 ____________________________________________________________________________
17394 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
17395         Log: Upgrade to Devel::PPPort 3.10_02
17396      Branch: perl
17397            + ext/Devel/PPPort/parts/base/5009005
17398            + ext/Devel/PPPort/parts/todo/5009005
17399            ! MANIFEST ext/Devel/PPPort/Changes
17400            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
17401 ____________________________________________________________________________
17402 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
17403         Log: Upgrade to Devel::PPPort 3.10_01
17404      Branch: perl
17405            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
17406            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
17407            ! ext/Devel/PPPort/devel/buildperl.pl
17408            ! ext/Devel/PPPort/mktests.PL
17409            ! ext/Devel/PPPort/parts/base/5005000
17410            ! ext/Devel/PPPort/parts/base/5007002
17411            ! ext/Devel/PPPort/parts/base/5009001
17412            ! ext/Devel/PPPort/parts/base/5009004
17413            ! ext/Devel/PPPort/parts/embed.fnc
17414            ! ext/Devel/PPPort/parts/inc/misc
17415            ! ext/Devel/PPPort/parts/inc/threads
17416            ! ext/Devel/PPPort/parts/inc/variables
17417            ! ext/Devel/PPPort/parts/todo/5009001
17418            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
17419            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
17420            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
17421            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
17422            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
17423            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
17424            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
17425            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
17426            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
17427            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
17428            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
17429            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
17430            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
17431            ! ext/Devel/PPPort/t/warn.t
17432 ____________________________________________________________________________
17433 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
17434         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
17435              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17436              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
17437              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
17438      Branch: perl
17439            ! pod/perltodo.pod
17440 ____________________________________________________________________________
17441 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
17442         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
17443              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
17444              GvSVn(PL_DBsub) implicit in this change should fix a failure with
17445              Devel::SmallProf.)
17446      Branch: perl
17447            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
17448 ____________________________________________________________________________
17449 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
17450         Log: Remove the pp_entersub specific logic from S_get_db_sub.
17451      Branch: perl
17452            ! embed.fnc pp_ctl.c pp_hot.c proto.h
17453 ____________________________________________________________________________
17454 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
17455         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
17456              From: "Joshua ben Jore" <twists@gmail.com>
17457              Date: Wed, 29 Nov 2006 16:26:25 -0800
17458              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
17459      Branch: perl
17460            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
17461            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
17462 ____________________________________________________________________________
17463 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
17464         Log: Remove unused variable
17465      Branch: perl
17466            ! regcomp.c
17467 ____________________________________________________________________________
17468 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
17469         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
17470              From: demerphq <demerphq@gmail.com>
17471              Date: Thu, 30 Nov 2006 22:06:38 +0100
17472              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
17473      Branch: perl
17474            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
17475            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
17476            ! sv.c
17477 ____________________________________________________________________________
17478 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
17479         Log: Verify that the debugger has an array where to store lines before
17480              doing so. This fixes an assertion failure when parsing a script
17481              that begins with '#!perl -d'.
17482              Also, code factorization in toke.c.
17483      Branch: perl
17484            ! embed.fnc embed.h op.c proto.h toke.c
17485 ____________________________________________________________________________
17486 [ 29428] By: steveh                                on 2006/12/01  09:41:47
17487         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
17488              from version 1.94 (#29423 and #29426)
17489              
17490              Subject: Re: Time::HiRes not happy?
17491              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
17492              Date: Fri, 1 Dec 2006 10:26:48 +0100
17493              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
17494      Branch: perl
17495            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
17496 ____________________________________________________________________________
17497 [ 29427] By: stevep                                on 2006/11/30  14:21:40
17498         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
17499              existed prior to running make.
17500      Branch: perl
17501            ! cygwin/Makefile.SHs
17502 ____________________________________________________________________________
17503 [ 29426] By: stevep                                on 2006/11/30  14:11:57
17504         Log: Upgrade to Time-HiRes-1.96.
17505      Branch: perl
17506            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17507            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17508 ____________________________________________________________________________
17509 [ 29425] By: steveh                                on 2006/11/30  10:13:40
17510         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
17511              to keep the Win32 linker happy
17512      Branch: perl
17513            ! makedef.pl
17514 ____________________________________________________________________________
17515 [ 29424] By: steveh                                on 2006/11/30  09:45:47
17516         Log: I think #29060 / #29073 missed this
17517      Branch: perl
17518            ! win32/win32.c win32/wince.c
17519 ____________________________________________________________________________
17520 [ 29423] By: stevep                                on 2006/11/30  04:44:54
17521         Log: Upgrade to Time-HiRes-1.95
17522      Branch: perl
17523            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17524            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
17525 ____________________________________________________________________________
17526 [ 29422] By: stevep                                on 2006/11/30  04:24:10
17527         Log: Subject: [PATCH] No code specified for -.
17528              From: Jarkko Hietaniemi <jhi@iki.fi>
17529              Date: Wed, 29 Nov 2006 19:06:09 -0500
17530              Message-ID: <456E2071.3010404@iki.fi>
17531      Branch: perl
17532            ! perl.c
17533 ____________________________________________________________________________
17534 [ 29421] By: stevep                                on 2006/11/29  15:32:58
17535         Log: Upgrade to CPAN-1.88_63.
17536      Branch: perl
17537            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
17538 ____________________________________________________________________________
17539 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
17540         Log: Subject: Re: Fix \k<foo> preceded by literal
17541              From: demerphq <demerphq@gmail.com>
17542              Date: Wed, 29 Nov 2006 16:18:34 +0100
17543              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
17544      Branch: perl
17545            ! regcomp.c regcomp.h t/op/re_tests
17546 ____________________________________________________________________________
17547 [ 29419] By: stevep                                on 2006/11/29  15:24:21
17548         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
17549              bleadperl.
17550      Branch: perl
17551            ! lib/Tie/RefHash.pm
17552 ____________________________________________________________________________
17553 [ 29418] By: stevep                                on 2006/11/29  15:17:59
17554         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
17555              most of the patches to bleadperl.  The remaining change missing
17556              is #29252, so, the version has been bumped to 2.17_01.
17557      Branch: perl
17558            ! lib/ExtUtils/ParseXS.pm
17559 ____________________________________________________________________________
17560 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
17561         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
17562              NOTDATE - DATE should stringify DATE and let Perl handle things
17563      Branch: perl
17564            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
17565 ____________________________________________________________________________
17566 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
17567         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
17568              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
17569              Date: Tue, 28 Nov 2006 05:09:31 -0800
17570              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
17571      Branch: perl
17572            ! mg.c
17573 ____________________________________________________________________________
17574 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
17575         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
17576              From: Richard Foley <Richard.Foley@rfi.net>
17577              Date: Wed, 29 Nov 2006 12:00:53 +0100
17578              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
17579      Branch: perl
17580            ! lib/perl5db.pl
17581 ____________________________________________________________________________
17582 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
17583         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
17584      Branch: perl
17585            + lib/Attribute/Handlers/t/constants.t
17586            ! MANIFEST lib/Attribute/Handlers.pm
17587 ____________________________________________________________________________
17588 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
17589         Log: Change in handling of \RNNN inside nested patterns
17590              Subject: Re: New development release in sight
17591              From: demerphq <demerphq@gmail.com>
17592              Date: Wed, 29 Nov 2006 01:07:43 +0100
17593              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
17594      Branch: perl
17595            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
17596 ____________________________________________________________________________
17597 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
17598         Log: Bring the joy of strict to Attribute::Handlers.
17599      Branch: perl
17600            ! lib/Attribute/Handlers.pm
17601 ____________________________________________________________________________
17602 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
17603         Log: Remove DOS line endings
17604              (perforce should take care of line encodings on checkout)
17605      Branch: perl
17606            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
17607            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
17608            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
17609            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
17610            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
17611            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
17612 ____________________________________________________________________________
17613 [ 29410] By: steveh                                on 2006/11/28  16:43:17
17614         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
17615              as those listed in $ENV{PATH} when searching for binaries
17616      Branch: perl
17617            ! lib/IPC/Cmd.pm
17618 ____________________________________________________________________________
17619 [ 29409] By: steveh                                on 2006/11/28  16:01:55
17620         Log: Building with Visual C++ 2005 now works except for one test failure
17621      Branch: perl
17622            ! README.win32 win32/Makefile win32/makefile.mk
17623 ____________________________________________________________________________
17624 [ 29408] By: steveh                                on 2006/11/28  15:57:45
17625         Log: Silence VC++ 8 warnings about "possible loss of data"
17626      Branch: perl
17627            ! ext/POSIX/POSIX.xs pp_sys.c
17628 ____________________________________________________________________________
17629 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
17630         Log: OS/2 compilation fixes by Ilya
17631              
17632              Subject: [PATCH 5.8.8] Build on OS/2
17633              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
17634              Date: Tue, 28 Nov 2006 03:36:29 -0800
17635              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
17636      Branch: perl
17637            ! config_h.SH perlvars.h
17638 ____________________________________________________________________________
17639 [ 29406] By: steveh                                on 2006/11/28  14:58:14
17640         Log: Silence 4 "unreferenced local variable" warnings from VC++
17641      Branch: perl
17642            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
17643 ____________________________________________________________________________
17644 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
17645         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
17646              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
17647              Date: Tue, 28 Nov 2006 05:02:20 -0800
17648              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
17649      Branch: perl
17650            ! ext/Devel/DProf/DProf.xs
17651 ____________________________________________________________________________
17652 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
17653         Log: Add Module::Pluggable
17654              (required by CPANPLUS)
17655      Branch: perl
17656            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
17657            + lib/Module/Pluggable/t/01use.t
17658            + lib/Module/Pluggable/t/02alsoworks.t
17659            + lib/Module/Pluggable/t/02works.t
17660            + lib/Module/Pluggable/t/02works_taint.t
17661            + lib/Module/Pluggable/t/03diffname.t
17662            + lib/Module/Pluggable/t/04acmedir.t
17663            + lib/Module/Pluggable/t/04acmedir_single.t
17664            + lib/Module/Pluggable/t/04acmepath.t
17665            + lib/Module/Pluggable/t/04acmepath_single.t
17666            + lib/Module/Pluggable/t/05postpath.t
17667            + lib/Module/Pluggable/t/06multipath.t
17668            + lib/Module/Pluggable/t/07instantiate.t
17669            + lib/Module/Pluggable/t/08nothing.t
17670            + lib/Module/Pluggable/t/09require.t
17671            + lib/Module/Pluggable/t/10innerpack.t
17672            + lib/Module/Pluggable/t/10innerpack_inner.t
17673            + lib/Module/Pluggable/t/10innerpack_noinner.t
17674            + lib/Module/Pluggable/t/10innerpack_override.t
17675            + lib/Module/Pluggable/t/11usetwice.t
17676            + lib/Module/Pluggable/t/12only.t
17677            + lib/Module/Pluggable/t/12onlyarray.t
17678            + lib/Module/Pluggable/t/12onlyregex.t
17679            + lib/Module/Pluggable/t/13except.t
17680            + lib/Module/Pluggable/t/13exceptarray.t
17681            + lib/Module/Pluggable/t/13exceptregex.t
17682            + lib/Module/Pluggable/t/14package.t
17683            + lib/Module/Pluggable/t/15topicsafe.t
17684            + lib/Module/Pluggable/t/16different_extension.t
17685            + lib/Module/Pluggable/t/17devel_inner_package.t
17686            + lib/Module/Pluggable/t/18skipped_package.t
17687            + lib/Module/Pluggable/t/19can_ok_clobber.t
17688            + lib/Module/Pluggable/t/20dodgy_files.t
17689            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
17690            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
17691            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
17692            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
17693            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
17694            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
17695            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
17696            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
17697            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
17698            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
17699            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
17700            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
17701            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
17702            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
17703            + lib/Module/Pluggable/t/lib/No/Middle.pm
17704            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
17705            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
17706            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
17707            ! MANIFEST
17708 ____________________________________________________________________________
17709 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
17710         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
17711              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
17712              Date: Tue, 28 Nov 2006 03:39:05 -0800
17713              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
17714      Branch: perl
17715            ! lib/perl5db.pl
17716 ____________________________________________________________________________
17717 [ 29402] By: steveh                                on 2006/11/28  11:57:35
17718         Log: Give perl.exe an icon when built with MinGW and Borland
17719              
17720              It already gets an icon when built with VC++, but the MinGW and Borland
17721              builds were not making any use of the resource file.
17722              
17723              Also add the top-level directory into MinGW's resource compiler search
17724              path to assist ActivePerl builds: see:
17725              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
17726      Branch: perl
17727            ! win32/makefile.mk
17728 ____________________________________________________________________________
17729 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
17730         Log: Add IPC::Cmd to the core
17731      Branch: perl
17732            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
17733            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
17734            ! MANIFEST
17735 ____________________________________________________________________________
17736 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
17737         Log: Typo fix (by Dominic Dunlop)
17738      Branch: perl
17739            ! cflags.SH
17740 ____________________________________________________________________________
17741 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
17742         Log: Subject: [PATCH[ threads 1.53
17743              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
17744              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
17745              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
17746      Branch: perl
17747            ! ext/threads/Changes ext/threads/README
17748            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
17749            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
17750            ! ext/threads/t/thread.t ext/threads/threads.pm
17751            ! ext/threads/threads.xs
17752 ____________________________________________________________________________
17753 [ 29398] By: stevep                                on 2006/11/28  01:32:07
17754         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
17755              From: Dominic Dunlop <shouldbedomo@mac.com>
17756              Date: Sun, 26 Nov 2006 12:01:16 +0100
17757              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
17758      Branch: perl
17759            ! cflags.SH perl.h pod/perlhack.pod
17760 ____________________________________________________________________________
17761 [ 29397] By: steveh                                on 2006/11/27  17:44:27
17762         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
17763              configs
17764              
17765              See:
17766              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
17767      Branch: perl
17768            ! perl.h win32/config.bc win32/config.gc win32/config.vc
17769            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17770            ! win32/config_H.vc win32/config_H.vc64
17771 ____________________________________________________________________________
17772 [ 29396] By: steveh                                on 2006/11/27  17:39:00
17773         Log: Make the win32/makefile.mk a little safer
17774              
17775              - Add a few missing s,\,$B, substitutions. We were living dangerously
17776              with various unescaped backslashes not causing problems purely because
17777              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
17778              working because \p isn't an escape code so it didn't get mapped to
17779              anything nasty.
17780              
17781              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
17782              backslashes which would otherwise need escaping. (Adding in the
17783              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
17784              into $(mktmp ...) files in the first place.)
17785      Branch: perl
17786            ! win32/makefile.mk
17787 ____________________________________________________________________________
17788 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
17789         Log: Add missing file to MANIFEST
17790      Branch: perl
17791            ! MANIFEST
17792 ____________________________________________________________________________
17793 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
17794         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
17795              them on thread clone.
17796      Branch: perl
17797            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
17798 ____________________________________________________________________________
17799 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
17800         Log: Move widecharmap out of the shared structure _reg_trie_data into the
17801              top level regdata array, so that it can be correctly duplicated on
17802              thread clone.
17803      Branch: perl
17804            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
17805 ____________________________________________________________________________
17806 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
17807         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
17808              preliminary to moving _reg_trie_data.widecharmap out too.
17809      Branch: perl
17810            ! regcomp.c regcomp.h regexec.c
17811 ____________________________________________________________________________
17812 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
17813         Log: Moving the reference count to the front of both _reg_trie_data and
17814              _reg_ac_data allows smaller code in Perl_regdupe.
17815      Branch: perl
17816            ! regcomp.c regcomp.h
17817 ____________________________________________________________________________
17818 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
17819         Log: A little reodering of the switch statement in Perl_regdupe makes a 
17820              smaller executable.
17821      Branch: perl
17822            ! regcomp.c
17823 ____________________________________________________________________________
17824 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
17825         Log: Eliminated unitialised clone_params value bug accidentally added with
17826              change 28229.
17827      Branch: perl
17828            ! ext/threads/threads.xs
17829 ____________________________________________________________________________
17830 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
17831         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
17832      Branch: perl
17833            ! regcomp.c
17834 ____________________________________________________________________________
17835 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
17836         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
17837      Branch: perl
17838            ! regcomp.c
17839 ____________________________________________________________________________
17840 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
17841         Log: Change (well, correct) S_add_data to take and return a U32.
17842      Branch: perl
17843            ! embed.fnc proto.h regcomp.c
17844 ____________________________________________________________________________
17845 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
17846         Log: Make the cache in Carp::trusts actually persist across calls :-)
17847              I made a similar mistake once long ago, and now spot the pattern.
17848      Branch: perl
17849            ! lib/Carp/Heavy.pm
17850 ____________________________________________________________________________
17851 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
17852         Log: Remove unused lexical present since change 13426.
17853      Branch: perl
17854            ! lib/Carp/Heavy.pm
17855 ____________________________________________________________________________
17856 [ 29383] By: stevep                                on 2006/11/26  14:14:54
17857         Log: Adding Time::Piece to the core...again.
17858      Branch: perl
17859            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
17860            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
17861            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
17862            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
17863            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
17864            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
17865            ! MANIFEST Porting/Maintainers.pl
17866 ____________________________________________________________________________
17867 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
17868         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
17869              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
17870      Branch: perl
17871            ! lib/Carp.pm lib/Carp/Heavy.pm
17872 ____________________________________________________________________________
17873 [ 29381] By: stevep                                on 2006/11/25  23:11:36
17874         Log: Skip test for Module::Load::Conditional that appears to be setting
17875              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
17876      Branch: perl
17877            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
17878 ____________________________________________________________________________
17879 [ 29380] By: craigb                                on 2006/11/25  22:19:14
17880         Log: xterm debugger support for VMS from John Malmberg (with revisions)
17881      Branch: perl
17882            ! configure.com lib/perl5db.pl vms/descrip_mms.template
17883            ! vms/vms.c
17884 ____________________________________________________________________________
17885 [ 29379] By: stevep                                on 2006/11/25  17:49:26
17886         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
17887              From: "Jos Boumans" <kane@dwim.org>
17888              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
17889              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
17890      Branch: perl
17891            + lib/Module/Load/Conditional.pm
17892            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
17893            + lib/Module/Load/Conditional/t/to_load/Commented.pm
17894            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
17895            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
17896            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
17897            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
17898            ! MANIFEST
17899 ____________________________________________________________________________
17900 [ 29378] By: stevep                                on 2006/11/25  17:34:09
17901         Log: Subject: [PATCH] smoke signs suppression
17902              From: Jarkko Hietaniemi <jhi@iki.fi>
17903              Date: Sat, 25 Nov 2006 11:45:24 -0500
17904              Message-ID: <45687324.3040102@iki.fi>
17905      Branch: perl
17906            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
17907 ____________________________________________________________________________
17908 [ 29377] By: stevep                                on 2006/11/25  17:29:55
17909         Log: Subject: [PATCH] perlhack: some portability updates
17910              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17911              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
17912              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
17913      Branch: perl
17914            ! pod/perlhack.pod
17915 ____________________________________________________________________________
17916 [ 29376] By: steveh                                on 2006/11/24  17:11:34
17917         Log: Remove redundant macros from win32 makefiles
17918              
17919              In the course of removing redundant ByteLoader references I found that
17920              various long lists of extensions are hopelessly out of date, e.g.
17921              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
17922              others are missing. It seems that these lists of extensions serve no
17923              useful purpose anyway: in Makefile they are used to delete files that
17924              should already have been deleted by the Makefile for each module, and
17925              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
17926              is to remove them. One less maintenance headache.
17927      Branch: perl
17928            ! win32/Makefile win32/makefile.mk
17929 ____________________________________________________________________________
17930 [ 29375] By: steveh                                on 2006/11/24  15:44:23
17931         Log: Cleanup manifest file left by test script when using VC8
17932      Branch: perl
17933            ! lib/ExtUtils/t/Embed.t
17934 ____________________________________________________________________________
17935 [ 29374] By: steveh                                on 2006/11/24  15:38:24
17936         Log: Embed manifest files in DLLs built with Module-Build when using VC8
17937              
17938              This change does for Module-Build what part of #29266 did for
17939              ExtUtils-MakeMaker.
17940      Branch: perl
17941            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
17942 ____________________________________________________________________________
17943 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
17944         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
17945              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
17946              Date: Thu, 23 Nov 2006 17:43:12 -0200
17947              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
17948      Branch: perl
17949            ! lib/overload.pm lib/overload.t
17950 ____________________________________________________________________________
17951 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
17952         Log: Revert change #29098 (that introduced a new warning,
17953              "Variable length character upgraded in print")
17954      Branch: perl
17955            ! doio.c pod/perl595delta.pod pod/perldiag.pod
17956 ____________________________________________________________________________
17957 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
17958         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
17959      Branch: perl
17960            ! t/op/pat.t
17961 ____________________________________________________________________________
17962 [ 29370] By: craigb                                on 2006/11/24  04:45:30
17963         Log: Even better configure.com handling for checkcfgvar.pl
17964      Branch: perl
17965            ! Porting/checkcfgvar.pl
17966 ____________________________________________________________________________
17967 [ 29369] By: craigb                                on 2006/11/24  04:42:43
17968         Log: Initialize targetarch in configure.com
17969      Branch: perl
17970            ! configure.com
17971 ____________________________________________________________________________
17972 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
17973         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
17974              From: demerphq <demerphq@gmail.com>
17975              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
17976              Date: Thu, 23 Nov 2006 19:21:38 +0100
17977              
17978              Attached patch completes the splitting out of the core from the regexp
17979              internal data.
17980      Branch: perl
17981            ! regcomp.c regexec.c regexp.h
17982 ____________________________________________________________________________
17983 [ 29367] By: stevep                                on 2006/11/23  20:51:11
17984         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
17985              backing it out while Jos verifies whether those files are actually
17986              needed in the distribution or not.
17987      Branch: perl
17988            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
17989            - lib/Module/Pluggable/t/01use.t
17990            - lib/Module/Pluggable/t/02alsoworks.t
17991            - lib/Module/Pluggable/t/02works.t
17992            - lib/Module/Pluggable/t/03diffname.t
17993            - lib/Module/Pluggable/t/04acmedir.t
17994            - lib/Module/Pluggable/t/04acmedir_single.t
17995            - lib/Module/Pluggable/t/04acmepath.t
17996            - lib/Module/Pluggable/t/04acmepath_single.t
17997            - lib/Module/Pluggable/t/05postpath.t
17998            - lib/Module/Pluggable/t/06multipath.t
17999            - lib/Module/Pluggable/t/07instantiate.t
18000            - lib/Module/Pluggable/t/08nothing.t
18001            - lib/Module/Pluggable/t/09require.t
18002            - lib/Module/Pluggable/t/10innerpack.t
18003            - lib/Module/Pluggable/t/10innerpack_inner.t
18004            - lib/Module/Pluggable/t/10innerpack_noinner.t
18005            - lib/Module/Pluggable/t/10innerpack_override.t
18006            - lib/Module/Pluggable/t/11usetwice.t
18007            - lib/Module/Pluggable/t/12only.t
18008            - lib/Module/Pluggable/t/12onlyarray.t
18009            - lib/Module/Pluggable/t/12onlyregex.t
18010            - lib/Module/Pluggable/t/13except.t
18011            - lib/Module/Pluggable/t/13exceptarray.t
18012            - lib/Module/Pluggable/t/13exceptregex.t
18013            - lib/Module/Pluggable/t/14package.t
18014            - lib/Module/Pluggable/t/15topicsafe.t
18015            - lib/Module/Pluggable/t/16different_extension.t
18016            - lib/Module/Pluggable/t/17devel_inner_package.t
18017            - lib/Module/Pluggable/t/18skipped_package.t
18018            - lib/Module/Pluggable/t/19can_ok_clobber.t
18019            - lib/Module/Pluggable/t/20dodgy_files.t
18020            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
18021            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
18022            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
18023            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
18024            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
18025            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
18026            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
18027            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
18028            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
18029            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
18030            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
18031            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
18032            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
18033            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
18034            - lib/Module/Pluggable/t/lib/No/Middle.pm
18035            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
18036            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
18037            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
18038            ! MANIFEST
18039 ____________________________________________________________________________
18040 [ 29366] By: stevep                                on 2006/11/23  20:09:57
18041         Log: Subject: [PATCH] Add Module::Pluggable to the core
18042              From: "Jos Boumans" <kane@xs4all.net>
18043              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
18044              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
18045      Branch: perl
18046            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
18047            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
18048            + lib/Module/Pluggable/t/02alsoworks.t
18049            + lib/Module/Pluggable/t/02works.t
18050            + lib/Module/Pluggable/t/03diffname.t
18051            + lib/Module/Pluggable/t/04acmedir.t
18052            + lib/Module/Pluggable/t/04acmedir_single.t
18053            + lib/Module/Pluggable/t/04acmepath.t
18054            + lib/Module/Pluggable/t/04acmepath_single.t
18055            + lib/Module/Pluggable/t/05postpath.t
18056            + lib/Module/Pluggable/t/06multipath.t
18057            + lib/Module/Pluggable/t/07instantiate.t
18058            + lib/Module/Pluggable/t/08nothing.t
18059            + lib/Module/Pluggable/t/09require.t
18060            + lib/Module/Pluggable/t/10innerpack.t
18061            + lib/Module/Pluggable/t/10innerpack_inner.t
18062            + lib/Module/Pluggable/t/10innerpack_noinner.t
18063            + lib/Module/Pluggable/t/10innerpack_override.t
18064            + lib/Module/Pluggable/t/11usetwice.t
18065            + lib/Module/Pluggable/t/12only.t
18066            + lib/Module/Pluggable/t/12onlyarray.t
18067            + lib/Module/Pluggable/t/12onlyregex.t
18068            + lib/Module/Pluggable/t/13except.t
18069            + lib/Module/Pluggable/t/13exceptarray.t
18070            + lib/Module/Pluggable/t/13exceptregex.t
18071            + lib/Module/Pluggable/t/14package.t
18072            + lib/Module/Pluggable/t/15topicsafe.t
18073            + lib/Module/Pluggable/t/16different_extension.t
18074            + lib/Module/Pluggable/t/17devel_inner_package.t
18075            + lib/Module/Pluggable/t/18skipped_package.t
18076            + lib/Module/Pluggable/t/19can_ok_clobber.t
18077            + lib/Module/Pluggable/t/20dodgy_files.t
18078            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
18079            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
18080            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
18081            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
18082            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
18083            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
18084            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
18085            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
18086            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
18087            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
18088            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
18089            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
18090            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
18091            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
18092            + lib/Module/Pluggable/t/lib/No/Middle.pm
18093            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
18094            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
18095            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
18096            ! MANIFEST
18097 ____________________________________________________________________________
18098 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
18099         Log: Change 29364 forgot to turn the POK flag on.
18100      Branch: perl
18101            ! sv.c
18102 ____________________________________________________________________________
18103 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
18104         Log: Assigning to a PVCV effectively just sets the prototype, so make this
18105              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
18106              building)
18107      Branch: perl
18108            ! sv.c
18109 ____________________________________________________________________________
18110 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
18111         Log: Remove superfluous SvROK()
18112      Branch: perl
18113            ! sv.c
18114 ____________________________________________________________________________
18115 [ 29362] By: craigb                                on 2006/11/23  16:11:16
18116         Log: Tune configure.com checking to ignore trailing comments.
18117      Branch: perl
18118            ! Porting/checkcfgvar.pl
18119 ____________________________________________________________________________
18120 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
18121         Log: Fix for bug #38631: tied variables don't work with .= <>
18122      Branch: perl
18123            ! pp_hot.c t/op/readline.t
18124 ____________________________________________________________________________
18125 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
18126         Log: Subject: [PATCH] Cleanup regexp flags and structure
18127              From: demerphq <demerphq@gmail.com>
18128              Date: Thu, 23 Nov 2006 12:36:24 +0100
18129              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
18130      Branch: perl
18131            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
18132            ! regexec.c regexp.h
18133 ____________________________________________________________________________
18134 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
18135         Log: More safety in free()s
18136      Branch: perl
18137            ! op.c
18138 ____________________________________________________________________________
18139 [ 29358] By: steveh                                on 2006/11/23  11:06:47
18140         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
18141              function names being deprecated, and add a note to perltodo to
18142              revisit this one day.
18143      Branch: perl
18144            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
18145 ____________________________________________________________________________
18146 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
18147         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
18148              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18149              Date: Tue, 21 Nov 2006 16:48:35 -0000
18150              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
18151      Branch: perl
18152            ! lib/ExtUtils/t/build_man.t
18153 ____________________________________________________________________________
18154 [ 29356] By: stevep                                on 2006/11/23  03:09:08
18155         Log: Upgrade to PathTools-3.24.
18156      Branch: perl
18157            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
18158            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
18159 ____________________________________________________________________________
18160 [ 29355] By: steveh                                on 2006/11/22  17:20:05
18161         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
18162      Branch: perl
18163            ! win32/makefile.mk
18164 ____________________________________________________________________________
18165 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
18166         Log: Subject: \G with /g results in infinite loop in 5.6 and later
18167              From: demerphq <demerphq@gmail.com>
18168              Date: Wed, 22 Nov 2006 17:11:02 +0100
18169              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
18170      Branch: perl
18171            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
18172            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
18173 ____________________________________________________________________________
18174 [ 29353] By: stevep                                on 2006/11/22  17:00:54
18175         Log: Subject: POSIX::remove() and directories
18176              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
18177              Date: Wed, 22 Nov 2006 17:41:55 +0100
18178              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
18179      Branch: perl
18180            ! ext/POSIX/POSIX.pm
18181 ____________________________________________________________________________
18182 [ 29352] By: steveh                                on 2006/11/22  16:49:10
18183         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
18184              so skip the test in that case.
18185      Branch: perl
18186            ! ext/POSIX/t/posix.t
18187 ____________________________________________________________________________
18188 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
18189         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
18190              (patch by Jerry D. Hedden for CPAN bug #1911)
18191      Branch: perl
18192            ! lib/Attribute/Handlers.pm
18193 ____________________________________________________________________________
18194 [ 29350] By: steveh                                on 2006/11/22  15:11:41
18195         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
18196      Branch: perl
18197            ! util.c
18198 ____________________________________________________________________________
18199 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
18200         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
18201      Branch: perl
18202            ! lib/Switch.pm
18203 ____________________________________________________________________________
18204 [ 29348] By: stevep                                on 2006/11/22  14:10:07
18205         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
18206              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18207              Date: Wed, 22 Nov 2006 22:32:46 +0900
18208              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
18209      Branch: perl
18210            ! lib/Benchmark.pm
18211 ____________________________________________________________________________
18212 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
18213         Log: Fix a number of documentation issues in Switch.pm (code examples
18214              that do not compile, typos, obscure examples)
18215      Branch: perl
18216            ! lib/Switch.pm
18217 ____________________________________________________________________________
18218 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
18219         Log: Remove tests for POD or POD coverage -- they're always skipped.
18220      Branch: perl
18221            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
18222            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
18223            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
18224            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
18225            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
18226            ! MANIFEST
18227 ____________________________________________________________________________
18228 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
18229         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
18230              in CPAN.
18231              - Restore a local bugfix, tested by the above tests.
18232              - Fix a few typos in the POD for Text::Balanced
18233              - Bump version of Text::Balanced
18234      Branch: perl
18235            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
18236            ! lib/Text/Balanced/t/extqlk.t
18237 ____________________________________________________________________________
18238 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
18239         Log: Sync Text::Balanced with the CPAN version (1.99.1)
18240      Branch: perl
18241            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
18242            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
18243            ! lib/Text/Balanced/t/extqlk.t
18244 ____________________________________________________________________________
18245 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
18246         Log: Remove assertions.pm review from perltodo
18247      Branch: perl
18248            ! pod/perltodo.pod
18249 ____________________________________________________________________________
18250 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
18251         Log: Subject: [PATCH] threads 1.52
18252              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
18253              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
18254              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
18255      Branch: perl
18256            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
18257            ! ext/threads/t/thread.t ext/threads/threads.pm
18258            ! ext/threads/threads.xs
18259 ____________________________________________________________________________
18260 [ 29341] By: merijn                                on 2006/11/21  16:18:49
18261         Log: Upgrade warning should only be issued if upgrade happens
18262      Branch: perl
18263            ! hints/hpux.sh
18264 ____________________________________________________________________________
18265 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
18266         Log: Regenerate Changes, add nits in perldelta
18267      Branch: perl
18268            ! Changes pod/perl595delta.pod
18269 ____________________________________________________________________________
18270 [ 29339] By: merijn                                on 2006/11/21  16:03:30
18271         Log: Silence some warnings during Configure
18272      Branch: perl
18273            ! hints/hpux.sh
18274 ____________________________________________________________________________
18275 [ 29338] By: merijn                                on 2006/11/21  15:16:46
18276         Log: No more 5005thread messages from Configure for 5.9.x and up
18277      Branch: perl
18278            ! Configure Porting/Glossary config_h.SH
18279 ____________________________________________________________________________
18280 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
18281         Log: Invalidate the method lookup cache when assigning to a glob
18282              named "isa". (That happens when importing "isa" from UNIVERSAL,
18283              for example.) Fixes bug #24824.
18284      Branch: perl
18285            ! pp_hot.c t/op/universal.t
18286 ____________________________________________________________________________
18287 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
18288         Log: Remove warnings against WHOA THERE warnings from the hints files.
18289      Branch: perl
18290            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
18291            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
18292            ! hints/umips.sh
18293 ____________________________________________________________________________
18294 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
18295         Log: Remove description of WHOA THERE messages for recommended hint values,
18296              removed by change #29288.
18297      Branch: perl
18298            ! INSTALL
18299 ____________________________________________________________________________
18300 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
18301         Log: Remove the test counter checker at the end of t/op/pat.t : it
18302              doesn't get updated correctly.
18303      Branch: perl
18304            ! t/op/pat.t
18305 ____________________________________________________________________________
18306 [ 29332] By: stevep                                on 2006/11/21  03:59:34
18307         Log: "This is going to be slow."  This change switches OpenBSD locale
18308              tests from the spaghetti doneness test to specifically testing
18309              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
18310              13 minutes a run vs. the previous time of over two hours.
18311      Branch: perl
18312            ! lib/locale.t
18313 ____________________________________________________________________________
18314 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
18315         Log: Correct typo in test description.
18316      Branch: perl
18317            ! t/op/pat.t
18318 ____________________________________________________________________________
18319 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
18320         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
18321              documented in perldiag.
18322      Branch: perl
18323            ! op.c t/op/attrs.t
18324 ____________________________________________________________________________
18325 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
18326         Log: Subject: [PATCH] Re: thread free problem
18327              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
18328              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
18329              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
18330      Branch: perl
18331            ! op.c
18332 ____________________________________________________________________________
18333 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
18334         Log: Actually, undef $SIG{FOO} should restore the default signal
18335              handler. Else, once we exit a block where the signal handler was
18336              localized, it becomes ignored.
18337      Branch: perl
18338            ! mg.c
18339 ____________________________________________________________________________
18340 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
18341         Log: Make undef $SIG{FOO} ignore the signal FOO
18342      Branch: perl
18343            ! mg.c
18344 ____________________________________________________________________________
18345 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
18346         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
18347              From: "John E. Malmberg" <wb8tyw@qsl.net>
18348              Date: Sat, 18 Nov 2006 23:07:17 -0500
18349              Message-ID: <455FD875.8050007@qsl.net>
18350      Branch: perl
18351            ! lib/perl5db.pl
18352 ____________________________________________________________________________
18353 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
18354         Log: Fix precedence problem
18355      Branch: perl
18356            ! mg.c
18357 ____________________________________________________________________________
18358 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
18359         Log: Patch by Yves Orton to fix the regression reported in :
18360              Subject: 28325/6 break DateTime::Format::Strptime
18361              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
18362              Date: Sun, 19 Nov 2006 05:41:53 +0100
18363              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
18364      Branch: perl
18365            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
18366            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
18367            ! t/op/pat.t
18368 ____________________________________________________________________________
18369 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
18370         Log: Extend the test-reonly make target on windows (Yves Orton)
18371      Branch: perl
18372            ! win32/Makefile
18373 ____________________________________________________________________________
18374 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
18375         Log: Un-TODO tests for bug #32840, plus some new tests,
18376              by Yves Orton
18377      Branch: perl
18378            ! t/op/rxcode.t
18379 ____________________________________________________________________________
18380 [ 29321] By: steveh                                on 2006/11/20  10:38:07
18381         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
18382              on a temporary file just inserts the contents of the file in question
18383              into the command-line, exactly like putting the data there in the first
18384              place would achieve. It doesn't avoid creating a long command-line as we
18385              would like to do.
18386      Branch: perl
18387            ! win32/makefile.mk
18388 ____________________________________________________________________________
18389 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
18390         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
18391      Branch: perl
18392            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
18393            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
18394            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18395            ! lib/Text/Wrap.pm
18396 ____________________________________________________________________________
18397 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
18398         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
18399              From: Alexey Tourbin <at@altlinux.ru>
18400              Date: Sat, 18 Nov 2006 05:06:47 +0300
18401              Message-ID: <20061118020647.GA23287@localhost.localdomain>
18402      Branch: perl
18403            ! lib/ExtUtils/typemap
18404 ____________________________________________________________________________
18405 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
18406         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
18407              From: demerphq <demerphq@gmail.com>
18408              Date: Fri, 17 Nov 2006 13:34:42 +0100
18409              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
18410      Branch: perl
18411            ! regcomp.c
18412 ____________________________________________________________________________
18413 [ 29317] By: craigb                                on 2006/11/18  17:02:38
18414         Log: Update skip count for VMS.
18415      Branch: perl
18416            ! t/uni/class.t
18417 ____________________________________________________________________________
18418 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
18419         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
18420              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
18421              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
18422              Date: Fri, 17 Nov 2006 09:31:48 -0800
18423              
18424              (and convert the example to a test)
18425      Branch: perl
18426            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
18427 ____________________________________________________________________________
18428 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
18429         Log: Convert lib/Text/ParseWords.t to Test::More
18430      Branch: perl
18431            ! lib/Text/ParseWords.t
18432 ____________________________________________________________________________
18433 [ 29314] By: stevep                                on 2006/11/18  05:42:14
18434         Log: Sync up the function definitions for Perl_my_popen with the prototype.
18435      Branch: perl
18436            ! util.c
18437 ____________________________________________________________________________
18438 [ 29313] By: stevep                                on 2006/11/18  05:04:42
18439         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
18440      Branch: perl
18441            ! perl.h perlio.c
18442 ____________________________________________________________________________
18443 [ 29312] By: merijn                                on 2006/11/17  20:46:20
18444         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
18445              From: "yves orton via RT" <perlbug-followup@perl.org>
18446              Date: Fri, 17 Nov 2006 10:17:48 -0800
18447              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
18448      Branch: perl
18449            ! mg.c t/op/pat.t
18450 ____________________________________________________________________________
18451 [ 29311] By: merijn                                on 2006/11/17  20:28:27
18452         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
18453              From: "yves orton via RT" <perlbug-followup@perl.org>
18454              Date: Fri, 17 Nov 2006 10:17:48 -0800
18455              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
18456      Branch: perl
18457            ! t/op/pat.t
18458 ____________________________________________________________________________
18459 [ 29310] By: merijn                                on 2006/11/17  20:25:27
18460         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
18461              From: "yves orton via RT" <perlbug-followup@perl.org>
18462              Date: Fri, 17 Nov 2006 09:48:14 -0800
18463              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
18464      Branch: perl
18465            ! regcomp.c t/op/pat.t
18466 ____________________________________________________________________________
18467 [ 29309] By: merijn                                on 2006/11/17  20:12:20
18468         Log: Subject: [perl #17542] regex confusion 
18469              From: "yves orton via RT" <perlbug-followup@perl.org>
18470              Date: Fri, 17 Nov 2006 07:40:15 -0800
18471              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
18472      Branch: perl
18473            ! t/op/subst.t
18474 ____________________________________________________________________________
18475 [ 29308] By: merijn                                on 2006/11/17  19:54:49
18476         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
18477              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
18478              Date: Nov 17, 2006 4:07 PM
18479      Branch: perl
18480            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
18481 ____________________________________________________________________________
18482 [ 29307] By: steveh                                on 2006/11/17  17:07:33
18483         Log: Fix the XXX in #29303
18484      Branch: perl
18485            ! win32/makefile.mk
18486 ____________________________________________________________________________
18487 [ 29306] By: steveh                                on 2006/11/17  15:55:51
18488         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
18489      Branch: perl
18490            ! win32/Makefile win32/makefile.mk
18491 ____________________________________________________________________________
18492 [ 29305] By: steveh                                on 2006/11/17  15:45:26
18493         Log: Install perl-static.exe if it was built
18494              
18495              Perhaps this should be done via "installperl" so as to get, e.g.,
18496              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
18497              
18498              Just do it quick-and-dirty for now, as is done for wperl.exe. It
18499              can always be fixed later if anyone wants it.
18500      Branch: perl
18501            ! win32/Makefile win32/makefile.mk
18502 ____________________________________________________________________________
18503 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
18504         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
18505              From: "John E. Malmberg" <wb8tyw@qsl.net>
18506              Date: Fri, 17 Nov 2006 10:22:50 -0500
18507              Message-ID: <455DD3CA.6050405@qsl.net>
18508      Branch: perl
18509            ! configure.com
18510 ____________________________________________________________________________
18511 [ 29303] By: steveh                                on 2006/11/17  15:12:12
18512         Log: Add perl-static.exe support to win32/makefile.mk
18513              
18514              This applies the same changes that were made in win32/Makefile by
18515              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
18516              a linker error when using MinGW/gcc
18517      Branch: perl
18518            ! win32/makefile.mk win32/runperl.c
18519 ____________________________________________________________________________
18520 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
18521         Log: Change 29297 omitted a semicolon.
18522      Branch: perl
18523            ! t/op/taint.t
18524 ____________________________________________________________________________
18525 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
18526         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
18527              From: demerphq <demerphq@gmail.com>
18528              Date: Thu, 16 Nov 2006 20:32:11 +0100
18529              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
18530      Branch: perl
18531            ! regcomp.c t/op/pat.t
18532 ____________________________________________________________________________
18533 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
18534         Log: Doc nits to re.pm
18535      Branch: perl
18536            ! ext/re/re.pm
18537 ____________________________________________________________________________
18538 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
18539         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
18540              From: demerphq <demerphq@gmail.com>
18541              Date: Fri, 17 Nov 2006 00:54:13 +0100
18542              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
18543      Branch: perl
18544            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
18545 ____________________________________________________________________________
18546 [ 29298] By: steveh                                on 2006/11/17  08:53:21
18547         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
18548      Branch: perl
18549            ! win32/config.bc win32/config.gc win32/config.vc
18550            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18551            ! win32/config_H.vc win32/config_H.vc64
18552 ____________________________________________________________________________
18553 [ 29297] By: stevep                                on 2006/11/17  04:20:01
18554         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
18555              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
18556              threaded Perls, causing zombie processes nearly every time this is run.
18557              For now, skipping the test seem reasonable while working on a solution
18558              to the problem.
18559      Branch: perl
18560            ! t/op/taint.t
18561 ____________________________________________________________________________
18562 [ 29296] By: steveh                                on 2006/11/16  14:28:59
18563         Log: Fix Extensions_static dependencies to avoid relinking every time
18564              
18565              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
18566              From: demerphq <demerphq@gmail.com>
18567              Date: Thu, 16 Nov 2006 13:58:32 +0100
18568              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
18569      Branch: perl
18570            ! win32/Makefile
18571 ____________________________________________________________________________
18572 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
18573         Log: Remove duplicate declaration
18574      Branch: perl
18575            ! regexp.h
18576 ____________________________________________________________________________
18577 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
18578         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
18579      Branch: perl
18580            ! pod/perlfunc.pod
18581 ____________________________________________________________________________
18582 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
18583         Log: Subject: [PATCH] threads 1.51
18584              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
18585              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
18586              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
18587      Branch: perl
18588            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
18589            ! ext/threads/t/thread.t ext/threads/threads.pm
18590            ! ext/threads/threads.xs
18591 ____________________________________________________________________________
18592 [ 29292] By: steveh                                on 2006/11/16  09:30:48
18593         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
18594              Leave wince/config.ce in the list as well, though, because that still
18595              exists in 5.8.x
18596      Branch: perl
18597            ! Porting/checkcfgvar.pl
18598 ____________________________________________________________________________
18599 [ 29291] By: merijn                                on 2006/11/16  09:13:08
18600         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
18601      Branch: perl
18602            ! uconfig.sh
18603 ____________________________________________________________________________
18604 [ 29289] By: merijn                                on 2006/11/16  08:07:33
18605         Log: Yet another step in generation a more reliable Glossary
18606      Branch: perl
18607            ! Porting/Glossary Porting/config.sh
18608 ____________________________________________________________________________
18609 [ 29288] By: merijn                                on 2006/11/15  21:36:30
18610         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
18611              2. d_printf_format_null, based on a patch by Robin Barker
18612      Branch: perl
18613            ! Configure Porting/Glossary config_h.SH
18614 ____________________________________________________________________________
18615 [ 29285] By: steveh                                on 2006/11/15  18:07:44
18616         Log: Add support for building a perl-static.exe that doesn't depend on
18617              the perl59.dll. It currently can't load DLL extension modules, so
18618              any that are required must be statically linked too. This may be
18619              fixed sometime.  Changes to win32/makefile.mk also to follow.
18620              
18621              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
18622              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
18623              Date: Mon, 13 Nov 2006 19:45:05 +0100
18624              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
18625              
18626              (with minor tweaks for cleanup and embedding manifest file)
18627      Branch: perl
18628            ! win32/Makefile
18629 ____________________________________________________________________________
18630 [ 29284] By: steveh                                on 2006/11/15  17:32:24
18631         Log: Fix tests added by #29248 and #29249
18632      Branch: perl
18633            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
18634 ____________________________________________________________________________
18635 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
18636         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
18637              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
18638              Date: Fri, 28 Apr 2006 20:36:05 -0700
18639              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
18640      Branch: perl
18641            ! lib/Tie/Memoize.pm
18642 ____________________________________________________________________________
18643 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
18644         Log: FAQ sync
18645      Branch: perl
18646            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18647            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
18648            ! pod/perlfaq9.pod
18649 ____________________________________________________________________________
18650 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
18651         Log: Fix a signedness cast warning
18652      Branch: perl
18653            ! sv.c
18654 ____________________________________________________________________________
18655 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
18656         Log: Tweaks to the debugger test by Richard Foley,
18657              plus fix auxiliary file path
18658      Branch: perl
18659            ! lib/perl5db.t
18660 ____________________________________________________________________________
18661 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
18662         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
18663              From: demerphq <demerphq@gmail.com>
18664              Date: Wed, 15 Nov 2006 12:29:39 +0100
18665              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
18666      Branch: perl
18667            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
18668            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
18669            ! t/op/pat.t t/op/re_tests
18670 ____________________________________________________________________________
18671 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
18672         Log: Move the test files for the debugger in a t/ subdirectory, so they
18673              don't get installed
18674      Branch: perl
18675           +> lib/perl5db/t/eval-line-bug
18676            - lib/perl5db/eval-line-bug
18677            ! MANIFEST
18678 ____________________________________________________________________________
18679 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
18680         Log: Subject: Re: Fix linker error on Win32
18681              From: demerphq <demerphq@gmail.com>
18682              Date: Wed, 15 Nov 2006 10:36:34 +0100
18683              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
18684      Branch: perl
18685            ! ext/XS/APItest/core_or_not.inc
18686 ____________________________________________________________________________
18687 [ 29276] By: stevep                                on 2006/11/15  04:33:20
18688         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
18689              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
18690              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
18691              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
18692      Branch: perl
18693            ! Makefile.SH
18694 ____________________________________________________________________________
18695 [ 29275] By: davem                                 on 2006/11/14  23:24:45
18696         Log: debugger test could hang if run with umask 0002
18697      Branch: perl
18698            ! lib/perl5db.t
18699 ____________________________________________________________________________
18700 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
18701         Log: A first regression test for the debugger, by Shlomi Fish
18702              and Richard Foley.
18703      Branch: perl
18704            + lib/perl5db.t lib/perl5db/eval-line-bug
18705            ! MANIFEST
18706 ____________________________________________________________________________
18707 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
18708         Log: Fix bug #39037: rcatline doesn't stringify references
18709      Branch: perl
18710            ! pp_hot.c t/op/readline.t
18711 ____________________________________________________________________________
18712 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
18713         Log: Doc patch by Thomas O Smailus :
18714              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
18715              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
18716              Date: Tue, 14 Nov 2006 10:24:38 -0200
18717              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
18718      Branch: perl
18719            ! lib/File/Basename.pm
18720 ____________________________________________________________________________
18721 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
18722         Log: Assert that we don't access strings saved for $1 etc. out of bounds
18723      Branch: perl
18724            ! mg.c
18725 ____________________________________________________________________________
18726 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
18727         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
18728              From: "Ben Tilly" <btilly@gmail.com>
18729              Date: Sun, 22 Oct 2006 14:07:23 -0700
18730              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
18731      Branch: perl
18732            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
18733 ____________________________________________________________________________
18734 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
18735         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
18736              From: Alexey Tourbin <at@altlinux.ru>
18737              Date: Tue, 14 Nov 2006 05:45:40 +0300
18738              Message-ID: <20061114024540.GA21986@localhost.localdomain>
18739      Branch: perl
18740            ! lib/ExtUtils/ParseXS.pm
18741 ____________________________________________________________________________
18742 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
18743         Log: Subject: Fwd: Memory leak with s/// and hashes
18744              From: demerphq <demerphq@gmail.com>
18745              Date: Tue, 14 Nov 2006 00:38:31 +0100
18746              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
18747      Branch: perl
18748            ! regcomp.c regexec.c regexp.h
18749 ____________________________________________________________________________
18750 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
18751         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
18752              From: demerphq <demerphq@gmail.com>
18753              Date: Mon, 13 Nov 2006 18:59:32 +0100
18754              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
18755      Branch: perl
18756            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
18757 ____________________________________________________________________________
18758 [ 29266] By: steveh                                on 2006/11/13  18:09:58
18759         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
18760              
18761              See the thread starting here for details:
18762              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
18763              
18764              (Still need to do something for Module::Build somtime...)
18765      Branch: perl
18766            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18767            ! win32/Makefile win32/makefile.mk
18768 ____________________________________________________________________________
18769 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
18770         Log: Todo (nice to have): an improvement to ~~
18771      Branch: perl
18772            ! pod/perltodo.pod
18773 ____________________________________________________________________________
18774 [ 29264] By: stevep                                on 2006/11/13  15:10:16
18775         Log: Upgrade to CPAN-1.88_62
18776      Branch: perl
18777            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
18778            ! lib/CPAN/SIGNATURE
18779 ____________________________________________________________________________
18780 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
18781         Log: Fix a bug in the debugger tracing variables when one was eval'ing
18782              a string including a "#line" directive containing the actual
18783              name of the file already. (following-up change #25409)
18784      Branch: perl
18785            ! toke.c
18786 ____________________________________________________________________________
18787 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
18788         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
18789      Branch: perl
18790            ! ext/List/Util/t/readonly.t
18791 ____________________________________________________________________________
18792 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
18793         Log: A new regression test from:
18794              
18795              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
18796              From: "Paul Marquess" <paul.marquess@ntlworld.com>
18797              Date: Sun, 29 Oct 2006 21:03:21 -0000
18798              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
18799      Branch: perl
18800            ! ext/List/Util/t/readonly.t
18801 ____________________________________________________________________________
18802 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
18803         Log: Subject: Re: [PATCH] New regex syntax omnibus
18804              From: demerphq <demerphq@gmail.com>
18805              Date: Thu, 9 Nov 2006 17:09:34 +0100
18806              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
18807      Branch: perl
18808            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
18809            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
18810            ! t/op/pat.t win32/Makefile
18811 ____________________________________________________________________________
18812 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
18813         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
18814              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18815              Date: Mon, 13 Nov 2006 10:25:08 -0000
18816              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
18817      Branch: perl
18818            ! embed.fnc embed.pl perl.h proto.h
18819 ____________________________________________________________________________
18820 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
18821         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
18822              (that is, a function mimicing an unary op) without parentheses.
18823              Bug reported by Ævar Arnfjörð Bjarmason.
18824      Branch: perl
18825            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
18826            ! t/comp/uproto.t
18827 ____________________________________________________________________________
18828 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
18829         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
18830              From: demerphq <demerphq@gmail.com>
18831              Date: Sat, 11 Nov 2006 16:25:17 +0100
18832              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
18833      Branch: perl
18834            ! pod/perlre.pod
18835 ____________________________________________________________________________
18836 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
18837         Log: Casting nit
18838      Branch: perl
18839            ! regcomp.c
18840 ____________________________________________________________________________
18841 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
18842         Log: POD fixes and nits in re.pm
18843      Branch: perl
18844            ! ext/re/re.pm
18845 ____________________________________________________________________________
18846 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
18847         Log: Subject: [PATCH DOC] minor nit in binmode docs
18848              From: Paul Johnson <paul@pjcj.net>
18849              Date: Fri, 10 Nov 2006 12:17:37 +0100
18850              Message-ID: <20061110111737.GP17047@pjcj.net>
18851      Branch: perl
18852            ! pod/perlfunc.pod
18853 ____________________________________________________________________________
18854 [ 29253] By: stevep                                on 2006/11/13  02:23:29
18855         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
18856      Branch: perl
18857            ! ext/DynaLoader/t/DynaLoader.t
18858 ____________________________________________________________________________
18859 [ 29252] By: stevep                                on 2006/11/13  02:19:12
18860         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
18861              From: demerphq <demerphq@gmail.com>
18862              Date: Sun, 12 Nov 2006 23:29:41 +0100
18863              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
18864              
18865              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
18866              to apply cleanly.
18867      Branch: perl
18868            + ext/re/t/re_funcs.t
18869            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
18870            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
18871            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
18872            ! regexp.h sv.c t/op/pat.t
18873 ____________________________________________________________________________
18874 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
18875         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
18876              branch table corresponding to a switch statement slightly smaller.
18877      Branch: perl
18878            ! opcode.h opcode.pl opnames.h
18879 ____________________________________________________________________________
18880 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
18881         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
18882              opcode.pl OP order.
18883      Branch: perl
18884            ! ext/Safe/t/safeops.t
18885 ____________________________________________________________________________
18886 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
18887         Log: Forgot to add the new files for 29248.
18888      Branch: perl
18889            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
18890            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
18891 ____________________________________________________________________________
18892 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
18893         Log: Change 24714 was arguably over-ambitious, in that non-core modules
18894              can't be expected to know that sv_setsv() may now not "really" copy a
18895              scalar. So arrange things so that COW of shared hash key scalars is
18896              only done for calls within the the PERL_CORE.
18897      Branch: perl
18898            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
18899            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
18900 ____________________________________________________________________________
18901 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
18902         Log: Looks like I didn't actually test the COW conditional code in
18903              change 27533. Perl now compiles, but
18904              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
18905      Branch: perl
18906            ! pp_ctl.c regexec.c
18907 ____________________________________________________________________________
18908 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
18909         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
18910              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18911              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
18912              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
18913      Branch: perl
18914            ! hv.c regcomp.c regexec.c
18915 ____________________________________________________________________________
18916 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
18917         Log: Reinstate warning 'Useless use of "re" pragma'
18918      Branch: perl
18919            ! ext/re/re.pm
18920 ____________________________________________________________________________
18921 [ 29244] By: stevep                                on 2006/11/10  22:55:01
18922         Log: Upgrade to Test-Simple-0.65.
18923      Branch: perl
18924            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
18925            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
18926            ! lib/Test/Simple/Changes
18927 ____________________________________________________________________________
18928 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
18929         Log: Add to Attribute::Handlers the ability to report caller's file and line
18930              number. Based on:
18931              
18932              Subject: FW: Attribute::Handlers
18933              From: "David Feldman" <David.Feldman@tudor.com>
18934              Date: Wed, 25 Oct 2006 16:34:26 -0400
18935              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
18936              
18937              plus docs and tests.
18938      Branch: perl
18939            + lib/Attribute/Handlers/t/linerep.t
18940            ! MANIFEST lib/Attribute/Handlers.pm
18941            ! lib/Attribute/Handlers/t/multi.t
18942 ____________________________________________________________________________
18943 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
18944         Log: Silence warnings in Pod::Man
18945      Branch: perl
18946            ! lib/Pod/t/man.t
18947 ____________________________________________________________________________
18948 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
18949         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
18950              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18951              Date: Wed, 8 Nov 2006 15:29:47 -0000
18952              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
18953      Branch: perl
18954            ! regexec.c regexp.h
18955 ____________________________________________________________________________
18956 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
18957         Log: Subject: [PATCH] regcomp.c: printf arg casts
18958              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18959              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
18960              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
18961      Branch: perl
18962            ! regcomp.c
18963 ____________________________________________________________________________
18964 [ 29239] By: davem                                 on 2006/11/08  19:13:57
18965         Log: perl parser bug leading to memory corruption
18966              quoted-string parser naughtily maintained a pointer into an SV
18967              which could get realloc()ed.
18968      Branch: perl
18969            ! toke.c
18970 ____________________________________________________________________________
18971 [ 29238] By: merijn                                on 2006/11/08  16:39:21
18972         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
18973              From: "Steve Peters" <steve.peters@gmail.com>
18974              Date: Sun, 5 Nov 2006 01:40:34 -0600
18975              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
18976      Branch: perl
18977            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
18978            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
18979            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
18980            ! win32/config.bc win32/config.gc win32/config.vc
18981            ! win32/config.vc64
18982 ____________________________________________________________________________
18983 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
18984         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
18985              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18986              Date: Wed, 8 Nov 2006 15:18:23 -0000
18987              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
18988      Branch: perl
18989            ! t/op/inccode.t
18990 ____________________________________________________________________________
18991 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
18992         Log: Change the documentation of the return values of @INC-hooks to match
18993              what is tested to work. (It's a bit confusing that optional values
18994              might appear at the middle, too.)
18995      Branch: perl
18996            ! pod/perlfunc.pod
18997 ____________________________________________________________________________
18998 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
18999         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
19000              From: Michael G Schwern <schwern@gmail.com>
19001              Date: Wed, 08 Nov 2006 08:51:50 -0500
19002              Message-ID: <4551E0F6.20108@gmail.com>
19003      Branch: perl
19004            ! t/op/stat.t
19005 ____________________________________________________________________________
19006 [ 29233] By: steveh                                on 2006/11/08  13:53:52
19007         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
19008              
19009              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
19010              than MSVCRT.dll, so they do not require the read() fix.
19011              
19012              Therefore, we also don't need to update the ioinfo struct used by the
19013              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
19014      Branch: perl
19015            ! win32/Makefile win32/makefile.mk win32/win32.h
19016 ____________________________________________________________________________
19017 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
19018         Log: Type change to avoid signed/unsigned compiler warnings
19019              (thanks to Robin Barker)
19020      Branch: perl
19021            ! regexec.c
19022 ____________________________________________________________________________
19023 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
19024         Log: Regenerate Changes; update perldelta
19025      Branch: perl
19026            ! Changes pod/perl595delta.pod
19027 ____________________________________________________________________________
19028 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
19029         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
19030              From: Glenn Linderman <perl@NevCal.com>
19031              Date: Mon, 30 Oct 2006 12:50:21 -0800
19032              Message-ID: <4546658D.6090507@NevCal.com>
19033      Branch: perl
19034            ! pod/perlfunc.pod
19035 ____________________________________________________________________________
19036 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
19037         Log: Subject: [PATCH] Perl_die() / Perl_croak()
19038              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
19039              Date: Tue, 07 Nov 2006 23:27:40 -0800
19040              Message-ID: <455186EC.8010906@p6m7g8.com>
19041              
19042              (backported to embed.fnc)
19043      Branch: perl
19044            ! embed.fnc proto.h
19045 ____________________________________________________________________________
19046 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
19047         Log: Subject: Patch for bug in SelfLoader.pm
19048              From: Mike Schilli <m@perlmeister.com>
19049              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
19050              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
19051      Branch: perl
19052            ! lib/SelfLoader.pm
19053 ____________________________________________________________________________
19054 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
19055         Log: Use $HOME/localperl as default prefix for installing perl
19056              in the terse installation instructions in README.
19057      Branch: perl
19058            ! README
19059 ____________________________________________________________________________
19060 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
19061         Log: More notes in perldelta
19062      Branch: perl
19063            ! pod/perl595delta.pod
19064 ____________________________________________________________________________
19065 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
19066         Log: Forbid using tainted formats in printf and sprintf
19067      Branch: perl
19068            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
19069 ____________________________________________________________________________
19070 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
19071         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
19072              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19073              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
19074              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
19075      Branch: perl
19076            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
19077 ____________________________________________________________________________
19078 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
19079         Log: Subject: Because I like pain. An update to README
19080              From: Jesse Vincent <jesse@fsck.com>
19081              Date: Mon, 6 Nov 2006 19:52:35 -0500
19082              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
19083      Branch: perl
19084            ! README
19085 ____________________________________________________________________________
19086 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
19087         Log: Subject: [PATCH] New regex syntax omnibus
19088              From: demerphq <demerphq@gmail.com>
19089              Date: Mon, 6 Nov 2006 13:06:28 +0100
19090              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
19091              
19092              Plus a portability fix (in string comparison for regex verbs)
19093              and doc tweaks / podchecker fixes
19094      Branch: perl
19095            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
19096            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
19097            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
19098            ! t/op/re_tests
19099 ____________________________________________________________________________
19100 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
19101         Log: assert() that SvPV_set() isn't used on arrays.
19102      Branch: perl
19103            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
19104            ! sv.h
19105 ____________________________________________________________________________
19106 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
19107         Log: assert() that SvPV_set() isn't used on hashes.
19108      Branch: perl
19109            ! sv.c sv.h
19110 ____________________________________________________________________________
19111 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
19112         Log: assert() that scalars are of the correct type in *set macros.
19113      Branch: perl
19114            ! sv.h
19115 ____________________________________________________________________________
19116 [ 29218] By: steveh                                on 2006/11/06  16:26:48
19117         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
19118              
19119              This is not a complete fix yet by any means (there are lots of compiler
19120              warnings and lots of test failures), but it's a step in the right
19121              direction.
19122              
19123              See the thread starting here:
19124              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
19125              and continuing here:
19126              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
19127              for further information
19128      Branch: perl
19129            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
19130 ____________________________________________________________________________
19131 [ 29217] By: merijn                                on 2006/11/06  15:19:38
19132         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
19133              From: Michael Cummings <mcummings@gentoo.org>
19134              Date: Fri, 25 Aug 2006 15:48:44 -0400
19135              Message-ID: <44EF541C.7050801@gentoo.org>
19136      Branch: perl
19137            ! Configure
19138 ____________________________________________________________________________
19139 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
19140         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
19141              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19142              Date: Mon, 06 Nov 2006 23:31:50 +0900
19143              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
19144      Branch: perl
19145            ! t/op/time.t
19146 ____________________________________________________________________________
19147 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
19148         Log: Sync Pod::Usage with the CPAN version
19149      Branch: perl
19150            ! lib/Pod/Usage.pm
19151 ____________________________________________________________________________
19152 [ 29213] By: merijn                                on 2006/11/06  13:58:56
19153         Log: The non-unix parts for localtime_r_needs_tzset
19154              Plus forced Glossary entry. That is a TODO for automation
19155      Branch: perl
19156            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
19157            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19158            ! handy.h plan9/config.plan9 plan9/config_h.sample
19159            ! plan9/config_sh.sample uconfig.sh win32/config.bc
19160            ! win32/config.ce win32/config.gc win32/config.vc
19161            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
19162            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
19163 ____________________________________________________________________________
19164 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
19165         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
19166              From: Andrew Savige <ajsavige@yahoo.com.au>
19167              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
19168              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
19169      Branch: perl
19170            ! t/run/cloexec.t
19171 ____________________________________________________________________________
19172 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
19173         Log: Upgrade to Test::Simple 0.64_03
19174      Branch: perl
19175            + lib/Test/Simple/t/carp.t
19176            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
19177            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
19178            ! lib/Test/Simple/Changes
19179            ! lib/Test/Simple/t/00test_harness_check.t
19180            ! lib/Test/Simple/t/tbt_01basic.t
19181            ! lib/Test/Simple/t/tbt_02fhrestore.t
19182            ! lib/Test/Simple/t/tbt_03die.t
19183            ! lib/Test/Simple/t/tbt_04line_num.t
19184            ! lib/Test/Simple/t/tbt_05faildiag.t
19185            ! lib/Test/Simple/t/tbt_06errormess.t
19186            ! lib/Test/Simple/t/tbt_07args.t
19187 ____________________________________________________________________________
19188 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
19189         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
19190      Branch: perl
19191            ! reentr.pl
19192 ____________________________________________________________________________
19193 [ 29209] By: merijn                                on 2006/11/06  09:43:30
19194         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
19195              From: "Benjamin Holzman" <bholzman@longitude.com>
19196              Date: Wed, 19 Jul 2006 07:11:09 -0400
19197              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
19198      Branch: perl
19199            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
19200 ____________________________________________________________________________
19201 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
19202         Log: Silence a cast warning
19203      Branch: perl
19204            ! regcomp.c
19205 ____________________________________________________________________________
19206 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
19207         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
19208              no-one is trying to access it.
19209      Branch: perl
19210            ! sv.h
19211 ____________________________________________________________________________
19212 [ 29205] By: craigb                                on 2006/11/06  01:37:13
19213         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
19214              as done.  Courtesy of Scott Lepage.
19215      Branch: perl
19216            ! vms/vms.c
19217 ____________________________________________________________________________
19218 [ 29204] By: merijn                                on 2006/11/04  19:15:19
19219         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
19220              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19221              Date: Sat, 04 Nov 2006 21:53:50 +0900
19222              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
19223      Branch: perl
19224            + t/uni/greek.t t/uni/latin2.t
19225            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
19226            ! regcomp.c t/uni/tr_utf8.t
19227 ____________________________________________________________________________
19228 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
19229         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
19230              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
19231      Branch: perl
19232            ! gv.c sv.c
19233 ____________________________________________________________________________
19234 [ 29202] By: stevep                                on 2006/11/04  15:39:57
19235         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
19236              From: Andrew Savige <ajsavige@yahoo.com.au>
19237              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
19238              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
19239      Branch: perl
19240            + t/run/cloexec.t
19241            ! MANIFEST
19242 ____________________________________________________________________________
19243 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
19244         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
19245              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19246              Date: Sun, 21 May 2006 14:00:43 +0900
19247              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
19248      Branch: perl
19249            ! embed.fnc embed.h proto.h sv.c t/op/index.t
19250 ____________________________________________________________________________
19251 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
19252         Log: The assignment to $VERSION must be on its own line, for
19253              ExtUtils::MM_Unix::parse_version to be happy.
19254      Branch: perl
19255            ! ext/DynaLoader/DynaLoader_pm.PL
19256 ____________________________________________________________________________
19257 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
19258         Log: Subject: [PATCH] threads 1.49
19259              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19260              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
19261              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
19262      Branch: perl
19263            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
19264            ! ext/threads/t/thread.t ext/threads/threads.pm
19265            ! ext/threads/threads.xs
19266 ____________________________________________________________________________
19267 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
19268         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
19269              
19270              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
19271              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
19272              Date: Thu, 02 Nov 2006 09:30:34 -0800
19273              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
19274      Branch: perl
19275            ! ext/DynaLoader/DynaLoader_pm.PL
19276 ____________________________________________________________________________
19277 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
19278         Log: When code is loaded through an @INC-hook, and when this hook
19279              has set a filename entry in %INC, make sure __FILE__ is set
19280              for this code accordingly to the contents of that %INC entry.
19281      Branch: perl
19282            ! pp_ctl.c t/op/inccode.t
19283 ____________________________________________________________________________
19284 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
19285         Log: Typo fixes by Troy Topnik.
19286      Branch: perl
19287            ! pod/perlretut.pod
19288 ____________________________________________________________________________
19289 [ 29195] By: merijn                                on 2006/11/02  17:49:53
19290         Log: Change #29193 makes this addition unneeded
19291      Branch: perl
19292            ! t/lib/common.pl
19293 ____________________________________________________________________________
19294 [ 29194] By: davem                                 on 2006/11/02  17:36:33
19295         Log: add test that eval undef clears $@
19296      Branch: perl
19297            ! t/op/eval.t
19298 ____________________________________________________________________________
19299 [ 29193] By: davem                                 on 2006/11/02  17:07:00
19300         Log: eval $undef should emit one warning, not three.
19301              Also ensure that eval $undef clears $@ (it did, but only by luck)
19302      Branch: perl
19303            ! pp_ctl.c t/lib/warnings/9uninit toke.c
19304 ____________________________________________________________________________
19305 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
19306         Log: Fix case in external pod link
19307      Branch: perl
19308            ! pod/perlop.pod
19309 ____________________________________________________________________________
19310 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
19311         Log: say() has the same syntax than print(), so forbid to override it
19312              (like print())
19313      Branch: perl
19314            ! perl_keyword.pl t/op/cproto.t toke.c
19315 ____________________________________________________________________________
19316 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
19317         Log: This volatile modifier is not on the referent, but on the pointer
19318              (see change 28606)
19319      Branch: perl
19320            ! op.c
19321 ____________________________________________________________________________
19322 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
19323         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
19324              From: demerphq <demerphq@gmail.com>
19325              Date: Thu, 2 Nov 2006 12:35:10 +0100
19326              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
19327      Branch: perl
19328            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
19329            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
19330            ! regexp.h regnodes.h t/op/pat.t
19331 ____________________________________________________________________________
19332 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
19333         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
19334              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
19335              Date: Thu, 2 Nov 2006 12:36:49 +0100 
19336              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
19337      Branch: perl
19338            ! ext/DynaLoader/XSLoader_pm.PL
19339 ____________________________________________________________________________
19340 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
19341         Log: Subject: Re: $, and say
19342              From: Gisle Aas <gisle@ActiveState.com>
19343              Date: 27 Jan 2006 14:46:00 -0800
19344              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
19345              
19346              with tweaks so "say;" continues to default to $_
19347              plus a regression test
19348      Branch: perl
19349            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
19350            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
19351 ____________________________________________________________________________
19352 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
19353         Log: Silence a gcc warning
19354      Branch: perl
19355            ! regexec.c
19356 ____________________________________________________________________________
19357 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
19358         Log: More regression tests for the _ prototype
19359      Branch: perl
19360            ! t/comp/uproto.t
19361 ____________________________________________________________________________
19362 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
19363         Log: More heuristics to make warnings.t pass under different
19364              combinations of PERL_UNICODE / locale
19365      Branch: perl
19366            ! t/lib/common.pl
19367 ____________________________________________________________________________
19368 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
19369         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
19370              From: demerphq <demerphq@gmail.com>
19371              Date: Tue, 31 Oct 2006 22:49:57 +0100
19372              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
19373      Branch: perl
19374            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
19375            ! t/op/pat.t
19376 ____________________________________________________________________________
19377 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
19378         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
19379              that show up in the smokes under UTF-8 locales. Based on :
19380              
19381              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
19382              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
19383              Date: Wed, 1 Nov 2006 17:03:55 +0100
19384              Message-ID: <20061101170355.7c57b515@pc09>
19385      Branch: perl
19386            ! t/lib/common.pl t/lib/warnings/9uninit
19387 ____________________________________________________________________________
19388 [ 29181] By: steveh                                on 2006/11/01  13:22:16
19389         Log: Forgot to bump Time-HiRes $VERSION in change #29180
19390              (IO's $VERSION is bumped already)
19391      Branch: perl
19392            ! ext/Time/HiRes/HiRes.pm
19393 ____________________________________________________________________________
19394 [ 29180] By: steveh                                on 2006/11/01  13:07:37
19395         Log: Silence VC++ compiler warnings
19396              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
19397      Branch: perl
19398            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
19399 ____________________________________________________________________________
19400 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
19401         Log: Subject: [PATCH] Remove beta status from compression modules
19402              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19403              Date: Wed, 1 Nov 2006 10:34:52 -0000
19404              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
19405      Branch: perl
19406            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
19407            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
19408            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
19409            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
19410            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
19411            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
19412            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
19413            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
19414            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
19415            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
19416            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
19417            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
19418            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
19419            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
19420            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
19421            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
19422            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
19423            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
19424            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
19425            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
19426            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
19427            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
19428            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
19429            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
19430            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
19431            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
19432            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
19433 ____________________________________________________________________________
19434 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
19435         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
19436              becomes arbitrarily large
19437      Branch: perl
19438            ! t/op/pat.t
19439 ____________________________________________________________________________
19440 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
19441         Log: Missed a ) in a comment.
19442      Branch: perl
19443            ! perl.c
19444 ____________________________________________________________________________
19445 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
19446         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
19447              not systematically skipped
19448      Branch: perl
19449            ! ext/Sys/Syslog/t/constants.t
19450 ____________________________________________________________________________
19451 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
19452         Log: Some diagnostic output was giving warnings in op/pack.t
19453              under UTF-8 locales, and warnings where fatal by default.
19454              Make them non-fatal for diagnostics.
19455      Branch: perl
19456            ! t/op/pack.t
19457 ____________________________________________________________________________
19458 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
19459         Log: Fix a case of segfault in ithread destruction
19460      Branch: perl
19461            ! ext/threads/threads.xs
19462 ____________________________________________________________________________
19463 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
19464         Log: Doc clarification for PerlIO::encoding
19465              (thanks to Steve Hay)
19466      Branch: perl
19467            ! ext/PerlIO/encoding/encoding.pm
19468 ____________________________________________________________________________
19469 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
19470         Log: threads::shared doesn't use ppport.h in the core
19471      Branch: perl
19472            ! mkppport.lst
19473 ____________________________________________________________________________
19474 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
19475         Log: Subject: [PATCH] threads 1.47
19476              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19477              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
19478              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
19479      Branch: perl
19480            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
19481            ! ext/threads/t/stack.t ext/threads/t/thread.t
19482            ! ext/threads/threads.pm ext/threads/threads.xs
19483 ____________________________________________________________________________
19484 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
19485         Log: Silence a warning and call readpipe_override() correctly.
19486      Branch: perl
19487            ! toke.c
19488 ____________________________________________________________________________
19489 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
19490         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
19491      Branch: perl
19492            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
19493 ____________________________________________________________________________
19494 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
19495         Log: Make readpipe() overridable (and also `` and qx//)
19496      Branch: perl
19497            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
19498            ! t/op/cproto.t t/op/override.t toke.c
19499 ____________________________________________________________________________
19500 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
19501         Log: Remove duplicated entries
19502      Branch: perl
19503            ! pod/perltodo.pod
19504 ____________________________________________________________________________
19505 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
19506         Log: Improve documentation of av_len and av_fill.
19507      Branch: perl
19508            ! av.c
19509 ____________________________________________________________________________
19510 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
19511         Log: Avoid Devel::DProf failing an assertion during global destruction.
19512      Branch: perl
19513            ! ext/Devel/DProf/DProf.xs
19514 ____________________________________________________________________________
19515 [ 29164] By: stevep                                on 2006/10/30  18:29:30
19516         Log: It seems only HWND__* is needed by MinGW g++.
19517      Branch: perl
19518            ! win32/win32.c
19519 ____________________________________________________________________________
19520 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
19521         Log: The second patch from:
19522              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
19523              From: demerphq <demerphq@gmail.com>
19524              Date: Mon, 30 Oct 2006 19:15:13 +0200
19525              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
19526      Branch: perl
19527            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
19528 ____________________________________________________________________________
19529 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
19530         Log: The first patch from:
19531              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
19532              From: demerphq <demerphq@gmail.com>
19533              Date: Mon, 30 Oct 2006 19:15:13 +0200
19534              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
19535      Branch: perl
19536            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
19537            ! regnodes.h
19538 ____________________________________________________________________________
19539 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
19540         Log: Mention that field hashes are for inside-out objects
19541              (this will be useful for perl5100delta.)
19542      Branch: perl
19543            ! pod/perl594delta.pod
19544 ____________________________________________________________________________
19545 [ 29159] By: stevep                                on 2006/10/30  16:46:13
19546         Log: Subject: Patch 29155 breaks VC
19547              From: demerphq <demerphq@gmail.com>
19548              Date: Mon, 30 Oct 2006 18:08:17 +0200
19549              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
19550              
19551              Plus an additional casting.
19552      Branch: perl
19553            ! win32/win32.c
19554 ____________________________________________________________________________
19555 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
19556         Log: Update perldelta with changes up to 28867
19557      Branch: perl
19558            ! pod/perl595delta.pod
19559 ____________________________________________________________________________
19560 [ 29157] By: stevep                                on 2006/10/30  15:53:50
19561         Log: VOL should be used instead of volatile in the core.
19562      Branch: perl
19563            ! op.c perl.c
19564 ____________________________________________________________________________
19565 [ 29156] By: merijn                                on 2006/10/30  14:14:25
19566         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
19567      Branch: perl
19568            ! lib/charnames.pm
19569 ____________________________________________________________________________
19570 [ 29155] By: stevep                                on 2006/10/30  13:58:15
19571         Log: Initial cleanups to support compiling Win32 with MinGW g++.
19572      Branch: perl
19573            ! perlio.c win32/win32.c
19574 ____________________________________________________________________________
19575 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
19576         Log: Subject: Re: Closures with named subs
19577              From: Christian Winter <bitpoet@linux-config.de>
19578              Date: Sun, 29 Oct 2006 21:34:25 +0100
19579              Message-ID: <45451051.4080200@linux-config.de>
19580      Branch: perl
19581            ! pod/perlref.pod
19582 ____________________________________________________________________________
19583 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
19584         Log: Subject: [PATCH] threads 1.46
19585              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19586              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
19587              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
19588      Branch: perl
19589            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
19590            ! ext/threads/threads.pm ext/threads/threads.xs
19591 ____________________________________________________________________________
19592 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
19593         Log: Silence a g++ warning reported by Jarkko.
19594      Branch: perl
19595            ! ext/Data/Dumper/Dumper.xs
19596 ____________________________________________________________________________
19597 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
19598         Log: Delete Encode's MANIFEST (or else the make process complains
19599              about the missing Encode's META.yml file)
19600      Branch: perl
19601            - ext/Encode/MANIFEST
19602            ! MANIFEST
19603 ____________________________________________________________________________
19604 [ 29150] By: steveh                                on 2006/10/30  10:02:35
19605         Log: Bump $VERSION in Term::UI following change #29120
19606      Branch: perl
19607            ! lib/Term/UI.pm
19608 ____________________________________________________________________________
19609 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
19610         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
19611              From: John Peacock <jpeacock@rowman.com>
19612              Date: Sun, 29 Oct 2006 14:47:51 -0500
19613              Message-ID: <45450567.7040609@rowman.com>
19614      Branch: perl
19615            ! lib/version.pm lib/version.t
19616 ____________________________________________________________________________
19617 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
19618         Log: Subject: [patch] simplify optree test support
19619              From: Jim Cromie <jim.cromie@gmail.com>
19620              Date: Sun, 29 Oct 2006 14:50:02 -0700
19621              Message-ID: <4545220A.6060500@gmail.com>
19622      Branch: perl
19623            ! ext/B/t/OptreeCheck.pm
19624 ____________________________________________________________________________
19625 [ 29147] By: steveh                                on 2006/10/30  09:38:21
19626         Log: Add some missing targets to win32/makefile.mk
19627              
19628              This updates makefile.mk w.r.t. Makefile, following changes #28293,
19629              #28832, #28904 and #29131
19630      Branch: perl
19631            ! win32/makefile.mk
19632 ____________________________________________________________________________
19633 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
19634         Log: In vim, modelines are not taken into account if they begin on the
19635              first character. Also, regenerate perlintern.pod.
19636      Branch: perl
19637            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
19638 ____________________________________________________________________________
19639 [ 29145] By: merijn                                on 2006/10/30  07:17:18
19640         Log: Subject: [PATCH@29157] wince patch
19641              From: Vadim <vadim@vkonovalov.ru>
19642              Date: Sat, 28 Oct 2006 23:48:46 +0400
19643              Message-ID: <4543B41E.3070006@vkonovalov.ru>
19644      Branch: perl
19645            ! README.ce win32/Makefile.ce
19646 ____________________________________________________________________________
19647 [ 29144] By: craigb                                on 2006/10/30  00:33:34
19648         Log: When we open a file and pass it along to PerlIO, be sure to enter the
19649              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
19650              will get decremented on close even though it was never incremented (and 
19651              may not even exist).  Exposed by #29065.
19652      Branch: perl
19653            ! vms/ext/Stdio/Stdio.xs
19654 ____________________________________________________________________________
19655 [ 29143] By: craigb                                on 2006/10/30  00:23:35
19656         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
19657              to use PerlIO_fdopen so that when the tmpfile is closed we do
19658              not decrement a ref count that doesn't exist or is zero.
19659      Branch: perl
19660            ! perlio.c
19661 ____________________________________________________________________________
19662 [ 29142] By: stevep                                on 2006/10/30  00:22:00
19663         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
19664              changes will be needed to get it to link though.
19665      Branch: perl
19666            ! cygwin/cygwin.c malloc.c perl.h sv.c
19667 ____________________________________________________________________________
19668 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
19669         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
19670              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19671              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
19672              Date: Sun, 29 Oct 2006 21:03:21 -0000
19673      Branch: perl
19674            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
19675 ____________________________________________________________________________
19676 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
19677         Log: Fix a typo in my description for change 26427.
19678      Branch: perl
19679            ! Changes
19680 ____________________________________________________________________________
19681 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
19682         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
19683              and perlguts.pod
19684      Branch: perl
19685            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
19686 ____________________________________________________________________________
19687 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
19688         Log: Subject: [PATCH] Re: Deparse bug?
19689              From: Stephen McCamant <smcc@mit.edu>
19690              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
19691              Date: Sun, 29 Oct 2006 08:40:46 -0800
19692      Branch: perl
19693            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19694 ____________________________________________________________________________
19695 [ 29131] By: merijn                                on 2006/10/29  18:32:55
19696         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
19697              From: demerphq <demerphq@gmail.com>
19698              Date: Sun, 29 Oct 2006 13:28:31 +0200
19699              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
19700      Branch: perl
19701            ! win32/Makefile
19702 ____________________________________________________________________________
19703 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
19704         Log: Add the note from change 25773 about auditing for destruction ordering.
19705      Branch: perl
19706            ! pod/perltodo.pod
19707 ____________________________________________________________________________
19708 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
19709         Log: I shrunk struct context, so remove it from perltodo.
19710      Branch: perl
19711            ! pod/perltodo.pod
19712 ____________________________________________________________________________
19713 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
19714         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
19715              and hence was leaking like the proverbial Jumblie maritime craft.
19716      Branch: perl
19717            ! mg.c
19718 ____________________________________________________________________________
19719 [ 29126] By: stevep                                on 2006/10/27  13:29:05
19720         Log: Upgrade to Pod-Parser-1.35.
19721      Branch: perl
19722            + t/pod/p2u_data.pl t/pod/twice.t
19723            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
19724            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
19725            ! lib/Pod/Usage.pm t/pod/testcmp.pl
19726 ____________________________________________________________________________
19727 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
19728         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
19729      Branch: perl
19730            ! lib/Attribute/Handlers.pm
19731 ____________________________________________________________________________
19732 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
19733         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
19734              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19735              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
19736              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
19737      Branch: perl
19738            ! perl.h
19739 ____________________________________________________________________________
19740 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
19741         Log: Subject: [PATCH] Make 'threads' conform to perlguts
19742              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19743              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
19744              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
19745      Branch: perl
19746            ! ext/threads/threads.xs
19747 ____________________________________________________________________________
19748 [ 29122] By: stevep                                on 2006/10/27  04:48:43
19749         Log: Spelling fixes for re.pm.
19750      Branch: perl
19751            ! ext/re/re.pm
19752 ____________________________________________________________________________
19753 [ 29121] By: stevep                                on 2006/10/27  03:48:34
19754         Log: Spelling nits from Debian bug list...
19755              
19756              Subject: Bug#395426: perl: spelling errors
19757              From: Matt Taggart <taggart@debian.org>
19758              Date: Thu, 26 Oct 2006 15:23:29 -0700
19759              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
19760      Branch: perl
19761            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
19762            ! x2p/s2p.PL
19763 ____________________________________________________________________________
19764 [ 29120] By: steveh                                on 2006/10/26  16:26:56
19765         Log: Close temporary test file before unlinking (for the sake of Win32)
19766      Branch: perl
19767            ! lib/Term/UI/t/02_ui.t
19768 ____________________________________________________________________________
19769 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
19770         Log: Document the new (?FAIL) assertion (Yves Orton)
19771      Branch: perl
19772            ! pod/perlre.pod
19773 ____________________________________________________________________________
19774 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
19775         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
19776              From: demerphq <demerphq@gmail.com>
19777              Date: Thu, 26 Oct 2006 14:59:11 +0200
19778              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
19779      Branch: perl
19780            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
19781            ! t/op/re_tests
19782 ____________________________________________________________________________
19783 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
19784         Log: Subject: [PATCH] IO::Compress modules
19785              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19786              Date: Thu, 26 Oct 2006 15:29:43 +0100
19787              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
19788      Branch: perl
19789            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
19790            ! ext/Compress/IO/Base/README
19791            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
19792            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
19793            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
19794            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
19795            ! ext/Compress/IO/Base/private/MakeUtil.pm
19796            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
19797            ! ext/Compress/IO/Zlib/README
19798            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
19799            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
19800            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
19801            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
19802            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
19803            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
19804            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
19805            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
19806            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
19807            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
19808            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
19809            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
19810            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
19811            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
19812            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
19813            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
19814            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
19815            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
19816            ! ext/Compress/Raw/Zlib/Changes
19817            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
19818            ! ext/Compress/Raw/Zlib/Zlib.xs
19819            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
19820            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
19821            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
19822            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
19823            ! ext/Compress/Zlib/private/MakeUtil.pm
19824            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
19825            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
19826 ____________________________________________________________________________
19827 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
19828         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
19829              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19830              Date: Fri, 27 Oct 2006 00:19:34 +0900
19831              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
19832      Branch: perl
19833            ! pod/perlfunc.pod sv.c t/op/sprintf.t
19834 ____________________________________________________________________________
19835 [ 29115] By: merijn                                on 2006/10/26  14:08:03
19836         Log: Subject: [PATCH] Fix typo in File::Find POD
19837              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19838              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
19839              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
19840      Branch: perl
19841            ! lib/File/Find.pm
19842 ____________________________________________________________________________
19843 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
19844         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
19845      Branch: perl
19846            ! Porting/Maintainers.pl
19847 ____________________________________________________________________________
19848 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
19849         Log: Subject: [PATCH] Add Object::Accessor to the core
19850              From: "Jos Boumans" <kane@xs4all.net>
19851              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
19852              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
19853      Branch: perl
19854            + lib/Object/Accessor.pm
19855            + lib/Object/Accessor/t/00_Object-Accessor.t
19856            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
19857            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
19858            + lib/Object/Accessor/t/03_Object-Accessor-local.t
19859            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
19860            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
19861            ! MANIFEST
19862 ____________________________________________________________________________
19863 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
19864         Log: Subject: [PATCH] Add Term::UI to the core
19865              From: "Jos Boumans" <kane@xs4all.net>
19866              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
19867              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
19868      Branch: perl
19869            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
19870            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
19871            ! MANIFEST
19872 ____________________________________________________________________________
19873 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
19874         Log: Fix a memory leak :
19875              Subject: Re: Valgrind findings
19876              From: demerphq <demerphq@gmail.com>
19877              Date: Thu, 26 Oct 2006 12:34:43 +0200
19878              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
19879      Branch: perl
19880            ! regexec.c
19881 ____________________________________________________________________________
19882 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
19883         Log: Subject: [PATCH] threads-shared 1.05
19884              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19885              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
19886              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
19887      Branch: perl
19888            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
19889            ! ext/threads/shared/README ext/threads/shared/shared.pm
19890            ! ext/threads/shared/shared.xs
19891 ____________________________________________________________________________
19892 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
19893         Log: Subject: [PATCH] threads 1.45
19894              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19895              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
19896              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
19897      Branch: perl
19898            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
19899            ! ext/threads/t/thread.t ext/threads/threads.pm
19900 ____________________________________________________________________________
19901 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
19902         Log: Fix small leak with -F at interpreter destruction
19903      Branch: perl
19904            ! perl.c
19905 ____________________________________________________________________________
19906 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
19907         Log: Plug a memory leak in newCONSTSUB
19908      Branch: perl
19909            ! op.c
19910 ____________________________________________________________________________
19911 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
19912         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
19913      Branch: perl
19914            ! pod/perlfunc.pod
19915 ____________________________________________________________________________
19916 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
19917         Log: Fix nit in previous patch, spotted by Gisle
19918      Branch: perl
19919            ! pod/perlfunc.pod
19920 ____________________________________________________________________________
19921 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
19922         Log: Add a %B sprintf format
19923              
19924              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
19925              From: Nicholas Clark <nick@ccl4.org>
19926              Date: Mon, 23 Oct 2006 18:19:51 +0100
19927              Message-ID: <20061023171951.GA3262@plum.flirble.org>
19928              (plus docs)
19929      Branch: perl
19930            ! pod/perlfunc.pod sv.c t/op/sprintf.t
19931 ____________________________________________________________________________
19932 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
19933         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
19934              From: Alexey Tourbin <at@altlinux.ru>
19935              Date: Wed, 25 Oct 2006 14:02:55 +0400
19936              Message-ID: <20061025100255.GE7821@localhost.localdomain>
19937      Branch: perl
19938            ! lib/FindBin.pm
19939 ____________________________________________________________________________
19940 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
19941         Log: Document that warnings.pm doesn't load Carp anymore
19942      Branch: perl
19943            ! pod/perl595delta.pod
19944 ____________________________________________________________________________
19945 [ 29101] By: craigb                                on 2006/10/25  03:58:38
19946         Log: Initialize d_ctermid and i_gdbm in configure.com.
19947      Branch: perl
19948            ! configure.com
19949 ____________________________________________________________________________
19950 [ 29100] By: stevep                                on 2006/10/24  15:44:22
19951         Log: Upgrade to CPAN-1.88_57.
19952      Branch: perl
19953            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
19954            ! lib/CPAN/SIGNATURE
19955 ____________________________________________________________________________
19956 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
19957         Log: Silence an expected warning (when playing with utf8ness and string overloading)
19958      Branch: perl
19959            ! t/uni/overload.t
19960 ____________________________________________________________________________
19961 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
19962         Log: New UTF-8 warning : Variable length character upgraded in print.
19963              
19964              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
19965              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19966              Date: Sun, 22 Oct 2006 14:32:34 +0900
19967              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
19968              
19969              (but with ckWARN_d replaced by ckWARN)
19970      Branch: perl
19971            ! doio.c pod/perldiag.pod
19972 ____________________________________________________________________________
19973 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
19974         Log: No warning was produced if perl failed to load PerlIO::scalar
19975              (contrary to other PerlIO layers.)
19976      Branch: perl
19977            ! perlio.c
19978 ____________________________________________________________________________
19979 [ 29096] By: merijn                                on 2006/10/23  15:43:15
19980         Log: Fix for RT#38169 & RT#38945
19981              Configure won't handle versions 5.10.0 or 5.8.10.
19982      Branch: perl
19983            ! Configure config_h.SH
19984 ____________________________________________________________________________
19985 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
19986         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
19987      Branch: perl
19988            ! pod/perlfunc.pod
19989 ____________________________________________________________________________
19990 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
19991         Log: Update Changes
19992      Branch: perl
19993            ! Changes
19994 ____________________________________________________________________________
19995 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
19996         Log: Some notes about the recent changes in perldelta
19997      Branch: perl
19998            ! pod/perl595delta.pod
19999 ____________________________________________________________________________
20000 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
20001         Log: Subject: [PATCH] base.pm
20002              From: Ovid <publiustemp-p5p3@yahoo.com>
20003              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
20004              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
20005      Branch: perl
20006            ! lib/base.pm lib/base/t/base.t
20007 ____________________________________________________________________________
20008 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
20009         Log: Protection against overwriting defsubs.h via a symlink
20010              (by Jim Cromie)
20011      Branch: perl
20012            ! ext/B/defsubs_h.PL
20013 ____________________________________________________________________________
20014 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
20015         Log: Subject: [patch] make test.valgrind capable of running cachegrind
20016              From: Jim Cromie <jim.cromie@gmail.com>
20017              Date: Fri, 20 Oct 2006 14:49:03 -0600
20018              Message-ID: <4539363F.9020205@gmail.com>
20019      Branch: perl
20020            ! t/TEST
20021 ____________________________________________________________________________
20022 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
20023         Log: Fix the other bug introduced by change 29079
20024      Branch: perl
20025            ! sv.c
20026 ____________________________________________________________________________
20027 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
20028         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
20029      Branch: perl
20030            ! sv.c
20031 ____________________________________________________________________________
20032 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
20033         Log: Fix a bug introduced by change 29079
20034      Branch: perl
20035            ! sv.c
20036 ____________________________________________________________________________
20037 [ 29083] By: stevep                                on 2006/10/22  21:47:11
20038         Log: Removed typo that caused a variable to shadow an existing variable
20039              in an external scope.
20040      Branch: perl
20041            ! ext/threads/Makefile.PL
20042 ____________________________________________________________________________
20043 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
20044         Log: Merge cases in Perl_ss_dup().
20045      Branch: perl
20046            ! sv.c
20047 ____________________________________________________________________________
20048 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
20049         Log: const the variable used for the save stack type in Perl_ss_dup().
20050      Branch: perl
20051            ! sv.c
20052 ____________________________________________________________________________
20053 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
20054         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
20055      Branch: perl
20056            ! lib/bytes.pm lib/bytes_heavy.pl
20057 ____________________________________________________________________________
20058 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
20059         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
20060              in */*ish.h headers.
20061      Branch: perl
20062            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
20063            ! vms/vmsish.h
20064 ____________________________________________________________________________
20065 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
20066         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
20067              From: Jarkko Hietaniemi <jhi@iki.fi>
20068              Message-ID: <453A97FA.5090403@iki.fi>
20069              Date: Sat, 21 Oct 2006 17:58:18 -0400
20070              
20071              (Make AIX linker happy)
20072      Branch: perl
20073            ! makedef.pl
20074 ____________________________________________________________________________
20075 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
20076         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
20077      Branch: perl
20078            ! perl.h unixish.h
20079 ____________________________________________________________________________
20080 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
20081         Log: Add PERLIO_INIT to PERL_SYS_INIT.
20082              I infer that this was accidentally omitted from change 29060
20083      Branch: perl
20084            ! dosish.h perl.h unixish.h
20085 ____________________________________________________________________________
20086 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
20087         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
20088              PERL_SYS_TERM
20089      Branch: perl
20090            ! dosish.h perl.h unixish.h
20091 ____________________________________________________________________________
20092 [ 29072] By: stevep                                on 2006/10/21  18:16:53
20093         Log: Changes for threads::shared to all building with g++.
20094      Branch: perl
20095            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
20096 ____________________________________________________________________________
20097 [ 29071] By: stevep                                on 2006/10/21  16:45:38
20098         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
20099      Branch: perl
20100            ! ext/Storable/Storable.xs
20101 ____________________________________________________________________________
20102 [ 29070] By: stevep                                on 2006/10/21  16:17:58
20103         Log: Fix in perl.h for compiling with g++.
20104      Branch: perl
20105            ! perl.h
20106 ____________________________________________________________________________
20107 [ 29069] By: stevep                                on 2006/10/21  13:28:13
20108         Log: Better solution to silencing prereq warnings from threads's
20109              Makefile.PL
20110      Branch: perl
20111            ! ext/threads/Makefile.PL
20112 ____________________________________________________________________________
20113 [ 29068] By: stevep                                on 2006/10/21  02:04:19
20114         Log: Quiet a warning in pp_sys.c on AIX.
20115      Branch: perl
20116            ! pp_sys.c
20117 ____________________________________________________________________________
20118 [ 29067] By: stevep                                on 2006/10/20  19:28:46
20119         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
20120              they are both available in the core.
20121      Branch: perl
20122            ! ext/threads/Makefile.PL
20123 ____________________________________________________________________________
20124 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
20125         Log: Adjustment to symbol lists after latest changes (by Jarkko)
20126      Branch: perl
20127            ! makedef.pl perlio.sym
20128 ____________________________________________________________________________
20129 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
20130         Log: Enable perlio mutexes under threads (by Jarkko)
20131      Branch: perl
20132            ! perlio.c perlvars.h
20133 ____________________________________________________________________________
20134 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
20135         Log: regen headers
20136      Branch: perl
20137            ! embedvar.h perlapi.h
20138 ____________________________________________________________________________
20139 [ 29063] By: davem                                 on 2006/10/20  13:00:52
20140         Log: only do \C hackery if \C is seen
20141              
20142              From: demerphq <demerphq@gmail.com>
20143              Date: Fri, 20 Oct 2006 12:38:13 +0200
20144              Subject: Re: utf8 regexp performance problem
20145              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
20146      Branch: perl
20147            ! mg.c
20148 ____________________________________________________________________________
20149 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
20150         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
20151              From: Alex Gough <alex-p5p@earth.li>
20152              Date: Fri, 20 Oct 2006 02:05:20 +0100
20153              Message-ID: <20061020010520.GC12290@the.earth.li>
20154      Branch: perl
20155            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
20156            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
20157 ____________________________________________________________________________
20158 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
20159         Log: Let's undocument -Dusesfio in INSTALL.
20160      Branch: perl
20161            ! INSTALL
20162 ____________________________________________________________________________
20163 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
20164         Log: More leak fixes, by Jarkko
20165      Branch: perl
20166            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
20167 ____________________________________________________________________________
20168 [ 29059] By: davem                                 on 2006/10/20  10:06:57
20169         Log: zero length $1 took too long to detect utf8-ness
20170      Branch: perl
20171            ! mg.c
20172 ____________________________________________________________________________
20173 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
20174         Log: Silence some warnings
20175      Branch: perl
20176            ! pp_ctl.c regcomp.c
20177 ____________________________________________________________________________
20178 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
20179         Log: Subject: Re: Off by one in the trie code?
20180              From: demerphq <demerphq@gmail.com>
20181              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
20182              Date: Wed, 18 Oct 2006 20:51:41 +0200
20183              
20184              1. code necessary to make patterns with interpolated vars behave
20185              correctly under lexical re 'debug', including additional tests.
20186              2. changes necessary to resolve the off by one error,
20187              3. tweaks to re.pm to document that re 'debug' is lexical,
20188      Branch: perl
20189            ! ext/re/re.pm ext/re/t/lexical_debug.pl
20190            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
20191            ! pp_ctl.c regcomp.c regcomp.h
20192 ____________________________________________________________________________
20193 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
20194         Log: Subject: Re: Off by one in the trie code?
20195              From: demerphq <demerphq@gmail.com>
20196              Date: Wed, 18 Oct 2006 20:51:41 +0200
20197              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
20198              
20199              change test files that do a require "./test.pl"; without a BEGIN block
20200              to ensure prototypes are seen, plus fix any breakage this reveals.
20201      Branch: perl
20202            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
20203            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
20204            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
20205 ____________________________________________________________________________
20206 [ 29055] By: merijn                                on 2006/10/19  16:40:08
20207         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
20208      Branch: perl
20209            ! pod/perlop.pod
20210 ____________________________________________________________________________
20211 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
20212         Log: Trim perltodo.
20213      Branch: perl
20214            ! pod/perltodo.pod
20215 ____________________________________________________________________________
20216 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
20217         Log: Subject: [PATCH] stab at UNITCHECK blocks
20218              From: Alex Gough <alex-p5p@earth.li>
20219              Date: Thu, 19 Oct 2006 13:04:12 +0100
20220              Message-ID: <20061019120412.GA12290@the.earth.li>
20221      Branch: perl
20222            + t/op/blocks.t
20223            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
20224            ! madly.act madly.h madly.tab madly.y op.c perl.c
20225            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
20226            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
20227            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
20228            ! toke.c
20229 ____________________________________________________________________________
20230 [ 29052] By: stevep                                on 2006/10/19  13:49:56
20231         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
20232              From: "Jos Boumans" <kane@xs4all.net>
20233              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
20234              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
20235      Branch: perl
20236            + lib/Log/Message.pm lib/Log/Message/Config.pm
20237            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
20238            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
20239            + lib/Log/Message/Simple/t/02_imports.t
20240            + lib/Log/Message/Simple/t/03_functions.t
20241            + lib/Log/Message/t/01_Log-Message-Config.t
20242            + lib/Log/Message/t/02_Log-Message.t
20243            + lib/Log/Message/t/conf/LoadMe.pl
20244            + lib/Log/Message/t/conf/config_file
20245            ! MANIFEST Porting/Maintainers.pl
20246 ____________________________________________________________________________
20247 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
20248         Log: Make prototype("CORE::mkdir") work. That's a special case,
20249              since from the OA_* flags we can't figure out which parameter
20250              is going to default to $_.
20251      Branch: perl
20252            ! pp.c t/op/cproto.t
20253 ____________________________________________________________________________
20254 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
20255         Log: Memory leak fix, by Jarkko
20256      Branch: perl
20257            ! perlio.c
20258 ____________________________________________________________________________
20259 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
20260         Log: Adjust documentation for previous change
20261      Branch: perl
20262            ! pod/perlsub.pod
20263 ____________________________________________________________________________
20264 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
20265         Log: Allow the _ prototype character to be followed by optional arguments
20266      Branch: perl
20267            ! op.c t/comp/uproto.t
20268 ____________________________________________________________________________
20269 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
20270         Log: Make all JAPH tests pass
20271      Branch: perl
20272            ! t/japh/abigail.t
20273 ____________________________________________________________________________
20274 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
20275         Log: Remove free() part of change #29045, which causes
20276              panics from miniperl in FreeBSD/multithreaded
20277      Branch: perl
20278            ! perlio.c
20279 ____________________________________________________________________________
20280 [ 29045] By: stevep                                on 2006/10/19  01:18:50
20281         Log: Subject: [PATCH] blead valgrind finding
20282              From: Jarkko Hietaniemi <jhi@iki.fi>
20283              Date: Wed, 18 Oct 2006 20:07:54 -0400
20284              Message-ID: <4536C1DA.4060600@iki.fi>
20285      Branch: perl
20286            ! perlio.c
20287 ____________________________________________________________________________
20288 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
20289         Log: Make prototype("CORE::foo") return prototypes with _ when it should
20290              (except for mkdir)
20291      Branch: perl
20292            ! pp.c t/op/cproto.t
20293 ____________________________________________________________________________
20294 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
20295         Log: Add a regression test for change #29041
20296      Branch: perl
20297            ! t/comp/uproto.t
20298 ____________________________________________________________________________
20299 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
20300         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
20301              most efficient idea.
20302      Branch: perl
20303            ! XSUB.h dump.c
20304 ____________________________________________________________________________
20305 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
20306         Log: Functions with a (_) prototype should behave as unary operators
20307              (which is not the case of functions with a (;$) prototype)
20308      Branch: perl
20309            ! toke.c
20310 ____________________________________________________________________________
20311 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
20312         Log: panic if we attempt to sv_setsv to or from an already freed SV.
20313      Branch: perl
20314            ! sv.c
20315 ____________________________________________________________________________
20316 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
20317         Log: Test for the interaction between ; and _ in prototypes
20318      Branch: perl
20319            ! t/comp/uproto.t
20320 ____________________________________________________________________________
20321 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
20322         Log: Document _ prototype in perlsub
20323      Branch: perl
20324            ! pod/perlsub.pod
20325 ____________________________________________________________________________
20326 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
20327         Log: Fix prototype to mimic built-in in perlsub examples
20328      Branch: perl
20329            ! pod/perlsub.pod
20330 ____________________________________________________________________________
20331 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
20332         Log: The _ character is only allowed to be at the end of prototypes
20333      Branch: perl
20334            ! op.c t/comp/uproto.t
20335 ____________________________________________________________________________
20336 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
20337         Log: Improvements and fixes to the _ prototype
20338      Branch: perl
20339            ! op.c t/comp/uproto.t
20340 ____________________________________________________________________________
20341 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
20342         Log: FAQ sync
20343      Branch: perl
20344            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
20345            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
20346            ! pod/perlfaq7.pod pod/perlfaq9.pod
20347 ____________________________________________________________________________
20348 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
20349         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
20350              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
20351              Date: Tue, 17 Oct 2006 09:37:28 -0700
20352              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
20353      Branch: perl
20354            ! regexec.c scope.c scope.h
20355 ____________________________________________________________________________
20356 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
20357         Log: First attempt at implementing the _ prototype
20358      Branch: perl
20359            + t/comp/uproto.t
20360            ! MANIFEST op.c toke.c
20361 ____________________________________________________________________________
20362 [ 29031] By: stevep                                on 2006/10/17  15:43:05
20363         Log: Upgrade to Time-HiRes-1.94.
20364      Branch: perl
20365            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20366            ! ext/Time/HiRes/t/HiRes.t
20367 ____________________________________________________________________________
20368 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
20369         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
20370              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20371              Date: Tue, 17 Oct 2006 23:10:04 +0900
20372              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
20373      Branch: perl
20374            ! pod/perldiag.pod
20375 ____________________________________________________________________________
20376 [ 29029] By: stevep                                on 2006/10/17  12:42:04
20377         Log: Upgrade to CPAN-1.88_55.
20378      Branch: perl
20379            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
20380 ____________________________________________________________________________
20381 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
20382         Log: Less brace nesting.
20383      Branch: perl
20384            ! toke.c
20385 ____________________________________________________________________________
20386 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
20387         Log: The "Unrecognized escape" warning can now be emitted in category
20388              "regexp" after change 29026 
20389      Branch: perl
20390            ! pod/perldiag.pod
20391 ____________________________________________________________________________
20392 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
20393         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
20394              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20395              Date: Sun, 15 Oct 2006 22:23:00 +0900
20396              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
20397      Branch: perl
20398            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
20399            ! t/op/pat.t t/op/regmesg.t toke.c
20400 ____________________________________________________________________________
20401 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
20402         Log: Subject: [PATCH] Re: sprintf 64 test
20403              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20404              Date: Sun, 15 Oct 2006 16:51:34 +0900
20405              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
20406              
20407              1. nullify 0 flag in integer conversions when precision is given
20408              2. ignore space after a plus sign as a sign for a nonnegative number
20409              3. make a negative precision through * working as if the precision
20410              is omitted
20411      Branch: perl
20412            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
20413 ____________________________________________________________________________
20414 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
20415         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
20416              (I should have seen this one coming - the two structures weren't
20417              textually identical)
20418      Branch: perl
20419            ! cop.h
20420 ____________________________________________________________________________
20421 [ 29023] By: stevep                                on 2006/10/15  17:17:32
20422         Log: Upgrade to Time-HiRes-1.93.
20423      Branch: perl
20424            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20425            ! ext/Time/HiRes/t/HiRes.t
20426 ____________________________________________________________________________
20427 [ 29020] By: stevep                                on 2006/10/14  23:18:29
20428         Log: Upgrade to CPAN-1.88_54.
20429      Branch: perl
20430            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20431 ____________________________________________________________________________
20432 [ 29019] By: stevep                                on 2006/10/14  23:11:23
20433         Log: Upgrade to Digest-SHA-5.44.
20434      Branch: perl
20435            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
20436            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
20437            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
20438            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
20439            ! ext/Digest/SHA/src/sha.h
20440 ____________________________________________________________________________
20441 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
20442         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
20443              dereference of member of the structure being reallocated as part of
20444              the size calculation. (This one was well hidden by macros)
20445      Branch: perl
20446            ! regcomp.c
20447 ____________________________________________________________________________
20448 [ 29017] By: stevep                                on 2006/10/14  23:00:35
20449         Log: Upgrade to XSLoader-0.07.
20450      Branch: perl
20451            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
20452 ____________________________________________________________________________
20453 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
20454         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
20455              dereference of member of the structure being reallocated as part of
20456              the size calculation. (There may be other similar bugs).
20457      Branch: perl
20458            ! regcomp.c
20459 ____________________________________________________________________________
20460 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
20461         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
20462              and vsnprintf() macros.
20463      Branch: perl
20464            ! perl.h
20465 ____________________________________________________________________________
20466 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
20467         Log: Fix typo.
20468      Branch: perl
20469            ! Changes
20470 ____________________________________________________________________________
20471 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
20472         Log: Subject: Re: SVpvs vs SVpvn
20473              From: Jim Cromie <jim.cromie@gmail.com>
20474              Message-ID: <452FED1D.1000504@gmail.com>
20475              Date: Fri, 13 Oct 2006 13:46:37 -0600
20476              
20477              plus the last newSVpvn() in toke.c that his regexp missed.
20478      Branch: perl
20479            ! toke.c
20480 ____________________________________________________________________________
20481 [ 29010] By: stevep                                on 2006/10/13  14:11:04
20482         Log: Upgrade to Time-HiRes-1.92.
20483      Branch: perl
20484            + ext/Time/HiRes/hints/aix.pl
20485            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20486            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20487            ! ext/Time/HiRes/t/HiRes.t
20488 ____________________________________________________________________________
20489 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
20490         Log: Correct one "parenthesis" to "parentheses".
20491      Branch: perl
20492            ! pod/perlre.pod
20493 ____________________________________________________________________________
20494 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
20495         Log: Don't bother checking for bad characters in prototypes if we're not
20496              going to warn about them.
20497      Branch: perl
20498            ! toke.c
20499 ____________________________________________________________________________
20500 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
20501         Log: Subject: [PATCH] compiler warning noreturn
20502              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20503              Date: Fri, 13 Oct 2006 11:49:11 +0100
20504              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
20505      Branch: perl
20506            ! doio.c
20507 ____________________________________________________________________________
20508 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
20509         Log: Fix nit in possessive quantifier descriptions.
20510              Add some =head3 headings.
20511      Branch: perl
20512            ! pod/perlre.pod
20513 ____________________________________________________________________________
20514 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
20515         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
20516              From: demerphq <demerphq@gmail.com>
20517              Date: Thu, 12 Oct 2006 21:23:15 +0200
20518              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
20519              
20520              With doc tweaks
20521      Branch: perl
20522            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
20523            ! regcomp.h t/op/re_tests t/op/regexp.t
20524 ____________________________________________________________________________
20525 [ 29004] By: stevep                                on 2006/10/12  15:07:17
20526         Log: Upgrade to PathTools-3.23.
20527      Branch: perl
20528            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
20529            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
20530 ____________________________________________________________________________
20531 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
20532         Log: Subject: [PATCH] threads::shared 1.04
20533              From: Jerry Hedden <jdhedden@yahoo.com>
20534              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
20535              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
20536      Branch: perl
20537            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
20538            ! ext/threads/shared/shared.pm
20539 ____________________________________________________________________________
20540 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
20541         Log: Subject: [PATCH] threads 1.44
20542              From: Jerry Hedden <jdhedden@yahoo.com>
20543              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
20544              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
20545      Branch: perl
20546            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
20547            ! ext/threads/threads.pm
20548 ____________________________________________________________________________
20549 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
20550         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
20551              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20552              Date: Wed, 11 Oct 2006 17:02:01 +0100
20553              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
20554      Branch: perl
20555            ! regcomp.c
20556 ____________________________________________________________________________
20557 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
20558         Log: Subject: [PATCH] RE: g++ compile and make test 100%
20559              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20560              Date: Wed, 11 Oct 2006 16:58:10 +0100
20561              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
20562      Branch: perl
20563            ! ext/ODBM_File/t/odbm.t
20564 ____________________________________________________________________________
20565 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
20566         Log: Subject: [PATCH] More regexp documentation
20567              From: demerphq <demerphq@gmail.com>
20568              Date: Thu, 12 Oct 2006 14:45:25 +0200
20569              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
20570      Branch: perl
20571            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
20572 ____________________________________________________________________________
20573 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
20574         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
20575              From: demerphq <demerphq@gmail.com>
20576              Date: Thu, 12 Oct 2006 00:46:50 +0200
20577              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
20578      Branch: perl
20579            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
20580            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
20581 ____________________________________________________________________________
20582 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
20583         Log: Subject: RE: g++ compile and make test 100%
20584              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20585              Date: Wed, 11 Oct 2006 15:29:43 +0100
20586              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
20587      Branch: perl
20588            ! ext/NDBM_File/typemap
20589 ____________________________________________________________________________
20590 [ 28996] By: stevep                                on 2006/10/11  14:48:45
20591         Log: Fix typo in NDBM_File.xs and bump up the version number.
20592      Branch: perl
20593            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
20594 ____________________________________________________________________________
20595 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
20596         Log: Fix aliasing to an non-existent element of %+
20597              (by Yves Orton)
20598      Branch: perl
20599            ! hv.c
20600 ____________________________________________________________________________
20601 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
20602         Log: Update comment (by Yves Orton), plus POD fixes
20603      Branch: perl
20604            ! ext/re/re.pm
20605 ____________________________________________________________________________
20606 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
20607         Log: Missing % in format string
20608      Branch: perl
20609            ! perl.h
20610 ____________________________________________________________________________
20611 [ 28992] By: merijn                                on 2006/10/11  07:02:56
20612         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
20613              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20614              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
20615              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
20616      Branch: perl
20617            ! ext/re/re.pm ext/re/re.xs
20618 ____________________________________________________________________________
20619 [ 28991] By: stevep                                on 2006/10/11  00:52:58
20620         Log: Grrr...moved the files, but forgot to update Soundex.pm
20621      Branch: perl
20622            ! ext/Text/Soundex/Soundex.pm
20623 ____________________________________________________________________________
20624 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
20625         Log: Subject: [PATCH] C++: class is a keyword
20626              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20627              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
20628              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
20629      Branch: perl
20630            ! lib/ExtUtils/ParseXS/t/XSTest.xs
20631 ____________________________________________________________________________
20632 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
20633         Log: Adjust test count for ExtUtils::Command
20634      Branch: perl
20635            ! lib/ExtUtils/t/eu_command.t
20636 ____________________________________________________________________________
20637 [ 28988] By: stevep                                on 2006/10/10  15:04:09
20638         Log: Upgrade to ExtUtils-Manifest-1.49.
20639      Branch: perl
20640            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
20641 ____________________________________________________________________________
20642 [ 28987] By: stevep                                on 2006/10/10  15:01:21
20643         Log: Upgrade to ExtUtils-Command-1.12.
20644      Branch: perl
20645            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
20646 ____________________________________________________________________________
20647 [ 28986] By: stevep                                on 2006/10/10  14:49:47
20648         Log: Upgrade to CPAN-1.88_53.
20649      Branch: perl
20650            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
20651            ! lib/CPAN/SIGNATURE
20652 ____________________________________________________________________________
20653 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
20654         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
20655              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
20656              Date: Sun, 08 Oct 2006 17:58:16 -0700
20657              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
20658      Branch: perl
20659            ! sv.c t/op/sprintf2.t
20660 ____________________________________________________________________________
20661 [ 28984] By: stevep                                on 2006/10/10  14:33:53
20662         Log: Upgrade to ExtUtils-Makemaker-6.31.
20663      Branch: perl
20664            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
20665            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
20666            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
20667            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
20668            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
20669            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
20670            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
20671            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
20672            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
20673            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
20674            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
20675            ! lib/ExtUtils/MakeMaker/Config.pm
20676            ! lib/ExtUtils/MakeMaker/bytes.pm
20677            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
20678            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
20679            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
20680            ! lib/ExtUtils/testlib.pm
20681 ____________________________________________________________________________
20682 [ 28983] By: stevep                                on 2006/10/10  14:05:52
20683         Log: Update to PathTools-3.22.
20684      Branch: perl
20685            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
20686            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
20687            ! lib/File/Spec/t/crossplatform.t
20688 ____________________________________________________________________________
20689 [ 28982] By: merijn                                on 2006/10/10  14:02:16
20690         Log: New shiny models
20691      Branch: perl
20692            ! README.hpux
20693 ____________________________________________________________________________
20694 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
20695         Log: Subject: [PATCH] Regexp Recurse by name.
20696              From: demerphq <demerphq@gmail.com>
20697              Date: Mon, 9 Oct 2006 20:36:20 +0200
20698              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
20699              
20700              (with doc nits)
20701      Branch: perl
20702            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
20703            ! regcomp.c t/op/re_tests
20704 ____________________________________________________________________________
20705 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
20706         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
20707              From: Jarkko Hietaniemi <jhi@iki.fi>
20708              Date: Tue, 10 Oct 2006 13:52:57 +0300
20709              Message-ID: <452B7B89.201@iki.fi>
20710      Branch: perl
20711            ! ext/Encode/bin/enc2xs
20712 ____________________________________________________________________________
20713 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
20714         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
20715              From: Jarkko Hietaniemi <jhi@iki.fi>
20716              Date: Tue, 10 Oct 2006 14:00:40 +0300
20717              Message-ID: <452B7D58.1090009@iki.fi>
20718      Branch: perl
20719            ! hints/linux.sh hints/solaris_2.sh
20720 ____________________________________________________________________________
20721 [ 28978] By: steveh                                on 2006/10/10  10:25:06
20722         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
20723              
20724              Add some instructions in README.win32, clarify macro comments and add
20725              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
20726              Makefile--the Express Edition of Visual C++ 2005 is free and includes
20727              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
20728              which didn't include it.
20729              
20730              Unfortunately, the build still doesn't work yet--my attempt got as far
20731              as building extensions, but miniperl.exe crashed.  Hopefully this can
20732              be sorted out soon.
20733      Branch: perl
20734            ! README.win32 win32/Makefile win32/makefile.mk
20735 ____________________________________________________________________________
20736 [ 28977] By: craigb                                on 2006/10/10  03:29:50
20737         Log: fix a doc typo and a warning typo in VMS::DCLsym
20738      Branch: perl
20739            ! vms/ext/DCLsym/DCLsym.pm
20740 ____________________________________________________________________________
20741 [ 28976] By: stevep                                on 2006/10/09  20:17:07
20742         Log: Make g++ happy when compiling NDBM_File on a system that
20743              is likely using the GDBM compatibility headers that 
20744              g++ (and other C++ implementations) cannot handle.
20745      Branch: perl
20746            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
20747 ____________________________________________________________________________
20748 [ 28975] By: davem                                 on 2006/10/09  16:35:02
20749         Log: fix bad free in do_exec3()
20750      Branch: perl
20751            ! doio.c
20752 ____________________________________________________________________________
20753 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
20754         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
20755              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20756              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
20757              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
20758      Branch: perl
20759            ! ext/Encode/Encode.xs
20760 ____________________________________________________________________________
20761 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
20762         Log: Address update for Jerry D. Hedden
20763      Branch: perl
20764            ! AUTHORS
20765 ____________________________________________________________________________
20766 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
20767         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
20768      Branch: perl
20769            ! pod/perl595delta.pod
20770 ____________________________________________________________________________
20771 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
20772         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
20773              From: Jarkko Hietaniemi <jhi@iki.fi>
20774              Date: Mon, 09 Oct 2006 14:24:09 +0300
20775              Message-ID: <452A3159.3060003@iki.fi>
20776      Branch: perl
20777            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
20778 ____________________________________________________________________________
20779 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
20780         Log: Add perl595delta
20781      Branch: perl
20782            + pod/perl595delta.pod
20783            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
20784            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20785            ! win32/pod.mak
20786 ____________________________________________________________________________
20787 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
20788         Log: Bump version to 5.9.5
20789      Branch: perl
20790            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
20791            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
20792            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
20793            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
20794            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
20795 ____________________________________________________________________________
20796 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
20797         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
20798              From: Jarkko Hietaniemi <jhi@iki.fi>
20799              Date: Mon, 09 Oct 2006 12:47:11 +0300
20800              Message-ID: <452A1A9F.4080103@iki.fi>
20801      Branch: perl
20802            ! regexec.c
20803 ____________________________________________________________________________
20804 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
20805         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
20806              From: demerphq <demerphq@gmail.com>
20807              Date: Sun, 8 Oct 2006 20:14:24 +0200
20808              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
20809      Branch: perl
20810            ! hv.c regcomp.c t/op/pat.t
20811 ____________________________________________________________________________
20812 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
20813         Log: Revert change 28962 (at least until a better solution is found)
20814      Branch: perl
20815            ! XSUB.h perl.h sv.c
20816 ____________________________________________________________________________
20817 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
20818         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
20819              affect the decimal point in output, by Jarkko.
20820      Branch: perl
20821            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
20822 ____________________________________________________________________________
20823 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
20824         Log: Document the growth policy, and Yves suggested a better arbitary
20825              constant. (The original plan was add 80 if free space is less than 80,
20826              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
20827      Branch: perl
20828            ! ext/Data/Dumper/Dumper.xs
20829 ____________________________________________________________________________
20830 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
20831         Log: Yves said that the XS version of Data::Dumper was inefficient because
20832              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
20833              force approach to pre-stretching the buffer - if there are less than
20834              40 bytes free, grow it by 50%.
20835              
20836              Surprisingly effective for my test program
20837              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
20838              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
20839              
20840              Before
20841              real    2m42.921s
20842              user    1m43.321s
20843              sys     0m55.611s
20844              
20845              
20846              After
20847              real    0m5.205s
20848              user    0m4.885s
20849              sys     0m0.255s
20850              
20851              Same 25M of output, byte for byte. :-)
20852      Branch: perl
20853            ! ext/Data/Dumper/Dumper.xs
20854 ____________________________________________________________________________
20855 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
20856         Log: No need to create a new magic vtable if it's all 0 pointers.
20857              [And these are function pointers, so they're not NULL :-)]
20858      Branch: perl
20859            ! XSUB.h perl.h sv.c
20860 ____________________________________________________________________________
20861 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
20862         Log: Make reference stringification (blessed and unblessed) about as fast as
20863              is possible, because I'm told it's used quite frequently.
20864      Branch: perl
20865            ! sv.c
20866 ____________________________________________________________________________
20867 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
20868         Log: Use packed addresses for the seen tracking hash, rather than
20869              "stringified" references. These use less memory, and should be faster
20870              as there is no call to sprintf().
20871      Branch: perl
20872            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
20873 ____________________________________________________________________________
20874 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
20875         Log: Eliminate two more unneeded strlen()s from Dumper.xs
20876      Branch: perl
20877            ! ext/Data/Dumper/Dumper.xs
20878 ____________________________________________________________________________
20879 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
20880         Log: Subject: [PATCH] threads 1.43 - stringify
20881              From: Jerry Hedden <jdhedden@yahoo.com>
20882              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
20883              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
20884      Branch: perl
20885            - ext/threads/typemap
20886            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
20887            ! ext/threads/README ext/threads/t/basic.t
20888            ! ext/threads/t/thread.t ext/threads/threads.pm
20889 ____________________________________________________________________________
20890 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
20891         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
20892              From: demerphq <demerphq@gmail.com>
20893              Date: Fri, 6 Oct 2006 19:16:01 +0200
20894              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
20895      Branch: perl
20896            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
20897            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
20898            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
20899            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
20900 ____________________________________________________________________________
20901 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
20902         Log: Change sprintf() to my_sprintf(), and use the returned length from
20903              that and my_snprintf() to avoid calls to strlen()
20904      Branch: perl
20905            ! ext/Data/Dumper/Dumper.xs
20906 ____________________________________________________________________________
20907 [ 28955] By: merijn                                on 2006/10/07  11:56:31
20908         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
20909              From: Jarkko Hietaniemi <jhi@iki.fi>
20910              Date: Sat, 07 Oct 2006 13:37:04 +0300
20911              Message-ID: <45278350.8020707@iki.fi>
20912      Branch: perl
20913            ! cflags.SH
20914 ____________________________________________________________________________
20915 [ 28954] By: merijn                                on 2006/10/07  11:52:04
20916         Log: Subject: [PATCH] another g++ patch (Util.xs)
20917              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20918              Date: Fri, 6 Oct 2006 11:14:03 +0100
20919              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
20920      Branch: perl
20921            ! ext/List/Util/Util.xs
20922 ____________________________________________________________________________
20923 [ 28953] By: stevep                                on 2006/10/07  01:34:15
20924         Log: Upgrade to Test-Harness-2.64
20925      Branch: perl
20926            + lib/Test/Harness/Results.pm
20927            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
20928            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
20929            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
20930            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
20931            ! lib/Test/Harness/t/prove-switches.t
20932            ! lib/Test/Harness/t/strap-analyze.t
20933            ! lib/Test/Harness/t/test-harness.t
20934 ____________________________________________________________________________
20935 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
20936         Log: Make the executable slightly smaller by using PL_hexdigit in
20937              Perl_sv_vcatpvfn.
20938      Branch: perl
20939            ! sv.c
20940 ____________________________________________________________________________
20941 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
20942         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
20943              for errors. Add overload.pl to regen.pl
20944      Branch: perl
20945            ! overload.pl regen.pl
20946 ____________________________________________________________________________
20947 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
20948         Log: Generate the overload enum and names array programatically, which
20949              allows experimentation with the order. The new order shaves nearly
20950              900 bytes from gv.o, because the compiler can make smaller branch
20951              tables for switch statements.
20952      Branch: perl
20953            + overload.h overload.pl
20954            ! MANIFEST perl.h
20955 ____________________________________________________________________________
20956 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
20957         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
20958              systems, by placing the two U32 fields next to each other.
20959      Branch: perl
20960            ! perl.h
20961 ____________________________________________________________________________
20962 [ 28948] By: stevep                                on 2006/10/06  20:02:48
20963         Log: Upgrade to PathTools-3.21
20964      Branch: perl
20965            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
20966            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
20967            ! lib/File/Spec/t/Spec.t
20968 ____________________________________________________________________________
20969 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
20970         Log: Don't bother generating the "Operation \"%s\": no method found..."
20971              message text if we're not going to use it.
20972      Branch: perl
20973            ! gv.c
20974 ____________________________________________________________________________
20975 [ 28946] By: davem                                 on 2006/10/05  18:16:19
20976         Log: Document the new regmatch() backtracking mechanism
20977      Branch: perl
20978            ! regexec.c
20979 ____________________________________________________________________________
20980 [ 28945] By: davem                                 on 2006/10/05  16:05:57
20981         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
20982      Branch: perl
20983            ! regexec.c regexp.h
20984 ____________________________________________________________________________
20985 [ 28944] By: davem                                 on 2006/10/05  14:00:38
20986         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
20987      Branch: perl
20988            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
20989 ____________________________________________________________________________
20990 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
20991         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
20992              From: demerphq <demerphq@gmail.com>
20993              Date: Wed, 4 Oct 2006 19:08:47 +0200
20994              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
20995      Branch: perl
20996            ! regcomp.c regcomp.h
20997 ____________________________________________________________________________
20998 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
20999         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
21000      Branch: perl
21001            ! regcomp.c
21002 ____________________________________________________________________________
21003 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
21004         Log: Fix a couple of casting warnings
21005      Branch: perl
21006            ! regcomp.c
21007 ____________________________________________________________________________
21008 [ 28940] By: stevep                                on 2006/10/05  11:30:56
21009         Log: Fix a few pod nits in perlre.
21010      Branch: perl
21011            ! pod/perlre.pod
21012 ____________________________________________________________________________
21013 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
21014         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
21015              From: demerphq <demerphq@gmail.com>
21016              Date: Wed, 4 Oct 2006 15:45:15 +0200
21017              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
21018              
21019              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
21020              From: demerphq <demerphq@gmail.com>
21021              Date: Wed, 4 Oct 2006 21:05:10 +0200
21022              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
21023      Branch: perl
21024            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
21025            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
21026            ! regnodes.h t/op/pat.t t/op/re_tests
21027 ____________________________________________________________________________
21028 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
21029         Log: Upgrade to Module::CoreList 2.09:
21030              - make the dependency on version.pm optional
21031              - improve doc of corelist(1)
21032      Branch: perl
21033            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
21034 ____________________________________________________________________________
21035 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
21036         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
21037              need adjustments on other platforms)
21038      Branch: perl
21039            ! ext/Digest/MD5/t/files.t
21040 ____________________________________________________________________________
21041 [ 28936] By: stevep                                on 2006/10/04  19:56:13
21042         Log: Change to sv_reftype return value caused compile for Digest::MD5
21043              with g++ to fail.
21044      Branch: perl
21045            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
21046 ____________________________________________________________________________
21047 [ 28935] By: stevep                                on 2006/10/04  19:44:58
21048         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
21049              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21050              Date: Wed, 4 Oct 2006 17:14:05 +0100
21051              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
21052      Branch: perl
21053            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
21054            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
21055            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
21056            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
21057            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
21058            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
21059            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
21060            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
21061            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
21062            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
21063            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
21064 ____________________________________________________________________________
21065 [ 28934] By: stevep                                on 2006/10/04  18:45:37
21066         Log: Fixes to compile Perl with g++ and DEBUGGING.
21067      Branch: perl
21068            ! regcomp.pl regnodes.h x2p/a2p.c
21069 ____________________________________________________________________________
21070 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
21071         Log: Subject: [PATCH] Update Stratus VOS files.
21072              From: "Green, Paul" <Paul.Green@stratus.com>
21073              Date: Tue, 3 Oct 2006 17:40:03 -0400
21074              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
21075      Branch: perl
21076            + vos/syslog.h
21077            ! MANIFEST vos/Changes vos/vos.c
21078 ____________________________________________________________________________
21079 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
21080         Log: Text::Soundex is now dual-lived.
21081      Branch: perl
21082            ! Porting/Maintainers.pl
21083 ____________________________________________________________________________
21084 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
21085         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
21086              From: Jerry Hedden <jdhedden@yahoo.com>
21087              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
21088              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
21089      Branch: perl
21090            + ext/threads/shared/Changes
21091            ! MANIFEST ext/threads/shared/Makefile.PL
21092 ____________________________________________________________________________
21093 [ 28930] By: stevep                                on 2006/10/03  15:36:55
21094         Log: Upgrade to CGI.pm-3.25
21095      Branch: perl
21096            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
21097 ____________________________________________________________________________
21098 [ 28929] By: stevep                                on 2006/10/03  15:08:35
21099         Log: Quiet warnings in new test for ExtUtils::Command.
21100      Branch: perl
21101            ! lib/ExtUtils/t/eu_command.t
21102 ____________________________________________________________________________
21103 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
21104         Log: Subject: PATCH: clarify docs for lib.pm
21105              From: Mark Stosberg <mark@summersault.com>
21106              Date: Mon, 25 Sep 2006 15:53:44 -0400
21107              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
21108              
21109              (further modified by Merijn)
21110      Branch: perl
21111            ! lib/lib_pm.PL
21112 ____________________________________________________________________________
21113 [ 28927] By: stevep                                on 2006/10/03  14:52:45
21114         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
21115              Text-Soundex-3.02.
21116      Branch: perl
21117            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
21118            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
21119            + ext/Text/Soundex/Soundex.xs
21120           +> ext/Text/Soundex/t/Soundex.t
21121            - lib/Text/Soundex.pm lib/Text/Soundex.t
21122            ! MANIFEST
21123 ____________________________________________________________________________
21124 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
21125         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
21126              From: Jim Cromie <jim.cromie@gmail.com>
21127              Date: Fri, 29 Sep 2006 12:38:56 -0600
21128              Message-ID: <451D6840.3020408@gmail.com>
21129      Branch: perl
21130            ! perl.c perl.h
21131 ____________________________________________________________________________
21132 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
21133         Log: Un-TODO some B tests
21134      Branch: perl
21135            ! ext/B/t/optree_constants.t
21136 ____________________________________________________________________________
21137 [ 28924] By: stevep                                on 2006/10/03  13:51:30
21138         Log: Upgrade to version-0.6701  
21139      Branch: perl
21140            ! lib/version.pm
21141 ____________________________________________________________________________
21142 [ 28923] By: stevep                                on 2006/10/03  13:46:26
21143         Log: Upgrade to threads-shared-1.03
21144      Branch: perl
21145            ! ext/threads/shared/README ext/threads/shared/shared.pm
21146            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
21147            ! ext/threads/shared/t/av_refs.t
21148            ! ext/threads/shared/t/av_simple.t
21149            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
21150            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
21151            ! ext/threads/shared/t/hv_simple.t
21152            ! ext/threads/shared/t/no_share.t
21153            ! ext/threads/shared/t/shared_attr.t
21154            ! ext/threads/shared/t/sv_refs.t
21155            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
21156            ! mkppport.lst
21157 ____________________________________________________________________________
21158 [ 28922] By: stevep                                on 2006/10/03  13:28:30
21159         Log: Upgrade to threads-1.42
21160      Branch: perl
21161            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
21162            ! ext/threads/t/thread.t ext/threads/threads.pm
21163 ____________________________________________________________________________
21164 [ 28921] By: stevep                                on 2006/10/03  13:19:48
21165         Log: Upgrade to ExtUtils-Manifest-1.48
21166      Branch: perl
21167            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
21168 ____________________________________________________________________________
21169 [ 28920] By: stevep                                on 2006/10/03  13:13:53
21170         Log: Upgrade to CPAN-1.88_52
21171      Branch: perl
21172            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
21173            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
21174            ! lib/CPAN/t/10version.t
21175 ____________________________________________________________________________
21176 [ 28919] By: stevep                                on 2006/10/03  13:08:35
21177         Log: Upgrade to Time-HiRes-1.91
21178      Branch: perl
21179            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21180            ! ext/Time/HiRes/HiRes.xs
21181 ____________________________________________________________________________
21182 [ 28918] By: stevep                                on 2006/10/03  13:06:06
21183         Log: Update to ExtUtils-Command-1.11
21184      Branch: perl
21185            + lib/ExtUtils/t/eu_command.t
21186            - lib/ExtUtils/t/Command.t
21187            ! MANIFEST lib/ExtUtils/Command.pm
21188 ____________________________________________________________________________
21189 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
21190         Log: Subject: [perl #40427] Segfault in pack 
21191              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
21192              Date: Thu, 28 Sep 2006 17:30:37 -0700
21193              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
21194      Branch: perl
21195            ! pp_pack.c
21196 ____________________________________________________________________________
21197 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
21198         Log: Regenerate proto.h
21199      Branch: perl
21200            ! proto.h
21201 ____________________________________________________________________________
21202 [ 28915] By: merijn                                on 2006/10/03  06:56:41
21203         Log: Subject: [PATCH] const sv_reftype
21204              From: Jarkko Hietaniemi <jhi@iki.fi>
21205              Date: Tue, 03 Oct 2006 08:05:24 +0300
21206              Message-ID: <4521EF94.5080602@iki.fi>
21207      Branch: perl
21208            ! embed.fnc pod/perlapi.pod sv.c
21209 ____________________________________________________________________________
21210 [ 28914] By: merijn                                on 2006/10/02  20:50:18
21211         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
21212              From: Jarkko Hietaniemi <jhi@iki.fi>
21213              Date: Mon, 02 Oct 2006 13:04:14 +0300
21214              Message-ID: <4520E41E.8040300@iki.fi>
21215      Branch: perl
21216            ! cflags.SH
21217 ____________________________________________________________________________
21218 [ 28913] By: merijn                                on 2006/10/02  11:10:21
21219         Log: doc typo change on jhi's request
21220      Branch: perl
21221            ! pod/perldiag.pod
21222 ____________________________________________________________________________
21223 [ 28912] By: merijn                                on 2006/10/02  10:09:48
21224         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
21225              From: Jarkko Hietaniemi <jhi@iki.fi>
21226              Date: Mon, 02 Oct 2006 12:58:18 +0300
21227              Message-ID: <4520E2BA.1000309@iki.fi>
21228      Branch: perl
21229            ! pod/perldiag.pod
21230 ____________________________________________________________________________
21231 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
21232         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
21233              first time through to reduce the checks on subsequent calls.
21234      Branch: perl
21235            ! perlio.c
21236 ____________________________________________________________________________
21237 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
21238         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
21239      Branch: perl
21240            ! pp_sys.c
21241 ____________________________________________________________________________
21242 [ 28909] By: stevep                                on 2006/09/30  14:17:55
21243         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
21244              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
21245              Date: Sat, 30 Sep 2006 13:44:02 +0200
21246              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
21247      Branch: perl
21248            + lib/CPAN/Queue.pm
21249            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
21250            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
21251            ! lib/CPAN/t/03pkgs.t
21252 ____________________________________________________________________________
21253 [ 28908] By: davem                                 on 2006/09/30  11:31:14
21254         Log: remove backing up outercc->cur in regmatch()/WHILEM
21255      Branch: perl
21256            ! regexec.c
21257 ____________________________________________________________________________
21258 [ 28907] By: davem                                 on 2006/09/30  00:29:10
21259         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
21260      Branch: perl
21261            ! regexec.c
21262 ____________________________________________________________________________
21263 [ 28906] By: davem                                 on 2006/09/30  00:22:20
21264         Log: add stress test for CURLYX/WHILEM regex ops
21265      Branch: perl
21266            ! t/op/pat.t
21267 ____________________________________________________________________________
21268 [ 28905] By: davem                                 on 2006/09/30  00:07:49
21269         Log: rationalise sayYES and sayNO code in regmatch()
21270      Branch: perl
21271            ! regexec.c regexp.h
21272 ____________________________________________________________________________
21273 [ 28904] By: merijn                                on 2006/09/29  17:54:12
21274         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
21275              From: demerphq <demerphq@gmail.com>
21276              Date: Fri, 29 Sep 2006 17:39:16 +0200
21277              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
21278      Branch: perl
21279            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
21280 ____________________________________________________________________________
21281 [ 28903] By: stevep                                on 2006/09/29  15:10:41
21282         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
21283              From: Jarkko Hietaniemi <jhi@iki.fi>
21284              Date: Fri, 29 Sep 2006 17:41:28 +0300
21285              Message-ID: <451D3098.1000305@iki.fi>
21286      Branch: perl
21287            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
21288            ! pod/perldiag.pod
21289 ____________________________________________________________________________
21290 [ 28902] By: merijn                                on 2006/09/29  15:05:22
21291         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
21292              From: demerphq <demerphq@gmail.com>
21293              Date: Fri, 29 Sep 2006 16:57:07 +0200
21294              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
21295      Branch: perl
21296            ! perl.h regcomp.c regexp.h
21297 ____________________________________________________________________________
21298 [ 28901] By: stevep                                on 2006/09/29  13:55:55
21299         Log: Fix debug format in regcomp.c that was failing under
21300              -Doptimize="-g"
21301      Branch: perl
21302            ! regcomp.c
21303 ____________________________________________________________________________
21304 [ 28900] By: merijn                                on 2006/09/29  12:29:24
21305         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
21306              From: demerphq <demerphq@gmail.com>
21307              Date: Fri, 29 Sep 2006 12:41:26 +0200
21308              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
21309      Branch: perl
21310            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
21311            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
21312            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
21313            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
21314            ! regexp.h regnodes.h sv.c thrdvar.h
21315 ____________________________________________________________________________
21316 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
21317         Log: Silence two warnings from gcc when being -pedantic
21318      Branch: perl
21319            ! perl.h
21320 ____________________________________________________________________________
21321 [ 28898] By: merijn                                on 2006/09/28  11:23:38
21322         Log: Subject: Re: reentr reshuffle
21323              From: Jarkko Hietaniemi <jhi@iki.fi>
21324              Date: Thu, 28 Sep 2006 14:15:45 +0300
21325              Message-ID: <451BAEE1.1070509@iki.fi>
21326      Branch: perl
21327            ! reentr.h reentr.pl
21328 ____________________________________________________________________________
21329 [ 28897] By: merijn                                on 2006/09/28  10:36:00
21330         Log: Regen for #28896
21331      Branch: perl
21332            ! reentr.c reentr.h
21333 ____________________________________________________________________________
21334 [ 28896] By: merijn                                on 2006/09/28  10:30:21
21335         Log: Subject: reentr reshuffle
21336              From: Jarkko Hietaniemi <jhi@iki.fi>
21337              Date: Thu, 28 Sep 2006 12:40:04 +0300
21338              Message-ID: <451B9874.7060000@iki.fi>
21339      Branch: perl
21340            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
21341 ____________________________________________________________________________
21342 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
21343         Log: Saddest patch I ever had to apply.
21344      Branch: perl
21345            ! Porting/Maintainers.pl
21346 ____________________________________________________________________________
21347 [ 28894] By: steveh                                on 2006/09/27  08:37:23
21348         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
21349              when USE_ITHREADS is not defined
21350              
21351              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
21352      Branch: perl
21353            ! makedef.pl
21354 ____________________________________________________________________________
21355 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
21356         Log: Make Perl_regdupe only exist for threaded perls.
21357      Branch: perl
21358            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
21359            ! thrdvar.h
21360 ____________________________________________________________________________
21361 [ 28892] By: davem                                 on 2006/09/25  22:01:36
21362         Log: Automate generation of the regmatch() state constants
21363              
21364              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
21365              From:  demerphq <demerphq@gmail.com>
21366              Date:  Mon, 25 Sep 2006 20:09:07 +0200
21367              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
21368      Branch: perl
21369            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
21370 ____________________________________________________________________________
21371 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
21372         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
21373              From: demerphq <demerphq@gmail.com>
21374              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
21375              Date: Sun, 17 Sep 2006 14:57:57 +0200
21376      Branch: perl
21377            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
21378            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
21379 ____________________________________________________________________________
21380 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
21381         Log: Remove three X<...> that cannot be handled by pod2text currently
21382              (spotted by David Landgren)
21383      Branch: perl
21384            ! pod/perlref.pod
21385 ____________________________________________________________________________
21386 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
21387         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
21388              From: David Landgren <david@landgren.net>
21389              Date: Mon, 25 Sep 2006 15:03:33 +0200
21390              Message-ID: <4517D3A5.4010200@landgren.net>
21391      Branch: perl
21392            ! pod/perlref.pod
21393 ____________________________________________________________________________
21394 [ 28888] By: davem                                 on 2006/09/25  10:03:41
21395         Log: Fix re debug formatting nits
21396              
21397              From: demerphq <demerphq@gmail.com>
21398              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
21399              Date: Mon, 25 Sep 2006 11:37:36 +0200
21400              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
21401      Branch: perl
21402            ! regexec.c
21403 ____________________________________________________________________________
21404 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
21405         Log: Typo fix in overload docs
21406      Branch: perl
21407            ! lib/overload.pm
21408 ____________________________________________________________________________
21409 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
21410         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
21411              From: Jarkko Hietaniemi <jhi@iki.fi>
21412              Message-ID: <45175CA4.3020900@iki.fi>
21413              Date: Mon, 25 Sep 2006 07:35:48 +0300
21414              
21415              remove casts that were causing failure on FreeBSD -Duse64bitint, and
21416              some other cleanups.
21417      Branch: perl
21418            ! doio.c reentr.c reentr.pl
21419 ____________________________________________________________________________
21420 [ 28885] By: davem                                 on 2006/09/25  01:23:31
21421         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
21422      Branch: perl
21423            ! perl.c regexec.c regexp.h
21424 ____________________________________________________________________________
21425 [ 28884] By: davem                                 on 2006/09/24  22:31:59
21426         Log: fix regression introduced in #27778: must backtrack into inner regex
21427              "aa" =~ /(??{"a+"})a/
21428      Branch: perl
21429            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
21430 ____________________________________________________________________________
21431 [ 28883] By: davem                                 on 2006/09/24  22:03:05
21432         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
21433      Branch: perl
21434            ! regexec.c regexp.h
21435 ____________________________________________________________________________
21436 [ 28882] By: davem                                 on 2006/09/24  21:23:28
21437         Log: allow fields in re_tests to include \x{nnn} etc
21438      Branch: perl
21439            ! t/op/re_tests t/op/regexp.t
21440 ____________________________________________________________________________
21441 [ 28881] By: stevep                                on 2006/09/23  16:58:17
21442         Log: Upgrade to CPAN-1.8801.
21443      Branch: perl
21444            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
21445 ____________________________________________________________________________
21446 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
21447         Log: Document the values that mad_key can hold
21448              (by Larry)
21449      Branch: perl
21450            ! op.h
21451 ____________________________________________________________________________
21452 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
21453         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
21454              From: "Jan Dubois" <jand@ActiveState.com>
21455              Date: Thu, 6 Apr 2006 18:37:21 -0700
21456              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
21457      Branch: perl
21458            ! perlio.c
21459 ____________________________________________________________________________
21460 [ 28878] By: merijn                                on 2006/09/21  12:02:14
21461         Log: Subject: Re: \N{...} in regular expression [PATCH]
21462              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21463              Date: Thu, 21 Sep 2006 20:47:02 +0900
21464              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
21465      Branch: perl
21466            ! pod/perlop.pod
21467 ____________________________________________________________________________
21468 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
21469         Log: Subject: [PATCH] deal with some gcc warnings
21470              From: Jarkko Hietaniemi <jhi@iki.fi>
21471              Date: Thu, 21 Sep 2006 09:08:47 +0300
21472              Message-ID: <45122C6F.9080904@iki.fi>
21473      Branch: perl
21474            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
21475            ! util.c
21476 ____________________________________________________________________________
21477 [ 28876] By: stevep                                on 2006/09/21  02:17:30
21478         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
21479              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
21480              Date: Tue, 19 Sep 2006 20:56:32 -0700
21481              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
21482      Branch: perl
21483            ! lib/File/Find.pm
21484 ____________________________________________________________________________
21485 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
21486         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
21487              
21488              Subject: Safe signals and SIGSEGV
21489              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
21490              Date: Fri, 8 Sep 2006 17:43:41 +0200
21491              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
21492      Branch: perl
21493            ! mg.c
21494 ____________________________________________________________________________
21495 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
21496         Log: prototype() wasn't working to get the prototype of optional core
21497              keywords (like say, err, given.) Fix this by adding a parameter to
21498              Perl_keyword to always get the keyword number, even if the feature
21499              isn't in effect.
21500      Branch: perl
21501            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
21502            ! toke.c
21503 ____________________________________________________________________________
21504 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
21505         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
21506              From: Andrew Savige <ajsavige@yahoo.com.au>
21507              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
21508              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
21509      Branch: perl
21510            ! win32/win32.c
21511 ____________________________________________________________________________
21512 [ 28872] By: merijn                                on 2006/09/19  19:09:36
21513         Log: Subject: Re: \N{...} in regular expression [PATCH]
21514              From: demerphq <demerphq@gmail.com>
21515              Date: Tue, 19 Sep 2006 20:36:17 +0200
21516              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
21517      Branch: perl
21518            ! regcomp.c
21519 ____________________________________________________________________________
21520 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
21521         Log: Upgrade to podlators 2.0.5
21522      Branch: perl
21523            + lib/Pod/t/pod-parser.t
21524            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
21525            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
21526 ____________________________________________________________________________
21527 [ 28870] By: merijn                                on 2006/09/19  11:16:11
21528         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
21529              on HP-UX 11.00.
21530      Branch: perl
21531            ! README.hpux
21532 ____________________________________________________________________________
21533 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
21534         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
21535              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
21536              Date: Mon, 18 Sep 2006 17:36:50 -0300
21537              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
21538      Branch: perl
21539            ! lib/File/Copy.t
21540 ____________________________________________________________________________
21541 [ 28868] By: merijn                                on 2006/09/19  06:56:36
21542         Log: Subject: Re: \N{...} in regular expression [PATCH]
21543              From: demerphq <demerphq@gmail.com>
21544              Date: Tue, 19 Sep 2006 01:37:19 +0200
21545              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
21546      Branch: perl
21547            + t/lib/Cname.pm
21548            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
21549            ! regexec.c t/op/pat.t toke.c
21550 ____________________________________________________________________________
21551 [ 28867] By: merijn                                on 2006/09/19  06:45:26
21552         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
21553              From: Jarkko Hietaniemi <jhi@iki.fi>
21554              Date: Tue, 19 Sep 2006 09:19:22 +0300
21555              Message-ID: <450F8BEA.1010802@iki.fi>
21556      Branch: perl
21557            ! Makefile.SH cflags.SH
21558 ____________________________________________________________________________
21559 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
21560         Log: Fix declaration-after-statement problem
21561              
21562              Subject: [bug] IO::Socket's IO.xs fails to compile
21563              From: Sebastian Steinlechner <steinlechner@gmx.net>
21564              Date: Mon, 18 Sep 2006 01:38:31 +0200
21565              Message-ID: <450DDC77.2060405@gmx.net>
21566      Branch: perl
21567            ! ext/IO/IO.xs
21568 ____________________________________________________________________________
21569 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
21570         Log: Subject: [PATCH] bleed -  silence warning in sv.c
21571              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
21572              Date: Mon, 18 Sep 2006 01:30:05 -0700
21573              Message-ID: <450E590D.1060205@p6m7g8.com>
21574      Branch: perl
21575            ! sv.c
21576 ____________________________________________________________________________
21577 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
21578         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
21579              From: John Peacock <jpeacock@rowman.com>
21580              Date: Sun, 17 Sep 2006 16:58:58 -0400
21581              Message-ID: <450DB712.4040703@rowman.com>
21582      Branch: perl
21583            ! universal.c util.c
21584 ____________________________________________________________________________
21585 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
21586         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
21587              unsigned warning.
21588      Branch: perl
21589            ! doio.c
21590 ____________________________________________________________________________
21591 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
21592         Log: Avoid compiler warning about a variable that isn't used when
21593              -DDEBUGGING is not in force.
21594      Branch: perl
21595            ! regcomp.c
21596 ____________________________________________________________________________
21597 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
21598         Log: A better version of change #28847
21599      Branch: perl
21600            ! universal.c util.c
21601 ____________________________________________________________________________
21602 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
21603         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
21604              From: Jarkko Hietaniemi <jhi@iki.fi>
21605              Date: Sun, 17 Sep 2006 10:29:08 +0300
21606              Message-ID: <450CF944.7000402@iki.fi>
21607      Branch: perl
21608            ! util.c
21609 ____________________________________________________________________________
21610 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
21611         Log: Some notes about struct block_loop
21612      Branch: perl
21613            ! cop.h
21614 ____________________________________________________________________________
21615 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
21616         Log: Store a pointer to the op in struct block_loop, rather than the 
21617              pointers to last and redo. (for ithreads also drop the next pointer,
21618              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
21619              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
21620      Branch: perl
21621            ! cop.h pp_ctl.c scope.c sv.c
21622 ____________________________________________________________________________
21623 [ 28857] By: stevep                                on 2006/09/16  20:19:08
21624         Log: Upgrade to CPAN-CPAN-1.87_64
21625      Branch: perl
21626            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
21627            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
21628            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
21629 ____________________________________________________________________________
21630 [ 28856] By: stevep                                on 2006/09/16  19:37:51
21631         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
21632              changes in bleadperl not in the new version, so version was bumped
21633              to 2.16_01.
21634      Branch: perl
21635            ! lib/ExtUtils/ParseXS.pm
21636 ____________________________________________________________________________
21637 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
21638         Log: Shrink the interpreter structure by 4 bytes (usually) by making
21639              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
21640              in struct block_eval in cop.h to avoid any possible compiler warnings)
21641      Branch: perl
21642            ! cop.h thrdvar.h
21643 ____________________________________________________________________________
21644 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
21645         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
21646              failed to realise that struct block_sub is not the largest of the
21647              4 structures in the block.blk_u union. (It's actually block_loop)
21648      Branch: perl
21649            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
21650 ____________________________________________________________________________
21651 [ 28851] By: craigb                                on 2006/09/16  15:14:36
21652         Log: return value of -1 without errno set is ok in 
21653              ext/POSIX/t/sysconf.t (it just means the feature is
21654              not implemented, not defined, or has no limit)
21655      Branch: perl
21656            ! ext/POSIX/t/sysconf.t
21657 ____________________________________________________________________________
21658 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
21659         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
21660      Branch: perl
21661            ! util.c
21662 ____________________________________________________________________________
21663 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
21664         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
21665      Branch: perl
21666            ! ext/Encode/bin/enc2xs
21667 ____________________________________________________________________________
21668 [ 28848] By: craigb                                on 2006/09/15  00:39:32
21669         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
21670              duplicate definition of Perl_my_setenv on VMS.
21671      Branch: perl
21672            ! util.c
21673 ____________________________________________________________________________
21674 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
21675         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
21676              Always convert version to number under C locale settings
21677      Branch: perl
21678            ! util.c
21679 ____________________________________________________________________________
21680 [ 28846] By: stevep                                on 2006/09/14  15:24:04
21681         Log: Subject: [PATCH] C++ Encode
21682              From: Jarkko Hietaniemi <jhi@iki.fi>
21683              Date: Thu, 14 Sep 2006 09:05:10 +0300
21684              Message-ID: <4508F116.40606@iki.fi>
21685      Branch: perl
21686            ! ext/Encode/bin/enc2xs
21687 ____________________________________________________________________________
21688 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
21689         Log: MakeMaker is being split in new sub-distributions on CPAN
21690      Branch: perl
21691            ! Porting/Maintainers.pl
21692 ____________________________________________________________________________
21693 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
21694         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
21695              From: demerphq <demerphq@gmail.com>
21696              Date: Thu, 14 Sep 2006 14:28:16 +0200
21697              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
21698      Branch: perl
21699            ! util.c
21700 ____________________________________________________________________________
21701 [ 28843] By: craigb                                on 2006/09/14  03:50:18
21702         Log: Define d_cplusplus on VMS when appropriate
21703      Branch: perl
21704            ! configure.com
21705 ____________________________________________________________________________
21706 [ 28842] By: stevep                                on 2006/09/14  01:36:13
21707         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
21708              From: Jarkko Hietaniemi <jhi@iki.fi>
21709              Date: Wed, 13 Sep 2006 20:19:04 +0300
21710              Message-ID: <45083D88.7050207@iki.fi>
21711              
21712              Plus a tweak to the name of CC.
21713      Branch: perl
21714            ! cflags.SH hints/solaris_2.sh perl.h
21715 ____________________________________________________________________________
21716 [ 28841] By: stevep                                on 2006/09/14  01:10:01
21717         Log: Regenerated mktables.lst per Yves Orton's suggestion.
21718      Branch: perl
21719            ! lib/unicore/mktables.lst
21720 ____________________________________________________________________________
21721 [ 28840] By: stevep                                on 2006/09/13  16:05:33
21722         Log: darwin also seems to be lacking a dl_unload_file() in its
21723              DynaLoader, so some additional skips are needed.  If I only
21724              had a NeXT to test with now...
21725      Branch: perl
21726            ! ext/DynaLoader/t/DynaLoader.t
21727 ____________________________________________________________________________
21728 [ 28839] By: stevep                                on 2006/09/13  15:34:46
21729         Log: Add darwin to the list of OS's that fail to pass test 
21730              op/sprintf.t #157.  Newer versions appear to be OK, 
21731              but Mac OS X 10.2.X regularly fail with this test.
21732      Branch: perl
21733            ! t/op/sprintf.t
21734 ____________________________________________________________________________
21735 [ 28838] By: stevep                                on 2006/09/13  14:59:01
21736         Log: Test cases for version cannot handle Test::More versions that
21737              end with _0X.  TODO-ing the failing test cases for now.
21738      Branch: perl
21739            ! lib/version.t
21740 ____________________________________________________________________________
21741 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
21742         Log: Upgrade to CPAN 1.87_63
21743      Branch: perl
21744            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
21745            ! lib/CPAN/SIGNATURE
21746 ____________________________________________________________________________
21747 [ 28836] By: stevep                                on 2006/09/13  13:35:32
21748         Log: Upgrade to Test-Simple-0.64_02
21749      Branch: perl
21750            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
21751            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
21752            ! lib/Test/Simple/Changes
21753            ! lib/Test/Simple/t/00test_harness_check.t
21754            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
21755            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
21756            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
21757            ! lib/Test/Simple/t/harness_active.t
21758            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
21759            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21760            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
21761            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
21762            ! lib/Test/Simple/t/threads.t
21763 ____________________________________________________________________________
21764 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
21765         Log: Bump version and other misc. changes. 3rd patch from:
21766              
21767              Subject: [PATCH] thread 1.41 - A drama in three parts
21768              From: "Jerry D. Hedden" <jdhedden@cpan.org>
21769              Date: Sun, 10 Sep 2006 09:12:06 -0700
21770              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
21771      Branch: perl
21772            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
21773            ! ext/threads/t/thread.t ext/threads/threads.pm
21774            ! ext/threads/threads.xs
21775 ____________________________________________________________________________
21776 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
21777         Log: Statically allocate the main thread.
21778              2nd patch from:
21779              
21780              Subject: [PATCH] thread 1.41 - A drama in three parts
21781              From: "Jerry D. Hedden" <jdhedden@cpan.org>
21782              Date: Sun, 10 Sep 2006 09:12:06 -0700
21783              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
21784      Branch: perl
21785            ! ext/threads/threads.xs
21786 ____________________________________________________________________________
21787 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
21788         Log: Race condition fix in threads.pm
21789              First patch from:
21790              
21791              Subject: [PATCH] thread 1.41 - A drama in three parts
21792              From: "Jerry D. Hedden" <jdhedden@cpan.org>
21793              Date: Sun, 10 Sep 2006 09:12:06 -0700
21794              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
21795      Branch: perl
21796            ! ext/threads/threads.xs
21797 ____________________________________________________________________________
21798 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
21799         Log: Subject: mktables executes seven time per build sigh
21800              From: demerphq <demerphq@gmail.com>
21801              Date: Sun, 10 Sep 2006 17:52:10 +0200
21802              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
21803              
21804              (Fix for Windows)
21805      Branch: perl
21806            ! lib/unicore/mktables win32/Makefile
21807 ____________________________________________________________________________
21808 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
21809         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
21810              From: David Nicol (via RT) <perlbug-followup@perl.org>
21811              Date: Tue, 12 Sep 2006 13:21:24 -0700
21812              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
21813      Branch: perl
21814            ! ext/B/B/Deparse.pm
21815 ____________________________________________________________________________
21816 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
21817         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
21818              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
21819              Date: Tue, 12 Sep 2006 09:12:12 -0700
21820              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
21821      Branch: perl
21822            ! pod/perlfunc.pod
21823 ____________________________________________________________________________
21824 [ 28829] By: merijn                                on 2006/09/13  06:51:55
21825         Log: Accumulated fixes from earlier backports, amongst of which:
21826              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
21827              From: Jarkko Hietaniemi <jhi@iki.fi>
21828              Date: Tue, 12 Sep 2006 07:19:32 +0300
21829              Message-ID: <45063554.1040301@iki.fi>
21830      Branch: perl
21831            ! Configure Porting/Glossary config_h.SH
21832 ____________________________________________________________________________
21833 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
21834         Log: Disable study() for utf-8 strings
21835              
21836              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
21837              From: demerphq <demerphq@gmail.com>
21838              Date: Tue, 12 Sep 2006 17:08:55 +0200
21839              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
21840      Branch: perl
21841            ! pp.c
21842 ____________________________________________________________________________
21843 [ 28826] By: stevep                                on 2006/09/12  15:30:57
21844         Log: Upgrade to CPAN-1.87_62
21845      Branch: perl
21846            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
21847 ____________________________________________________________________________
21848 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
21849         Log: Upgrade to MakeMaker 6.30_04
21850      Branch: perl
21851            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
21852            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
21853            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
21854            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
21855            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
21856            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
21857            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
21858 ____________________________________________________________________________
21859 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
21860         Log: More warnings silencing, including suggestions by Dominic Dunlop
21861      Branch: perl
21862            ! regcomp.c regexec.c
21863 ____________________________________________________________________________
21864 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
21865         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
21866              From: Dominic Dunlop <domo@computer.org>
21867              Date: Tue, 12 Sep 2006 09:13:41 +0200
21868              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
21869      Branch: perl
21870            ! sv.c
21871 ____________________________________________________________________________
21872 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
21873         Log: Another warning-silencing cast
21874      Branch: perl
21875            ! regcomp.c
21876 ____________________________________________________________________________
21877 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
21878         Log: POD fixes in perlce manpage
21879      Branch: perl
21880            ! README.ce
21881 ____________________________________________________________________________
21882 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
21883         Log: FAQ sync
21884      Branch: perl
21885            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21886            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21887            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21888            ! pod/perlfaq9.pod
21889 ____________________________________________________________________________
21890 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
21891         Log: Fix a few more printf format warnings
21892      Branch: perl
21893            ! regexec.c
21894 ____________________________________________________________________________
21895 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
21896         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
21897      Branch: perl
21898            ! regexec.c
21899 ____________________________________________________________________________
21900 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
21901         Log: Fix some compilation warnings
21902      Branch: perl
21903            ! regcomp.c
21904 ____________________________________________________________________________
21905 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
21906         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
21907              From: demerphq <demerphq@gmail.com>
21908              Date: Sat, 9 Sep 2006 22:00:05 +0200
21909              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
21910      Branch: perl
21911            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
21912            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
21913 ____________________________________________________________________________
21914 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
21915         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
21916              From: "David Nicol" <davidnicol@gmail.com>
21917              Date: Fri, 8 Sep 2006 11:19:23 -0500
21918              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
21919      Branch: perl
21920            ! lib/sigtrap.pm
21921 ____________________________________________________________________________
21922 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
21923         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
21924              From: Jarkko Hietaniemi <jhi@iki.fi>
21925              Date: Sat, 09 Sep 2006 15:29:12 +0300
21926              Message-ID: <4502B398.6060505@iki.fi>
21927      Branch: perl
21928            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
21929            ! unixish.h util.c
21930 ____________________________________________________________________________
21931 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
21932         Log: Subject: NULL and sv_setpv vs. newSVpv
21933              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
21934              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
21935              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
21936      Branch: perl
21937            ! sv.c
21938 ____________________________________________________________________________
21939 [ 28812] By: steveh                                on 2006/09/08  16:08:53
21940         Log: Update Porting/Maintainers.pl w.r.t. #28811
21941      Branch: perl
21942            ! Porting/Maintainers.pl
21943 ____________________________________________________________________________
21944 [ 28811] By: steveh                                on 2006/09/08  16:05:53
21945         Log: Subject: [PATCH] Add Params::Check to the core
21946              From: "Jos Boumans" <kane@dwim.org>
21947              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
21948              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
21949              
21950              (Just the Params-Check part: Locale-Maketext-Simple has already been
21951              added by change #28809)
21952      Branch: perl
21953            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
21954            ! MANIFEST
21955 ____________________________________________________________________________
21956 [ 28810] By: steveh                                on 2006/09/08  15:33:18
21957         Log: Update Porting/Maintainers.pl w.r.t. #28809
21958      Branch: perl
21959            ! Porting/Maintainers.pl
21960 ____________________________________________________________________________
21961 [ 28809] By: steveh                                on 2006/09/08  15:19:50
21962         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
21963              From: kane@xs4all.nl
21964              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
21965              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
21966              
21967              Actually added 0.18, rather than 0.17 which this PATCH contained, for
21968              an updated licence statement.
21969      Branch: perl
21970            + lib/Locale/Maketext/Simple.pm
21971            + lib/Locale/Maketext/Simple/t/0-signature.t
21972            + lib/Locale/Maketext/Simple/t/1-basic.t
21973            ! MANIFEST
21974 ____________________________________________________________________________
21975 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
21976         Log: Use %^H instead of $^H for the assertions pragma
21977      Branch: perl
21978            ! lib/assertions.pm op.c perl.h
21979 ____________________________________________________________________________
21980 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
21981         Log: Remove empty typemap file
21982      Branch: perl
21983            - ext/threads/shared/typemap
21984            ! MANIFEST
21985 ____________________________________________________________________________
21986 [ 28806] By: craigb                                on 2006/09/08  02:07:30
21987         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
21988      Branch: perl
21989            ! vms/vms.c
21990 ____________________________________________________________________________
21991 [ 28805] By: stevep                                on 2006/09/07  18:39:22
21992         Log: Clean up some comments.
21993      Branch: perl
21994            ! cygwin/ld2.in
21995 ____________________________________________________________________________
21996 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
21997         Log: Typo fix in #ifdef
21998      Branch: perl
21999            ! toke.c
22000 ____________________________________________________________________________
22001 [ 28803] By: stevep                                on 2006/09/07  14:24:18
22002         Log: Fix to first problem causing Cygwin Perl to fail to build 
22003              in a path with spaces in it. 
22004      Branch: perl
22005            ! cygwin/Makefile.SHs
22006 ____________________________________________________________________________
22007 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
22008         Log: Document mkpath() return value in scalar context.
22009              Document that rmtree() return value include deleted
22010              directories.
22011      Branch: perl
22012            ! lib/File/Path.pm
22013 ____________________________________________________________________________
22014 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
22015         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
22016              From: "David Nicol" <davidnicol@gmail.com>
22017              Date: Fri, 1 Sep 2006 17:26:34 -0500
22018              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
22019      Branch: perl
22020            ! pod/perlfunc.pod
22021 ____________________________________________________________________________
22022 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
22023         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
22024              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
22025              Date: Wed, 06 Sep 2006 23:11:10 -0700
22026              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
22027      Branch: perl
22028            ! pod/perlsec.pod
22029 ____________________________________________________________________________
22030 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
22031         Log: Bump version of PerlIO::scalar
22032      Branch: perl
22033            ! ext/PerlIO/scalar/scalar.pm
22034 ____________________________________________________________________________
22035 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
22036         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
22037      Branch: perl
22038            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
22039 ____________________________________________________________________________
22040 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
22041         Log: Invalidate ISA and method caches when calling a safe compartment
22042              (bug #39887)
22043              
22044              Remove XS_VERSION, make it equal to VERSION
22045      Branch: perl
22046            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
22047            ! ext/Opcode/Opcode.xs
22048 ____________________________________________________________________________
22049 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
22050         Log: Add Exporter in the dual-lived module list
22051      Branch: perl
22052            ! Porting/Maintainers.pl
22053 ____________________________________________________________________________
22054 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
22055         Log: Subject: Dual life for Exporter
22056              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
22057              Date: Wed, 6 Sep 2006 16:40:28 -0300
22058              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
22059      Branch: perl
22060            ! lib/Exporter.t
22061 ____________________________________________________________________________
22062 [ 28794] By: stevep                                on 2006/09/07  02:07:57
22063         Log: Convert Errno.t to Test::More.  Increase the test coverage
22064              while in there as well. 
22065      Branch: perl
22066            ! ext/Errno/t/Errno.t
22067 ____________________________________________________________________________
22068 [ 28793] By: steveh                                on 2006/09/06  16:54:19
22069         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
22070      Branch: perl
22071            ! pp_ctl.c
22072 ____________________________________________________________________________
22073 [ 28792] By: stevep                                on 2006/09/06  14:33:06
22074         Log: Removed some leftover debugging accidentally added with
22075              change #28788.
22076      Branch: perl
22077            ! regexec.c
22078 ____________________________________________________________________________
22079 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
22080         Log: Revert accidental file deletion
22081      Branch: perl
22082            + ext/threads/shared/typemap
22083 ____________________________________________________________________________
22084 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
22085         Log: Remove perlcc and the byteloader
22086      Branch: perl
22087            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
22088            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
22089            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
22090            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
22091            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
22092            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
22093            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
22094            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
22095            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
22096            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
22097            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
22098            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
22099            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
22100            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
22101            - ext/threads/shared/typemap utils/perlcc.PL
22102            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
22103            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
22104            ! pod/perlcompile.pod regen.pl t/TEST t/harness
22105            ! t/lib/1_compile.t utils.lst utils/Makefile
22106            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22107            ! win32/pod.mak x2p/Makefile.SH
22108 ____________________________________________________________________________
22109 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
22110         Log: Remove JPL
22111      Branch: perl
22112            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
22113            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
22114            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
22115            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
22116            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
22117            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
22118            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
22119            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
22120            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
22121            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
22122            - jpl/PerlInterpreter/PerlInterpreter.c
22123            - jpl/PerlInterpreter/PerlInterpreter.h
22124            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
22125            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
22126            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
22127            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
22128            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
22129            ! MANIFEST
22130 ____________________________________________________________________________
22131 [ 28788] By: stevep                                on 2006/09/06  00:35:15
22132         Log: Subject: [PATCH] UCD 5.0.0
22133              From: Jarkko Hietaniemi <jhi@iki.fi>
22134              Date: Tue, 05 Sep 2006 21:29:45 +0300
22135              Message-ID: <44FDC219.8010006@iki.fi>
22136      Branch: perl
22137            + lib/unicore/NamedSqProv.txt
22138            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
22139            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
22140            ! lib/unicore/CaseFolding.txt
22141            ! lib/unicore/CompositionExclusions.txt
22142            ! lib/unicore/EastAsianWidth.txt
22143            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
22144            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
22145            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
22146            ! lib/unicore/NormalizationCorrections.txt
22147            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
22148            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
22149            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
22150            ! lib/unicore/StandardizedVariants.txt
22151            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
22152            ! t/uni/class.t
22153 ____________________________________________________________________________
22154 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
22155         Log: Fix a few warnings
22156      Branch: perl
22157            ! regcomp.c regexec.c
22158 ____________________________________________________________________________
22159 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
22160         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
22161              From: "Robin Barker" <Robin.Barker@npl.co.uk>
22162              Date: Fri, 1 Sep 2006 16:10:25 +0100
22163              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
22164      Branch: perl
22165            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
22166 ____________________________________________________________________________
22167 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
22168         Log: Subject: Re: [PATCH] Trie jumping
22169              From: demerphq <demerphq@gmail.com>
22170              Date: Sat, 2 Sep 2006 16:40:12 +0200
22171              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
22172      Branch: perl
22173            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
22174            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
22175            ! t/op/re_tests
22176 ____________________________________________________________________________
22177 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
22178         Log: Subject: [perl #40239] New hints file for MidnightBSD 
22179              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
22180              Date: Fri, 25 Aug 2006 20:16:40 -0700
22181              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
22182      Branch: perl
22183            + hints/midnightbsd.sh
22184            ! MANIFEST
22185 ____________________________________________________________________________
22186 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
22187         Log: Upgrade to Sys::Syslog 0.18
22188      Branch: perl
22189            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
22190            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
22191 ____________________________________________________________________________
22192 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
22193         Log: Subject: [perl #40272] subroutine call with & in perlop example 
22194              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
22195              Date: Sun, 03 Sep 2006 13:03:28 -0700
22196              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
22197      Branch: perl
22198            ! pod/perlop.pod
22199 ____________________________________________________________________________
22200 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
22201         Log: Documentation nit, found by Dr Ruud.
22202      Branch: perl
22203            ! pod/perldsc.pod
22204 ____________________________________________________________________________
22205 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
22206         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
22207              From: "Jerry D. Hedden" <jerry@hedden.us>
22208              Date: Fri, 01 Sep 2006 12:43:46 -0700
22209              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
22210      Branch: perl
22211            ! lib/attributes.pm
22212 ____________________________________________________________________________
22213 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
22214         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
22215              From: chromatic <chromatic@wgz.org>
22216              Date: Fri, 1 Sep 2006 09:12:45 -0700
22217              Message-Id: <200609010912.46314.chromatic@wgz.org>
22218      Branch: perl
22219            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
22220            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
22221 ____________________________________________________________________________
22222 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
22223         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
22224              From: chromatic <chromatic@wgz.org>
22225              Date: Fri, 1 Sep 2006 05:42:17 -0700
22226              Message-Id: <200609010542.17571.chromatic@wgz.org>
22227      Branch: perl
22228            ! pod/perlfunc.pod
22229 ____________________________________________________________________________
22230 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
22231         Log: Remove dead code from sort.pm
22232      Branch: perl
22233            ! lib/sort.pm
22234 ____________________________________________________________________________
22235 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
22236         Log: Merge lval and hasargs into one U8 in struct block_sub
22237      Branch: perl
22238            ! cop.h
22239 ____________________________________________________________________________
22240 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
22241         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
22242      Branch: perl
22243            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
22244 ____________________________________________________________________________
22245 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
22246         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
22247              move)
22248      Branch: perl
22249            ! cop.h pp_ctl.c scope.c sv.c
22250 ____________________________________________________________________________
22251 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
22252         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
22253              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
22254              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
22255              rather than the aggregate itself.
22256      Branch: perl
22257            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
22258            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
22259 ____________________________________________________________________________
22260 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
22261         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
22262              struct block and struct subst.
22263      Branch: perl
22264            ! cop.h
22265 ____________________________________________________________________________
22266 [ 28769] By: steveh                                on 2006/08/30  15:57:13
22267         Log: Silence some more Borland compiler warnings
22268              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
22269              
22270              - Change the cryptic pragma warn strings into numbers that are more
22271              easily recognized, and add a new one (8027).
22272              
22273              - Add a similar pragma warn line to fcrypt.c, which doesn't use
22274              win32.h.
22275      Branch: perl
22276            ! win32/fcrypt.c win32/win32.h
22277 ____________________________________________________________________________
22278 [ 28768] By: steveh                                on 2006/08/29  13:24:56
22279         Log: Silence Borland compiler warnings in XS::APItest and Win32
22280              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
22281      Branch: perl
22282            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
22283            ! win32/ext/Win32/Win32.xs
22284 ____________________________________________________________________________
22285 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
22286         Log: Revert bogus change 28763.
22287      Branch: perl
22288            ! EXTERN.h INTERN.h
22289 ____________________________________________________________________________
22290 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
22291         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
22292              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
22293              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
22294              Date: Mon, 28 Aug 2006 00:21:25 -0700
22295              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
22296      Branch: perl
22297            ! ext/PerlIO/scalar/scalar.pm
22298 ____________________________________________________________________________
22299 [ 28765] By: stevep                                on 2006/08/27  17:53:17
22300         Log: Added an additional #ifndef based on comments by Jarkko and
22301              John Malmberg.
22302      Branch: perl
22303            ! x2p/INTERN.h
22304 ____________________________________________________________________________
22305 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
22306         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
22307              From: Daniel Frederick Crisman <daniel@crisman.org>
22308              Date: Thu, 24 Aug 2006 17:29:57 -0400
22309              Message-ID: <20060824212957.GA32557@fury.crisman.org>
22310      Branch: perl
22311            ! pod/perlsyn.pod
22312 ____________________________________________________________________________
22313 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
22314         Log: More conditional defines of EXTERN_C, by Jarkko
22315      Branch: perl
22316            ! EXTERN.h INTERN.h
22317 ____________________________________________________________________________
22318 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
22319         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
22320              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22321              Date: Fri, 25 Aug 2006 22:35:33 +0200
22322              Message-ID: <20060825223533.04efdf2d@r2d2>
22323      Branch: perl
22324            ! ext/Data/Dumper/Dumper.pm
22325 ____________________________________________________________________________
22326 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
22327         Log: Regression test for attributes 'reserved' warning,
22328              by Jerry D. Hedden
22329      Branch: perl
22330            ! t/op/attrs.t
22331 ____________________________________________________________________________
22332 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
22333         Log: Put a plan in the last added test
22334      Branch: perl
22335            ! lib/SelfLoader-buggy.t
22336 ____________________________________________________________________________
22337 [ 28759] By: steveh                                on 2006/08/25  16:12:52
22338         Log: Silence a bunch of Borland compiler warnings in SDBM_File
22339              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
22340      Branch: perl
22341            ! XSUB.h
22342 ____________________________________________________________________________
22343 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
22344         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
22345              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
22346              Date: Thu, 24 Aug 2006 10:20:43 -0300
22347              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
22348      Branch: perl
22349            + lib/SelfLoader-buggy.t
22350            ! MANIFEST lib/SelfLoader.pm
22351 ____________________________________________________________________________
22352 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
22353         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
22354              compiled as C++ as-is.
22355      Branch: perl
22356            ! ext/ODBM_File/ODBM_File.xs
22357 ____________________________________________________________________________
22358 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
22359         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
22360              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22361              Date: Thu, 24 Aug 2006 09:04:12 -0700
22362              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
22363      Branch: perl
22364            ! lib/attributes.pm xsutils.c
22365 ____________________________________________________________________________
22366 [ 28755] By: stevep                                on 2006/08/24  15:07:58
22367         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
22368      Branch: perl
22369            + lib/File/Temp/t/seekable.t
22370            ! AUTHORS MANIFEST lib/File/Temp.pm
22371 ____________________________________________________________________________
22372 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
22373         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
22374              From: "Robin Barker" <Robin.Barker@npl.co.uk>
22375              Date: Thu, 24 Aug 2006 13:22:47 +0100
22376              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
22377      Branch: perl
22378            ! ext/ODBM_File/ODBM_File.xs
22379 ____________________________________________________________________________
22380 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
22381         Log: Subject: [PATCH] Don't promulgate Perl attributes
22382              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22383              Date: Wed, 23 Aug 2006 10:07:05 -0700
22384              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
22385      Branch: perl
22386            ! lib/attributes.pm xsutils.c
22387 ____________________________________________________________________________
22388 [ 28752] By: stevep                                on 2006/08/24  01:27:08
22389         Log: Upgrade to CGI.pm-3.22.
22390      Branch: perl
22391            ! lib/CGI.pm lib/CGI/Changes
22392 ____________________________________________________________________________
22393 [ 28751] By: stevep                                on 2006/08/23  16:08:17
22394         Log: Subject: [perl #40161] ccversion fix for hpux
22395              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
22396              Date: Wed, 16 Aug 2006 23:10:52 -0700
22397              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
22398      Branch: perl
22399            ! hints/hpux.sh
22400 ____________________________________________________________________________
22401 [ 28750] By: stevep                                on 2006/08/23  03:04:47
22402         Log: The previous change causes compile failures with threaded Perls.
22403      Branch: perl
22404            ! reentr.h reentr.pl
22405 ____________________________________________________________________________
22406 [ 28749] By: stevep                                on 2006/08/22  20:16:55
22407         Log: Part of one of Jarkko's g++ patches that was missed.
22408      Branch: perl
22409            ! reentr.h reentr.pl
22410 ____________________________________________________________________________
22411 [ 28748] By: stevep                                on 2006/08/22  17:41:33
22412         Log: Update to Time-HiRes-1.90.
22413      Branch: perl
22414            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22415            ! ext/Time/HiRes/HiRes.xs
22416 ____________________________________________________________________________
22417 [ 28747] By: stevep                                on 2006/08/22  16:43:52
22418         Log: Upgrade to Time-HiRes-1.89.
22419      Branch: perl
22420            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22421            ! ext/Time/HiRes/HiRes.xs
22422 ____________________________________________________________________________
22423 [ 28746] By: stevep                                on 2006/08/22  14:18:16
22424         Log: Upgrade to CGI.pm-3.21
22425      Branch: perl
22426            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
22427 ____________________________________________________________________________
22428 [ 28745] By: stevep                                on 2006/08/22  14:14:23
22429         Log: Upgrade to Time-HiRes-1.88.
22430      Branch: perl
22431            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22432            ! ext/Time/HiRes/HiRes.xs
22433 ____________________________________________________________________________
22434 [ 28744] By: stevep                                on 2006/08/22  14:07:13
22435         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
22436              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22437              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
22438              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
22439              
22440              ...plus various version bumps and Digest::MD5 test file fixes.
22441      Branch: perl
22442            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
22443            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
22444            ! ext/Math/BigInt/FastCalc/FastCalc.xs
22445            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
22446            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
22447 ____________________________________________________________________________
22448 [ 28743] By: stevep                                on 2006/08/22  02:12:16
22449         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
22450              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22451              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
22452              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
22453      Branch: perl
22454            ! pod/perlhack.pod
22455 ____________________________________________________________________________
22456 [ 28742] By: stevep                                on 2006/08/22  01:03:05
22457         Log: Subject: [PATCH] g++/x2p (better version)
22458              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22459              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
22460              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
22461      Branch: perl
22462            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
22463 ____________________________________________________________________________
22464 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
22465         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
22466              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22467              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
22468              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
22469      Branch: perl
22470            ! hints/dec_osf.sh perl.h pp_sys.c
22471 ____________________________________________________________________________
22472 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
22473         Log: Amendment to change #28739
22474      Branch: perl
22475            ! ext/B/B/Assembler.pm
22476 ____________________________________________________________________________
22477 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
22478         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
22479              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22480              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
22481              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
22482      Branch: perl
22483            ! ext/B/B/Assembler.pm
22484 ____________________________________________________________________________
22485 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
22486         Log: perlthrtut update, by Jerry D. Hedden.
22487      Branch: perl
22488            ! pod/perlthrtut.pod
22489 ____________________________________________________________________________
22490 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
22491         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
22492              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22493              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
22494              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
22495      Branch: perl
22496            ! hints/solaris_2.sh
22497 ____________________________________________________________________________
22498 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
22499         Log: Phrasing nit in perlxstut (by Ville Koskinen)
22500      Branch: perl
22501            ! pod/perlxstut.pod
22502 ____________________________________________________________________________
22503 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
22504         Log: A type change that apparently works around a compiler bug
22505              (gcc 4.1.1 on Solaris) (by Robin Barker)
22506      Branch: perl
22507            ! pp_hot.c
22508 ____________________________________________________________________________
22509 [ 28734] By: stevep                                on 2006/08/17  20:28:36
22510         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
22511              From: Jarkko Hietaniemi <jhi@iki.fi>
22512              Date: Thu, 17 Aug 2006 19:16:09 +0300
22513              Message-ID: <44E49649.9090307@iki.fi>
22514      Branch: perl
22515            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
22516 ____________________________________________________________________________
22517 [ 28733] By: stevep                                on 2006/08/17  17:57:33
22518         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
22519              it for some C++ compiles.  Might as well fix usleep()'s 
22520              declaration too.
22521      Branch: perl
22522            ! perl.h
22523 ____________________________________________________________________________
22524 [ 28732] By: stevep                                on 2006/08/17  15:28:36
22525         Log: Fix to problem where CGI can lose the filehandle during an upload.
22526              Patch posted to the Debian bug list by Eric Wong 
22527              <eric@petta-tech.com>.
22528      Branch: perl
22529            ! lib/CGI.pm
22530 ____________________________________________________________________________
22531 [ 28731] By: stevep                                on 2006/08/17  14:50:36
22532         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
22533              which caused core dumps.
22534      Branch: perl
22535            ! embed.fnc proto.h
22536 ____________________________________________________________________________
22537 [ 28730] By: stevep                                on 2006/08/16  17:44:44
22538         Log: Cast needed to compile bsd_glob.c with C++
22539      Branch: perl
22540            ! ext/File/Glob/bsd_glob.c
22541 ____________________________________________________________________________
22542 [ 28729] By: stevep                                on 2006/08/16  13:11:15
22543         Log: Additional changes to get C++ a little closer to a clean compile
22544              of Perl.
22545      Branch: perl
22546            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
22547            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
22548            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
22549            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
22550            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22551 ____________________________________________________________________________
22552 [ 28728] By: stevep                                on 2006/08/15  18:57:11
22553         Log: Additional floating point strictness is needed to get Intel cc to pass
22554              its tests.
22555      Branch: perl
22556            ! hints/linux.sh
22557 ____________________________________________________________________________
22558 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
22559         Log: Update Changes
22560      Branch: perl
22561            ! Changes
22562 ____________________________________________________________________________
22563 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
22564         Log: Update Module::CoreList data with 5.9.4
22565      Branch: perl
22566            ! lib/Module/CoreList.pm
22567 ____________________________________________________________________________
22568 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
22569         Log: 5.9.4 is today.
22570      Branch: perl
22571            ! pod/perlhist.pod
22572 ____________________________________________________________________________
22573 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
22574         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
22575      Branch: perl
22576            ! Porting/Maintainers.pl
22577 ____________________________________________________________________________
22578 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
22579         Log: Regenerate perlmodlib and perltoc
22580      Branch: perl
22581            ! pod/perlmodlib.pod pod/perltoc.pod
22582 ____________________________________________________________________________
22583 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
22584         Log: POD formatting nit
22585      Branch: perl
22586            ! pod/perl594delta.pod
22587 ____________________________________________________________________________
22588 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
22589         Log: Remove some of the known problems documented in perldelta, which were
22590              caused by change #28319, just backed out. Add some Windows news (by
22591              Steve Hay)
22592      Branch: perl
22593            ! pod/perl594delta.pod
22594 ____________________________________________________________________________
22595 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
22596         Log: Revert change 28319, which may cause segfaults with threaded perls
22597              on eval("syntax error") statements
22598      Branch: perl
22599            ! perly.c
22600 ____________________________________________________________________________
22601 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
22602         Log: More perldelta nits found by my reviewers
22603      Branch: perl
22604            ! pod/perl594delta.pod
22605 ____________________________________________________________________________
22606 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
22607         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
22608      Branch: perl
22609            ! pod/perl594delta.pod
22610 ____________________________________________________________________________
22611 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
22612         Log: More perldelta entries and fixes
22613      Branch: perl
22614            ! pod/perl594delta.pod
22615 ____________________________________________________________________________
22616 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
22617         Log: Typo fix in the documentation of source filters in @INC
22618      Branch: perl
22619            ! pod/perlfunc.pod
22620 ____________________________________________________________________________
22621 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
22622         Log: Only copy ppport.h to destination if it is different.
22623              This avoids unneccessary rebuilds.
22624      Branch: perl
22625            ! mkppport
22626 ____________________________________________________________________________
22627 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
22628         Log: Upgrade to Devel::PPPort 3.10
22629      Branch: perl
22630            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
22631            ! ext/Devel/PPPort/soak
22632 ____________________________________________________________________________
22633 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
22634         Log: perldelta entry describing regexp work, by Yves Orton
22635      Branch: perl
22636            ! pod/perl594delta.pod
22637 ____________________________________________________________________________
22638 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
22639         Log: Regenerate metafile
22640      Branch: perl
22641            ! META.yml
22642 ____________________________________________________________________________
22643 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
22644         Log: New authors
22645      Branch: perl
22646            ! AUTHORS
22647 ____________________________________________________________________________
22648 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
22649         Log: More perldelta entries; plus, credits.
22650      Branch: perl
22651            ! pod/perl594delta.pod
22652 ____________________________________________________________________________
22653 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
22654         Log: Typo fix in perldiag
22655      Branch: perl
22656            ! pod/perldiag.pod
22657 ____________________________________________________________________________
22658 [ 28708] By: steveh                                on 2006/08/14  10:20:13
22659         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
22660              alphabetically.
22661      Branch: perl
22662            ! pod/perl594delta.pod
22663 ____________________________________________________________________________
22664 [ 28707] By: steveh                                on 2006/08/14  10:15:04
22665         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
22666      Branch: perl
22667            ! Porting/Maintainers.pl
22668 ____________________________________________________________________________
22669 [ 28706] By: steveh                                on 2006/08/14  10:10:07
22670         Log: Subject: [PATCH] Add Module::Loaded to the core
22671              From: kane@xs4all.nl
22672              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
22673              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
22674      Branch: perl
22675            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
22676            ! MANIFEST
22677 ____________________________________________________________________________
22678 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
22679         Log: More perldelta nits.
22680      Branch: perl
22681            ! pod/perl594delta.pod
22682 ____________________________________________________________________________
22683 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
22684         Log: Make the NAME section of Package::Constants more conformant to
22685              man page conventions
22686      Branch: perl
22687            ! lib/Package/Constants.pm
22688 ____________________________________________________________________________
22689 [ 28703] By: steveh                                on 2006/08/14  09:09:40
22690         Log: Subject: [PATCH] Add Package::Constants to the core
22691              From: kane@xs4all.nl
22692              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
22693              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
22694      Branch: perl
22695            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
22696            ! MANIFEST
22697 ____________________________________________________________________________
22698 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
22699         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
22700      Branch: perl
22701            ! Changes
22702 ____________________________________________________________________________
22703 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
22704         Log: Fix URL of perlbug database
22705      Branch: perl
22706            ! pod/perl594delta.pod
22707 ____________________________________________________________________________
22708 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
22709         Log: More perldelta entries
22710      Branch: perl
22711            ! pod/perl594delta.pod
22712 ____________________________________________________________________________
22713 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
22714         Log: Fix a couple URLs in perlhack
22715      Branch: perl
22716            ! pod/perlhack.pod
22717 ____________________________________________________________________________
22718 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
22719         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
22720              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22721              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
22722              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
22723      Branch: perl
22724            ! pod/perlhack.pod
22725 ____________________________________________________________________________
22726 [ 28697] By: steveh                                on 2006/08/11  17:31:45
22727         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
22728              and Porting/config.sh respectively
22729              
22730              No real changes except for the addition of the missing
22731              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
22732              initialinstalllocation, madlyh, madlyobj and madlysrc to
22733              win32/config.*
22734      Branch: perl
22735            ! win32/config.bc win32/config.gc win32/config.vc
22736            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22737            ! win32/config_H.vc win32/config_H.vc64
22738 ____________________________________________________________________________
22739 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
22740         Log: More perldelta notes. Also, I did forget things
22741              in perl593delta...
22742      Branch: perl
22743            ! pod/perl593delta.pod pod/perl594delta.pod
22744 ____________________________________________________________________________
22745 [ 28695] By: steveh                                on 2006/08/11  12:52:51
22746         Log: Subject: [PATCH] Add Module::Load to 5.9.x
22747              From: kane@xs4all.nl
22748              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
22749              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
22750      Branch: perl
22751            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
22752            + lib/Module/Load/t/to_load/LoadIt.pm
22753            + lib/Module/Load/t/to_load/LoadMe.pl
22754            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
22755            + lib/Module/Load/t/to_load/TestModule.pm
22756            + lib/Module/Load/t/to_load/ToBeLoaded
22757            + lib/Module/Load/t/to_load/config_file
22758            ! MANIFEST
22759 ____________________________________________________________________________
22760 [ 28694] By: steveh                                on 2006/08/11  12:49:00
22761         Log: Close file before unlinking (on Win32 at least!)
22762      Branch: perl
22763            ! t/op/stat.t
22764 ____________________________________________________________________________
22765 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
22766         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
22767              From: Andrew Dougherty <doughera@lafayette.edu>
22768              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
22769              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
22770      Branch: perl
22771            ! lib/open.t
22772 ____________________________________________________________________________
22773 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
22774         Log: Update Changes
22775      Branch: perl
22776            ! Changes
22777 ____________________________________________________________________________
22778 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
22779         Log: Some updates to the cross-compilation config script
22780      Branch: perl
22781            ! Cross/config.sh-arm-linux
22782 ____________________________________________________________________________
22783 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
22784         Log: lstat on *GLOB{IO} with warnings on would segfault
22785              (noticed by Andrew Dougherty)
22786      Branch: perl
22787            ! pp_sys.c
22788 ____________________________________________________________________________
22789 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
22790         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
22791              From: Jarkko Hietaniemi <jhi@iki.fi>
22792              Date: Thu, 10 Aug 2006 09:00:44 +0300
22793              Message-ID: <44DACB8C.1080708@iki.fi>
22794      Branch: perl
22795            ! hints/dec_osf.sh pp_sys.c
22796 ____________________________________________________________________________
22797 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
22798         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
22799              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22800              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
22801              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
22802      Branch: perl
22803            ! doio.c
22804 ____________________________________________________________________________
22805 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
22806         Log: Upgrade to version.pm 0.67
22807      Branch: perl
22808            ! lib/version.pm lib/version.pod lib/version.t
22809 ____________________________________________________________________________
22810 [ 28686] By: stevep                                on 2006/08/09  21:54:08
22811         Log: A couple const's and a cast to get Sun CC to compile these files.
22812              Perl, however, still will not build with the Sun CC.  
22813      Branch: perl
22814            ! op.c pp_sort.c toke.c
22815 ____________________________________________________________________________
22816 [ 28685] By: stevep                                on 2006/08/09  19:45:06
22817         Log: Fix comment nit in config.h
22818      Branch: perl
22819            ! config_h.SH
22820 ____________________________________________________________________________
22821 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
22822         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
22823              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22824              Date: Mon, 28 Nov 2005 01:26:31 -0800
22825              Message-ID: <20051128092605.GA2328@efn.org>
22826              
22827              plus a regression test
22828      Branch: perl
22829            ! sv.c t/op/tie.t
22830 ____________________________________________________________________________
22831 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
22832         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
22833              From: Dave Rolsky <autarch@urth.org>
22834              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
22835              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
22836      Branch: perl
22837            ! lib/Time/Local.pm lib/Time/Local.t
22838 ____________________________________________________________________________
22839 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
22840         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
22841      Branch: perl
22842            ! lib/Module/CoreList.pm
22843 ____________________________________________________________________________
22844 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
22845         Log: Add OS-specific modules in Module::Corelist generation script
22846              (hinted by Steve Hay)
22847      Branch: perl
22848            ! Porting/corelist.pl
22849 ____________________________________________________________________________
22850 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
22851         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
22852      Branch: perl
22853            ! lib/Module/CoreList.pm
22854 ____________________________________________________________________________
22855 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
22856         Log: More fixes in the Module::Corelist data generation process
22857      Branch: perl
22858            ! Porting/corelist.pl
22859 ____________________________________________________________________________
22860 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
22861         Log: Really submit previous change
22862      Branch: perl
22863            ! Porting/corelist.pl
22864 ____________________________________________________________________________
22865 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
22866         Log: Several fixes in Porting/corelist.pl
22867              - make it run with 5.8.x perls
22868              - make it handle new modules layout in bleadperl
22869      Branch: perl
22870            ! Porting/corelist.pl
22871 ____________________________________________________________________________
22872 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
22873         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
22874              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
22875              Date: Tue, 08 Aug 2006 11:17:58 +0200
22876              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
22877      Branch: perl
22878            ! pod/perlvar.pod
22879 ____________________________________________________________________________
22880 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
22881         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
22882              symmetrical to the one implemented in change #28669.
22883      Branch: perl
22884            ! mg.c
22885 ____________________________________________________________________________
22886 [ 28674] By: stevep                                on 2006/08/08  03:55:13
22887         Log: Subject: [PATCH] g++ stage 1 reached
22888              From: Jarkko Hietaniemi <jhi@iki.fi>
22889              Date: Tue, 08 Aug 2006 00:02:35 +0300
22890              Message-ID: <44D7AA6B.4040802@iki.fi>
22891      Branch: perl
22892            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
22893            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
22894            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
22895            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
22896            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
22897            ! win32/config.gc win32/config.vc win32/config.vc64
22898            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
22899            ! win32/config_H.vc win32/config_H.vc64
22900 ____________________________________________________________________________
22901 [ 28673] By: stevep                                on 2006/08/07  19:54:51
22902         Log: Upgrade to Module-Build-0.2805
22903      Branch: perl
22904            ! lib/Module/Build.pm lib/Module/Build/API.pod
22905            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
22906            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
22907            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
22908            ! lib/Module/Build/t/moduleinfo.t
22909 ____________________________________________________________________________
22910 [ 28672] By: stevep                                on 2006/08/07  19:37:28
22911         Log: Upgrade to Digest-SHA-5.43
22912      Branch: perl
22913            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
22914            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
22915            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
22916            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
22917            ! ext/Digest/SHA/src/sha64bit.c
22918 ____________________________________________________________________________
22919 [ 28671] By: steveh                                on 2006/08/07  16:58:16
22920         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
22921              From: "Davies, Alex" <adavies@ptc.com>
22922              Date: Thu, 3 Aug 2006 13:31:14 -0400
22923              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
22924              
22925              This stops perl from trying to read C:\dev\urandom on Windows
22926      Branch: perl
22927            ! dosish.h
22928 ____________________________________________________________________________
22929 [ 28670] By: steveh                                on 2006/08/07  16:21:40
22930         Log: Fixups for test failures caused by #28667 and #28668
22931      Branch: perl
22932            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
22933 ____________________________________________________________________________
22934 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
22935         Log: We shouldn't try to decrement the refcount of PL_warnhook
22936              if it has been set to PERL_WARNHOOK_FATAL.
22937      Branch: perl
22938            ! mg.c
22939 ____________________________________________________________________________
22940 [ 28668] By: steveh                                on 2006/08/07  10:24:39
22941         Log: Provide a BGET_svtype, required by #28667
22942      Branch: perl
22943            ! ext/ByteLoader/bytecode.h
22944 ____________________________________________________________________________
22945 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
22946         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
22947              not the file it generates
22948      Branch: perl
22949            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
22950 ____________________________________________________________________________
22951 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
22952         Log: Restore modification in warnings.h from change 28662 by backporting it
22953              to warnings.pl
22954      Branch: perl
22955            ! warnings.h warnings.pl
22956 ____________________________________________________________________________
22957 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
22958         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
22959              From: "Gabor Szabo" <szabgab@gmail.com>
22960              Date: Sat, 5 Aug 2006 23:00:14 +0300
22961              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
22962      Branch: perl
22963            ! lib/File/Basename.pm
22964 ____________________________________________________________________________
22965 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
22966         Log: Subject: [PATCH] adding X<> to perlvar
22967              From: "Gabor Szabo" <szabgab@gmail.com>
22968              Date: Sun, 6 Aug 2006 13:59:28 +0300
22969              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
22970      Branch: perl
22971            ! pod/perlvar.pod
22972 ____________________________________________________________________________
22973 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
22974         Log: Regenerate files after previous change
22975      Branch: perl
22976            ! ext/ByteLoader/byterun.c warnings.h
22977 ____________________________________________________________________________
22978 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
22979         Log: Subject: [PATCH] g++ large patch
22980              From: Jarkko Hietaniemi <jhi@iki.fi>
22981              Date: Fri, 04 Aug 2006 08:58:27 +0300
22982              Message-ID: <44D2E203.5050201@iki.fi>
22983      Branch: perl
22984            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
22985            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
22986            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
22987            ! warnings.h
22988 ____________________________________________________________________________
22989 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
22990         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
22991              From: "Gabor Szabo" <szabgab@gmail.com>
22992              Date: Thu, 27 Jul 2006 09:25:02 +0300
22993              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
22994      Branch: perl
22995            ! pod/perlfunc.pod
22996 ____________________________________________________________________________
22997 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
22998         Log: Subject: [PATCH] add more X<> tags to perlfunc
22999              From: "Gabor Szabo" <szabgab@gmail.com>
23000              Date: Thu, 27 Jul 2006 00:27:06 +0300
23001              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
23002      Branch: perl
23003            ! pod/perlfunc.pod
23004 ____________________________________________________________________________
23005 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
23006         Log: Subject: [PATCH] File::Copy pod updated adding X<>
23007              From: "Gabor Szabo" <szabgab@gmail.com>
23008              Date: Tue, 1 Aug 2006 08:55:37 +0200
23009              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
23010      Branch: perl
23011            ! lib/File/Copy.pm
23012 ____________________________________________________________________________
23013 [ 28658] By: stevep                                on 2006/08/04  16:42:54
23014         Log: Sorting the MANIFEST
23015      Branch: perl
23016            ! MANIFEST
23017 ____________________________________________________________________________
23018 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
23019         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
23020              From: Rick Delaney <rick@bort.ca>
23021              Date: Thu, 3 Aug 2006 21:48:07 -0400
23022              Message-ID: <20060804014807.GW21381@localhost.localdomain>
23023      Branch: perl
23024            ! pp.c t/op/list.t
23025 ____________________________________________________________________________
23026 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
23027         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
23028              From: Rick Delaney <rick@bort.ca>
23029              Date: Thu, 3 Aug 2006 17:30:06 -0400
23030              Message-ID: <20060803213006.GU21381@localhost.localdomain>
23031      Branch: perl
23032            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
23033 ____________________________________________________________________________
23034 [ 28655] By: stevep                                on 2006/08/03  20:18:28
23035         Log: Subject: [PATCH] Tru64 oops
23036              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23037              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
23038              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
23039      Branch: perl
23040            ! pp_sys.c
23041 ____________________________________________________________________________
23042 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
23043         Log: Subject: [PATCH] more g++ in Tru64
23044              From: Jarkko Hietaniemi <jhi@iki.fi>
23045              Date: Thu, 03 Aug 2006 09:04:45 +0300
23046              Message-ID: <44D191FD.9030902@iki.fi>
23047      Branch: perl
23048            ! hints/dec_osf.sh perlio.c pp_sys.c
23049 ____________________________________________________________________________
23050 [ 28653] By: stevep                                on 2006/08/02  17:47:34
23051         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
23052              the bleadperl version is bumped to 1.30_01.
23053      Branch: perl
23054            ! lib/Archive/Tar.pm
23055 ____________________________________________________________________________
23056 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
23057         Log: Cross-compilation makefile fails to copy Config_heavy.pl
23058              (noticed by Alexandre Jousset <mid@gtmp.org>)
23059      Branch: perl
23060            ! Cross/Makefile
23061 ____________________________________________________________________________
23062 [ 28651] By: merijn                                on 2006/08/02  11:21:30
23063         Log: Subject: [PATCH] g++ heavy shoveling
23064              From: Jarkko Hietaniemi <jhi@iki.fi>
23065              Date: Wed, 02 Aug 2006 00:04:42 +0300
23066              Message-ID: <44CFC1EA.2050702@iki.fi>
23067      Branch: perl
23068            ! Configure
23069 ____________________________________________________________________________
23070 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
23071         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
23072              From: Rick Delaney <rick@bort.ca>
23073              Date: Sun, 9 Jul 2006 15:01:50 -0400
23074              Message-ID: <20060709190150.GA1922@localhost.localdomain>
23075              
23076              Plus a note in perldelta
23077      Branch: perl
23078            ! gv.c pod/perl594delta.pod t/op/taint.t
23079 ____________________________________________________________________________
23080 [ 28645] By: stevep                                on 2006/08/02  03:11:51
23081         Log: Subject: [PATCH] g++ heavy shoveling
23082              From: Jarkko Hietaniemi <jhi@iki.fi>
23083              Date: Wed, 02 Aug 2006 00:04:42 +0300
23084              Message-ID: <44CFC1EA.2050702@iki.fi>
23085      Branch: perl
23086            ! cflags.SH hints/linux.sh perl.h
23087 ____________________________________________________________________________
23088 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
23089         Log: Subject: Re: New perltrap?
23090              From: Rick Delaney <rick@bort.ca>
23091              Date: Tue, 1 Aug 2006 08:43:36 -0400
23092              Message-ID: <20060801124336.GM21381@localhost.localdomain>
23093      Branch: perl
23094            ! pod/perlsec.pod
23095 ____________________________________________________________________________
23096 [ 28643] By: steveh                                on 2006/08/01  16:17:47
23097         Log: Silence a couple of Borland compiler warnings
23098      Branch: perl
23099            ! cop.h regexec.c win32/win32.h
23100 ____________________________________________________________________________
23101 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
23102         Log: Subject: [PATCH] threads 1.38
23103              From: "Jerry D. Hedden" <jerry@hedden.us>
23104              Date: Tue, 01 Aug 2006 08:58:52 -0700
23105              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
23106      Branch: perl
23107            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
23108            ! ext/threads/t/free2.t ext/threads/t/thread.t
23109            ! ext/threads/threads.pm ext/threads/threads.xs
23110 ____________________________________________________________________________
23111 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
23112         Log: Bump version of Module::CoreList
23113      Branch: perl
23114            ! lib/Module/CoreList.pm
23115 ____________________________________________________________________________
23116 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
23117         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
23118              in the corelist utility, and to add an easy way to determine what was
23119              some module's version bundled with a specified Perl release.
23120      Branch: perl
23121            ! lib/Module/CoreList/bin/corelist
23122 ____________________________________________________________________________
23123 [ 28639] By: merijn                                on 2006/08/01  12:13:53
23124         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
23125              Somewhat modifies as per Steve Hay's comment
23126              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23127              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
23128              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
23129      Branch: perl
23130            ! perl.h
23131 ____________________________________________________________________________
23132 [ 28638] By: steveh                                on 2006/08/01  11:20:47
23133         Log: Silence the VC7 compiler warning in the following smoke:
23134              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
23135      Branch: perl
23136            ! ext/ByteLoader/byterun.c
23137 ____________________________________________________________________________
23138 [ 28637] By: merijn                                on 2006/08/01  08:44:58
23139         Log: ANSI-C headers in test snippets to please g++ (and the rest)
23140              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
23141              From: Jarkko Hietaniemi <jhi@iki.fi>
23142              Date: Mon, 31 Jul 2006 23:44:55 +0300
23143              Message-ID: <44CE6BC7.8060805@iki.fi>
23144      Branch: perl
23145            ! Configure
23146 ____________________________________________________________________________
23147 [ 28635] By: steveh                                on 2006/08/01  08:10:07
23148         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
23149              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23150              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
23151              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
23152      Branch: perl
23153            ! t/op/stat.t
23154 ____________________________________________________________________________
23155 [ 28634] By: stevep                                on 2006/08/01  00:17:19
23156         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
23157              From: Jarkko Hietaniemi <jhi@iki.fi>
23158              Date: Fri, 28 Jul 2006 09:00:28 +0300
23159              Message-ID: <44C9A7FC.1060801@iki.fi>
23160      Branch: perl
23161            ! handy.h
23162 ____________________________________________________________________________
23163 [ 28633] By: stevep                                on 2006/08/01  00:10:06
23164         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
23165              From: Jarkko Hietaniemi <jhi@iki.fi>
23166              Date: Mon, 31 Jul 2006 23:44:55 +0300
23167              Message-ID: <44CE6BC7.8060805@iki.fi>
23168              
23169              Just the hints/dec_osf.sh changes from this set of patches.
23170      Branch: perl
23171            ! hints/dec_osf.sh
23172 ____________________________________________________________________________
23173 [ 28632] By: stevep                                on 2006/07/30  17:03:10
23174         Log: Tests to go with change #28628.
23175      Branch: perl
23176            ! t/op/stat.t
23177 ____________________________________________________________________________
23178 [ 28631] By: stevep                                on 2006/07/30  16:20:58
23179         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
23180              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
23181              Date: Sat, 29 Jul 2006 22:06:31 +0200
23182              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
23183      Branch: perl
23184            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
23185            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
23186 ____________________________________________________________________________
23187 [ 28630] By: steveh                                on 2006/07/28  16:37:48
23188         Log: Remove a (UINT) cast to silence a VC6 compiler warning
23189              (this was added by #27352, but Digest-SHA-5.37 changed the
23190              loop variable to be signed so the cast now needs to go).
23191              Also bump the VERSION since #27482 has not yet been applied
23192              to the CPAN version.
23193      Branch: perl
23194            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
23195 ____________________________________________________________________________
23196 [ 28629] By: merijn                                on 2006/07/28  08:04:01
23197         Log: Subject: [PATCH] z/OS: an easy test nit
23198              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23199              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
23200              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
23201      Branch: perl
23202            ! ext/PerlIO/t/encoding.t
23203 ____________________________________________________________________________
23204 [ 28628] By: stevep                                on 2006/07/28  00:42:04
23205         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
23206              filehandles like *FILE filehandles.  This resolves RT #8244.
23207      Branch: perl
23208            ! doio.c pp_sys.c
23209 ____________________________________________________________________________
23210 [ 28627] By: stevep                                on 2006/07/27  21:17:10
23211         Log: Upgrade to Digest-SHA-5.42
23212      Branch: perl
23213            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
23214            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
23215            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
23216            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
23217            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
23218            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
23219            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
23220            ! ext/Digest/SHA/t/3-gillogly-hard.t
23221            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
23222 ____________________________________________________________________________
23223 [ 28626] By: steveh                                on 2006/07/27  16:25:41
23224         Log: Clear up most of the VC6 compiler warnings in the following smoke:
23225              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
23226      Branch: perl
23227            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
23228            ! pp_pack.c utf8.c
23229 ____________________________________________________________________________
23230 [ 28625] By: merijn                                on 2006/07/27  15:33:07
23231         Log: #7217: config.h comments for HAS_POLL incorrect
23232              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
23233              Date: Mon, 2 Jul 2001 14:58:27 -0700
23234              From: David Dyck <dcd@tc.fluke.com>
23235              Subject: config.h comments for HAS_POLL incorrect
23236      Branch: perl
23237            ! config_h.SH
23238 ____________________________________________________________________________
23239 [ 28623] By: craigb                                on 2006/07/27  13:54:55
23240         Log: Subject: Re: Silence/fix more warnings from the regex engine
23241              From: demerphq <demerphq@gmail.com>
23242              Date: Tue, 18 Jul 2006 21:57:15 +0200
23243              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
23244              
23245              REGCP_SET should only set a value, not check the previous value of its arg
23246      Branch: perl
23247            ! regexec.c
23248 ____________________________________________________________________________
23249 [ 28622] By: stevep                                on 2006/07/27  11:00:18
23250         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
23251              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
23252              Date: Fri, 14 Jul 2006 10:11:44 -0700      
23253              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
23254      Branch: perl
23255            ! pod/perlipc.pod
23256 ____________________________________________________________________________
23257 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
23258         Log: Some notes in perl594delta.
23259      Branch: perl
23260            ! pod/perl594delta.pod
23261 ____________________________________________________________________________
23262 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
23263         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
23264              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23265              Date: Tue, 25 Jul 2006 00:15:50 +0900
23266              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
23267      Branch: perl
23268            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
23269 ____________________________________________________________________________
23270 [ 28619] By: stevep                                on 2006/07/26  13:54:28
23271         Log: Added tests from CGI.pm that had not been integrated into core.
23272      Branch: perl
23273            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
23274            + lib/CGI/t/start_end_start.t
23275            ! MANIFEST
23276 ____________________________________________________________________________
23277 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
23278         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
23279      Branch: perl
23280            ! pod/perlfunc.pod
23281 ____________________________________________________________________________
23282 [ 28617] By: stevep                                on 2006/07/26  01:59:06
23283         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
23284              From: Mike Guy <mjtg@cam.ac.uk>
23285              Date: Thu, 17 Aug 2000 16:26:56 +0100
23286              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
23287              
23288              Only part regarding @ARG missing from the documentation was applied.
23289      Branch: perl
23290            ! pod/perlvar.pod
23291 ____________________________________________________________________________
23292 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
23293         Log: Upgrade to Devel::PPPort 3.09_02
23294      Branch: perl
23295            + ext/Devel/PPPort/parts/inc/strlfuncs
23296            + ext/Devel/PPPort/t/strlfuncs.t
23297            ! MANIFEST ext/Devel/PPPort/Changes
23298            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
23299            ! ext/Devel/PPPort/parts/apicheck.pl
23300            ! ext/Devel/PPPort/parts/base/5009004
23301            ! ext/Devel/PPPort/parts/embed.fnc
23302            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
23303 ____________________________________________________________________________
23304 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
23305         Log: Very recent development versions of gcc (4.2.0 20060715) seem
23306              to have switched from '<command line>' to '<command-line>'.
23307      Branch: perl
23308            ! makedepend.SH
23309 ____________________________________________________________________________
23310 [ 28614] By: stevep                                on 2006/07/24  17:30:38
23311         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
23312      Branch: perl
23313            ! ext/Data/Dumper/Dumper.xs mkppport.lst
23314 ____________________________________________________________________________
23315 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
23316         Log: Revert change 28603: this was a wrong fix, that didn't prevent
23317              a later crash. Reindent a bit of the same function.
23318      Branch: perl
23319            ! pp_hot.c
23320 ____________________________________________________________________________
23321 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
23322         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
23323              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23324              Date: Sun, 16 Jul 2006 20:06:33 +0900
23325              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
23326      Branch: perl
23327            ! pod/perlop.pod
23328 ____________________________________________________________________________
23329 [ 28611] By: stevep                                on 2006/07/23  13:46:05
23330         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
23331              longer automatically "p4 edits" for me.
23332      Branch: perl
23333            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
23334            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
23335 ____________________________________________________________________________
23336 [ 28610] By: stevep                                on 2006/07/23  13:42:55
23337         Log: Upgrade to Sys-Syslog-0.17
23338      Branch: perl
23339            ! ext/Sys/Syslog/Syslog.pm
23340 ____________________________________________________________________________
23341 [ 28609] By: stevep                                on 2006/07/23  13:20:07
23342         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
23343              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23344              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
23345              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
23346      Branch: perl
23347            ! hints/dec_osf.sh
23348 ____________________________________________________________________________
23349 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
23350         Log: Revert part of last change, that was causing utf8 test failures
23351      Branch: perl
23352            ! toke.c
23353 ____________________________________________________________________________
23354 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
23355         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
23356              From: Jarkko Hietaniemi <jhi@iki.fi>
23357              Date: Sat, 22 Jul 2006 18:51:48 +0300
23358              Message-ID: <44C24994.6020008@iki.fi>
23359      Branch: perl
23360            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
23361 ____________________________________________________________________________
23362 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
23363         Log: Add another volatile modifier to protect against longjmp clobbering
23364      Branch: perl
23365            ! op.c
23366 ____________________________________________________________________________
23367 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
23368         Log: Upgrade to Devel::PPPort 3.09_01
23369      Branch: perl
23370            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
23371            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
23372            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
23373            ! ext/Devel/PPPort/soak
23374 ____________________________________________________________________________
23375 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
23376         Log: More tweaks to threads 1.37, by Jerry D. Hedden
23377      Branch: perl
23378            ! ext/threads/Changes ext/threads/t/exit.t
23379            ! ext/threads/t/thread.t ext/threads/threads.pm
23380            ! ext/threads/threads.xs
23381 ____________________________________________________________________________
23382 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
23383         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
23384              This fixes a crash with mod_perl 1.29.
23385      Branch: perl
23386            ! pp_hot.c
23387 ____________________________________________________________________________
23388 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
23389         Log: Upgrade to threads 1.37, by Jerry D. Hedden
23390      Branch: perl
23391            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
23392            ! ext/threads/t/thread.t ext/threads/threads.pm
23393            ! ext/threads/threads.xs
23394 ____________________________________________________________________________
23395 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
23396         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
23397      Branch: perl
23398            ! pp_hot.c
23399 ____________________________________________________________________________
23400 [ 28600] By: stevep                                on 2006/07/19  14:59:24
23401         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
23402              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
23403              Date: Wed, 19 Jul 2006 05:46:36 -0700
23404              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
23405              
23406              Pod fixes for Time::gmtime.pm
23407      Branch: perl
23408            ! lib/Time/gmtime.pm
23409 ____________________________________________________________________________
23410 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
23411         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
23412              From: Jarkko Hietaniemi <jhi@iki.fi>
23413              Date: Mon, 17 Jul 2006 09:09:24 +0300
23414              Message-ID: <44BB2994.5090609@iki.fi>
23415      Branch: perl
23416            ! perl.h pod/perlguts.pod pod/perlhack.pod
23417 ____________________________________________________________________________
23418 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
23419         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
23420              From: "Jerry D. Hedden" <jerry@hedden.us>
23421              Date: Mon, 17 Jul 2006 05:00:01 -0700
23422              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
23423      Branch: perl
23424            ! ext/threads/t/basic.t ext/threads/t/free.t
23425 ____________________________________________________________________________
23426 [ 28597] By: steveh                                on 2006/07/18  12:11:36
23427         Log: Fix Borland problem with quoted pre-processor macros in response files
23428              
23429              This should clear up the errors from Module/Build/t/ppm.t and
23430              Module/Build/t/xs.t in the Borland smokes.
23431              
23432              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
23433              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
23434              Date: Thu, 06 Apr 2006 22:33:04 -0400
23435              Message-ID: <4435CF60.1000707@thepierianspring.org>
23436              
23437              See the thread here for details:
23438              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
23439      Branch: perl
23440            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
23441 ____________________________________________________________________________
23442 [ 28596] By: stevep                                on 2006/07/18  03:10:51
23443         Log: Additional reason for ssh passphrase failures.
23444      Branch: perl
23445            ! Porting/repository.pod
23446 ____________________________________________________________________________
23447 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
23448         Log: Remove the C89 checking with gcc
23449              (but leave a note in perlhack)
23450      Branch: perl
23451            ! cflags.SH pod/perlhack.pod
23452 ____________________________________________________________________________
23453 [ 28594] By: steveh                                on 2006/07/17  14:32:19
23454         Log: Subject: Silence system warning during tests (only on win32 for now)
23455              From: demerphq <demerphq@gmail.com>
23456              Date: Sat, 15 Jul 2006 18:21:15 +0200
23457              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
23458      Branch: perl
23459            ! t/comp/opsubs.t
23460 ____________________________________________________________________________
23461 [ 28593] By: steveh                                on 2006/07/17  14:23:59
23462         Log: Avoid an error that VC++'s resource compiler seems to have
23463              with a reference to "perly.y" in "perly.h"
23464              
23465              See the thread here for details:
23466              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
23467      Branch: perl
23468            ! perly.h regen_perly.pl
23469 ____________________________________________________________________________
23470 [ 28592] By: merijn                                on 2006/07/17  06:51:54
23471         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
23472      Branch: perl
23473            ! cflags.SH
23474 ____________________________________________________________________________
23475 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
23476         Log: Check for taintedness of PERL5SHELL on Windows
23477              (bug #39832)
23478      Branch: perl
23479            ! taint.c
23480 ____________________________________________________________________________
23481 [ 28590] By: stevep                                on 2006/07/16  19:18:27
23482         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
23483              From: Jarkko Hietaniemi <jhi@iki.fi>
23484              Date: Sun, 16 Jul 2006 13:11:15 +0300
23485              Message-ID: <44BA10C3.8040007@iki.fi>
23486      Branch: perl
23487            ! ext/MIME/Base64/t/quoted-print.t
23488 ____________________________________________________________________________
23489 [ 28589] By: stevep                                on 2006/07/16  19:12:28
23490         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
23491              From: demerphq <demerphq@gmail.com>
23492              Date: Sun, 16 Jul 2006 19:59:02 +0200
23493              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
23494      Branch: perl
23495            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
23496            ! regcomp.c regcomp.h
23497 ____________________________________________________________________________
23498 [ 28588] By: stevep                                on 2006/07/16  19:06:01
23499         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
23500              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23501              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
23502              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
23503      Branch: perl
23504            ! pod/perlhack.pod
23505 ____________________________________________________________________________
23506 [ 28587] By: stevep                                on 2006/07/16  15:40:29
23507         Log: Upgrade to Module-Build-0.2803
23508      Branch: perl
23509            ! lib/Module/Build.pm lib/Module/Build/Base.pm
23510            ! lib/Module/Build/Changes
23511 ____________________________________________________________________________
23512 [ 28586] By: stevep                                on 2006/07/16  14:54:58
23513         Log: Upgrade to Test-Simple-0.64
23514      Branch: perl
23515            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
23516            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
23517            ! lib/Test/Simple/t/tbt_01basic.t
23518            ! lib/Test/Simple/t/tbt_05faildiag.t
23519            ! lib/Test/Simple/t/tbt_06errormess.t
23520            ! lib/Test/Simple/t/tbt_07args.t
23521 ____________________________________________________________________________
23522 [ 28585] By: stevep                                on 2006/07/16  13:46:35
23523         Log: various safety/portability tweaks
23524              From: Jarkko Hietaniemi <jhi@iki.fi>
23525              Date: Sat, 15 Jul 2006 22:15:29 +0300
23526              Message-ID: <44B93ED1.7080000@iki.fi>
23527              
23528              Fix for change #28578.
23529      Branch: perl
23530            ! util.c
23531 ____________________________________________________________________________
23532 [ 28584] By: davem                                 on 2006/07/16  00:20:25
23533         Log: run regen_headerds
23534      Branch: perl
23535            ! embed.h global.sym proto.h
23536 ____________________________________________________________________________
23537 [ 28583] By: davem                                 on 2006/07/15  22:14:46
23538         Log: Subject:  [PATCH] comment update for scan_const
23539              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
23540              Date:  Sat, 15 Jul 2006 20:16:01 +0900
23541              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
23542      Branch: perl
23543            ! toke.c
23544 ____________________________________________________________________________
23545 [ 28582] By: davem                                 on 2006/07/15  21:59:43
23546         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
23547              From:  demerphq <demerphq@gmail.com>
23548              Date:  Sat, 15 Jul 2006 18:56:03 +0200
23549              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
23550      Branch: perl
23551            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
23552            ! regexec.c
23553 ____________________________________________________________________________
23554 [ 28581] By: stevep                                on 2006/07/15  18:57:39
23555         Log: Adding Module::Build::Version missed in upgrade.
23556      Branch: perl
23557            + lib/Module/Build/Version.pm
23558            ! MANIFEST
23559 ____________________________________________________________________________
23560 [ 28580] By: stevep                                on 2006/07/15  15:22:35
23561         Log: Upgrade to ANSIColor-1.11
23562      Branch: perl
23563            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
23564            - lib/Term/ANSIColor/test.pl
23565            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23566            ! lib/Term/ANSIColor/README
23567 ____________________________________________________________________________
23568 [ 28579] By: stevep                                on 2006/07/15  14:46:53
23569         Log: Upgrade to Module-Build-0.2802
23570      Branch: perl
23571            ! lib/Module/Build.pm lib/Module/Build/Base.pm
23572            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
23573            ! lib/Module/Build/t/moduleinfo.t
23574            ! lib/Module/Build/t/runthrough.t
23575 ____________________________________________________________________________
23576 [ 28578] By: merijn                                on 2006/07/15  11:53:36
23577         Log: Subject: [PATCH] various safety/portability tweaks
23578              From: Jarkko Hietaniemi <jhi@iki.fi>
23579              Date: Sat, 15 Jul 2006 13:14:32 +0300
23580              Message-ID: <44B8C008.4030300@iki.fi>
23581      Branch: perl
23582            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
23583 ____________________________________________________________________________
23584 [ 28577] By: merijn                                on 2006/07/15  11:45:15
23585         Log: Subject: [PATCH] cflags.SH: add missing C files
23586              From: Jarkko Hietaniemi <jhi@iki.fi>
23587              Date: Sat, 15 Jul 2006 12:30:25 +0300
23588              Message-ID: <44B8B5B1.2050902@iki.fi>
23589      Branch: perl
23590            ! cflags.SH
23591 ____________________________________________________________________________
23592 [ 28576] By: merijn                                on 2006/07/15  11:41:59
23593         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
23594              From: Jarkko Hietaniemi <jhi@iki.fi>
23595              Date: Sat, 15 Jul 2006 12:19:45 +0300
23596              Message-ID: <44B8B331.8090009@iki.fi>
23597      Branch: perl
23598            ! cflags.SH
23599 ____________________________________________________________________________
23600 [ 28575] By: craigb                                on 2006/07/14  18:18:18
23601         Log: overload.t has same locale problem with VMS that it has with dec_osf
23602      Branch: perl
23603            ! t/uni/overload.t
23604 ____________________________________________________________________________
23605 [ 28574] By: craigb                                on 2006/07/14  18:09:40
23606         Log: Make sysconf tests handle unimplemented success indications
23607              for the benefit of Mac OS X and VMS.
23608      Branch: perl
23609            ! ext/POSIX/t/sysconf.t
23610 ____________________________________________________________________________
23611 [ 28573] By: steveh                                on 2006/07/14  14:42:57
23612         Log: Silence a compiler warning on Win32/VC++
23613              
23614              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
23615              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
23616              Date: Fri, 14 Jul 2006 16:33:01 +0200
23617              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
23618      Branch: perl
23619            ! ext/Hash/Util/FieldHash/FieldHash.xs
23620 ____________________________________________________________________________
23621 [ 28572] By: stevep                                on 2006/07/14  14:38:28
23622         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
23623              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
23624              to do it, and that the errno will not be set on failure.
23625      Branch: perl
23626            ! ext/POSIX/t/sysconf.t
23627 ____________________________________________________________________________
23628 [ 28571] By: davem                                 on 2006/07/14  11:50:37
23629         Log: remove regex postive super-linear cache code
23630              (it wasn't actually achieving anything)
23631      Branch: perl
23632            ! regexec.c t/op/re_tests
23633 ____________________________________________________________________________
23634 [ 28570] By: merijn                                on 2006/07/14  07:03:08
23635         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
23636              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23637              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
23638              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
23639      Branch: perl
23640            ! hv.c sv.c
23641 ____________________________________________________________________________
23642 [ 28569] By: stevep                                on 2006/07/13  20:31:59
23643         Log: Version bumps for z/OS fixes.
23644      Branch: perl
23645            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
23646            ! ext/threads/shared/shared.pm
23647 ____________________________________________________________________________
23648 [ 28568] By: stevep                                on 2006/07/13  20:18:59
23649         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
23650              From: Jarkko Hietaniemi <jhi@iki.fi>
23651              Date: Thu, 13 Jul 2006 23:10:27 +0300
23652              Message-ID: <44B6A8B3.5070605@iki.fi>
23653      Branch: perl
23654            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
23655            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
23656            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
23657            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
23658            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
23659            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
23660 ____________________________________________________________________________
23661 [ 28567] By: merijn                                on 2006/07/13  17:12:00
23662         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
23663              From: Jarkko Hietaniemi <jhi@iki.fi>
23664              Date: Thu, 13 Jul 2006 19:47:29 +0300
23665              Message-ID: <44B67921.6090901@iki.fi>
23666      Branch: perl
23667            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
23668            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
23669            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
23670            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
23671            ! lib/utf8.t miniperlmain.c perl.h
23672 ____________________________________________________________________________
23673 [ 28566] By: stevep                                on 2006/07/13  15:46:11
23674         Log: Keep Intel C++ from claiming that it is gcc.
23675      Branch: perl
23676            ! hints/linux.sh
23677 ____________________________________________________________________________
23678 [ 28565] By: stevep                                on 2006/07/13  14:04:18
23679         Log: Clear up a few more warnings from blead.
23680      Branch: perl
23681            ! op.c perl.c reentr.c reentr.pl regexec.c
23682 ____________________________________________________________________________
23683 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
23684         Log: Not everybody has env
23685      Branch: perl
23686            ! pod/perlintro.pod
23687 ____________________________________________________________________________
23688 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
23689         Log: Subject: Re: Misunderstanding escapes in heredocs?
23690              From: demerphq <demerphq@gmail.com>
23691              Date: Sun, 9 Jul 2006 16:42:45 +0200
23692              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
23693              
23694              with formatting nits
23695      Branch: perl
23696            ! pod/perlop.pod
23697 ____________________________________________________________________________
23698 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
23699         Log: Additions to perlhack based on a patch by Gabor Szabo
23700      Branch: perl
23701            ! pod/perlhack.pod
23702 ____________________________________________________________________________
23703 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
23704         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
23705      Branch: perl
23706            ! pod/perlintro.pod
23707 ____________________________________________________________________________
23708 [ 28560] By: merijn                                on 2006/07/13  06:50:55
23709         Log: Relink to use temp file forced on current dir in mpeix
23710              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
23711              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23712              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
23713              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
23714      Branch: perl
23715            ! mpeix/relink
23716 ____________________________________________________________________________
23717 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
23718         Log: Cleanup and conversion to t/test.pl
23719      Branch: perl
23720            ! ext/Devel/Peek/t/Peek.t
23721 ____________________________________________________________________________
23722 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
23723         Log: I prefer array indexes that start from 0 in beginner docs
23724      Branch: perl
23725            ! pod/perlintro.pod
23726 ____________________________________________________________________________
23727 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
23728         Log: Integration of strlcat is to-done (noticed by Yves)
23729      Branch: perl
23730            ! pod/perltodo.pod
23731 ____________________________________________________________________________
23732 [ 28556] By: steveh                                on 2006/07/12  10:28:39
23733         Log: Fix change #28552: VC++ doesn't like code before declarations
23734      Branch: perl
23735            ! ext/Hash/Util/FieldHash/FieldHash.xs
23736 ____________________________________________________________________________
23737 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
23738         Log: Additions and removals in perltodo
23739      Branch: perl
23740            ! pod/perltodo.pod
23741 ____________________________________________________________________________
23742 [ 28554] By: merijn                                on 2006/07/12  09:40:14
23743         Log: Subject: [PATCH] more strictness in perlintro
23744              From: "Gabor Szabo" <szabgab@gmail.com>
23745              Date: Wed, 12 Jul 2006 10:30:06 +0300
23746              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
23747      Branch: perl
23748            ! pod/perlintro.pod
23749 ____________________________________________________________________________
23750 [ 28553] By: merijn                                on 2006/07/12  09:27:59
23751         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
23752              From: "Gabor Szabo" <szabgab@gmail.com>
23753              Date: Wed, 12 Jul 2006 10:51:03 +0300
23754              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
23755      Branch: perl
23756            ! pod/perlintro.pod
23757 ____________________________________________________________________________
23758 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
23759         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
23760              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
23761              Date: Wed, 12 Jul 2006 00:45:44 +0200
23762              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
23763      Branch: perl
23764            ! ext/Hash/Util/FieldHash/FieldHash.xs
23765 ____________________________________________________________________________
23766 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
23767         Log: Upgrade to PathTools 3.19
23768      Branch: perl
23769            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
23770            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
23771 ____________________________________________________________________________
23772 [ 28550] By: merijn                                on 2006/07/12  06:53:22
23773         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
23774              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23775              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
23776              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
23777      Branch: perl
23778            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
23779            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
23780            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
23781 ____________________________________________________________________________
23782 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
23783         Log: A few rough notes for the next perldelta
23784      Branch: perl
23785            ! pod/perl594delta.pod
23786 ____________________________________________________________________________
23787 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
23788         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
23789              and a new test item, as found and suggested by Sadahiro Tomoyuki.
23790      Branch: perl
23791            ! t/op/pat.t toke.c
23792 ____________________________________________________________________________
23793 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
23794         Log: Subject: Re: Misunderstanding escapes in heredocs?
23795              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23796              Date: Sun, 09 Jul 2006 11:57:42 +0900
23797              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
23798      Branch: perl
23799            ! pod/perlop.pod
23800 ____________________________________________________________________________
23801 [ 28546] By: stevep                                on 2006/07/11  12:31:10
23802         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
23803              change #27541.  Also, leave out the test files Jacobson.t and 
23804              Jacobson2.t which both generated several warnings.
23805      Branch: perl
23806            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
23807            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
23808            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
23809            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
23810            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
23811 ____________________________________________________________________________
23812 [ 28545] By: steveh                                on 2006/07/11  11:26:17
23813         Log: Fix change #28533: my_strlcpy does not return the dest str!
23814      Branch: perl
23815            ! util.c
23816 ____________________________________________________________________________
23817 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
23818         Log: Adjust test count in threads test
23819      Branch: perl
23820            ! ext/threads/t/kill.t
23821 ____________________________________________________________________________
23822 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
23823         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
23824              From: "Jerry D. Hedden" <jerry@hedden.us>
23825              Date: Mon, 10 Jul 2006 13:28:25 -0700
23826              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
23827      Branch: perl
23828            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
23829            ! ext/threads/t/thread.t ext/threads/threads.pm
23830            ! ext/threads/threads.xs
23831 ____________________________________________________________________________
23832 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
23833         Log: Subject: [PATCH] FieldHash coverity-compliant
23834              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
23835              Date: Mon, 10 Jul 2006 21:30:15 +0200
23836              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
23837      Branch: perl
23838            ! ext/Hash/Util/FieldHash/FieldHash.xs
23839            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
23840            ! ext/Hash/Util/FieldHash/t/02_function.t
23841            ! ext/Hash/Util/FieldHash/t/04_thread.t
23842 ____________________________________________________________________________
23843 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
23844         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
23845              From: Andy Dougherty <doughera@lafayette.edu>
23846              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
23847              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
23848      Branch: perl
23849            ! perl.h
23850 ____________________________________________________________________________
23851 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
23852         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
23853              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23854              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
23855              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
23856      Branch: perl
23857            ! ext/POSIX/t/sysconf.t
23858 ____________________________________________________________________________
23859 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
23860         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
23861              From: Jarkko Hietaniemi <jhi@iki.fi>
23862              Date: Mon, 10 Jul 2006 22:55:33 +0300
23863              Message-ID: <44B2B0B5.3000008@iki.fi>
23864      Branch: perl
23865            ! Makefile.SH hints/os390.sh
23866 ____________________________________________________________________________
23867 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
23868         Log: Update Changes
23869      Branch: perl
23870            ! Changes
23871 ____________________________________________________________________________
23872 [ 28537] By: stevep                                on 2006/07/10  19:28:54
23873         Log: Subject: [PATCH] perlhack: argh...
23874              From: Jarkko Hietaniemi <jhi@iki.fi>
23875              Date: Mon, 10 Jul 2006 21:07:35 +0300
23876              Message-ID: <44B29767.4040606@iki.fi>
23877      Branch: perl
23878            ! pod/perlhack.pod
23879 ____________________________________________________________________________
23880 [ 28536] By: stevep                                on 2006/07/10  19:12:07
23881         Log: Restoring change #28523 accidentilly reverted with change #28528.
23882      Branch: perl
23883            ! doio.c
23884 ____________________________________________________________________________
23885 [ 28535] By: stevep                                on 2006/07/10  18:26:25
23886         Log: Fix another empty if-statement warning
23887      Branch: perl
23888            ! sv.c
23889 ____________________________________________________________________________
23890 [ 28534] By: stevep                                on 2006/07/10  18:17:30
23891         Log: Silence empty if-statement warning.
23892      Branch: perl
23893            ! universal.c
23894 ____________________________________________________________________________
23895 [ 28533] By: stevep                                on 2006/07/10  17:23:02
23896         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
23897      Branch: perl
23898            ! doio.c mg.c pp_sys.c toke.c util.c
23899 ____________________________________________________________________________
23900 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
23901         Log: POD fixes in perlhack
23902      Branch: perl
23903            ! pod/perlhack.pod
23904 ____________________________________________________________________________
23905 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
23906         Log: Typo found by Craig Berry
23907      Branch: perl
23908            ! pod/perlhack.pod
23909 ____________________________________________________________________________
23910 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
23911         Log: More perlhack portability additions by Jarkko
23912      Branch: perl
23913            ! pod/perlhack.pod
23914 ____________________________________________________________________________
23915 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
23916         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
23917              From: "Jerry D. Hedden" <jerry@hedden.us>
23918              Date: Mon, 10 Jul 2006 06:49:34 -0700
23919              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
23920      Branch: perl
23921            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
23922            ! ext/threads/threads.pm ext/threads/threads.xs
23923 ____________________________________________________________________________
23924 [ 28528] By: stevep                                on 2006/07/10  13:55:39
23925         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
23926              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
23927              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
23928      Branch: perl
23929            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
23930            ! util.c
23931 ____________________________________________________________________________
23932 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
23933         Log: Subject: [PATCH] perlhack: more portability musings
23934              From: Jarkko Hietaniemi <jhi@iki.fi>
23935              Date: Mon, 10 Jul 2006 15:41:10 +0300
23936              Message-ID: <44B24AE6.6030708@iki.fi>
23937      Branch: perl
23938            ! pod/perlhack.pod
23939 ____________________________________________________________________________
23940 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
23941         Log: Subject: examples in the core documentation
23942              From: "Gabor Szabo" <szabgab@gmail.com>
23943              Date: Sun, 9 Jul 2006 15:44:47 +0200
23944              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
23945      Branch: perl
23946            ! pod/perlfunc.pod
23947 ____________________________________________________________________________
23948 [ 28525] By: stevep                                on 2006/07/10  11:28:24
23949         Log: Add Russ Allbery's public domain implementations of strlcat and
23950              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
23951              Thanks Russ!
23952      Branch: perl
23953            ! embed.fnc embed.h global.sym perl.h proto.h util.c
23954 ____________________________________________________________________________
23955 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
23956         Log: Add a macro to remove duplicated code
23957              
23958              Subject: Re: cut-and-paste findings for blead 28504
23959              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23960              Date: Sun, 09 Jul 2006 13:47:04 +0900
23961              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
23962      Branch: perl
23963            ! pp_sort.c
23964 ____________________________________________________________________________
23965 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
23966         Log: Fix a signed/unsigned warning
23967      Branch: perl
23968            ! doio.c
23969 ____________________________________________________________________________
23970 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
23971         Log: Pod cleanup in Shell.pm
23972      Branch: perl
23973            ! lib/Shell.pm
23974 ____________________________________________________________________________
23975 [ 28521] By: merijn                                on 2006/07/10  07:41:25
23976         Log: Even Jarkko's patches should go in only once
23977              Subject: [PATCH] undouble Jarkko's patch
23978              From: andy@petdance.com (Andy Lester)
23979              Date: Mon, 10 Jul 2006 00:22:18 -0500
23980              Message-ID: <20060710052218.GA7477@petdance.com>
23981      Branch: perl
23982            ! pod/perlhack.pod
23983 ____________________________________________________________________________
23984 [ 28520] By: stevep                                on 2006/07/10  03:07:59
23985         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
23986              From: Dominic Dunlop <shouldbedomo@mac.com>
23987              Date: Sun, 9 Jul 2006 22:22:14 +0200
23988              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
23989      Branch: perl
23990            ! ext/POSIX/t/sysconf.t
23991 ____________________________________________________________________________
23992 [ 28519] By: stevep                                on 2006/07/10  00:29:02
23993         Log: Clear up test based on line number differences between the core and the
23994              Test-Simple version.
23995      Branch: perl
23996            ! lib/Test/Simple/t/tbt_01basic.t
23997 ____________________________________________________________________________
23998 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
23999         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
24000      Branch: perl
24001            ! pod/perlhack.pod
24002 ____________________________________________________________________________
24003 [ 28517] By: stevep                                on 2006/07/09  20:51:48
24004         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
24005      Branch: perl
24006            ! lib/Test/Simple/t/tbt_01basic.t
24007 ____________________________________________________________________________
24008 [ 28516] By: merijn                                on 2006/07/09  18:50:01
24009         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
24010              From: Jarkko Hietaniemi <jhi@iki.fi>
24011              Date: Sun, 09 Jul 2006 19:42:10 +0300
24012              Message-ID: <44B131E2.8050805@iki.fi>
24013      Branch: perl
24014            ! pod/perlhack.pod pod/perltodo.pod
24015 ____________________________________________________________________________
24016 [ 28515] By: stevep                                on 2006/07/09  13:57:25
24017         Log: Subject: [PATCH] perlhack.pod
24018              From: Jarkko Hietaniemi <jhi@iki.fi>
24019              Date: Sun, 09 Jul 2006 14:55:20 +0300
24020              Message-ID: <44B0EEA8.4080003@iki.fi>
24021      Branch: perl
24022            ! pod/perlhack.pod
24023 ____________________________________________________________________________
24024 [ 28514] By: stevep                                on 2006/07/09  13:51:37
24025         Log: Upgrade to Test-Simple-0.63
24026      Branch: perl
24027            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
24028            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
24029            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
24030            ! lib/Test/Simple/t/tbt_05faildiag.t
24031 ____________________________________________________________________________
24032 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
24033         Log: Integrate mkppport. All ppport.h files in the core will now
24034              be autogenerated at build time (and removed during cleanup).
24035      Branch: perl
24036            + mkppport mkppport.lst
24037            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
24038            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
24039            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
24040            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
24041            ! win32/Makefile.ce win32/makefile.mk
24042 ____________________________________________________________________________
24043 [ 28512] By: stevep                                on 2006/07/08  18:08:07
24044         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
24045              From: demerphq <demerphq@gmail.com>
24046              Date: Sat, 8 Jul 2006 17:48:34 +0200
24047              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
24048              
24049              Removing duplicated regexp trie-related code.
24050      Branch: perl
24051            ! regexec.c
24052 ____________________________________________________________________________
24053 [ 28511] By: stevep                                on 2006/07/08  18:00:17
24054         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
24055              From: Brendan O'Dea <bod@debian.org>
24056              Date: Thu, 6 Jul 2006 01:02:41 +1000
24057              Message-ID: <20060705150241.GA2244@londo.c47.org>
24058      Branch: perl
24059            ! lib/File/Spec/Unix.pm
24060 ____________________________________________________________________________
24061 [ 28510] By: stevep                                on 2006/07/08  17:51:43
24062         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
24063              From: Brendan O'Dea <bod@debian.org>
24064              Date: Sat, 8 Jul 2006 13:27:50 +1000
24065              Message-ID: <20060708032750.GA20454@londo.c47.org>
24066      Branch: perl
24067            ! lib/perl5db.pl
24068 ____________________________________________________________________________
24069 [ 28509] By: stevep                                on 2006/07/08  17:47:24
24070         Log: Making encoding::warnings lexical is to-done.
24071      Branch: perl
24072            ! pod/perltodo.pod
24073 ____________________________________________________________________________
24074 [ 28508] By: stevep                                on 2006/07/08  17:28:36
24075         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
24076              From: demerphq <demerphq@gmail.com>
24077              Date: Sat, 8 Jul 2006 17:55:09 +0200
24078              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
24079      Branch: perl
24080            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
24081 ____________________________________________________________________________
24082 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
24083         Log: Upgrade to Devel::PPPort 3.09
24084      Branch: perl
24085            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
24086            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
24087            ! ext/Devel/PPPort/parts/apidoc.fnc
24088            ! ext/Devel/PPPort/parts/base/5009004
24089            ! ext/Devel/PPPort/parts/embed.fnc
24090            ! ext/Devel/PPPort/parts/inc/podtest
24091            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
24092            ! ext/Devel/PPPort/t/podtest.t
24093 ____________________________________________________________________________
24094 [ 28506] By: stevep                                on 2006/07/08  14:50:33
24095         Log: Update Audrey Tang's email throughout various files.
24096      Branch: perl
24097            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
24098 ____________________________________________________________________________
24099 [ 28505] By: merijn                                on 2006/07/08  09:04:56
24100         Log: POSIX test improvements on True64
24101              Subject: [PATCH] the new POSIX tests
24102              From: Jarkko Hietaniemi <jhi@iki.fi>
24103              Date: Sat, 08 Jul 2006 11:43:05 +0300
24104              Message-ID: <44AF7019.3070509@iki.fi>
24105      Branch: perl
24106            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
24107            ! ext/POSIX/t/termios.t
24108 ____________________________________________________________________________
24109 [ 28504] By: stevep                                on 2006/07/08  01:14:28
24110         Log: Upgrade to encoding-warnings-0.10
24111      Branch: perl
24112            + lib/encoding/warnings/t/4-lexical.t
24113            ! MANIFEST lib/encoding/warnings.pm
24114            ! lib/encoding/warnings/t/3-normal.t
24115 ____________________________________________________________________________
24116 [ 28503] By: stevep                                on 2006/07/07  18:38:01
24117         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
24118              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
24119              Date: Fri, 07 Jul 2006 11:02:31 +0200
24120              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
24121              
24122              Only includes changes to:
24123              * ext/I18N/Langinfo/t/Langinfo.t
24124              * ext/POSIX/t/sysconf.t
24125              * ext/POSIX/t/termios.t
24126      Branch: perl
24127            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
24128            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
24129 ____________________________________________________________________________
24130 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
24131         Log: Subject: Re: Dual life for Shell.pm
24132              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
24133              Date: Thu, 6 Jul 2006 13:02:23 -0300
24134              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
24135      Branch: perl
24136            ! lib/Shell.pm lib/Shell.t
24137 ____________________________________________________________________________
24138 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
24139         Log: Subject: [PATCH] threads 1.34 - state methods
24140              From: "Jerry D. Hedden" <jerry@hedden.us>
24141              Date: Thu, 06 Jul 2006 07:33:13 -0700
24142              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
24143      Branch: perl
24144            + ext/threads/t/state.t
24145            ! MANIFEST ext/threads/Changes ext/threads/README
24146            ! ext/threads/t/context.t ext/threads/t/thread.t
24147            ! ext/threads/threads.pm ext/threads/threads.xs
24148 ____________________________________________________________________________
24149 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
24150         Log: Subject: More escaping in the RE
24151              From: demerphq <demerphq@gmail.com>
24152              Date: Fri, 7 Jul 2006 10:40:40 +0200
24153              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
24154              
24155              (with tweaks)
24156      Branch: perl
24157            ! regcomp.c regcomp.h regexec.c
24158 ____________________________________________________________________________
24159 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
24160         Log: Fix the implementation of list assignment to state().
24161      Branch: perl
24162            ! op.c t/lib/warnings/op t/op/state.t
24163 ____________________________________________________________________________
24164 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
24165         Log: The state() implementation is not yet perfect. Check in a new todo test
24166      Branch: perl
24167            ! t/op/state.t
24168 ____________________________________________________________________________
24169 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
24170         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
24171      Branch: perl
24172            ! pod/perldiag.pod
24173 ____________________________________________________________________________
24174 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
24175         Log: Add a new warning, "State variable %s will be reinitialized"
24176      Branch: perl
24177            ! op.c pod/perldiag.pod t/lib/warnings/op
24178 ____________________________________________________________________________
24179 [ 28495] By: stevep                                on 2006/07/06  15:38:51
24180         Log: Upgrade to Module-Build-0.2801.
24181      Branch: perl
24182            ! lib/Module/Build.pm lib/Module/Build/Base.pm
24183            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
24184            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
24185            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
24186            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
24187            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
24188 ____________________________________________________________________________
24189 [ 28494] By: stevep                                on 2006/07/06  15:18:58
24190         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
24191              Also, sync'ing up with the CPAN version of the module.
24192      Branch: perl
24193            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
24194            ! lib/Math/Trig.pm lib/Math/Trig.t
24195 ____________________________________________________________________________
24196 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
24197         Log: Document state() variables in perlsub
24198      Branch: perl
24199            ! pod/perlsub.pod
24200 ____________________________________________________________________________
24201 [ 28492] By: stevep                                on 2006/07/06  14:12:56
24202         Log: Alphabetizing function names in perlfunc lists. 
24203      Branch: perl
24204            ! pod/perlfunc.pod
24205 ____________________________________________________________________________
24206 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
24207         Log: Mention state variables in perldiag. Add switch-related keywords
24208              in the keyword listing section in perlfunc. Add a summary of
24209              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
24210              Don't say that C<my $_> is illegal in perlsub.
24211      Branch: perl
24212            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
24213 ____________________________________________________________________________
24214 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
24215         Log: Introduce a new function, pv_escape(), to display contents of PVs
24216              that might contain non printable chars.
24217              
24218              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
24219              From: demerphq <demerphq@gmail.com>
24220              Date: Wed, 5 Jul 2006 20:40:58 +0200
24221              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
24222      Branch: perl
24223            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
24224            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
24225 ____________________________________________________________________________
24226 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
24227         Log: Implement handling of state variables in list assignment
24228      Branch: perl
24229            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
24230 ____________________________________________________________________________
24231 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
24232         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
24233              side is made out a list declared with our(). In this case OPpLVAL_INTRO
24234              isn't set on the left op, so we just remove that check. Add new tests.
24235      Branch: perl
24236            ! op.c t/op/array.t
24237 ____________________________________________________________________________
24238 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
24239         Log: Adjust test count after introducing new constants in POSIX
24240      Branch: perl
24241            ! ext/B/t/concise-xs.t
24242 ____________________________________________________________________________
24243 [ 28486] By: stevep                                on 2006/07/05  16:27:16
24244         Log: Add constants needed for recvmsg()/sendmsg() support.
24245      Branch: perl
24246            ! ext/POSIX/Makefile.PL
24247 ____________________________________________________________________________
24248 [ 28485] By: stevep                                on 2006/07/05  15:40:05
24249         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
24250      Branch: perl
24251            ! lib/Memoize/t/tie_ndbm.t
24252 ____________________________________________________________________________
24253 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
24254         Log: Add a TODO test for list assignment to a list of state variables.
24255              Not sure yet how to encode in the optree the information that
24256              state($x, $y) and (state $x, state $y) must be treated differently.
24257      Branch: perl
24258            ! t/op/state.t
24259 ____________________________________________________________________________
24260 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
24261         Log: Don't add extra warning flags for gcc versions < 3.
24262      Branch: perl
24263            ! cflags.SH
24264 ____________________________________________________________________________
24265 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
24266         Log: Make the distclean target remove lib/Hash correctly
24267      Branch: perl
24268            ! Makefile.SH
24269 ____________________________________________________________________________
24270 [ 28481] By: craigb                                on 2006/07/05  02:31:06
24271         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
24272              From: "Jerry D. Hedden" <jdhedden@cpan.org>
24273              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
24274              Date: Tue, 04 Jul 2006 17:18:45 -0700
24275              
24276              exiting from threads works differently on VMS
24277      Branch: perl
24278            ! ext/threads/t/exit.t
24279 ____________________________________________________________________________
24280 [ 28480] By: craigb                                on 2006/07/04  21:27:42
24281         Log: fix signed/unsigned nit in reentr.c
24282      Branch: perl
24283            ! reentr.c
24284 ____________________________________________________________________________
24285 [ 28479] By: craigb                                on 2006/07/04  19:08:16
24286         Log: fix type mismatch warning caused by return statement lurking in DIE macro
24287      Branch: perl
24288            ! doio.c
24289 ____________________________________________________________________________
24290 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
24291         Log: Subject: [PATCH] more warning-silencing in FieldHash
24292              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24293              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
24294              Date: Tue, 4 Jul 2006 19:42:12 +0200
24295      Branch: perl
24296            ! ext/Hash/Util/FieldHash/FieldHash.xs
24297            ! ext/Hash/Util/FieldHash/t/02_function.t
24298            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
24299 ____________________________________________________________________________
24300 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
24301         Log: Subject: [PATCH] consting and localizing in universal.c
24302              From: andy@petdance.com (Andy Lester)
24303              Date: Mon, 3 Jul 2006 17:41:48 -0500
24304              Message-ID: <20060703224148.GA14449@petdance.com>
24305      Branch: perl
24306            ! embed.fnc proto.h universal.c
24307 ____________________________________________________________________________
24308 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
24309         Log: Subject: [PATCH] toke.c consting and localizing
24310              From: andy@petdance.com (Andy Lester)
24311              Date: Mon, 3 Jul 2006 17:42:50 -0500
24312              Message-ID: <20060703224250.GA14481@petdance.com>
24313      Branch: perl
24314            ! toke.c
24315 ____________________________________________________________________________
24316 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
24317         Log: Subject: [PATCH] threads 1.33
24318              From: "Jerry D. Hedden" <jdhedden@cpan.org>
24319              Date: Mon, 03 Jul 2006 09:01:53 -0700
24320              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
24321      Branch: perl
24322            + ext/threads/t/exit.t
24323            ! MANIFEST ext/threads/Changes ext/threads/README
24324            ! ext/threads/t/blocks.t ext/threads/t/context.t
24325            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
24326            ! ext/threads/t/join.t ext/threads/t/thread.t
24327            ! ext/threads/threads.pm ext/threads/threads.xs
24328 ____________________________________________________________________________
24329 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
24330         Log: Upgrade to Devel::PPPort 3.08_07
24331      Branch: perl
24332            + ext/Devel/PPPort/PPPort.xs
24333            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
24334            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
24335            ! ext/Devel/PPPort/parts/inc/ppphbin
24336            ! ext/Devel/PPPort/parts/inc/ppphdoc
24337            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
24338            ! ext/Devel/PPPort/t/ppphtest.t
24339 ____________________________________________________________________________
24340 [ 28473] By: stevep                                on 2006/07/03  18:09:01
24341         Log: Allow stat() and -X file tests work on dirhandles.
24342      Branch: perl
24343            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
24344 ____________________________________________________________________________
24345 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
24346         Log: Subject: [PATCH] embed.pl enhancements
24347              From: andy@petdance.com (Andy Lester)
24348              Date: Sun, 2 Jul 2006 12:11:39 -0500
24349              Message-ID: <20060702171139.GA20266@petdance.com>
24350              
24351              Add experimental (and optional) splint support
24352      Branch: perl
24353            ! embed.pl perlapi.c
24354 ____________________________________________________________________________
24355 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
24356         Log: Subject: [PATCH] Makefile splint support
24357              From: andy@petdance.com (Andy Lester)
24358              Date: Sun, 2 Jul 2006 12:19:08 -0500
24359              Message-ID: <20060702171908.GA20443@petdance.com>
24360      Branch: perl
24361            ! Makefile.SH
24362 ____________________________________________________________________________
24363 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
24364         Log: Subject: [PATCH] DProf.xs patch
24365              From: andy@petdance.com (Andy Lester)
24366              Date: Sun, 2 Jul 2006 12:17:08 -0500
24367              Message-ID: <20060702171708.GA20392@petdance.com>
24368      Branch: perl
24369            ! ext/Devel/DProf/DProf.xs
24370 ____________________________________________________________________________
24371 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
24372         Log: Subject: [PATCH] mg.c cleanups
24373              From: andy@petdance.com (Andy Lester)
24374              Date: Sun, 2 Jul 2006 12:33:36 -0500
24375              Message-ID: <20060702173336.GA20641@petdance.com>
24376      Branch: perl
24377            ! mg.c
24378 ____________________________________________________________________________
24379 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
24380         Log: Subject: [PATCH] Clean up mathoms.c
24381              From: andy@petdance.com (Andy Lester)
24382              Date: Sun, 2 Jul 2006 12:24:45 -0500
24383              Message-ID: <20060702172445.GA20521@petdance.com>
24384      Branch: perl
24385            ! mathoms.c
24386 ____________________________________________________________________________
24387 [ 28467] By: steveh                                on 2006/07/03  08:23:03
24388         Log: Subject: Re: Win32API::File now in core
24389              From: demerphq <demerphq@gmail.com>
24390              Date: Sun, 2 Jul 2006 15:19:58 +0200
24391              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
24392              
24393              Sync blead with Win32API-File-0.1001
24394              (plus change to sync README too)
24395      Branch: perl
24396            ! win32/ext/Win32API/File/Changes
24397            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
24398 ____________________________________________________________________________
24399 [ 28466] By: davem                                 on 2006/07/02  22:47:24
24400         Log: silence a compiler warning
24401      Branch: perl
24402            ! regexec.c
24403 ____________________________________________________________________________
24404 [ 28465] By: davem                                 on 2006/07/02  19:30:49
24405         Log: remove some unnecessary uses of WITH_THR
24406      Branch: perl
24407            ! mg.c op.c
24408 ____________________________________________________________________________
24409 [ 28464] By: craigb                                on 2006/07/02  18:06:36
24410         Log: s/have a more/have more/ typo fix in perlfaq4
24411      Branch: perl
24412            ! pod/perlfaq4.pod
24413 ____________________________________________________________________________
24414 [ 28463] By: davem                                 on 2006/07/02  16:31:10
24415         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
24416              From:  demerphq <demerphq@gmail.com>
24417              Date:  Sun, 2 Jul 2006 16:23:21 +0200
24418              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
24419              
24420              Sync ExtUtils::Install with CPAN (just trivially change version nos)
24421      Branch: perl
24422            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24423            ! lib/ExtUtils/Packlist.pm
24424 ____________________________________________________________________________
24425 [ 28462] By: davem                                 on 2006/07/02  15:34:23
24426         Log: 
24427              From: demerphq <demerphq@gmail.com>
24428              Date: Sun, 2 Jul 2006 15:13:20 +0200
24429              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
24430              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
24431              
24432              add test for patch #28417
24433      Branch: perl
24434            ! t/op/pat.t
24435 ____________________________________________________________________________
24436 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
24437         Log: Must not forget that.
24438      Branch: perl
24439            ! pod/perltodo.pod
24440 ____________________________________________________________________________
24441 [ 28460] By: steveh                                on 2006/06/30  13:46:06
24442         Log: Add Win32API::File to the core
24443              
24444              For discussions, see the thread starting here:
24445              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
24446      Branch: perl
24447            + win32/ext/Win32API/File/Changes
24448            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
24449            + win32/ext/Win32API/File/File.pm
24450            + win32/ext/Win32API/File/File.xs
24451            + win32/ext/Win32API/File/Makefile.PL
24452            + win32/ext/Win32API/File/README
24453            + win32/ext/Win32API/File/buffers.h
24454            + win32/ext/Win32API/File/cFile.h
24455            + win32/ext/Win32API/File/cFile.pc
24456            + win32/ext/Win32API/File/const2perl.h
24457            + win32/ext/Win32API/File/ppport.h
24458            + win32/ext/Win32API/File/t/file.t
24459            + win32/ext/Win32API/File/t/tie.t
24460            + win32/ext/Win32API/File/typemap
24461            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
24462            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
24463 ____________________________________________________________________________
24464 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
24465         Log: Fix casting warnings related to snprintf/vsnprintf
24466      Branch: perl
24467            ! perl.h util.c
24468 ____________________________________________________________________________
24469 [ 28458] By: merijn                                on 2006/06/30  13:17:59
24470         Log: Solaris' sh doesn't like empty if's
24471      Branch: perl
24472            ! hints/solaris_2.sh
24473 ____________________________________________________________________________
24474 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
24475         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
24476              is used.
24477      Branch: perl
24478            ! perl.c
24479 ____________________________________________________________________________
24480 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
24481         Log: Fix a couple of compilation warnings
24482      Branch: perl
24483            ! regcomp.c toke.c
24484 ____________________________________________________________________________
24485 [ 28455] By: davem                                 on 2006/06/30  12:07:01
24486         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
24487      Branch: perl
24488            ! regexec.c regexp.h
24489 ____________________________________________________________________________
24490 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
24491         Log: Small adjustment to the Plan
24492      Branch: perl
24493            ! pod/perltodo.pod
24494 ____________________________________________________________________________
24495 [ 28453] By: merijn                                on 2006/06/30  05:00:22
24496         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
24497              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
24498              From: Andrew Dougherty <doughera@lafayette.edu>
24499              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
24500              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
24501      Branch: perl
24502            ! perl.h
24503 ____________________________________________________________________________
24504 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
24505         Log: Another typo fix.
24506      Branch: perl
24507            ! pod/perlre.pod
24508 ____________________________________________________________________________
24509 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
24510         Log: Typo fix.
24511      Branch: perl
24512            ! pod/perlre.pod
24513 ____________________________________________________________________________
24514 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
24515         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
24516              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
24517              Date: Thu, 29 Jun 2006 17:46:57 +0200
24518              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
24519      Branch: perl
24520            ! pod/perlre.pod
24521 ____________________________________________________________________________
24522 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
24523         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
24524              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24525              Date: Wed, 28 Jun 2006 19:20:14 +0200
24526              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
24527      Branch: perl
24528            ! ext/Hash/Util/FieldHash/FieldHash.xs
24529            ! ext/Hash/Util/FieldHash/Makefile.PL
24530            ! ext/Hash/Util/FieldHash/t/01_load.t
24531 ____________________________________________________________________________
24532 [ 28448] By: craigb                                on 2006/06/29  14:21:35
24533         Log: Updated handling of signal names and signals for VMS
24534      Branch: perl
24535            ! configure.com vms/vms.c
24536 ____________________________________________________________________________
24537 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
24538         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
24539      Branch: perl
24540            ! utfebcdic.h
24541 ____________________________________________________________________________
24542 [ 28446] By: merijn                                on 2006/06/28  17:51:28
24543         Log: Solaris hints: gcc flags confuse Configure
24544              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
24545              From: Andy Dougherty <doughera@lafayette.edu>
24546              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
24547              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
24548      Branch: perl
24549            ! hints/solaris_2.sh
24550 ____________________________________________________________________________
24551 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
24552         Log: Subject: [PATCH] Update for IO::Uncompress::Base
24553              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24554              Date: Wed, 28 Jun 2006 14:22:46 +0100
24555              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
24556      Branch: perl
24557            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
24558            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
24559            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
24560            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
24561            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
24562            ! t/lib/compress/oneshot.pl
24563 ____________________________________________________________________________
24564 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
24565         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
24566              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
24567              Date: Tue, 27 Jun 2006 07:23:59 -0700
24568              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
24569      Branch: perl
24570            ! pod/perlfunc.pod
24571 ____________________________________________________________________________
24572 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
24573         Log: Nits in the perlpragma manpage
24574      Branch: perl
24575            ! pod/perlpragma.pod
24576 ____________________________________________________________________________
24577 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
24578         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
24579              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24580              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
24581              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
24582      Branch: perl
24583            ! cflags.SH
24584 ____________________________________________________________________________
24585 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
24586         Log: Adjust test preamble for Hash::Util tests too.
24587      Branch: perl
24588            ! ext/Hash/Util/t/Util.t
24589 ____________________________________________________________________________
24590 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
24591         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
24592              the @INC path only when testing inside the core
24593      Branch: perl
24594            ! ext/Hash/Util/FieldHash/t/01_load.t
24595            ! ext/Hash/Util/FieldHash/t/02_function.t
24596            ! ext/Hash/Util/FieldHash/t/03_class.t
24597            ! ext/Hash/Util/FieldHash/t/04_thread.t
24598            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
24599            ! ext/Hash/Util/FieldHash/t/10_hash.t
24600            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
24601            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
24602 ____________________________________________________________________________
24603 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
24604         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
24605              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24606              Date: Mon, 26 Jun 2006 18:05:53 +0200
24607              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
24608      Branch: perl
24609            ! ext/Hash/Util/FieldHash/Changes
24610            ! ext/Hash/Util/FieldHash/FieldHash.xs
24611            ! ext/Hash/Util/FieldHash/Makefile.PL
24612 ____________________________________________________________________________
24613 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
24614         Log: Remove notes about removed 5005-threads from perlguts.
24615      Branch: perl
24616            ! pod/perlguts.pod
24617 ____________________________________________________________________________
24618 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
24619         Log: Subject: [patch@28427] vms.c - null termination of string missing.
24620              From: "John E. Malmberg" <wb8tyw@qsl.net>
24621              Date: Mon, 26 Jun 2006 08:24:57 -0400
24622              Message-ID: <449FD219.5060900@qsl.net>
24623      Branch: perl
24624            ! vms/vms.c
24625 ____________________________________________________________________________
24626 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
24627         Log: More perlreguts nits by Dominic Dunlop,
24628              plus fix a broken internal POD link
24629      Branch: perl
24630            ! pod/perlreguts.pod
24631 ____________________________________________________________________________
24632 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
24633         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
24634              plus other nits by rgs
24635      Branch: perl
24636            ! pod/perlthrtut.pod
24637 ____________________________________________________________________________
24638 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
24639         Log: Compilation fixes for VMS by John E. Malmberg
24640      Branch: perl
24641            ! ext/Hash/Util/FieldHash/FieldHash.xs
24642 ____________________________________________________________________________
24643 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
24644         Log: Nits to perlreguts.pod by Dominic Dunlop
24645      Branch: perl
24646            ! pod/perlreguts.pod
24647 ____________________________________________________________________________
24648 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
24649         Log: Upgrade to Devel::PPPort 3.08_06
24650      Branch: perl
24651            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
24652            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
24653            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
24654            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
24655            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
24656            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
24657            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
24658            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
24659            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
24660            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
24661            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
24662            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
24663            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
24664            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
24665            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
24666 ____________________________________________________________________________
24667 [ 28423] By: stevep                                on 2006/06/25  01:45:51
24668         Log: Re: [PATCH] Hash::Util::FieldHash
24669              From: demerphq <demerphq@gmail.com>
24670              Date: Sat, 24 Jun 2006 13:19:35 +0200
24671              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
24672      Branch: perl
24673            ! ext/Hash/Util/FieldHash/Makefile.PL
24674 ____________________________________________________________________________
24675 [ 28422] By: davem                                 on 2006/06/24  23:31:33
24676         Log: quieten warning by avoiding a comment-within-a-comment
24677      Branch: perl
24678            ! regcomp.c
24679 ____________________________________________________________________________
24680 [ 28421] By: davem                                 on 2006/06/23  22:26:02
24681         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
24682      Branch: perl
24683            ! regexec.c regexp.h
24684 ____________________________________________________________________________
24685 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
24686         Log: Upgrade to Devel::PPPort 3.08_05
24687      Branch: perl
24688            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
24689            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
24690            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
24691 ____________________________________________________________________________
24692 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
24693         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
24694              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24695              Date: Wed, 21 Jun 2006 22:39:51 +0200
24696              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
24697      Branch: perl
24698            + ext/Hash/Util/FieldHash/Changes
24699            + ext/Hash/Util/FieldHash/FieldHash.xs
24700            + ext/Hash/Util/FieldHash/Makefile.PL
24701            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
24702            + ext/Hash/Util/FieldHash/t/01_load.t
24703            + ext/Hash/Util/FieldHash/t/02_function.t
24704            + ext/Hash/Util/FieldHash/t/03_class.t
24705            + ext/Hash/Util/FieldHash/t/04_thread.t
24706            + ext/Hash/Util/FieldHash/t/05_perlhook.t
24707            + ext/Hash/Util/FieldHash/t/10_hash.t
24708            + ext/Hash/Util/FieldHash/t/11_hashassign.t
24709            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
24710            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
24711            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
24712            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
24713 ____________________________________________________________________________
24714 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
24715         Log: Subject: Re: [PATCH] perlhack.pod
24716              From: "Dr.Ruud" <rvtol+news@isolution.nl>
24717              Date: Thu, 22 Jun 2006 23:42:53 +0200
24718              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
24719      Branch: perl
24720            ! pod/perlhack.pod
24721 ____________________________________________________________________________
24722 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
24723         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
24724              From: demerphq <demerphq@gmail.com>
24725              Date: Fri, 23 Jun 2006 11:54:19 +0200
24726              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
24727      Branch: perl
24728            ! regexec.c
24729 ____________________________________________________________________________
24730 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
24731         Log: perltodo additions by Vadim Konovalov
24732      Branch: perl
24733            ! pod/perltodo.pod
24734 ____________________________________________________________________________
24735 [ 28415] By: stevep                                on 2006/06/22  11:34:20
24736         Log: Subject: [PATCH] IO::Compress::Base
24737              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24738              Date: Thu, 22 Jun 2006 11:40:10 +0100
24739              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
24740      Branch: perl
24741            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
24742            ! t/lib/compress/merge.pl
24743 ____________________________________________________________________________
24744 [ 28414] By: steveh                                on 2006/06/22  08:05:14
24745         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
24746              From: demerphq <demerphq@gmail.com>
24747              Date: Wed, 21 Jun 2006 22:51:03 +0200
24748              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
24749      Branch: perl
24750            ! regcomp.c
24751 ____________________________________________________________________________
24752 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
24753         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
24754              From: "Dr.Ruud" <rvtol+news@isolution.nl>
24755              Date: Wed, 21 Jun 2006 01:58:19 +0200
24756              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
24757      Branch: perl
24758            ! toke.c
24759 ____________________________________________________________________________
24760 [ 28412] By: steveh                                on 2006/06/21  08:07:21
24761         Log: Fix code before declaration error introduced by #28405
24762      Branch: perl
24763            ! regcomp.c
24764 ____________________________________________________________________________
24765 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
24766         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
24767              From: Dominic Dunlop <shouldbedomo@mac.com>
24768              Date: Tue, 20 Jun 2006 21:49:07 +0200
24769              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
24770      Branch: perl
24771            ! t/op/sprintf.t
24772 ____________________________________________________________________________
24773 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
24774         Log: Upgrade to Sys::Syslog 0.16
24775      Branch: perl
24776            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
24777            ! ext/Sys/Syslog/t/syslog.t
24778 ____________________________________________________________________________
24779 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
24780         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
24781              clever. If the right hand side of s///e contains a #, then maybe
24782              it's a comment, so add a \n after it. Obviously, this is fast, but
24783              won't cover all possible cases.
24784      Branch: perl
24785            ! toke.c
24786 ____________________________________________________________________________
24787 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
24788         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
24789              From: Dominic Dunlop <shouldbedomo@mac.com>
24790              Date: Tue, 20 Jun 2006 16:02:38 +0200
24791              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
24792      Branch: perl
24793            ! sv.c t/op/sprintf.t
24794 ____________________________________________________________________________
24795 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
24796         Log: Subject: [PATCH] IO::Compress::* 2.000_13
24797              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24798              Date: Tue, 20 Jun 2006 13:40:47 +0100
24799              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
24800      Branch: perl
24801            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
24802            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
24803            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
24804            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
24805            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
24806            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
24807            ! ext/Compress/IO/Zlib/README
24808            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
24809            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
24810            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
24811            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
24812            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
24813            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
24814            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
24815            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
24816            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
24817            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
24818            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
24819            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
24820            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
24821            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
24822            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
24823            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
24824            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
24825            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
24826            ! ext/Compress/Raw/Zlib/README
24827            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
24828            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
24829            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
24830            ! t/lib/compress/oneshot.pl
24831 ____________________________________________________________________________
24832 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
24833         Log: Upgrade to Unicode::Normalize 1.01
24834      Branch: perl
24835            + ext/Unicode/Normalize/t/tie.t
24836            ! MANIFEST ext/Unicode/Normalize/Changes
24837            ! ext/Unicode/Normalize/Normalize.pm
24838            ! ext/Unicode/Normalize/Normalize.xs
24839            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
24840            ! ext/Unicode/Normalize/t/illegal.t
24841 ____________________________________________________________________________
24842 [ 28405] By: stevep                                on 2006/06/20  12:14:27
24843         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
24844      Branch: perl
24845            ! regcomp.c
24846 ____________________________________________________________________________
24847 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
24848         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
24849              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
24850              Date: Fri, 09 Jun 2006 02:08:44 -0700
24851              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
24852              
24853              plus a regression test.
24854      Branch: perl
24855            ! t/comp/parser.t toke.c
24856 ____________________________________________________________________________
24857 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
24858         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
24859              From: chromatic <chromatic@wgz.org>
24860              Date: Sat, 17 Jun 2006 17:24:03 -0700
24861              Message-Id: <200606171724.04302.chromatic@wgz.org>
24862      Branch: perl
24863            ! lib/UNIVERSAL.pm
24864 ____________________________________________________________________________
24865 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
24866         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
24867              From: "Green, Paul" <Paul.Green@stratus.com>
24868              Date: Sun, 18 Jun 2006 19:41:50 -0400
24869              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
24870      Branch: perl
24871            ! cflags.SH
24872 ____________________________________________________________________________
24873 [ 28401] By: davem                                 on 2006/06/18  09:58:08
24874         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
24875              From:  Jarkko Hietaniemi <jhi@iki.fi>
24876              Date:  Sun, 18 Jun 2006 01:04:46 +0300
24877              Message-Id:  <44947C7E.7090100@iki.fi>
24878      Branch: perl
24879            ! regexec.c
24880 ____________________________________________________________________________
24881 [ 28400] By: davem                                 on 2006/06/17  20:01:38
24882         Log: Subject:  [PATCH] Comply with the 0x80th commandment
24883              From:  demerphq <demerphq@gmail.com>
24884              Date:  Sat, 17 Jun 2006 16:44:17 +0200
24885              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
24886              
24887              add some (U8) casts
24888      Branch: perl
24889            ! regcomp.h
24890 ____________________________________________________________________________
24891 [ 28399] By: davem                                 on 2006/06/17  16:39:53
24892         Log: dont warn at exit of detatched threads still running
24893      Branch: perl
24894            ! ext/threads/t/blocks.t ext/threads/threads.xs
24895 ____________________________________________________________________________
24896 [ 28398] By: davem                                 on 2006/06/16  23:25:51
24897         Log: start turning regmatch() main loop into a FSM
24898              also make BRANCH use the state stack rather than its own unwind struct
24899      Branch: perl
24900            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
24901 ____________________________________________________________________________
24902 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
24903         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
24904              From: Jarkko Hietaniemi <jhi@iki.fi>
24905              Date: Thu, 15 Jun 2006 09:12:53 +0300
24906              Message-ID: <4490FA65.70006@iki.fi>
24907      Branch: perl
24908            ! cflags.SH
24909 ____________________________________________________________________________
24910 [ 28396] By: craigb                                on 2006/06/15  03:20:48
24911         Log: only use NAML$M_OPEN_SPECIAL where it exists
24912      Branch: perl
24913            ! vms/vms.c
24914 ____________________________________________________________________________
24915 [ 28395] By: craigb                                on 2006/06/15  03:16:34
24916         Log: signedness nit in Unicode::Normalize::decompose
24917      Branch: perl
24918            ! ext/Unicode/Normalize/Normalize.xs
24919 ____________________________________________________________________________
24920 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
24921         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)
24922              From: demerphq <demerphq@gmail.com>
24923              Date: Wed, 14 Jun 2006 14:33:24 +0200
24924              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
24925      Branch: perl
24926            ! regcomp.c regcomp.h
24927 ____________________________________________________________________________
24928 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
24929         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)
24930              From: demerphq <demerphq@gmail.com>
24931              Date: Wed, 14 Jun 2006 13:54:04 +0200
24932              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
24933      Branch: perl
24934            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
24935            ! regexec.c
24936 ____________________________________________________________________________
24937 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
24938         Log: I thought I had fixed the spelling of DOES() in universal.t, but
24939              apparently no.
24940      Branch: perl
24941            ! t/op/universal.t
24942 ____________________________________________________________________________
24943 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
24944         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
24945              From: demerphq <demerphq@gmail.com>
24946              Date: Tue, 13 Jun 2006 09:39:42 +0200
24947              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
24948      Branch: perl
24949            ! regcomp.c regexec.c
24950 ____________________________________________________________________________
24951 [ 28390] By: stevep                                on 2006/06/13  01:15:21
24952         Log: Upgrade to Digest-SHA-5.41
24953      Branch: perl
24954            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
24955            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
24956            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
24957            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
24958            ! ext/Digest/SHA/t/2-nist-sha-oo.t
24959 ____________________________________________________________________________
24960 [ 28389] By: stevep                                on 2006/06/13  01:00:02
24961         Log: Upgrade to Unicode-Normalize-1.00
24962      Branch: perl
24963            ! ext/Unicode/Normalize/Changes
24964            ! ext/Unicode/Normalize/Normalize.pm
24965            ! ext/Unicode/Normalize/Normalize.xs
24966            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24967            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
24968            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
24969            ! ext/Unicode/Normalize/t/test.t
24970 ____________________________________________________________________________
24971 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
24972         Log: Subject: Re: Segv from new regex code when under threads.
24973              From: demerphq <demerphq@gmail.com>
24974              Date: Mon, 12 Jun 2006 19:17:30 +0200
24975              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
24976      Branch: perl
24977            ! regcomp.c win32/vmem.h
24978 ____________________________________________________________________________
24979 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
24980         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
24981              
24982              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
24983              From: chromatic <chromatic@wgz.org>
24984              Date: Tue, 30 May 2006 17:41:08 -0700
24985              Message-Id: <200605301741.08363.chromatic@wgz.org>
24986      Branch: perl
24987            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
24988            ! t/op/universal.t universal.c
24989 ____________________________________________________________________________
24990 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
24991         Log: Adapt the new Test::Harness test to the core
24992      Branch: perl
24993            ! lib/Test/Harness/t/failure.t
24994 ____________________________________________________________________________
24995 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
24996         Log: Subject: [PATCH] Static cleanup in pp_sort.c
24997              From: andy@petdance.com (Andy Lester)
24998              Date: Mon, 12 Jun 2006 08:59:34 -0500
24999              Message-ID: <20060612135934.GA2202@petdance.com>
25000      Branch: perl
25001            ! embed.fnc embed.h pp_sort.c proto.h
25002 ____________________________________________________________________________
25003 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
25004         Log: Upgrade to Test::Harness 2.62
25005      Branch: perl
25006            + lib/Test/Harness/t/failure.t
25007            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25008 ____________________________________________________________________________
25009 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
25010         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
25011              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
25012              Date: Sun, 11 Jun 2006 02:30:54 +0200
25013              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
25014      Branch: perl
25015            + ext/Sys/Syslog/ppport.h
25016            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
25017            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
25018            ! ext/Sys/Syslog/t/syslog.t
25019 ____________________________________________________________________________
25020 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
25021         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
25022              From: Daniel Frederick Crisman <daniel@crisman.org>
25023              Date: Sat, 10 Jun 2006 10:49:29 -0400
25024              Message-ID: <20060610144929.GA10201@fury.crisman.org>
25025      Branch: perl
25026            ! pod/perldiag.pod pod/perlop.pod
25027 ____________________________________________________________________________
25028 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
25029         Log: Subject: [PATCH] Proper use of enums
25030              From: andy@petdance.com (Andy Lester)
25031              Date: Sun, 11 Jun 2006 22:44:34 -0500
25032              Message-ID: <20060612034434.GA21588@petdance.com>
25033      Branch: perl
25034            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
25035            ! sv.h
25036 ____________________________________________________________________________
25037 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
25038         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
25039              From: demerphq <demerphq@gmail.com>
25040              Date: Sun, 11 Jun 2006 23:01:14 +0200
25041              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
25042      Branch: perl
25043            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
25044            ! regexp.h sv.c
25045 ____________________________________________________________________________
25046 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
25047         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
25048              From: demerphq <demerphq@gmail.com>
25049              Date: Fri, 9 Jun 2006 19:48:11 +0200
25050              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
25051      Branch: perl
25052            ! ext/re/re.pm regcomp.c regexec.c regexp.h
25053 ____________________________________________________________________________
25054 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
25055         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
25056              with PERL_DESTRUCT_LEVEL=2.
25057      Branch: perl
25058            ! gv.c regcomp.h
25059 ____________________________________________________________________________
25060 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
25061         Log: Mark the 1st argument to S_exec_failed as non null
25062      Branch: perl
25063            ! embed.fnc proto.h
25064 ____________________________________________________________________________
25065 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
25066         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
25067              From: "Jan Dubois" <jand@activestate.com>
25068              Date: Wed, 7 Jun 2006 15:53:02 -0700
25069              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
25070      Branch: perl
25071            ! doio.c embed.fnc embed.h proto.h
25072 ____________________________________________________________________________
25073 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
25074         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
25075              From: John Peacock <jpeacock@rowman.com>
25076              Date: Thu, 08 Jun 2006 21:14:04 -0400
25077              Message-ID: <4488CB5C.4070702@rowman.com>
25078      Branch: perl
25079            ! lib/version.pm lib/version.pod lib/version.t universal.c
25080            ! util.c
25081 ____________________________________________________________________________
25082 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
25083         Log: Subject: [PATCH] sv_dup
25084              From: andy@petdance.com (Andy Lester)
25085              Date: Fri, 9 Jun 2006 00:39:25 -0500
25086              Message-ID: <20060609053925.GA30698@petdance.com>
25087      Branch: perl
25088            ! sv.c
25089 ____________________________________________________________________________
25090 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
25091         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
25092              From: demerphq <demerphq@gmail.com>
25093              Date: Fri, 9 Jun 2006 00:56:37 +0200
25094              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
25095              
25096              (with tweaks)
25097      Branch: perl
25098            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
25099            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
25100 ____________________________________________________________________________
25101 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
25102         Log: Add the perlreguts manpage, by Yves Orton
25103      Branch: perl
25104            + pod/perlreguts.pod
25105            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
25106            ! vms/descrip_mms.template win32/pod.mak
25107 ____________________________________________________________________________
25108 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
25109         Log: Subject: [PATCH] Re: range operator vs. unicode
25110              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25111              Date: Thu, 8 Jun 2006 02:33:43 -0700
25112              Message-ID: <20060608093343.GD2676@efn.org>
25113              
25114              with tweaks
25115      Branch: perl
25116            ! pod/perlop.pod
25117 ____________________________________________________________________________
25118 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
25119         Log: Revert change #20462 (except the regression test),
25120              since the bug has been really fixed by change #22074,
25121              as explained in :
25122              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
25123              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25124              Date: Thu, 01 Jun 2006 08:16:51 +0900
25125              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
25126      Branch: perl
25127            ! pp.c
25128 ____________________________________________________________________________
25129 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
25130         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
25131      Branch: perl
25132            ! t/io/utf8.t
25133 ____________________________________________________________________________
25134 [ 28368] By: craigb                                on 2006/06/07  12:29:32
25135         Log: autosplit one level deeper so we don't miss anything
25136              on a second pass (where lib/auto already exists)
25137      Branch: perl
25138            ! vms/descrip_mms.template
25139 ____________________________________________________________________________
25140 [ 28367] By: craigb                                on 2006/06/07  12:14:39
25141         Log: Subject: [patch@28349] vmsify - full EFS charset support
25142              From: "John E. Malmberg" <wb8tyw@qsl.net>
25143              Date: Mon, 05 Jun 2006 23:39:32 -0400
25144              Message-id: <4484F8F4.7040902@qsl.net>
25145
25146      Branch: perl
25147            ! vms/vms.c vms/vmsish.h
25148 ____________________________________________________________________________
25149 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
25150         Log: Add a regression test to ensure that charnames pragma
25151              is propagated to eval("")
25152      Branch: perl
25153            ! lib/charnames.t
25154 ____________________________________________________________________________
25155 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
25156         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
25157      Branch: perl
25158            ! lib/feature.pm
25159 ____________________________________________________________________________
25160 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
25161         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
25162              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25163              Date: Tue, 6 Jun 2006 22:24:46 -0700
25164              Message-ID: <20060607052446.GA3240@efn.org>
25165      Branch: perl
25166            ! gv.c t/op/readline.t
25167 ____________________________________________________________________________
25168 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
25169         Log: Subject: [PATCH] dump.c patches
25170              From: andy@petdance.com (Andy Lester)
25171              Date: Tue, 6 Jun 2006 10:01:37 -0500
25172              Message-ID: <20060606150137.GA4434@petdance.com>
25173      Branch: perl
25174            ! doop.c dump.c
25175 ____________________________________________________________________________
25176 [ 28362] By: merijn                                on 2006/06/06  18:33:52
25177         Log: Subject: [PATCH]Teach Configure that icc is not gcc
25178              From: Steve Peters <steve@fisharerojo.org>
25179              Date: Tue, 6 Jun 2006 10:33:12 -0500
25180              Message-ID: <20060606153312.GA5542@fisharerojo.org>
25181      Branch: perl
25182            ! Configure
25183 ____________________________________________________________________________
25184 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
25185         Log: Upgrade to Module::CoreList 2.05
25186              (contains a patch by Adriano Ferreira to make corelist accept
25187              regexps as arguments)
25188      Branch: perl
25189            + lib/Module/CoreList/t/find_modules.t
25190            ! MANIFEST lib/Module/CoreList.pm
25191            ! lib/Module/CoreList/bin/corelist
25192 ____________________________________________________________________________
25193 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
25194         Log: Upgrade to Encode 2.18
25195      Branch: perl
25196            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
25197            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
25198            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
25199            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
25200            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
25201            ! ext/Encode/lib/Encode/Alias.pm
25202            ! ext/Encode/lib/Encode/CJKConstants.pm
25203            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
25204            ! ext/Encode/lib/Encode/Encoding.pm
25205            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
25206            ! ext/Encode/lib/Encode/JP/JIS7.pm
25207            ! ext/Encode/lib/Encode/KR/2022_KR.pm
25208            ! ext/Encode/lib/Encode/MIME/Header.pm
25209            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
25210            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
25211 ____________________________________________________________________________
25212 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
25213         Log: Subject: [PATCH] more accumulated cleanups
25214              From: andy@petdance.com (Andy Lester)
25215              Date: Tue, 6 Jun 2006 00:25:01 -0500
25216              Message-ID: <20060606052501.GA30469@petdance.com>
25217      Branch: perl
25218            ! av.c doio.c utf8.c util.c
25219 ____________________________________________________________________________
25220 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
25221         Log: Subject: [PATCH] Accumulated toke.c cleanups
25222              From: andy@petdance.com (Andy Lester)
25223              Date: Tue, 6 Jun 2006 00:07:36 -0500
25224              Message-ID: <20060606050736.GA30291@petdance.com>
25225      Branch: perl
25226            ! toke.c
25227 ____________________________________________________________________________
25228 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
25229         Log: Subject: [PATCH] random thread test failure
25230              From: "Jerry D. Hedden" <jerry@hedden.us>
25231              Date: Mon, 05 Jun 2006 13:28:51 -0700
25232              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
25233      Branch: perl
25234            ! ext/threads/t/thread.t
25235 ____________________________________________________________________________
25236 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
25237         Log: Subject: [PATCH] threads 1.32
25238              From: "Jerry D. Hedden" <jerry@hedden.us>
25239              Date: Mon, 05 Jun 2006 06:34:56 -0700
25240              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
25241      Branch: perl
25242            + ext/threads/hints/hpux.pl
25243            ! MANIFEST ext/threads/Changes ext/threads/README
25244            ! ext/threads/t/blocks.t ext/threads/t/context.t
25245            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
25246            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
25247            ! ext/threads/t/problems.t ext/threads/t/thread.t
25248            ! ext/threads/threads.pm ext/threads/threads.xs
25249 ____________________________________________________________________________
25250 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
25251         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
25252              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
25253              different when -C has been used.
25254      Branch: perl
25255            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
25256            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
25257            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
25258            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
25259            ! t/comp/hints.t
25260 ____________________________________________________________________________
25261 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
25262         Log: Add the missing ${^OPEN} hints flag to B::Concise
25263      Branch: perl
25264            ! ext/B/B/Concise.pm
25265 ____________________________________________________________________________
25266 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
25267         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
25268              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25269              Date: Sun, 04 Jun 2006 15:52:54 +0900
25270              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
25271      Branch: perl
25272            ! pod/perlunicode.pod
25273 ____________________________________________________________________________
25274 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
25275         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
25276              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25277              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
25278              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
25279      Branch: perl
25280            ! mg.c
25281 ____________________________________________________________________________
25282 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
25283         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
25284              exec() failure, as suggested by Salvador Fandino after change #28347
25285      Branch: perl
25286            ! lib/IPC/Open3.pm
25287 ____________________________________________________________________________
25288 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
25289         Log: The smart match table was duplicated in source code and in perlsyn,
25290              so remove the one in the source code
25291      Branch: perl
25292            ! pod/perlsyn.pod pp_ctl.c
25293 ____________________________________________________________________________
25294 [ 28348] By: craigb                                on 2006/06/02  23:18:08
25295         Log: It's all relative -- better handling of tainted directories
25296              in PATH on VMS (and scrubbing them in t/test.pl).
25297      Branch: perl
25298            ! mg.c t/test.pl
25299 ____________________________________________________________________________
25300 [ 28347] By: davem                                 on 2006/06/02  19:53:52
25301         Log: IPC::Open3 handled exec failure badly
25302              When you're in the child, don't croak - you may get trapped by
25303              eval. Also clarify the documentation
25304      Branch: perl
25305            ! lib/IPC/Open3.pm
25306 ____________________________________________________________________________
25307 [ 28346] By: stevep                                on 2006/06/01  19:11:38
25308         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
25309              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
25310              Date: Sun, 21 May 2006 04:23:38 -0700
25311              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
25312      Branch: perl
25313            ! ext/IO/lib/IO/Socket.pm
25314 ____________________________________________________________________________
25315 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
25316         Log: Add the perlunitut manpage, by Juerd Waalboer
25317      Branch: perl
25318            + pod/perlunitut.pod
25319            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
25320            ! vms/descrip_mms.template win32/pod.mak
25321 ____________________________________________________________________________
25322 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
25323         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
25324              From: Brendan O'Dea <bod@debian.org>
25325              Date: Wed, 31 May 2006 22:51:48 +1000
25326              Message-ID: <20060531125148.GA20658@londo.c47.org>
25327      Branch: perl
25328            ! installperl
25329 ____________________________________________________________________________
25330 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
25331         Log: Add a few more built-in types in perlfunc/ref()
25332      Branch: perl
25333            ! pod/perlfunc.pod
25334 ____________________________________________________________________________
25335 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
25336         Log: Remove duplicate file in manifest
25337      Branch: perl
25338            ! MANIFEST
25339 ____________________________________________________________________________
25340 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
25341         Log: Add missing file to MANIFEST
25342      Branch: perl
25343            ! MANIFEST
25344 ____________________________________________________________________________
25345 [ 28340] By: craigb                                on 2006/05/31  03:31:54
25346         Log: Teach incfilter.t some DCL.
25347      Branch: perl
25348            ! t/op/incfilter.t
25349 ____________________________________________________________________________
25350 [ 28339] By: craigb                                on 2006/05/31  03:19:27
25351         Log: Make VMS-specific device name encoding routine say no more politely.
25352      Branch: perl
25353            ! vms/vms.c
25354 ____________________________________________________________________________
25355 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
25356         Log: Subject: Re: B::Lint changes
25357              From: "Joshua ben Jore" <twists@gmail.com>
25358              Date: Thu, 18 May 2006 08:45:30 -0500
25359              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
25360      Branch: perl
25361            ! ext/B/B/Lint.pm ext/B/t/lint.t
25362 ____________________________________________________________________________
25363 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
25364         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
25365      Branch: perl
25366            ! ext/B/B.xs ext/B/B/Bytecode.pm
25367 ____________________________________________________________________________
25368 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
25369         Log: Subject: C is not perl, AV's dont just magically free themselves...
25370              From: demerphq <demerphq@gmail.com>
25371              Date: Tue, 30 May 2006 10:23:19 +0200
25372              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
25373      Branch: perl
25374            ! regcomp.c
25375 ____________________________________________________________________________
25376 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
25377         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
25378              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
25379              actually boolean.
25380      Branch: perl
25381            + ext/XS/APItest/t/op.t t/op/caller.pl
25382            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
25383 ____________________________________________________________________________
25384 [ 28334] By: craigb                                on 2006/05/29  22:34:23
25385         Log: Subject: [PATCH] redo part of change 27374
25386              From: Abe Timmerman <abe@ztreet.demon.nl>
25387              Date: Mon, 29 May 2006 23:24:51 +0200
25388              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
25389
25390      Branch: perl
25391            ! configure.com
25392 ____________________________________________________________________________
25393 [ 28333] By: craigb                                on 2006/05/29  19:37:41
25394         Log: And some more DynaLoader things that should not be tested on
25395              VMS since they are not part of the implementation.
25396      Branch: perl
25397            ! ext/DynaLoader/t/DynaLoader.t
25398 ____________________________________________________________________________
25399 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
25400         Log: Upgrade to Devel::PPPort 3.08_04
25401      Branch: perl
25402            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
25403            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
25404            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
25405            ! ext/Devel/PPPort/apicheck_c.PL
25406            ! ext/Devel/PPPort/devel/buildperl.pl
25407            ! ext/Devel/PPPort/devel/devtools.pl
25408            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
25409            ! ext/Devel/PPPort/devel/regenerate
25410            ! ext/Devel/PPPort/parts/apicheck.pl
25411            ! ext/Devel/PPPort/parts/base/5004000
25412            ! ext/Devel/PPPort/parts/base/5004050
25413            ! ext/Devel/PPPort/parts/base/5005000
25414            ! ext/Devel/PPPort/parts/base/5005030
25415            ! ext/Devel/PPPort/parts/base/5006000
25416            ! ext/Devel/PPPort/parts/base/5006001
25417            ! ext/Devel/PPPort/parts/base/5007001
25418            ! ext/Devel/PPPort/parts/base/5007002
25419            ! ext/Devel/PPPort/parts/base/5007003
25420            ! ext/Devel/PPPort/parts/base/5008000
25421            ! ext/Devel/PPPort/parts/base/5008001
25422            ! ext/Devel/PPPort/parts/base/5009000
25423            ! ext/Devel/PPPort/parts/base/5009001
25424            ! ext/Devel/PPPort/parts/base/5009002
25425            ! ext/Devel/PPPort/parts/base/5009003
25426            ! ext/Devel/PPPort/parts/base/5009004
25427            ! ext/Devel/PPPort/parts/inc/podtest
25428            ! ext/Devel/PPPort/parts/todo/5004000
25429            ! ext/Devel/PPPort/parts/todo/5005000
25430            ! ext/Devel/PPPort/parts/todo/5005030
25431            ! ext/Devel/PPPort/parts/todo/5006000
25432            ! ext/Devel/PPPort/parts/todo/5006001
25433            ! ext/Devel/PPPort/parts/todo/5007001
25434            ! ext/Devel/PPPort/parts/todo/5007002
25435            ! ext/Devel/PPPort/parts/todo/5007003
25436            ! ext/Devel/PPPort/parts/todo/5008000
25437            ! ext/Devel/PPPort/parts/todo/5008001
25438            ! ext/Devel/PPPort/parts/todo/5009000
25439            ! ext/Devel/PPPort/parts/todo/5009001
25440            ! ext/Devel/PPPort/parts/todo/5009002
25441            ! ext/Devel/PPPort/parts/todo/5009003
25442            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
25443            ! ext/Devel/PPPort/t/podtest.t
25444 ____________________________________________________________________________
25445 [ 28331] By: davem                                 on 2006/05/29  15:27:02
25446         Log: make require report too many open files error
25447              ie don't continue searching the rest of @INC
25448      Branch: perl
25449            ! pp_ctl.c
25450 ____________________________________________________________________________
25451 [ 28330] By: davem                                 on 2006/05/29  14:12:13
25452         Log: ensure failure to load Carp::Heavy gets reported
25453      Branch: perl
25454            ! lib/Carp.pm
25455 ____________________________________________________________________________
25456 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
25457         Log: Revert change 28322, which makes ithreads panic
25458      Branch: perl
25459            ! perlio.c
25460 ____________________________________________________________________________
25461 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
25462         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. 
25463              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25464              Date: Sun, 21 May 2006 19:33:21 +0900
25465              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
25466              
25467              with test tweaks further suggested by the same
25468      Branch: perl
25469            ! sv.c t/op/sprintf2.t
25470 ____________________________________________________________________________
25471 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
25472         Log: Silence a warning
25473      Branch: perl
25474            ! regcomp.c
25475 ____________________________________________________________________________
25476 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
25477         Log: Regen headers following change 28325. Also, make it compile
25478              with gcc by forward-declaring struct _reg_trie_data; and
25479              tweak the new re test to use test.pl, in order to portably
25480              run a new interpreter
25481      Branch: perl
25482            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
25483            ! regexec.c regnodes.h
25484 ____________________________________________________________________________
25485 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
25486         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
25487              From: demerphq <demerphq@gmail.com>
25488              Date: Sun, 28 May 2006 16:24:59 +0200
25489              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
25490      Branch: perl
25491            + ext/re/t/regop.pl ext/re/t/regop.t
25492            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
25493            ! regcomp.sym regexec.c t/op/re_tests
25494 ____________________________________________________________________________
25495 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
25496         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
25497              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25498              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
25499              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
25500      Branch: perl
25501            ! t/op/incfilter.t
25502 ____________________________________________________________________________
25503 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
25504         Log: Subject: [PATCH] gv.c consting
25505              From: andy@petdance.com (Andy Lester)
25506              Date: Sun, 28 May 2006 12:24:25 -0500
25507              Message-ID: <20060528172425.GA8291@petdance.com>
25508              
25509              Subject: [PATCH] mg.c consting
25510              From: andy@petdance.com (Andy Lester)
25511              Date: Sun, 28 May 2006 11:34:33 -0500
25512              Message-ID: <20060528163433.GA5518@petdance.com>
25513      Branch: perl
25514            ! embed.fnc gv.c mg.c proto.h
25515 ____________________________________________________________________________
25516 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
25517         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
25518              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25519              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
25520              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
25521      Branch: perl
25522            ! perlio.c
25523 ____________________________________________________________________________
25524 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
25525         Log: Subject: [PATCH] DynaLoader.t: less assumptions
25526              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25527              Message-ID: <44796AF2.8060903@gmail.com>
25528              Date: Sun, 28 May 2006 12:18:42 +0300
25529      Branch: perl
25530            ! ext/DynaLoader/t/DynaLoader.t
25531 ____________________________________________________________________________
25532 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
25533         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
25534              too lax.
25535      Branch: perl
25536            ! hv.c t/op/caller.t
25537 ____________________________________________________________________________
25538 [ 28319] By: davem                                 on 2006/05/27  21:16:30
25539         Log: fix eval qw(BEGIN{die}) style leaks.
25540              death while exdcuting code while parsing meant that the current
25541              parse stack got quiety abandonded, thus leaking a bunch of OPs.
25542              Register a destructor to be called when this happens.
25543      Branch: perl
25544            ! perly.c
25545 ____________________________________________________________________________
25546 [ 28318] By: craigb                                on 2006/05/27  18:00:31
25547         Log: use the same arg names everyone else does and handle undef filename
25548      Branch: perl
25549            ! ext/DynaLoader/dl_vms.xs
25550 ____________________________________________________________________________
25551 [ 28317] By: davem                                 on 2006/05/27  15:05:30
25552         Log: Subject:  RE: perlhack.pod confused about POPSTACK
25553              From:  "Jan Dubois" <jand@activestate.com>
25554              Date:  Thu, 25 May 2006 18:20:25 -0700
25555              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
25556              
25557              more fixing of the PUSHMARK example
25558      Branch: perl
25559            ! pod/perlhack.pod
25560 ____________________________________________________________________________
25561 [ 28316] By: davem                                 on 2006/05/27  00:54:18
25562         Log: make -Dpv display OP names ons the parser stack
25563      Branch: perl
25564            ! perly.c
25565 ____________________________________________________________________________
25566 [ 28315] By: davem                                 on 2006/05/27  00:31:33
25567         Log: stop OPs leaking in eval "syntax error"
25568              When bison pops states during error recovery, any states holding
25569              an OP would leak the OP. Create an extra YY table that tells us
25570              which states are of type opval, and when popping one of those,
25571              free the op.
25572      Branch: perl
25573            ! madly.tab perly.c perly.tab regen_perly.pl
25574 ____________________________________________________________________________
25575 [ 28314] By: davem                                 on 2006/05/26  18:50:34
25576         Log: stop eval "sub{" leaking
25577      Branch: perl
25578            ! madly.act madly.h madly.tab madly.y perly.act perly.h
25579            ! perly.tab perly.y
25580 ____________________________________________________________________________
25581 [ 28313] By: stevep                                on 2006/05/26  15:03:12
25582         Log: Subject: [PATCH] SysV IPC
25583              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25584              Date: Thu, 25 May 2006 18:49:33 +0300
25585              Message-ID: <4475D20D.9010600@gmail.com>
25586      Branch: perl
25587            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
25588            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
25589 ____________________________________________________________________________
25590 [ 28312] By: stevep                                on 2006/05/26  14:45:01
25591         Log: Upgrade to Sys-Syslog-0.14
25592      Branch: perl
25593            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
25594            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
25595            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
25596 ____________________________________________________________________________
25597 [ 28311] By: stevep                                on 2006/05/26  13:39:06
25598         Log: Fix pod nit in perltodo.
25599      Branch: perl
25600            ! pod/perltodo.pod
25601 ____________________________________________________________________________
25602 [ 28310] By: stevep                                on 2006/05/26  13:38:16
25603         Log: Stop a warning generated from thread's Makefile.PL
25604      Branch: perl
25605            ! ext/threads/Makefile.PL
25606 ____________________________________________________________________________
25607 [ 28309] By: stevep                                on 2006/05/26  13:33:54
25608         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
25609              through the code in all cases, even though attributes are not
25610              supported.  In some cases, however, it does.  
25611      Branch: perl
25612            ! hints/linux.sh
25613 ____________________________________________________________________________
25614 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
25615         Log: Subject: Re: [PATCH] Test script for DynaLoader
25616              From: demerphq <demerphq@gmail.com>
25617              Date: Thu, 25 May 2006 13:20:53 +0200
25618              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
25619      Branch: perl
25620            ! ext/DynaLoader/t/DynaLoader.t
25621 ____________________________________________________________________________
25622 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
25623         Log: Upgrade to Devel::PPPort 3.08_03
25624      Branch: perl
25625            + ext/Devel/PPPort/devel/devtools.pl
25626            + ext/Devel/PPPort/devel/regenerate
25627            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
25628            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
25629            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
25630            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
25631            ! ext/Devel/PPPort/parts/apicheck.pl
25632            ! ext/Devel/PPPort/parts/apidoc.fnc
25633            ! ext/Devel/PPPort/parts/base/5006000
25634            ! ext/Devel/PPPort/parts/base/5009003
25635            ! ext/Devel/PPPort/parts/base/5009004
25636            ! ext/Devel/PPPort/parts/embed.fnc
25637            ! ext/Devel/PPPort/parts/inc/podtest
25638            ! ext/Devel/PPPort/parts/inc/ppphtest
25639            ! ext/Devel/PPPort/parts/todo/5009003
25640            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
25641            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
25642 ____________________________________________________________________________
25643 [ 28306] By: stevep                                on 2006/05/25  13:48:56
25644         Log: Upgrade to Digest-SHA-5.38.
25645      Branch: perl
25646            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
25647            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
25648            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
25649            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
25650            ! ext/Digest/SHA/t/2-nist-sha-oo.t
25651 ____________________________________________________________________________
25652 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
25653         Log: Subject: Pod::Html should not convert "foo" in `foo''
25654              From: Gisle Aas <gisle@ActiveState.com>
25655              Date: 24 May 2006 14:09:49 -0700
25656              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
25657      Branch: perl
25658            ! lib/Pod/Html.pm
25659 ____________________________________________________________________________
25660 [ 28304] By: stevep                                on 2006/05/25  02:17:21
25661         Log: Upgrade to Test-Harness-2.60
25662      Branch: perl
25663            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25664 ____________________________________________________________________________
25665 [ 28303] By: davem                                 on 2006/05/25  00:21:21
25666         Log: Subject:  RE: perlhack.pod confused about POPSTACK
25667              From:  "Jan Dubois" <jand@activestate.com>
25668              Date:  Wed, 24 May 2006 16:35:14 -0700
25669              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
25670              
25671              clean up davem's doc thinko of change #28292
25672      Branch: perl
25673            ! pod/perlhack.pod
25674 ____________________________________________________________________________
25675 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
25676         Log: Run 'make regen' for changes 28299, 28300, 28301.
25677      Branch: perl
25678            ! pod/perlapi.pod proto.h
25679 ____________________________________________________________________________
25680 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
25681         Log: The sv_catpvs() and sv_setpvs() macros also return void.
25682      Branch: perl
25683            ! handy.h
25684 ____________________________________________________________________________
25685 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
25686         Log: The SvREFCNT_*void* macros return void, not SV*.
25687      Branch: perl
25688            ! sv.h
25689 ____________________________________________________________________________
25690 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
25691         Log: The 'f' flag was missing for my_snprintf().
25692      Branch: perl
25693            ! embed.fnc
25694 ____________________________________________________________________________
25695 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
25696         Log: Fix segfault in SDBM_File when the destructor is called multiple times
25697      Branch: perl
25698            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
25699 ____________________________________________________________________________
25700 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
25701         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
25702              From: demerphq <demerphq@gmail.com>
25703              Date: Tue, 23 May 2006 22:27:40 +0200
25704              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
25705      Branch: perl
25706            ! lib/Test/Harness.pm
25707 ____________________________________________________________________________
25708 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
25709         Log: Subject: [PATCH] Refactoring in av.c
25710              From: andy@petdance.com (Andy Lester)
25711              Date: Wed, 24 May 2006 00:16:40 -0500
25712              Message-ID: <20060524051640.GA4713@petdance.com>
25713      Branch: perl
25714            ! av.c cop.h
25715 ____________________________________________________________________________
25716 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
25717         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
25718              From: chromatic <chromatic@wgz.org>
25719              Date: Sat, 20 May 2006 11:40:27 -0700
25720              Message-Id: <200605201140.27789.chromatic@wgz.org>
25721              
25722              With tweaks: use built-in ref() instead of Scalar::Util::blessed
25723      Branch: perl
25724            ! lib/AutoLoader.pm lib/AutoLoader.t
25725 ____________________________________________________________________________
25726 [ 28294] By: stevep                                on 2006/05/24  02:56:23
25727         Log: Subject: [PATCH] Make t/TEST more helpful
25728              From: andy@petdance.com (Andy Lester)
25729              Date: Tue, 23 May 2006 21:07:48 -0500
25730              Message-ID: <20060524020748.GA16729@petdance.com>
25731      Branch: perl
25732            ! t/TEST
25733 ____________________________________________________________________________
25734 [ 28293] By: stevep                                on 2006/05/24  02:53:38
25735         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
25736              From: demerphq <demerphq@gmail.com>
25737              Date: Sun, 21 May 2006 12:20:12 +0200
25738              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
25739      Branch: perl
25740            ! win32/Makefile win32/buildext.pl
25741 ____________________________________________________________________________
25742 [ 28292] By: davem                                 on 2006/05/23  22:16:28
25743         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
25744      Branch: perl
25745            ! pod/perlhack.pod
25746 ____________________________________________________________________________
25747 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
25748         Log: Typo fix
25749      Branch: perl
25750            ! ext/threads/threads.pm
25751 ____________________________________________________________________________
25752 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
25753         Log: Subject: [PATCH] Explicit thread context
25754              From: "Jerry D. Hedden" <jerry@hedden.us>
25755              Date: Fri, 19 May 2006 13:42:50 -0700
25756              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
25757      Branch: perl
25758            + ext/threads/t/context.t
25759            ! MANIFEST ext/threads/Changes ext/threads/README
25760            ! ext/threads/threads.pm ext/threads/threads.xs
25761 ____________________________________________________________________________
25762 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
25763         Log: Subject: [PATCH] clean some lint findings
25764              From: andy@petdance.com (Andy Lester)
25765              Date: Sun, 21 May 2006 00:02:40 -0500
25766              Message-ID: <20060521050240.GA21051@petdance.com>
25767      Branch: perl
25768            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
25769 ____________________________________________________________________________
25770 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
25771         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
25772              From: John Peacock <jpeacock@rowman.com>
25773              Date: Mon, 22 May 2006 19:08:03 -0400
25774              Message-ID: <44724453.5090606@rowman.com>
25775      Branch: perl
25776            ! lib/version.pm lib/version.t
25777 ____________________________________________________________________________
25778 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
25779         Log: Fix a syntax error in test
25780      Branch: perl
25781            ! lib/Text/Balanced/t/00-load.t
25782 ____________________________________________________________________________
25783 [ 28286] By: merijn                                on 2006/05/23  06:17:26
25784         Log: HAS_HAS WAS NOW HAS
25785      Branch: perl
25786            ! handy.h
25787 ____________________________________________________________________________
25788 [ 28285] By: stevep                                on 2006/05/22  20:30:14
25789         Log: Subject: [PATCH] IO::Compress::Base::Common
25790              From: "Paul Marquess" <paul.marquess@openwave.com>
25791              Date: Sat, 20 May 2006 11:55:21 +0100
25792              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
25793      Branch: perl
25794            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
25795 ____________________________________________________________________________
25796 [ 28284] By: merijn                                on 2006/05/22  17:39:47
25797         Log: If I needed this now, I'll probably need it next time too :)
25798      Branch: perl
25799            ! handy.h
25800 ____________________________________________________________________________
25801 [ 28283] By: merijn                                on 2006/05/22  17:37:33
25802         Log: Re-generation after backports of
25803              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
25804              #28189 A Configure probe for C99 variadic macros, based on code from
25805              #28202 Take advantage of the bug that binexp ignores the Configure
25806              #28263 Oops. Fix bad #! lines when not using userelocatableinc
25807              One small cleanup fix added. Some small re-ordering. Some whitespace.
25808      Branch: perl
25809            ! Configure Porting/Glossary Porting/config.sh config_h.SH
25810 ____________________________________________________________________________
25811 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
25812         Log: Amend version.pm so it correctly loads the XS version of qv()
25813      Branch: perl
25814            ! lib/version.pm
25815 ____________________________________________________________________________
25816 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
25817         Log: Subject: [PATCH] pp_sys cleanup again
25818              From: andy@petdance.com (Andy Lester)
25819              Date: Sat, 20 May 2006 16:20:20 -0500
25820              Message-ID: <20060520212020.GA30688@petdance.com>
25821      Branch: perl
25822            ! pp_sys.c
25823 ____________________________________________________________________________
25824 [ 28277] By: steveh                                on 2006/05/22  15:18:33
25825         Log: Fix Win32 linker error
25826              
25827              See:
25828              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
25829      Branch: perl
25830            ! embed.fnc embed.h global.sym
25831 ____________________________________________________________________________
25832 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
25833         Log: Upgrade to version.pm 0.60
25834      Branch: perl
25835            ! lib/version.pm lib/version.t universal.c util.c
25836 ____________________________________________________________________________
25837 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
25838         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
25839              From: demerphq <demerphq@gmail.com>
25840              Date: Sun, 21 May 2006 15:06:20 +0200
25841              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
25842              
25843              (only the makedef.pl and perlio.c patches)
25844      Branch: perl
25845            ! makedef.pl perlio.c
25846 ____________________________________________________________________________
25847 [ 28274] By: merijn                                on 2006/05/22  14:42:47
25848         Log: Better handling for error-checking
25849              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
25850      Branch: perl
25851            ! ext/DynaLoader/t/DynaLoader.t
25852 ____________________________________________________________________________
25853 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
25854         Log: Subject: [PATCH] literal string macros
25855              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
25856              Date: Mon, 22 May 2006 13:39:33 +0200
25857              Message-ID: <20060522133933.65ea93ce@r2d2>
25858      Branch: perl
25859            ! handy.h pod/perlapi.pod
25860 ____________________________________________________________________________
25861 [ 28272] By: stevep                                on 2006/05/22  13:57:54
25862         Log: Additional perlpragma.pod nits.
25863      Branch: perl
25864            ! pod/perlpragma.pod
25865 ____________________________________________________________________________
25866 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
25867         Log: More nits in perlpragma, and remove the warning about %^H being
25868              strictly internal in perlvar.
25869      Branch: perl
25870            ! pod/perlpragma.pod pod/perlvar.pod
25871 ____________________________________________________________________________
25872 [ 28270] By: stevep                                on 2006/05/22  13:46:30
25873         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
25874      Branch: perl
25875            ! lib/Text/Balanced/t/00-load.t
25876 ____________________________________________________________________________
25877 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
25878         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
25879              From: demerphq <demerphq@gmail.com>
25880              Date: Sun, 21 May 2006 19:32:15 +0200
25881              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
25882              
25883              New tests.
25884      Branch: perl
25885            ! t/op/re_tests
25886 ____________________________________________________________________________
25887 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
25888         Log: Fix two nits in perlpragma.pod
25889      Branch: perl
25890            ! pod/perlpragma.pod
25891 ____________________________________________________________________________
25892 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
25893         Log: Upgrade to Devel::PPPort 3.08_02
25894      Branch: perl
25895            + ext/Devel/PPPort/parts/inc/SvREFCNT
25896            + ext/Devel/PPPort/parts/inc/podtest
25897            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
25898            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
25899            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
25900            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
25901            ! ext/Devel/PPPort/parts/apidoc.fnc
25902            ! ext/Devel/PPPort/parts/base/5009004
25903            ! ext/Devel/PPPort/parts/embed.fnc
25904            ! ext/Devel/PPPort/parts/inc/memory
25905            ! ext/Devel/PPPort/parts/inc/misc
25906            ! ext/Devel/PPPort/parts/inc/ppphbin
25907            ! ext/Devel/PPPort/parts/inc/ppphdoc
25908            ! ext/Devel/PPPort/parts/inc/pvs
25909            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
25910            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
25911            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
25912            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
25913            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
25914            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
25915            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
25916            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
25917            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
25918            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
25919            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
25920            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
25921            ! ext/Devel/PPPort/t/warn.t
25922 ____________________________________________________________________________
25923 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
25924         Log: Remove duplicate documentation for SvREFCNT_inc().
25925              Add documentation for SvREFCNT_inc_simple_void_NN().
25926              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
25927      Branch: perl
25928            ! sv.h
25929 ____________________________________________________________________________
25930 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
25931         Log: Document PoisonFree() instead of documenting Poison() twice.
25932      Branch: perl
25933            ! handy.h
25934 ____________________________________________________________________________
25935 [ 28264] By: stevep                                on 2006/05/21  03:47:18
25936         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
25937              Also, picked up a missed change for pod/perlapi.pod.
25938      Branch: perl
25939            ! embed.fnc embed.h global.sym pod/perlapi.pod
25940 ____________________________________________________________________________
25941 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
25942         Log: Oops. Fix bad #! lines when not using userelocatableinc
25943      Branch: perl
25944            ! Configure
25945 ____________________________________________________________________________
25946 [ 28262] By: davem                                 on 2006/05/20  22:23:21
25947         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
25948              From:  demerphq <demerphq@gmail.com>
25949              Date:  Sat, 20 May 2006 23:16:33 +0200
25950              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
25951      Branch: perl
25952            ! regcomp.c
25953 ____________________________________________________________________________
25954 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
25955         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
25956      Branch: perl
25957            ! ext/B/B.xs
25958 ____________________________________________________________________________
25959 [ 28260] By: davem                                 on 2006/05/20  21:07:34
25960         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
25961      Branch: perl
25962            ! dump.c
25963 ____________________________________________________________________________
25964 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
25965         Log: Upgrade to Devel::PPPort 3.08_01
25966      Branch: perl
25967            + ext/Devel/PPPort/parts/base/5008008
25968            + ext/Devel/PPPort/parts/base/5009004
25969            + ext/Devel/PPPort/parts/inc/pvs
25970            + ext/Devel/PPPort/parts/inc/snprintf
25971            + ext/Devel/PPPort/parts/inc/warn
25972            + ext/Devel/PPPort/parts/todo/5008008
25973            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
25974            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
25975            - ext/Devel/PPPort/MANIFEST
25976            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
25977            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
25978            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
25979            ! ext/Devel/PPPort/parts/apicheck.pl
25980            ! ext/Devel/PPPort/parts/apidoc.fnc
25981            ! ext/Devel/PPPort/parts/base/5004050
25982            ! ext/Devel/PPPort/parts/base/5006000
25983            ! ext/Devel/PPPort/parts/base/5006001
25984            ! ext/Devel/PPPort/parts/base/5007002
25985            ! ext/Devel/PPPort/parts/base/5007003
25986            ! ext/Devel/PPPort/parts/base/5008000
25987            ! ext/Devel/PPPort/parts/base/5008001
25988            ! ext/Devel/PPPort/parts/base/5009000
25989            ! ext/Devel/PPPort/parts/base/5009003
25990            ! ext/Devel/PPPort/parts/embed.fnc
25991            ! ext/Devel/PPPort/parts/inc/Sv_set
25992            ! ext/Devel/PPPort/parts/inc/magic
25993            ! ext/Devel/PPPort/parts/inc/misc
25994            ! ext/Devel/PPPort/parts/todo/5004000
25995            ! ext/Devel/PPPort/parts/todo/5005000
25996            ! ext/Devel/PPPort/parts/todo/5006000
25997            ! ext/Devel/PPPort/parts/todo/5006001
25998            ! ext/Devel/PPPort/parts/todo/5007003
25999            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
26000            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
26001            ! ext/Devel/PPPort/t/misc.t
26002 ____________________________________________________________________________
26003 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
26004         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
26005              Todo - store the in and out values under 2 keys, and avoid the need to
26006              create a temporary mortal SV while checking it.
26007      Branch: perl
26008            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
26009            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
26010            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
26011            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
26012 ____________________________________________________________________________
26013 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
26014         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
26015              to be stored. Make B::Concise display the new hints field, and modify
26016              B::Deparse to use it.
26017      Branch: perl
26018            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
26019            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
26020            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
26021            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
26022            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
26023            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
26024            ! ext/ByteLoader/bytecode.h op.c perl.h
26025 ____________________________________________________________________________
26026 [ 28255] By: merijn                                on 2006/05/20  15:16:29
26027         Log: Small typo correction
26028      Branch: perl
26029            ! INSTALL
26030 ____________________________________________________________________________
26031 [ 28254] By: davem                                 on 2006/05/20  14:30:50
26032         Log: eval { s/$foo/die/e } leaked a scalar
26033      Branch: perl
26034            ! pp_ctl.c pp_hot.c
26035 ____________________________________________________________________________
26036 [ 28253] By: merijn                                on 2006/05/20  13:26:51
26037         Log: Subject: Re: Over-pious message from Configure?
26038              From: Dominic Dunlop <shouldbedomo@mac.com>
26039              Date: Thu, 18 May 2006 15:47:27 +0200
26040              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
26041      Branch: perl
26042            ! INSTALL
26043 ____________________________________________________________________________
26044 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
26045         Log: Rename cop_hints to cop_hints_hash
26046      Branch: perl
26047            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
26048            ! scope.h sv.c
26049 ____________________________________________________________________________
26050 [ 28251] By: davem                                 on 2006/05/20  11:58:07
26051         Log: Perl segfaults; test case available
26052              sub f { s/$var/f()/e } could free the wrong RE
26053      Branch: perl
26054            ! cop.h pp_ctl.c pp_hot.c
26055 ____________________________________________________________________________
26056 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
26057         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
26058              the value in the hints structure used for %^H.
26059      Branch: perl
26060            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
26061 ____________________________________________________________________________
26062 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
26063         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
26064              some other operating systems were concerned.
26065      Branch: perl
26066            ! perlio.c
26067 ____________________________________________________________________________
26068 [ 28248] By: davem                                 on 2006/05/20  00:43:42
26069         Log: SEGV with complicated regexp and long string
26070              PL_reg_maxiter was wrapping to a negative value
26071      Branch: perl
26072            ! op.c regexec.c
26073 ____________________________________________________________________________
26074 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
26075         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
26076      Branch: perl
26077            ! perlio.c
26078 ____________________________________________________________________________
26079 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
26080         Log: There is no STASH type.
26081      Branch: perl
26082            ! sv.h
26083 ____________________________________________________________________________
26084 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
26085         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
26086              store a reference to the value, so don't pass it in a new SV.
26087      Branch: perl
26088            ! hv.c mg.c pod/perlintern.pod
26089 ____________________________________________________________________________
26090 [ 28244] By: stevep                                on 2006/05/19  20:15:10
26091         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
26092              #28243.  Hateful indeed!
26093      Branch: perl
26094            ! MANIFEST
26095 ____________________________________________________________________________
26096 [ 28243] By: stevep                                on 2006/05/19  20:12:23
26097         Log: Shortening name of a Pod::Simple test case to allow the test to be 
26098              run on the VOS operating system.  Fixes "RT #38645: Test case name
26099              is too long".
26100      Branch: perl
26101           +> lib/Pod/Simple/t/search_25_glob_squaa.t
26102            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
26103 ____________________________________________________________________________
26104 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
26105         Log: Rebuild perltoc.pod.
26106      Branch: perl
26107            ! pod/perltoc.pod
26108 ____________________________________________________________________________
26109 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
26110         Log: Add perlpragma.pod, which describes how to implement user pragmata.
26111      Branch: perl
26112            + pod/perlpragma.pod
26113            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
26114            ! win32/pod.mak
26115 ____________________________________________________________________________
26116 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
26117         Log: Add README.riscos to pod.lst
26118      Branch: perl
26119            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
26120            ! win32/makefile.mk
26121 ____________________________________________________________________________
26122 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
26123         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
26124      Branch: perl
26125            ! MANIFEST
26126 ____________________________________________________________________________
26127 [ 28237] By: stevep                                on 2006/05/19  18:36:13
26128         Log: Subject: [PATCH] strlcat aaargh
26129              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26130              Date: Fri, 19 May 2006 20:44:46 +0300
26131              Message-ID: <446E040E.8030205@gmail.com>
26132      Branch: perl
26133            ! doio.c
26134 ____________________________________________________________________________
26135 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
26136         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
26137              likely to be a more efficient implementation.
26138      Branch: perl
26139            ! perlio.c
26140 ____________________________________________________________________________
26141 [ 28235] By: davem                                 on 2006/05/19  16:06:58
26142         Log: give a more useful example for $^V
26143      Branch: perl
26144            ! pod/perlvar.pod
26145 ____________________________________________________________________________
26146 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
26147         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
26148              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26149              Date: Thu, 18 May 2006 22:44:14 +0300
26150              Message-ID: <446CCE8E.8010407@gmail.com>
26151      Branch: perl
26152            ! perl.h perlio.c util.c
26153 ____________________________________________________________________________
26154 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
26155         Log: Adjust test following change #28225
26156      Branch: perl
26157            ! t/lib/h2ph.pht
26158 ____________________________________________________________________________
26159 [ 28231] By: davem                                 on 2006/05/19  00:14:15
26160         Log: lots of warnings with diagnostics and (warn or die)
26161              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
26162              warnings.
26163      Branch: perl
26164            ! lib/diagnostics.pm
26165 ____________________________________________________________________________
26166 [ 28230] By: davem                                 on 2006/05/18  23:50:51
26167         Log: test some die codepaths in pp_enterwrite
26168      Branch: perl
26169            ! t/op/write.t
26170 ____________________________________________________________________________
26171 [ 28229] By: davem                                 on 2006/05/18  23:16:16
26172         Log: Subject:  [PATCH] threads core dump in BEGIN
26173              From:  "Jerry D. Hedden" <jerry@hedden.us>
26174              Date:  Thu, 18 May 2006 13:22:20 -0700
26175              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
26176      Branch: perl
26177            + ext/threads/t/blocks.t
26178            ! MANIFEST ext/threads/Changes ext/threads/README
26179            ! ext/threads/threads.pm ext/threads/threads.xs
26180 ____________________________________________________________________________
26181 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
26182         Log: We can now remove DynaLoader from 1_compile.t
26183      Branch: perl
26184            ! t/lib/1_compile.t
26185 ____________________________________________________________________________
26186 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
26187         Log: Nits in the DynaLoader test: make it warning-clean,
26188              and avoid checking OS- and locale-specific messages
26189      Branch: perl
26190            ! ext/DynaLoader/t/DynaLoader.t
26191 ____________________________________________________________________________
26192 [ 28226] By: stevep                                on 2006/05/18  15:16:40
26193         Log: Subject: [PATCH] Test script for DynaLoader
26194              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
26195              Date: Thu, 18 May 2006 16:46:00 +0200
26196              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
26197      Branch: perl
26198            + ext/DynaLoader/t/DynaLoader.t
26199            ! MANIFEST
26200 ____________________________________________________________________________
26201 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
26202         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
26203              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
26204              Date: Thu, 11 May 2006 11:00:42 -0700
26205              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
26206      Branch: perl
26207            ! utils/h2ph.PL
26208 ____________________________________________________________________________
26209 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
26210         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
26211              From: "Fergal Daly" <fergal@esatclear.ie>
26212              Date: Wed, 17 May 2006 18:59:50 +0100
26213              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
26214      Branch: perl
26215            ! lib/diagnostics.pm
26216 ____________________________________________________________________________
26217 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
26218         Log: Subject: [PATCH] threads 1.28
26219              From: "Jerry D. Hedden" <jerry@hedden.us>
26220              Date: Wed, 17 May 2006 11:45:32 -0700
26221              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
26222      Branch: perl
26223            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
26224            ! ext/threads/threads.pm ext/threads/threads.xs
26225 ____________________________________________________________________________
26226 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
26227         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
26228      Branch: perl
26229            ! util.c
26230 ____________________________________________________________________________
26231 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
26232         Log: Another SvVOK(). I believe that this is the last.
26233      Branch: perl
26234            ! util.c
26235 ____________________________________________________________________________
26236 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
26237         Log: Oops, missed a SvVOK.
26238      Branch: perl
26239            ! util.c
26240 ____________________________________________________________________________
26241 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
26242         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
26243              SvVOK used to do that, in stealth mode, but now it returns a
26244              boolean like it used to. Patch suggested by John Peacock.
26245      Branch: perl
26246            ! sv.c sv.h
26247 ____________________________________________________________________________
26248 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
26249         Log: Parenthesize uses of macro arguments
26250      Branch: perl
26251            ! perl.h
26252 ____________________________________________________________________________
26253 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
26254         Log: Subject: Re: Change 28183 has broken 64-bit builds?
26255              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26256              Date: Wed, 17 May 2006 22:19:51 +0300
26257              Message-ID: <446B7757.8030301@gmail.com>
26258      Branch: perl
26259            ! perl.h perlio.c pod/perlapi.pod util.c
26260 ____________________________________________________________________________
26261 [ 28215] By: steveh                                on 2006/05/17  17:06:26
26262         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
26263              From: Dave Mitchell <davem@iabyn.com>
26264              Date: Wed, 17 May 2006 17:38:16 +0100
26265              Message-ID: <20060517163816.GN17109@iabyn.com>
26266              
26267              (Dave's fix, plus a test taken from [perl #39145])
26268      Branch: perl
26269            ! sv.c t/op/fork.t
26270 ____________________________________________________________________________
26271 [ 28214] By: stevep                                on 2006/05/17  15:02:45
26272         Log: Subject: [PATCH] IO::Compress* 2.000_12
26273              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26274              Date: Wed, 17 May 2006 13:45:16 +0100
26275              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
26276      Branch: perl
26277            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
26278            + ext/Compress/Raw/Zlib/Changes
26279            ! MANIFEST ext/Compress/IO/Base/README
26280            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
26281            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
26282            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
26283            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
26284            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
26285            ! ext/Compress/IO/Zlib/README
26286            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
26287            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
26288            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
26289            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
26290            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
26291            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
26292            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
26293            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
26294            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
26295            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
26296            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
26297            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
26298            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
26299            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
26300            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
26301            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
26302            ! ext/Compress/IO/Zlib/t/004gziphdr.t
26303            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
26304            ! ext/Compress/Raw/Zlib/README
26305            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
26306            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
26307            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
26308            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
26309 ____________________________________________________________________________
26310 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
26311         Log: Revert change 27513
26312              [Make the original versions of relocated paths available from
26313              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
26314              best choice.]
26315      Branch: perl
26316            ! configpm
26317 ____________________________________________________________________________
26318 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
26319         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
26320              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26321              Date: Mon, 15 May 2006 22:39:58 +0900
26322              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
26323      Branch: perl
26324            ! pp_pack.c
26325 ____________________________________________________________________________
26326 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
26327         Log: Subject: [PATCH] Refactoring reghops
26328              From: andy@petdance.com (Andy Lester)
26329              Date: Mon, 15 May 2006 08:54:24 -0500
26330              Message-ID: <20060515135424.GA31585@petdance.com>
26331      Branch: perl
26332            ! embed.fnc proto.h regexec.c
26333 ____________________________________________________________________________
26334 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
26335         Log: Subject: [PATCH] refactoring out S_regoptail
26336              From: andy@petdance.com (Andy Lester)
26337              Date: Sun, 14 May 2006 23:15:18 -0500
26338              Message-ID: <20060515041518.GA15745@petdance.com>
26339      Branch: perl
26340            ! embed.fnc embed.h proto.h regcomp.c
26341 ____________________________________________________________________________
26342 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
26343         Log: Take advantage of the bug that binexp ignores the Configure
26344              installprefix, by using initialinstalllocation rather than binexp
26345              to determine the #! line for installed scripts. This way they are at
26346              least correct initially for a relocatable @INC perl, rather than
26347              starting as .../../bin/perl
26348      Branch: perl
26349            ! Configure
26350 ____________________________________________________________________________
26351 [ 28200] By: stevep                                on 2006/05/15  16:43:44
26352         Log: Clarification on what Perl does to floating points in the modulus 
26353              operation.
26354      Branch: perl
26355            ! pod/perlop.pod
26356 ____________________________________________________________________________
26357 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
26358         Log: Encode run-time relocation of file names in packlist with a relocate_as
26359              attribute. With this, unmodified instmodsh correctly verifies installed
26360              modules even after relocation.
26361      Branch: perl
26362            ! lib/ExtUtils/Packlist.pm
26363 ____________________________________________________________________________
26364 [ 28197] By: stevep                                on 2006/05/15  14:13:46
26365         Log: Upgrade to Digest-SHA-5.37
26366      Branch: perl
26367            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
26368            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
26369            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
26370            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
26371 ____________________________________________________________________________
26372 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
26373         Log: Simplify the implementation in ExtUtils::Packlist::read.
26374      Branch: perl
26375            ! lib/ExtUtils/Packlist.pm
26376 ____________________________________________________________________________
26377 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
26378         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
26379              From: chromatic <chromatic@wgz.org>
26380              Date: Sun, 14 May 2006 16:51:36 -0700
26381              Message-Id: <200605141651.37181.chromatic@wgz.org>
26382      Branch: perl
26383            ! pod/perlapi.pod universal.c
26384 ____________________________________________________________________________
26385 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
26386         Log: Subject: [PATCH] S_reguni should return its length
26387              From: andy@petdance.com (Andy Lester)
26388              Date: Sun, 14 May 2006 09:46:32 -0500
26389              Message-ID: <20060514144632.GA20935@petdance.com>
26390      Branch: perl
26391            ! embed.fnc embed.h proto.h regcomp.c
26392 ____________________________________________________________________________
26393 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
26394         Log: Subject: [PATCH] strange encodings upsets pp_chr
26395              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26396              Date: Sun, 14 May 2006 19:57:28 +0900
26397              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
26398      Branch: perl
26399            + t/uni/chr.t
26400            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
26401 ____________________________________________________________________________
26402 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
26403         Log: TEST needs to binmode the file handle that is reading the TAP, else it
26404              can get killed if TEST's environment has made it default all opens to
26405              UTF-8 but the TAP is not UTF-8.
26406      Branch: perl
26407            ! t/TEST
26408 ____________________________________________________________________________
26409 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
26410         Log: Upgrade to Test::Harness 2.58.
26411      Branch: perl
26412            ! lib/Test/Harness.pm
26413 ____________________________________________________________________________
26414 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
26415         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
26416      Branch: perl
26417            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
26418            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
26419            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
26420            ! win32/config.bc win32/config.gc win32/config.vc
26421            ! win32/config.vc64
26422 ____________________________________________________________________________
26423 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
26424         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
26425              'n'.
26426      Branch: perl
26427            ! Configure
26428 ____________________________________________________________________________
26429 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
26430         Log: Subject: t/uni/overload.t
26431              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26432              Message-ID: <4465988C.9080407@gmail.com>
26433              Date: Sat, 13 May 2006 11:27:56 +0300
26434      Branch: perl
26435            ! t/uni/overload.t
26436 ____________________________________________________________________________
26437 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
26438         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
26439              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
26440              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
26441              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
26442      Branch: perl
26443            ! sv.c
26444 ____________________________________________________________________________
26445 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
26446         Log: Can't do require Foo if $tainted; because taint tunnels.
26447              (Documented, but I regard this as a serious practical deficiency in
26448              tainting) 
26449      Branch: perl
26450            ! lib/Tie/RefHash.pm
26451 ____________________________________________________________________________
26452 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
26453         Log: Subject: Re: [PATCH] my_snprintf
26454              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26455              Date: Fri, 12 May 2006 22:28:49 +0300
26456              Message-ID: <4464E1F1.9010706@gmail.com>
26457      Branch: perl
26458            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
26459            ! proto.h regcomp.c sv.c toke.c universal.c util.c
26460 ____________________________________________________________________________
26461 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
26462         Log: Subject: AW: question on "len item/string item" with unpack()
26463              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
26464              Date: Fri, 5 May 2006 13:20:24 +0200 
26465              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
26466      Branch: perl
26467            ! pod/perlfunc.pod
26468 ____________________________________________________________________________
26469 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
26470         Log: Subject: [PATCH]  upgrade bytes_to_uni
26471              From: andy@petdance.com (Andy Lester)
26472              Date: Fri, 12 May 2006 00:21:23 -0500
26473              Message-ID: <20060512052123.GA21648@petdance.com>
26474      Branch: perl
26475            ! embed.fnc embed.h pp_pack.c proto.h
26476 ____________________________________________________________________________
26477 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
26478         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
26479              From: andy@petdance.com (Andy Lester)
26480              Date: Tue, 9 May 2006 12:27:30 -0500
26481              Message-ID: <20060509172730.GA5272@petdance.com>
26482      Branch: perl
26483            ! embed.fnc embed.h pp_sys.c proto.h toke.c
26484 ____________________________________________________________________________
26485 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
26486         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
26487              backwards. It now checks for readonly *first*.
26488      Branch: perl
26489            ! sv.c
26490 ____________________________________________________________________________
26491 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
26492         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
26493      Branch: perl
26494            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
26495            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
26496            ! lib/Tie/RefHash/threaded.t
26497 ____________________________________________________________________________
26498 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
26499         Log: Subject: [PATCH] Speed up utf8.c a bit
26500              From: andy@petdance.com (Andy Lester)
26501              Date: Thu, 11 May 2006 22:41:01 -0500
26502              Message-ID: <20060512034101.GA10709@petdance.com>
26503      Branch: perl
26504            ! utf8.c
26505 ____________________________________________________________________________
26506 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
26507         Log: Subject: [PATCH] Fixing embed.fnc
26508              From: andy@petdance.com (Andy Lester)
26509              Date: Thu, 11 May 2006 21:54:10 -0500
26510              Message-ID: <20060512025410.GA32709@petdance.com>
26511      Branch: perl
26512            ! embed.fnc proto.h
26513 ____________________________________________________________________________
26514 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
26515         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
26516              signal handler in the sleeping thread, because some operating systems
26517              deliver the SIGINT to that thread rather than the signalling thread.
26518      Branch: perl
26519            ! ext/threads/t/kill.t
26520 ____________________________________________________________________________
26521 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
26522         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
26523              From: "Jerry D. Hedden" <jerry@hedden.us>
26524              Date: Thu, 11 May 2006 11:50:15 -0700
26525              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
26526      Branch: perl
26527            ! ext/threads/threads.pm
26528 ____________________________________________________________________________
26529 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
26530         Log: Fix concise-xs.t following the changes to B::Deparse.
26531      Branch: perl
26532            ! ext/B/t/concise-xs.t
26533 ____________________________________________________________________________
26534 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
26535         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
26536              check that len is non-NULL before assigning to it.
26537      Branch: perl
26538            ! sv.c
26539 ____________________________________________________________________________
26540 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
26541         Log: Subject: [PATCH] Thread signalling [REVISED]
26542              From: "Jerry D. Hedden" <jerry@hedden.us>
26543              Date: Thu, 11 May 2006 08:55:39 -0700
26544              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
26545      Branch: perl
26546            + ext/threads/t/kill.t
26547            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
26548            ! ext/threads/threads.pm ext/threads/threads.xs
26549 ____________________________________________________________________________
26550 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
26551         Log: Deparse state variables.
26552      Branch: perl
26553            ! ext/B/B/Deparse.pm
26554 ____________________________________________________________________________
26555 [ 28156] By: stevep                                on 2006/05/11  00:09:53
26556         Log: Adding a mention of STDIN processing by qx// as requested by 
26557              RT #34288: perlop: qx/STRING/: mention STDIN
26558      Branch: perl
26559            ! pod/perlop.pod
26560 ____________________________________________________________________________
26561 [ 28155] By: stevep                                on 2006/05/10  23:02:20
26562         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
26563              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
26564      Branch: perl
26565            ! hints/linux.sh
26566 ____________________________________________________________________________
26567 [ 28152] By: stevep                                on 2006/05/10  15:03:03
26568         Log: Upgrade to Encode-2.17
26569      Branch: perl
26570            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
26571 ____________________________________________________________________________
26572 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
26573         Log: no 5.9.4; should fail in version 5.9.4.
26574              Improve the diagnostics and test names in t/comp/use.t
26575      Branch: perl
26576            ! pp_ctl.c t/comp/use.t
26577 ____________________________________________________________________________
26578 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
26579         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
26580              diagnostics.
26581      Branch: perl
26582            ! t/comp/use.t
26583 ____________________________________________________________________________
26584 [ 28148] By: davem                                 on 2006/05/10  01:32:10
26585         Log: disable WARN and DIE hooks during constant folding
26586      Branch: perl
26587            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
26588 ____________________________________________________________________________
26589 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
26590         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
26591      Branch: perl
26592            ! embed.fnc op.c proto.h
26593 ____________________________________________________________________________
26594 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
26595         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
26596      Branch: perl
26597            ! op.c
26598 ____________________________________________________________________________
26599 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
26600         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
26601              the magic isn't there.
26602      Branch: perl
26603            ! gv.c
26604 ____________________________________________________________________________
26605 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
26606         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
26607      Branch: perl
26608            ! gv.c
26609 ____________________________________________________________________________
26610 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
26611         Log: Two signed array indicies that Coverity spots should be unsigned.
26612      Branch: perl
26613            ! ext/POSIX/POSIX.xs
26614 ____________________________________________________________________________
26615 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
26616         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
26617      Branch: perl
26618            ! ext/Encode/Encode.xs
26619 ____________________________________________________________________________
26620 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
26621         Log: Subject: wince crosscompile patch for 28132
26622              From: Vadim <vadim@vkonovalov.ru>
26623              Date: Tue, 09 May 2006 15:09:43 +0400
26624              Message-ID: <44607877.90603@vkonovalov.ru>
26625      Branch: perl
26626            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
26627            ! win32/config_H.ce
26628 ____________________________________________________________________________
26629 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
26630         Log: POD fixes
26631      Branch: perl
26632            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
26633            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
26634            ! lib/DBM_Filter/utf8.pm
26635 ____________________________________________________________________________
26636 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
26637         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
26638              From: David Landgren <david@landgren.net>
26639              Date: Tue, 09 May 2006 13:03:22 +0200
26640              Message-ID: <446076FA.6010409@landgren.net>
26641      Branch: perl
26642            ! ext/IPC/SysV/t/sem.t
26643 ____________________________________________________________________________
26644 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
26645         Log: Fix another Coverity problem by adding an assert that says that
26646              some string we got from the lexer is null-terminated
26647      Branch: perl
26648            ! op.c
26649 ____________________________________________________________________________
26650 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
26651         Log: Fix a logic error in conditional found by Coverity
26652      Branch: perl
26653            ! op.c
26654 ____________________________________________________________________________
26655 [ 28135] By: davem                                 on 2006/05/09  11:43:55
26656         Log: allow exit during fold_constants
26657              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
26658      Branch: perl
26659            ! op.c
26660 ____________________________________________________________________________
26661 [ 28134] By: steveh                                on 2006/05/09  08:04:29
26662         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
26663              From: "Jerry D. Hedden" <jerry@hedden.us>
26664              Date: Mon, 08 May 2006 10:23:33 -0700
26665              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
26666      Branch: perl
26667            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
26668            ! ext/threads/threads.xs
26669 ____________________________________________________________________________
26670 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
26671         Log: Subject: perlop.pod doc patch: I/O operators
26672              From: Ash Berlin <ash@cpan.org>
26673              Date: Sat, 06 May 2006 14:16:00 +0100
26674              Message-ID: <445CA190.1070105@cpan.org>
26675      Branch: perl
26676            ! pod/perlop.pod
26677 ____________________________________________________________________________
26678 [ 28132] By: stevep                                on 2006/05/09  02:16:18
26679         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
26680              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26681              Date: Sat, 06 May 2006 11:21:02 +0300
26682              Message-ID: <445C5C6E.6070201@gmail.com>
26683      Branch: perl
26684            ! util.c
26685 ____________________________________________________________________________
26686 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
26687         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
26688              From: David Landgren <david@landgren.net>
26689              Message-ID: <445B694B.8060901@landgren.net>
26690              Date: Fri, 05 May 2006 17:03:39 +0200
26691              
26692              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
26693              From: David Landgren <david@landgren.net>
26694              Message-ID: <445B75EF.3000100@landgren.net>
26695              Date: Fri, 05 May 2006 17:57:35 +0200
26696      Branch: perl
26697            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
26698 ____________________________________________________________________________
26699 [ 28127] By: stevep                                on 2006/05/08  19:01:56
26700         Log: Rename lib/Text/Balanced/t/00.load.t to 
26701              lib/Text/Balanced/t/00-load.t and restore a test to 
26702              lib/Text/Balanced/t/extmul.t.
26703      Branch: perl
26704           +> lib/Text/Balanced/t/00-load.t
26705            - lib/Text/Balanced/t/00.load.t
26706            ! MANIFEST lib/Text/Balanced/t/extmul.t
26707 ____________________________________________________________________________
26708 [ 28126] By: stevep                                on 2006/05/08  18:46:16
26709         Log: Version bump and typo fix from change #28125.
26710      Branch: perl
26711            ! lib/Text/Balanced.pm
26712 ____________________________________________________________________________
26713 [ 28125] By: stevep                                on 2006/05/08  18:37:47
26714         Log: Rollback two changes in Text::Balanced which cause test failures in the
26715              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
26716              version of one test file is a bit more comprehensive than what was in
26717              CPAN, so it has been completely restored.
26718      Branch: perl
26719            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
26720 ____________________________________________________________________________
26721 [ 28122] By: stevep                                on 2006/05/08  16:47:39
26722         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
26723              change #27352 has not yet been applied to the CPAN version.
26724      Branch: perl
26725            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
26726            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
26727            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
26728            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
26729            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
26730            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
26731            ! ext/Digest/SHA/t/nist/bit-messages.sha1
26732            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
26733            ! ext/Digest/SHA/t/nist/byte-messages.sha1
26734 ____________________________________________________________________________
26735 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
26736         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
26737      Branch: perl
26738            ! Porting/Maintainers.pl
26739 ____________________________________________________________________________
26740 [ 28116] By: merijn                                on 2006/05/07  14:18:45
26741         Log: Remvove code that gets undone in the next line.
26742              Keep the documentation part.
26743      Branch: perl
26744            ! hints/hpux.sh
26745 ____________________________________________________________________________
26746 [ 28108] By: stevep                                on 2006/05/05  16:26:48
26747         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
26748              closes STDIN, so these build failures were only seen while 
26749              running smokes through cron.
26750      Branch: perl
26751            ! lib/Module/Build/t/extend.t
26752 ____________________________________________________________________________
26753 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
26754         Log: Implement state array and state hashes. Initialisation assignment
26755              to state arrays or hashes is not implemented yet.
26756      Branch: perl
26757            ! ext/B/B/Concise.pm pp.c t/op/state.t
26758 ____________________________________________________________________________
26759 [ 28105] By: stevep                                on 2006/05/05  12:40:41
26760         Log: Upgrade to Text-Balanced-1.98
26761      Branch: perl
26762            + lib/Text/Balanced/t/00.load.t
26763            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
26764            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
26765            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
26766            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
26767            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
26768 ____________________________________________________________________________
26769 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
26770         Log: Subject: [PATCH] threads - stack size support
26771              From: "Jerry D. Hedden" <jerry@hedden.us>
26772              Date: Thu, 04 May 2006 10:07:58 -0700
26773              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
26774      Branch: perl
26775            + ext/threads/t/stack.t ext/threads/t/stack_env.t
26776            ! MANIFEST ext/threads/Changes ext/threads/README
26777            ! ext/threads/threads.pm ext/threads/threads.xs
26778 ____________________________________________________________________________
26779 [ 28103] By: stevep                                on 2006/05/05  01:26:08
26780         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
26781      Branch: perl
26782            ! Porting/checkAUTHORS.pl
26783 ____________________________________________________________________________
26784 [ 28102] By: stevep                                on 2006/05/05  01:12:41
26785         Log: Subject: [PATCH] Email address changes
26786              From: "Jan Dubois" <jand@activestate.com>
26787              Date: Thu, 4 May 2006 15:28:19 -0700
26788              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
26789      Branch: perl
26790            ! AUTHORS
26791 ____________________________________________________________________________
26792 [ 28101] By: stevep                                on 2006/05/04  20:03:42
26793         Log: Upgrade to ExtUtils-Install-1.40
26794      Branch: perl
26795            ! lib/ExtUtils/Install.pm
26796 ____________________________________________________________________________
26797 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
26798         Log: Subject: RE: [PATCH-for-28089] wince yet another step
26799              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
26800              Date: Thu, 4 May 2006 17:32:12 +0200 
26801              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
26802      Branch: perl
26803            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
26804 ____________________________________________________________________________
26805 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
26806         Log: Subject: [PATCH] threads - formatting [REVISED]
26807              From: "Jerry D. Hedden" <jerry@hedden.us>
26808              Date: Wed, 03 May 2006 12:34:34 -0700
26809              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
26810      Branch: perl
26811            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
26812            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
26813            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
26814            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
26815            ! ext/threads/t/thread.t ext/threads/threads.pm
26816            ! ext/threads/threads.xs
26817 ____________________________________________________________________________
26818 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
26819         Log: Upgrade to Encode 2.16
26820      Branch: perl
26821            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
26822            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
26823            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
26824            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
26825            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
26826            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
26827            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
26828            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
26829            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
26830            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
26831            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
26832            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
26833            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
26834            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
26835            ! ext/Encode/bin/unidump ext/Encode/encengine.c
26836            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
26837            ! ext/Encode/lib/Encode/CJKConstants.pm
26838            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
26839            ! ext/Encode/lib/Encode/Encoder.pm
26840            ! ext/Encode/lib/Encode/Encoding.pm
26841            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
26842            ! ext/Encode/lib/Encode/JP/JIS7.pm
26843            ! ext/Encode/lib/Encode/KR/2022_KR.pm
26844            ! ext/Encode/lib/Encode/MIME/Header.pm
26845            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
26846            ! ext/Encode/lib/Encode/PerlIO.pod
26847            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
26848            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
26849            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
26850            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
26851            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
26852            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
26853            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
26854            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
26855            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
26856            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
26857            ! ext/Encode/t/utf8strict.t
26858 ____________________________________________________________________________
26859 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
26860         Log: Resubmit change #28095
26861      Branch: perl
26862            ! t/op/grep.t
26863 ____________________________________________________________________________
26864 [ 28096] By: steveh                                on 2006/05/04  11:22:04
26865         Log: Subject: [PATCH-for-28089] wince yet another step
26866              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
26867              Date: Thu, 4 May 2006 13:04:45 +0200 
26868              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
26869      Branch: perl
26870            ! win32/Makefile.ce
26871 ____________________________________________________________________________
26872 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
26873         Log: Subject: [PATCH] t/op/grep.t using test.pl
26874              From: David Landgren <david@landgren.net>
26875              Date: Wed, 03 May 2006 15:53:38 +0200
26876              Message-ID: <4458B5E2.7090103@landgren.net>
26877      Branch: perl
26878            ! t/op/grep.t
26879 ____________________________________________________________________________
26880 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
26881         Log: Subject: [PATCH] t/op/context.t using test.pl
26882              From: David Landgren <david@landgren.net>
26883              Date: Wed, 03 May 2006 16:20:40 +0200
26884              Message-ID: <4458BC38.6050600@landgren.net>
26885      Branch: perl
26886            ! t/op/context.t
26887 ____________________________________________________________________________
26888 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
26889         Log: Subject: [PATCH] t/op/list.t using test.pl
26890              From: David Landgren <david@landgren.net>
26891              Date: Wed, 03 May 2006 19:40:40 +0200
26892              Message-ID: <4458EB18.8070904@landgren.net>
26893      Branch: perl
26894            ! t/op/list.t
26895 ____________________________________________________________________________
26896 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
26897         Log: Document order of evaluation for the comma operator
26898              
26899              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
26900              From: Paul Johnson <paul@pjcj.net>
26901              Date: Wed, 26 Apr 2006 22:38:43 +0200
26902              Message-ID: <20060426203843.GE21543@pjcj.net>
26903      Branch: perl
26904            ! pod/perlop.pod
26905 ____________________________________________________________________________
26906 [ 28091] By: steveh                                on 2006/05/04  08:24:06
26907         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
26908              From: "Jan Dubois" <jand@activestate.com>
26909              Date: Wed, 3 May 2006 12:41:23 -0700
26910              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
26911      Branch: perl
26912            ! pod/perlport.pod
26913 ____________________________________________________________________________
26914 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
26915         Log: Another test for state variables and closures,
26916              adapted from a Perl 6 example, pointed out by
26917              Joshua "Limbic_Region" Gatcomb
26918      Branch: perl
26919            ! t/op/state.t
26920 ____________________________________________________________________________
26921 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
26922         Log: Ensure that C<(state $x) = $y> is not a state assignment
26923              (due to the parentheses that make it a regular assignment
26924              to a variable declared inside a list)
26925      Branch: perl
26926            ! t/op/state.t
26927 ____________________________________________________________________________
26928 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
26929         Log: New test case for state variables with ties, suggested by Nicholas
26930      Branch: perl
26931            ! t/op/state.t
26932 ____________________________________________________________________________
26933 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
26934         Log: Add "state" feature
26935      Branch: perl
26936            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
26937 ____________________________________________________________________________
26938 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
26939         Log: Introduce a new keyword, state, for state variables.
26940      Branch: perl
26941            + t/op/state.t
26942            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
26943            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
26944            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
26945            ! sv.h toke.c
26946 ____________________________________________________________________________
26947 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
26948         Log: Subject: [PATCH] wince another step
26949              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
26950              Date: Wed, 3 May 2006 20:11:11 +0200 
26951              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
26952      Branch: perl
26953            - win32/xconfig.h
26954            ! MANIFEST win32/Makefile.ce
26955 ____________________________________________________________________________
26956 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
26957         Log: Subject: [PATCH] Clarify hard link support on Windows
26958              From: "Jan Dubois" <jand@activestate.com>
26959              Date: Wed, 3 May 2006 11:30:03 -0700
26960              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
26961      Branch: perl
26962            ! pod/perlport.pod
26963 ____________________________________________________________________________
26964 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
26965         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
26966              From: "Jan Dubois" <jand@activestate.com>
26967              Date: Wed, 3 May 2006 11:18:30 -0700
26968              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
26969      Branch: perl
26970            ! pod/perlvar.pod
26971 ____________________________________________________________________________
26972 [ 28082] By: stevep                                on 2006/05/03  17:56:37
26973         Log: Upgrade to CGI-3.20
26974      Branch: perl
26975            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
26976            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
26977 ____________________________________________________________________________
26978 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
26979         Log: Subject: [PATCH] more logic localizations
26980              From: andy@petdance.com (Andy Lester)
26981              Date: Tue, 11 Apr 2006 14:14:45 -0500
26982              Message-ID: <20060411191445.GA4938@petdance.com>
26983      Branch: perl
26984            ! mg.c
26985 ____________________________________________________________________________
26986 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
26987         Log: Subject: -Dmad breaks a few tests
26988              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
26989              Date: Tue, 2 May 2006 01:37:03 +0200
26990              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
26991              
26992              (part of, with tweaks)
26993      Branch: perl
26994            ! t/op/incfilter.t
26995 ____________________________________________________________________________
26996 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
26997         Log: Subject: [PATCH] Remove an unnecessary goto
26998              From: andy@petdance.com (Andy Lester)
26999              Date: Wed, 3 May 2006 00:54:30 -0500
27000              Message-ID: <20060503055430.GA4922@petdance.com>
27001      Branch: perl
27002            ! op.c
27003 ____________________________________________________________________________
27004 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
27005         Log: Subject: [PATCH] optimize S_find_array_subscript
27006              From: andy@petdance.com (Andy Lester)
27007              Date: Tue, 2 May 2006 21:09:08 -0500
27008              Message-ID: <20060503020908.GA2234@petdance.com>
27009      Branch: perl
27010            ! sv.c
27011 ____________________________________________________________________________
27012 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
27013         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
27014              From: andy@petdance.com (Andy Lester)
27015              Date: Tue, 2 May 2006 13:38:15 -0500
27016              Message-ID: <20060502183815.GA7979@petdance.com>
27017      Branch: perl
27018            ! doio.c dump.c embed.fnc embed.h proto.h
27019 ____________________________________________________________________________
27020 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
27021         Log: Subject: [PATCH] pp_sys.c: U8* cast
27022              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27023              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
27024              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
27025      Branch: perl
27026            ! pp_sys.c
27027 ____________________________________________________________________________
27028 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
27029         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
27030              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27031              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
27032              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
27033      Branch: perl
27034            ! hv.c
27035 ____________________________________________________________________________
27036 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
27037         Log: Subject: [PATCH] microperl update
27038              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27039              Date: Wed, 03 May 2006 08:20:31 +0300
27040              Message-ID: <44583D9F.8060401@gmail.com>
27041      Branch: perl
27042            ! Makefile.micro README.micro uconfig.h uconfig.sh
27043 ____________________________________________________________________________
27044 [ 28073] By: steveh                                on 2006/05/03  08:25:27
27045         Log: Make Perl_unshare_hek visible to core extensions without being public
27046              
27047              See the comments in:
27048              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
27049              (which were put into practice in changes #27800 and #27848)
27050      Branch: perl
27051            ! embed.fnc embed.h
27052 ____________________________________________________________________________
27053 [ 28072] By: steveh                                on 2006/05/03  08:03:50
27054         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
27055              From: Vadim <vadim@vkonovalov.ru>
27056              Date: Wed, 03 May 2006 06:10:59 +0400
27057              Message-ID: <44581133.8080100@vkonovalov.ru>
27058      Branch: perl
27059           +> win32/perlmaince.c
27060            - win32/perlmain.c
27061            ! MANIFEST
27062 ____________________________________________________________________________
27063 [ 28071] By: stevep                                on 2006/05/03  01:46:27
27064         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
27065              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27066              Date: Wed, 03 May 2006 10:00:03 +0900
27067              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
27068      Branch: perl
27069            ! embed.fnc embed.h global.sym
27070 ____________________________________________________________________________
27071 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
27072         Log: Remove a variable left unused since change 28065.
27073      Branch: perl
27074            ! sv.c
27075 ____________________________________________________________________________
27076 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
27077         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
27078              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
27079              assumes that it can share any hash key directly.
27080      Branch: perl
27081            ! hv.c hv.h sv.c
27082 ____________________________________________________________________________
27083 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
27084         Log: cumulative totals and list reverse for checkAUTHORS.pl
27085      Branch: perl
27086            ! Porting/checkAUTHORS.pl
27087 ____________________________________________________________________________
27088 [ 28067] By: stevep                                on 2006/05/02  18:03:57
27089         Log: Another place where Intel C++ pretending to be gcc is a really
27090              bad thing.
27091      Branch: perl
27092            ! gv.h
27093 ____________________________________________________________________________
27094 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
27095         Log: *static* pointers to newXSUB(), dammit!
27096      Branch: perl
27097            ! writemain.SH xsutils.c
27098 ____________________________________________________________________________
27099 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
27100         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
27101              same union to store the stash for our.
27102      Branch: perl
27103            ! sv.c sv.h
27104 ____________________________________________________________________________
27105 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
27106         Log: Change 28063 forgot 1 key line - acutally use the correct filename
27107              storage.
27108      Branch: perl
27109            ! op.c
27110 ____________________________________________________________________________
27111 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
27112         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
27113              storage to newXS() seemingly forever. This involves creating
27114              newXS_flags(), with the first flag being "arrange to copy the 
27115              filename and free it at the right time".
27116      Branch: perl
27117            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
27118            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
27119            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
27120            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
27121            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
27122            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
27123            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
27124            ! pod/perlapi.pod proto.h
27125 ____________________________________________________________________________
27126 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
27127         Log: Move some scripts under win32/ce-helpers.
27128              
27129              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
27130              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
27131              Date: Tue, 2 May 2006 17:30:59 +0200 
27132              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
27133      Branch: perl
27134           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
27135           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
27136           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
27137            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
27138            - win32/compile.bat win32/makedist.pl win32/registry.bat
27139            - win32/win32-d.h
27140            ! MANIFEST win32/Makefile.ce
27141 ____________________________________________________________________________
27142 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
27143         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
27144              From: demerphq <demerphq@gmail.com>
27145              Date: Mon, 1 May 2006 19:02:09 +0200
27146              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
27147              
27148              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
27149              from the patch.
27150      Branch: perl
27151            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
27152            + win32/compile-all.bat win32/compile.bat win32/config.ce
27153            + win32/config_H.ce win32/makedist.pl win32/perl.rc
27154            + win32/perlmain.c win32/registry.bat win32/win32-d.h
27155            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
27156            + win32/wince.h win32/wincesck.c win32/xconfig.h
27157            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
27158            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
27159            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
27160            - wince/compile.bat wince/config.ce wince/config_H.ce
27161            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
27162            - wince/include/arpa/inet.h wince/include/sys/socket.h
27163            - wince/makedist.pl wince/makeico.pl wince/perl.rc
27164            - wince/perlhost.h wince/perllib.c wince/perlmain.c
27165            - wince/registry.bat wince/runperl.c wince/splittree.pl
27166            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
27167            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
27168            - wince/wince.c wince/wince.h wince/wincesck.c
27169            ! MANIFEST win32/include/sys/socket.h win32/win32.h
27170            ! win32/win32thread.h
27171 ____________________________________________________________________________
27172 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
27173         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
27174              COPs created by use can be freed along this memory, but the GP
27175              remains. Given that several GVs may refer to the same file, use a
27176              shared string rather than an individual allocation per GP.
27177      Branch: perl
27178            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
27179            ! gv.c gv.h sv.c
27180 ____________________________________________________________________________
27181 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
27182         Log: Change 28037 broke t/op/each.t when running with TEST.
27183      Branch: perl
27184            ! t/test.pl
27185 ____________________________________________________________________________
27186 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
27187         Log: De-duplicate the code that creates new GPs into Perl_newGP().
27188      Branch: perl
27189            ! embed.fnc embed.h gv.c proto.h scope.c
27190 ____________________________________________________________________________
27191 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
27192         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
27193              From: David Landgren <david@landgren.net>
27194              Date: Sat, 29 Apr 2006 15:32:07 +0200
27195              Message-ID: <44536AD7.4060608@landgren.net>
27196      Branch: perl
27197            ! t/op/glob.t
27198 ____________________________________________________________________________
27199 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
27200         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
27201              From: David Landgren <david@landgren.net>
27202              Date: Sat, 29 Apr 2006 17:51:28 +0200
27203              Message-ID: <44538B80.2060503@landgren.net>
27204      Branch: perl
27205            ! t/op/hashwarn.t
27206 ____________________________________________________________________________
27207 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
27208         Log: Subject: [PATCH] toke.c: function pointer to data pointer
27209              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27210              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
27211              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
27212      Branch: perl
27213            ! toke.c
27214 ____________________________________________________________________________
27215 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
27216         Log: Subject: [DOC PATCH] chop warning in perlport
27217              From: Xavier Noria <fxn@hashref.com>
27218              Date: Tue, 2 May 2006 12:08:34 +0200
27219              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
27220      Branch: perl
27221            ! pod/perlport.pod
27222 ____________________________________________________________________________
27223 [ 28053] By: steveh                                on 2006/05/02  09:59:23
27224         Log: Sigh. Third time lucky.
27225      Branch: perl
27226            ! win32/win32.h
27227 ____________________________________________________________________________
27228 [ 28052] By: steveh                                on 2006/05/02  09:46:41
27229         Log: Ahem. And here's the rest of #28051...
27230      Branch: perl
27231            ! win32/win32.h
27232 ____________________________________________________________________________
27233 [ 28051] By: steveh                                on 2006/05/02  09:39:01
27234         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
27235              From: "Jan Dubois" <jand@ActiveState.com>
27236              Date: Mon, 1 May 2006 18:55:11 -0700
27237              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
27238              
27239              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
27240              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
27241              Date: Tue, 2 May 2006 09:23:51 +0200
27242              Message-ID: <20060502092351.7bae0896@pc09>
27243      Branch: perl
27244            ! win32/config.vc win32/config.vc64 win32/config_H.vc
27245            ! win32/config_H.vc64
27246 ____________________________________________________________________________
27247 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
27248         Log: Subject: [PATCH] pp.c casting, take two
27249              From: andy@petdance.com (Andy Lester)
27250              Date: Sun, 30 Apr 2006 19:48:26 -0500
27251              Message-ID: <20060501004826.GA4744@petdance.com>
27252              
27253              (with adjustements, some of the code has already
27254              been touched since)
27255      Branch: perl
27256            ! pp.c
27257 ____________________________________________________________________________
27258 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
27259         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
27260              From: andy@petdance.com (Andy Lester)
27261              Date: Sun, 30 Apr 2006 13:24:14 -0500
27262              Message-ID: <20060430182414.GA18094@petdance.com>
27263      Branch: perl
27264            ! cop.h pp_ctl.c
27265 ____________________________________________________________________________
27266 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
27267         Log: Subject: [PATCH] quiet some perlio.c warnings
27268              From: andy@petdance.com (Andy Lester)
27269              Date: Sun, 30 Apr 2006 13:23:22 -0500
27270              Message-ID: <20060430182322.GA18064@petdance.com>
27271      Branch: perl
27272            ! perlio.c
27273 ____________________________________________________________________________
27274 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
27275         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
27276              From: andy@petdance.com (Andy Lester)
27277              Date: Sun, 30 Apr 2006 12:06:21 -0500
27278              Message-ID: <20060430170621.GA4054@petdance.com>
27279      Branch: perl
27280            ! mg.c
27281 ____________________________________________________________________________
27282 [ 28046] By: stevep                                on 2006/05/02  02:50:33
27283         Log: One too many ('s in change #28043. 
27284      Branch: perl
27285            ! ext/Errno/Errno_pm.PL
27286 ____________________________________________________________________________
27287 [ 28045] By: stevep                                on 2006/05/02  02:47:43
27288         Log: Escape prompts with #'s to avoid causing tests to fail from
27289              the unexpected output.
27290      Branch: perl
27291            ! lib/Module/Build/t/extend.t
27292 ____________________________________________________________________________
27293 [ 28044] By: stevep                                on 2006/05/02  01:55:53
27294         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
27295      Branch: perl
27296            ! utils/h2xs.PL
27297 ____________________________________________________________________________
27298 [ 28043] By: stevep                                on 2006/05/02  00:23:05
27299         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
27300              Linux 7.2.  The original fix, change #13053, added a check
27301              for $Config{gccversion} which is now populated by newer
27302              Intel compilers.  This additional change checks to see
27303              if Intel is in $Config{gccversion}.  If it is, its not
27304              a gcc.
27305      Branch: perl
27306            ! ext/Errno/Errno_pm.PL
27307 ____________________________________________________________________________
27308 [ 28042] By: stevep                                on 2006/05/01  23:30:59
27309         Log: Subject: [PATCH] signed vs unsigned char * nit
27310              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27311              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
27312              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
27313      Branch: perl
27314            ! pp.c
27315 ____________________________________________________________________________
27316 [ 28041] By: stevep                                on 2006/05/01  23:25:30
27317         Log: Reverting context removal from change #27992.  This should
27318              clear up threaded builds on Win32 and VMS. 
27319      Branch: perl
27320            ! embed.fnc embed.h pp_ctl.c proto.h
27321 ____________________________________________________________________________
27322 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
27323         Log: Add a BUGS section to Fatal.pm, see bug #38790
27324      Branch: perl
27325            ! lib/Fatal.pm
27326 ____________________________________________________________________________
27327 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
27328         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
27329              they aren't viable. (Certain glibcs are "interesting")
27330      Branch: perl
27331            ! ext/POSIX/Makefile.PL
27332 ____________________________________________________________________________
27333 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
27334         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
27335              constants.
27336      Branch: perl
27337            ! lib/ExtUtils/Constant/Base.pm
27338 ____________________________________________________________________________
27339 [ 28037] By: merijn                                on 2006/05/01  14:18:16
27340         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
27341              From: David Landgren <david@landgren.net>
27342              Date: Mon, 01 May 2006 15:50:03 +0200
27343              Message-ID: <4456120B.3000302@landgren.net>
27344              
27345              Plus some additional comment (also from David) about WHY not to
27346              use ++ in test.pl
27347      Branch: perl
27348            ! t/test.pl
27349 ____________________________________________________________________________
27350 [ 28036] By: merijn                                on 2006/05/01  12:56:54
27351         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
27352              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27353              Date: Mon, 01 May 2006 21:34:33 +0900
27354              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
27355      Branch: perl
27356            ! win32/config.vc64
27357 ____________________________________________________________________________
27358 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
27359         Log: Re-order one DO_UTF8 to be after the SvPV.
27360      Branch: perl
27361            ! ext/Data/Dumper/Dumper.xs
27362 ____________________________________________________________________________
27363 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
27364         Log: Fix two errors found by Coverity.
27365      Branch: perl
27366            ! pp_sys.c
27367 ____________________________________________________________________________
27368 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
27369         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
27370              percentages.
27371      Branch: perl
27372            ! Porting/checkAUTHORS.pl
27373 ____________________________________________________________________________
27374 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
27375         Log: Replace a STRLEN no_len; with a _nolen macro call.
27376      Branch: perl
27377            ! pp_pack.c
27378 ____________________________________________________________________________
27379 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
27380         Log: Perl_pack_cat() is a mathom too!
27381      Branch: perl
27382            ! mathoms.c pod/perlapi.pod pp_pack.c
27383 ____________________________________________________________________________
27384 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
27385         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
27386              overloading.
27387      Branch: perl
27388            ! pp_pack.c t/uni/overload.t
27389 ____________________________________________________________________________
27390 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
27391         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
27392      Branch: perl
27393            ! doop.c t/uni/overload.t
27394 ____________________________________________________________________________
27395 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
27396         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
27397      Branch: perl
27398            ! t/op/lc.t
27399 ____________________________________________________________________________
27400 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
27401         Log: Dave noticed that change 28022 was wrong - should read is_index
27402              rather than just index.
27403      Branch: perl
27404            ! pp.c
27405 ____________________________________________________________________________
27406 [ 28026] By: merijn                                on 2006/04/30  15:22:12
27407         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
27408              From: Abe Timmerman <abe@ztreet.demon.nl>
27409              Date: Sun, 30 Apr 2006 15:15:24 +0200
27410              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
27411      Branch: perl
27412            ! win32/config.vc win32/config_H.vc
27413 ____________________________________________________________________________
27414 [ 28025] By: stevep                                on 2006/04/30  14:27:08
27415         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
27416              on Win32.
27417      Branch: perl
27418            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27419            ! win32/config_H.vc64
27420 ____________________________________________________________________________
27421 [ 28024] By: stevep                                on 2006/04/30  13:14:25
27422         Log: OK, Win32 must no have snprintf()/vsnprintf 
27423      Branch: perl
27424            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27425            ! win32/config_H.vc64
27426 ____________________________________________________________________________
27427 [ 28023] By: davem                                 on 2006/04/30  12:32:09
27428         Log: remove a compiler warning by making HOPBACKc only hop *back*
27429      Branch: perl
27430            ! regexec.c
27431 ____________________________________________________________________________
27432 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
27433         Log: index and rindex couldn't correctly handle surprises from UTF-8
27434              overloading.
27435      Branch: perl
27436            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
27437 ____________________________________________________________________________
27438 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
27439         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
27440              inadvertently calling magic and overloading too often.
27441      Branch: perl
27442            ! pod/perlapi.pod sv.h
27443 ____________________________________________________________________________
27444 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
27445         Log: Coverity disliked us passing a negative length to vsnprintf().
27446      Branch: perl
27447            ! perlio.c
27448 ____________________________________________________________________________
27449 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
27450         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
27451              As part of fixing this, syswrite now tries to take advantage of the
27452              UTF-8 cache logic for lengths and offsets on regular scalars.
27453      Branch: perl
27454            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
27455 ____________________________________________________________________________
27456 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
27457         Log: More tests for syswrite with UTF-8 data.
27458      Branch: perl
27459            ! lib/open.t
27460 ____________________________________________________________________________
27461 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
27462         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
27463      Branch: perl
27464            ! doio.c
27465 ____________________________________________________________________________
27466 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
27467         Log: print couldn't correctly handle surprises from UTF-8 overloading.
27468      Branch: perl
27469            ! doio.c t/uni/overload.t
27470 ____________________________________________________________________________
27471 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
27472         Log: Add a cross reference to bytes_from_utf8() in the documentation for
27473              utf8_to_bytes(). Regenerate perlapi.pod.
27474      Branch: perl
27475            ! pod/perlapi.pod utf8.c
27476 ____________________________________________________________________________
27477 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
27478         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
27479              use 'locale'; so test for them too. Correct the skip count.
27480      Branch: perl
27481            ! t/uni/overload.t
27482 ____________________________________________________________________________
27483 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
27484         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
27485              returned by overloaded stringification.
27486      Branch: perl
27487            ! pp.c t/uni/overload.t
27488 ____________________________________________________________________________
27489 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
27490         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
27491              overloaded stringification.
27492      Branch: perl
27493            ! pp.c t/uni/overload.t
27494 ____________________________________________________________________________
27495 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
27496         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
27497              overloaded stringification.
27498      Branch: perl
27499            ! pp.c t/uni/overload.t
27500 ____________________________________________________________________________
27501 [ 28010] By: stevep                                on 2006/04/29  13:09:18
27502         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
27503              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27504              Date: Sat, 29 Apr 2006 11:13:24 +0300
27505              Message-ID: <44532024.9070303@gmail.com>
27506      Branch: perl
27507            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
27508 ____________________________________________________________________________
27509 [ 28009] By: stevep                                on 2006/04/28  20:53:07
27510         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
27511              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
27512              Date: Fri, 28 Apr 2006 15:31:55 -0400
27513              Message-ID: <44526DAB.8070408@thepierianspring.org>
27514      Branch: perl
27515            ! lib/Module/Build/ConfigData.pm
27516 ____________________________________________________________________________
27517 [ 28008] By: stevep                                on 2006/04/28  20:40:41
27518         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
27519              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27520              Date: Fri, 28 Apr 2006 22:58:58 +0300
27521              Message-ID: <44527402.8000506@gmail.com>
27522      Branch: perl
27523            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
27524            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
27525            ! universal.c utf8.c
27526 ____________________________________________________________________________
27527 [ 28007] By: stevep                                on 2006/04/28  19:14:22
27528         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
27529              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27530              Date: Fri, 28 Apr 2006 21:04:59 +0300
27531              Message-ID: <4452594B.4040609@gmail.com>
27532      Branch: perl
27533            ! malloc.c pp.c
27534 ____________________________________________________________________________
27535 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
27536         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
27537      Branch: perl
27538            + t/uni/overload.t
27539            ! MANIFEST pp.c
27540 ____________________________________________________________________________
27541 [ 28005] By: stevep                                on 2006/04/28  16:15:25
27542         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
27543      Branch: perl
27544            ! MANIFEST
27545 ____________________________________________________________________________
27546 [ 28004] By: stevep                                on 2006/04/28  15:35:37
27547         Log: Added Changes file left out from change #28001.
27548      Branch: perl
27549            ! ext/Cwd/Changes
27550 ____________________________________________________________________________
27551 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
27552         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
27553              From: demerphq <demerphq@gmail.com>
27554              Date: 27-Apr-2006 23:30
27555              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
27556      Branch: perl
27557            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
27558            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
27559            ! win32/vmem.h win32/win32.h
27560 ____________________________________________________________________________
27561 [ 28001] By: stevep                                on 2006/04/28  13:34:39
27562         Log: Upgrade to Pathtools-3.18
27563      Branch: perl
27564            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
27565            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
27566 ____________________________________________________________________________
27567 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
27568         Log: Subject: [PATCH] t/op/defins.pl using test.pl
27569              From: David Landgren <david@landgren.net>
27570              Date: Fri, 28 Apr 2006 14:27:39 +0200
27571              Message-ID: <44520A3B.1080707@landgren.net>
27572      Branch: perl
27573            ! t/op/defins.t
27574 ____________________________________________________________________________
27575 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
27576         Log: Subject: [PATCH] t/op/delete.t using test.pl
27577              From: David Landgren <david@landgren.net>
27578              Date: Fri, 28 Apr 2006 15:03:39 +0200
27579              Message-ID: <445212AB.4080404@landgren.net>
27580      Branch: perl
27581            ! t/op/delete.t
27582 ____________________________________________________________________________
27583 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
27584         Log: Subject: [PATCH] t/op/auto.pl using test.pl
27585              From: David Landgren <david@landgren.net>
27586              Date: Fri, 28 Apr 2006 13:56:30 +0200
27587              Message-ID: <445202EE.6000604@landgren.net>
27588      Branch: perl
27589            ! t/op/auto.t
27590 ____________________________________________________________________________
27591 [ 27997] By: stevep                                on 2006/04/28  13:29:41
27592         Log: Upgrade to Module-Build-0.28
27593      Branch: perl
27594            + lib/Module/Build/API.pod
27595            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
27596            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
27597            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
27598            ! lib/Module/Build/ModuleInfo.pm
27599            ! lib/Module/Build/Platform/MacOS.pm
27600            ! lib/Module/Build/Platform/VMS.pm
27601            ! lib/Module/Build/Platform/Windows.pm
27602            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
27603            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
27604            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
27605            ! lib/Module/Build/t/mbyaml.t
27606 ____________________________________________________________________________
27607 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
27608         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
27609              should just be using -pthread on the linker line.
27610              This stops the new taint tests looping infinitely. It also seems to
27611              cure the TODO test in posix.t - masked SIGINT is now received.
27612      Branch: perl
27613            ! hints/freebsd.sh
27614 ____________________________________________________________________________
27615 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
27616         Log: Subject: [PATCH] threads - miscellaneous
27617              From: "Jerry D. Hedden" <jerry@hedden.us>
27618              Date: Wed, 26 Apr 2006 11:24:05 -0700
27619              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
27620      Branch: perl
27621            ! ext/threads/Changes ext/threads/Makefile.PL
27622            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
27623            ! ext/threads/t/problems.t ext/threads/threads.xs
27624 ____________________________________________________________________________
27625 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
27626         Log: Subject: [PATCH] t/op/sort.t using test.pl
27627              From: David Landgren <david@landgren.net>
27628              Date: Thu, 27 Apr 2006 18:25:56 +0200
27629              Message-ID: <4450F094.2010907@landgren.net>
27630      Branch: perl
27631            ! t/op/sort.t
27632 ____________________________________________________________________________
27633 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
27634         Log: Subject: [PATCH] Removing another context parm
27635              From: andy@petdance.com (Andy Lester)
27636              Date: Thu, 27 Apr 2006 10:31:56 -0500
27637              Message-ID: <20060427153156.GA11445@petdance.com>
27638      Branch: perl
27639            ! embed.fnc embed.h pp_ctl.c proto.h
27640 ____________________________________________________________________________
27641 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
27642         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
27643              From: David Landgren <david@landgren.net>
27644              Date: Thu, 27 Apr 2006 19:13:28 +0200
27645              Message-ID: <4450FBB8.8070203@landgren.net>
27646      Branch: perl
27647            ! t/op/loopctl.t
27648 ____________________________________________________________________________
27649 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
27650         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
27651              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27652              Date: Thu, 27 Apr 2006 21:18:30 +0300
27653              Message-ID: <44510AF6.6040603@gmail.com>
27654      Branch: perl
27655            ! hv.c perl.h perlio.c sv.c
27656 ____________________________________________________________________________
27657 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
27658         Log: Typo fix in perlretut by Simon Taylor
27659      Branch: perl
27660            ! pod/perlretut.pod
27661 ____________________________________________________________________________
27662 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
27663         Log: Fix typo in function call
27664      Branch: perl
27665            ! perlio.c
27666 ____________________________________________________________________________
27667 [ 27987] By: stevep                                on 2006/04/28  02:12:03
27668         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
27669              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27670              Date: Tue, 25 Apr 2006 18:23:39 +0300
27671              Message-ID: <444E3EFB.8020503@gmail.com>
27672      Branch: perl
27673            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
27674            ! universal.c util.c
27675 ____________________________________________________________________________
27676 [ 27986] By: davem                                 on 2006/04/27  23:15:02
27677         Log: another REIFY bug
27678      Branch: perl
27679            ! scope.c t/op/local.t
27680 ____________________________________________________________________________
27681 [ 27983] By: stevep                                on 2006/04/27  18:06:12
27682         Log: Upgrade to ExtUtils-Install-1.39
27683      Branch: perl
27684            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27685            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
27686            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
27687 ____________________________________________________________________________
27688 [ 27982] By: stevep                                on 2006/04/27  17:53:11
27689         Log: Upgrade to Encode-2.15
27690      Branch: perl
27691            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
27692            ! ext/Encode/Unicode/Unicode.xs
27693            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
27694 ____________________________________________________________________________
27695 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
27696         Log: Subject: [PATCH] Removing unused context
27697              From: andy@petdance.com (Andy Lester)
27698              Date: Thu, 27 Apr 2006 00:32:15 -0500
27699              Message-ID: <20060427053215.GA31445@petdance.com>
27700      Branch: perl
27701            ! embed.fnc embed.h proto.h sv.c
27702 ____________________________________________________________________________
27703 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
27704         Log: Change type of temporary padoff_du used in dUNDERBAR
27705              from I32 to PADOFFSET, which is more correct (and fixes
27706              a warning in Devel::PPPort).
27707      Branch: perl
27708            ! XSUB.h
27709 ____________________________________________________________________________
27710 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
27711         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
27712              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
27713              Date: Mon, 24 Apr 2006 23:20:38 +0200
27714              Message-ID: <20060424232038.7550f9b6@r2d2>
27715      Branch: perl
27716            ! deb.c doio.c doop.c dump.c gv.c handy.h
27717            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
27718            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27719            ! regexec.c scope.h sv.c toke.c util.c
27720 ____________________________________________________________________________
27721 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
27722         Log: Subject: [PATCH] threads - consolidate XS functions
27723              From: "Jerry D. Hedden" <jerry@hedden.us>
27724              Date: Tue, 25 Apr 2006 07:50:05 -0700
27725              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
27726      Branch: perl
27727            ! ext/threads/threads.pm ext/threads/threads.xs
27728 ____________________________________________________________________________
27729 [ 27960] By: steveh                                on 2006/04/25  16:23:38
27730         Log: Make Module-Build aware of new Test-Harness output
27731              
27732              See also:
27733              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
27734      Branch: perl
27735            ! lib/Module/Build/t/compat.t
27736 ____________________________________________________________________________
27737 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
27738         Log: Coverity has started to notice another inconsistency in our NULL
27739              pointer checking.
27740      Branch: perl
27741            ! pp_ctl.c
27742 ____________________________________________________________________________
27743 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
27744         Log: Subject: [PATCH] use NOOP macro
27745              From: andy@petdance.com (Andy Lester)
27746              Date: Mon, 24 Apr 2006 13:44:51 -0500
27747              Message-ID: <20060424184451.GA1479@petdance.com>
27748      Branch: perl
27749            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
27750            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
27751 ____________________________________________________________________________
27752 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
27753         Log: Subject: [PATCH] Continuing threads sync
27754              From: "Jerry D. Hedden" <jerry@hedden.us>
27755              Date: Mon, 24 Apr 2006 13:00:23 -0700
27756              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
27757      Branch: perl
27758            ! ext/threads/t/free.t ext/threads/threads.pm
27759            ! ext/threads/threads.xs
27760 ____________________________________________________________________________
27761 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
27762         Log: Perl_unpack_str() is a mathom!
27763      Branch: perl
27764            ! mathoms.c pp_pack.c
27765 ____________________________________________________________________________
27766 [ 27955] By: stevep                                on 2006/04/24  16:31:24
27767         Log: Really bump the version of File::Find.
27768      Branch: perl
27769            ! lib/File/Find.pm
27770 ____________________________________________________________________________
27771 [ 27954] By: stevep                                on 2006/04/24  16:29:59
27772         Log: Reverting change #27953, as it appears that File::Find has 
27773              localized the C<$_> usable by the wanted function since 
27774              version 1.04 (change #18501, to be exact).  Update the 
27775              docs to express this change.  Finally, bump the version.
27776      Branch: perl
27777            ! lib/File/Find.pm
27778 ____________________________________________________________________________
27779 [ 27953] By: stevep                                on 2006/04/24  15:27:39
27780         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
27781              From: David Landgren <david@landgren.net>
27782              Date: Mon, 24 Apr 2006 13:02:02 +0200
27783              Message-ID: <444CB02A.2000604@landgren.net>
27784      Branch: perl
27785            ! lib/File/Find.pm
27786 ____________________________________________________________________________
27787 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
27788         Log: Subject: Re: recursion now removed from the regex engine
27789              From: demerphq <demerphq@gmail.com>
27790              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
27791              Date: Sun, 23 Apr 2006 21:10:34 +0200
27792      Branch: perl
27793            ! regcomp.sym regnodes.h
27794 ____________________________________________________________________________
27795 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
27796         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
27797              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
27798              Date: Fri, 10 Mar 2006 20:10:49 -0800
27799              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
27800      Branch: perl
27801            ! doio.c t/op/taint.t
27802 ____________________________________________________________________________
27803 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
27804         Log: Add regression test for bug #38475
27805      Branch: perl
27806            + t/op/attrhand.t
27807            ! MANIFEST
27808 ____________________________________________________________________________
27809 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
27810         Log: Change 27947 forgot to remove one now-unneeded cast.
27811      Branch: perl
27812            ! sv.c
27813 ____________________________________________________________________________
27814 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
27815         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
27816              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
27817              Date: Thu, 09 Feb 2006 06:33:51 -0800
27818              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
27819      Branch: perl
27820            ! toke.c
27821 ____________________________________________________________________________
27822 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
27823         Log: Following change 27942 it's clear that the return type of
27824              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
27825              reflect what they do.
27826      Branch: perl
27827            ! embed.fnc embed.h proto.h sv.c
27828 ____________________________________________________________________________
27829 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
27830         Log: Cleanup some gcc warnings
27831              Third and fourth patches from:
27832              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
27833              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
27834              Date: Sun, 23 Apr 2006 04:47:04 +0200
27835              Message-ID: <20060423044704.6a383ee8@r2d2>
27836      Branch: perl
27837            ! mg.c perl.h toke.c
27838 ____________________________________________________________________________
27839 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
27840         Log: A couple of casts to PADOFFSET.
27841              2nd patch from :
27842              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
27843              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
27844              Date: Sun, 23 Apr 2006 04:47:04 +0200
27845              Message-ID: <20060423044704.6a383ee8@r2d2>
27846      Branch: perl
27847            ! op.c pad.c pp.c toke.c
27848 ____________________________________________________________________________
27849 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
27850         Log: Ensure GvNAME doesn't return NULL
27851              First patch from :
27852              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
27853              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
27854              Date: Sun, 23 Apr 2006 04:47:04 +0200
27855              Message-ID: <20060423044704.6a383ee8@r2d2>
27856      Branch: perl
27857            ! embed.fnc gv.c gv.h proto.h
27858 ____________________________________________________________________________
27859 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
27860         Log: Subject: [PATCH] doop.c consting, take 2
27861              From: andy@petdance.com (Andy Lester)
27862              Date: Sun, 23 Apr 2006 20:45:09 -0500
27863              Message-ID: <20060424014509.GA29642@petdance.com>
27864      Branch: perl
27865            ! doop.c embed.fnc proto.h
27866 ____________________________________________________________________________
27867 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
27868         Log: Subject: [PATCH] Refactor S_glob_2inpuv
27869              From: andy@petdance.com (Andy Lester)
27870              Date: Sun, 23 Apr 2006 21:12:39 -0500
27871              Message-ID: <20060424021239.GA5449@petdance.com>
27872      Branch: perl
27873            ! embed.fnc embed.h proto.h sv.c
27874 ____________________________________________________________________________
27875 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
27876         Log: Subject: [PATCH] Inlining static funcs in perl.c
27877              From: andy@petdance.com (Andy Lester)
27878              Date: Sun, 23 Apr 2006 21:50:27 -0500
27879              Message-ID: <20060424025027.GA25998@petdance.com>
27880      Branch: perl
27881            ! embed.fnc embed.h perl.c proto.h
27882 ____________________________________________________________________________
27883 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
27884         Log: Assimilate Test::Harness 2.57_06
27885      Branch: perl
27886            ! lib/Test/Harness.pm lib/Test/Harness/Changes
27887            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
27888            ! lib/Test/Harness/t/version.t
27889 ____________________________________________________________________________
27890 [ 27939] By: stevep                                on 2006/04/22  23:08:50
27891         Log: Subject: Update to AUTHORS file
27892              From: Joshua Rodd <joshua@rodd.us>
27893              Date: Sat, 22 Apr 2006 14:39:11 -0400
27894              Message-ID: <20060422183911.GA19435@rodd.us>
27895      Branch: perl
27896            ! AUTHORS
27897 ____________________________________________________________________________
27898 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
27899         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
27900              symbols" section.
27901              Minor tweaks to make it possible to use the code unchanged with 5.8.x
27902      Branch: perl
27903            + ext/re/re_comp.h ext/re/re_top.h
27904            ! MANIFEST regcomp.c regexec.c
27905 ____________________________________________________________________________
27906 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
27907         Log: Remove the enable_debugging member from the structure, and instead
27908              decree that state & 1 indicates debugging. This is simpler.
27909      Branch: perl
27910            ! ext/re/re.xs
27911 ____________________________________________________________________________
27912 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
27913         Log: Use a struct to hold the regexp engine state information, to make
27914              swapping possible between more two alternatives.
27915      Branch: perl
27916            ! ext/re/re.xs
27917 ____________________________________________________________________________
27918 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
27919         Log: Merge the install and uninstall routines.
27920      Branch: perl
27921            ! ext/re/re.pm ext/re/re.xs
27922 ____________________________________________________________________________
27923 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
27924         Log: Refactor re.pm slightly. This has no change to documented behaviour,
27925              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
27926              no re 'Debug'; will now find that it will load the debuging version of
27927              the regexp engine.
27928      Branch: perl
27929            ! ext/re/re.pm
27930 ____________________________________________________________________________
27931 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
27932         Log: Subject: [PATCH] Rework threads destruct call
27933              From: "Jerry D. Hedden" <jerry@hedden.us>
27934              Date: Thu, 20 Apr 2006 13:53:20 -0700
27935              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
27936      Branch: perl
27937            + ext/threads/t/free.t ext/threads/t/free2.t
27938            ! MANIFEST ext/threads/threads.xs
27939 ____________________________________________________________________________
27940 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
27941         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
27942              From: Alexey Toptygin <alexeyt@freeshell.org>
27943              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
27944              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
27945      Branch: perl
27946            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
27947 ____________________________________________________________________________
27948 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
27949         Log: Why hide functions (and duplicate them) when you can just avoid
27950              compiling them in the first place?
27951      Branch: perl
27952            ! regcomp.c regexec.c
27953 ____________________________________________________________________________
27954 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
27955         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
27956              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
27957              in Perl_ss_dup.
27958      Branch: perl
27959            ! sv.c
27960 ____________________________________________________________________________
27961 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
27962         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
27963              perl modules.
27964      Branch: perl
27965            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
27966 ____________________________________________________________________________
27967 [ 27925] By: stevep                                on 2006/04/20  20:55:09
27968         Log: Subject: Re: TODO tests and test::harness
27969              From: demerphq <demerphq@gmail.com>
27970              Date: Thu, 20 Apr 2006 22:36:08 +0200
27971              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
27972      Branch: perl
27973            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
27974 ____________________________________________________________________________
27975 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
27976         Log: Add test boilerplate and use test.pl instead of Test::More
27977      Branch: perl
27978            ! t/op/rxcode.t
27979 ____________________________________________________________________________
27980 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
27981         Log: Add new tests for bug #32840 provided by David Landgren,
27982              as a new file rxcode.t (they mostly test $^R for now)
27983      Branch: perl
27984            + t/op/rxcode.t
27985            ! MANIFEST
27986 ____________________________________________________________________________
27987 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
27988         Log: Tweak change 23256 to continue passing on 5.8.x
27989      Branch: perl
27990            ! lib/base/t/fields.t
27991 ____________________________________________________________________________
27992 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
27993         Log: Convert two ok()s to better constructions.
27994      Branch: perl
27995            ! lib/base/t/fields.t
27996 ____________________________________________________________________________
27997 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
27998         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
27999              From: "Jerry D. Hedden" <jerry@hedden.us>
28000              Date: Wed, 19 Apr 2006 05:32:14 -0700
28001              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
28002      Branch: perl
28003            ! ext/threads/threads.pm ext/threads/threads.xs
28004 ____________________________________________________________________________
28005 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
28006         Log: Fix typo in the description of change 21323.
28007      Branch: perl
28008            ! Changes
28009 ____________________________________________________________________________
28010 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
28011         Log: New test for the "Assignment to both a list and a scalar" error,
28012              suggested by Stephen McCamant
28013      Branch: perl
28014            ! t/comp/parser.t
28015 ____________________________________________________________________________
28016 [ 27911] By: davem                                 on 2006/04/20  12:33:09
28017         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
28018      Branch: perl
28019            ! regexec.c
28020 ____________________________________________________________________________
28021 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
28022         Log: Subject: [PATCH] op_type shrinking
28023              From: andy@petdance.com (Andy Lester)
28024              Date: Wed, 19 Apr 2006 23:16:53 -0500
28025              Message-ID: <20060420041653.GA28523@petdance.com>
28026      Branch: perl
28027            ! dump.c sv.c
28028 ____________________________________________________________________________
28029 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
28030         Log: Subject: [PATCH] regexec consting & localizing
28031              From: andy@petdance.com (Andy Lester)
28032              Date: Wed, 19 Apr 2006 12:35:43 -0500
28033              Message-ID: <20060419173543.GA8268@petdance.com>
28034      Branch: perl
28035            ! regexec.c
28036 ____________________________________________________________________________
28037 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
28038         Log: Subject: [PATCH] Localizing vars
28039              From: andy@petdance.com (Andy Lester)
28040              Date: Wed, 19 Apr 2006 23:44:01 -0500
28041              Message-ID: <20060420044401.GA2792@petdance.com>
28042      Branch: perl
28043            ! util.c
28044 ____________________________________________________________________________
28045 [ 27907] By: davem                                 on 2006/04/20  00:30:53
28046         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
28047      Branch: perl
28048            ! regexec.c regexp.h
28049 ____________________________________________________________________________
28050 [ 27906] By: stevep                                on 2006/04/19  16:40:56
28051         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
28052              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
28053              Date: Mon, 10 Apr 2006 18:53:46 -0700
28054              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
28055      Branch: perl
28056            ! lib/Benchmark.pm
28057 ____________________________________________________________________________
28058 [ 27905] By: stevep                                on 2006/04/19  16:32:26
28059         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
28060              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
28061      Branch: perl
28062            ! pod/perlfaq8.pod
28063 ____________________________________________________________________________
28064 [ 27904] By: stevep                                on 2006/04/19  14:57:36
28065         Log: Add a TODO test for RT #1085: "what should be output of perl -we
28066              'print do { foreach (1, 2) { 1; } }'"
28067      Branch: perl
28068            ! t/cmd/for.t
28069 ____________________________________________________________________________
28070 [ 27903] By: davem                                 on 2006/04/19  13:56:07
28071         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
28072      Branch: perl
28073            ! regexec.c regexp.h t/op/re_tests
28074 ____________________________________________________________________________
28075 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
28076         Log: Upgrade to Test::Harness 2.57_05
28077      Branch: perl
28078            + lib/Test/Harness/Util.pm
28079            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
28080            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
28081            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
28082            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
28083            ! lib/Test/Harness/t/prove-globbing.t
28084            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
28085            ! lib/Test/Harness/t/test-harness.t
28086 ____________________________________________________________________________
28087 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
28088         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
28089      Branch: perl
28090            ! op.c
28091 ____________________________________________________________________________
28092 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
28093         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
28094      Branch: perl
28095            ! op.h
28096 ____________________________________________________________________________
28097 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
28098         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
28099              so use it (and this fixes a valgrind memory access error)
28100      Branch: perl
28101            ! regcomp.c
28102 ____________________________________________________________________________
28103 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
28104         Log: Avoid temporarily writing over the prototype when reporting an error.
28105              (And beef up the relevant tests to really check that it all works).
28106      Branch: perl
28107            ! op.c t/comp/proto.t
28108 ____________________________________________________________________________
28109 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
28110         Log: Replace some Copy() by Move() calls, because valgrind reports
28111              we can have overlapping memory areas here
28112      Branch: perl
28113            ! doop.c
28114 ____________________________________________________________________________
28115 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
28116         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
28117              a Jumblie's preferred maritime craft. To free CvFILE for this case,
28118              take advantage of the 0 length prototype that will also be there,
28119              and hang it from the prototype. To do this properly means changing
28120              code to actually pay attention to SvCUR() on prototypes. It turns out
28121              that we always know the length of the prototype string, so this may
28122              be faster. Certainly, it's a memory saving (even ignoring the leak).
28123      Branch: perl
28124            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
28125            ! pod/perlapi.pod proto.h sv.c util.c
28126 ____________________________________________________________________________
28127 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
28128         Log: Fix compilation of microperl, which doesn't have INT_MAX.
28129      Branch: perl
28130            ! toke.c
28131 ____________________________________________________________________________
28132 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
28133         Log: Revert 27869 at Jarkko's request.
28134      Branch: perl
28135            ! regcomp.c
28136 ____________________________________________________________________________
28137 [ 27893] By: davem                                 on 2006/04/18  17:03:15
28138         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
28139              Also defer altering the cache bit until CACHEsayYES/NO is called
28140      Branch: perl
28141            ! regexec.c t/op/re_tests
28142 ____________________________________________________________________________
28143 [ 27892] By: stevep                                on 2006/04/18  16:47:58
28144         Log: Add a TODO regarding merging the win32 and wince codebases.
28145      Branch: perl
28146            ! pod/perltodo.pod
28147 ____________________________________________________________________________
28148 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
28149         Log: When checking whether perl is built with -g in optimisation
28150              flags, use a more tolerant regexp, because we can now have
28151              things like '-O2 -g'.
28152      Branch: perl
28153            ! Makefile.SH
28154 ____________________________________________________________________________
28155 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
28156         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
28157      Branch: perl
28158            ! pod/perltodo.pod
28159 ____________________________________________________________________________
28160 [ 27889] By: stevep                                on 2006/04/18  15:47:48
28161         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
28162      Branch: perl
28163            ! dump.c
28164 ____________________________________________________________________________
28165 [ 27888] By: steveh                                on 2006/04/18  15:17:52
28166         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
28167              From: "Jan Dubois" <jand@ActiveState.com>
28168              Date: Mon, 17 Apr 2006 01:48:34 -0700
28169              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
28170              
28171              and make similar changes to win32/makefile.mk
28172              and delete a spurious extra line from that file
28173      Branch: perl
28174            ! win32/Makefile win32/makefile.mk
28175 ____________________________________________________________________________
28176 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
28177         Log: Addition to README.riscos suggested by Nicholas
28178      Branch: perl
28179            ! README.riscos
28180 ____________________________________________________________________________
28181 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
28182         Log: Note that Rafael has done the first cut of state variables.
28183              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
28184      Branch: perl
28185            ! pod/perltodo.pod
28186 ____________________________________________________________________________
28187 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
28188         Log: Relocatable @INC and parallel builds pretty much work now.
28189      Branch: perl
28190            ! pod/perltodo.pod
28191 ____________________________________________________________________________
28192 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
28193         Log: Subject: [PATCH] Support compiling for RISC OS
28194              From: Alex Waugh <alex@alexwaugh.com>
28195              Date: Mon, 17 Apr 2006 00:14:26 +0100
28196              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
28197      Branch: perl
28198            + README.riscos hints/riscos.sh
28199            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
28200 ____________________________________________________________________________
28201 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
28202         Log: Coverity still thinks that there is a route through do_vop that can
28203              leak resources. I believe that it's spotted that you can skip all the
28204              cases in the switch. Plug that hole.
28205      Branch: perl
28206            ! doop.c
28207 ____________________________________________________________________________
28208 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
28209         Log: Coverity insists that if we deference a pointer without checking, and
28210              subsequently check that same pointer before deferencing it, something
28211              in our code or our logic is bogus. So assert() that it's safe the
28212              first time and remove the second check.
28213      Branch: perl
28214            ! regcomp.c
28215 ____________________________________________________________________________
28216 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
28217         Log: Fix an error, spotted by Tim Bunce.
28218      Branch: perl
28219            ! pod/perlfunc.pod
28220 ____________________________________________________________________________
28221 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
28222         Log: Coderefs in @INC are done and documented.
28223      Branch: perl
28224            ! pod/perltodo.pod
28225 ____________________________________________________________________________
28226 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
28227         Log: Document all the return values that code references in @INC can return.
28228      Branch: perl
28229            ! pod/perlfunc.pod
28230 ____________________________________________________________________________
28231 [ 27878] By: stevep                                on 2006/04/17  20:05:03
28232         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
28233              Never made it to the mailing list though, so, was never found.  Patch
28234              previously provided to the Pod-Perldoc CPAN RT queue.
28235      Branch: perl
28236            ! lib/Pod/Perldoc.pm
28237 ____________________________________________________________________________
28238 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
28239         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
28240              but the real problem is down in Perl_filter_read() in toke.c.
28241      Branch: perl
28242            ! toke.c
28243 ____________________________________________________________________________
28244 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
28245         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
28246              it notices a slightly earlier leak.
28247              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
28248              as it's not clear whether that calls off the dogs of war. I'd much
28249              prefer it to be forced to scan again, and give a positve "all clear"
28250              (or more accurately "nowt wrong I can see with that"))
28251      Branch: perl
28252            ! ext/Storable/Storable.xs
28253 ____________________________________________________________________________
28254 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
28255         Log: Turn on UTF8 cache assertions with -Ca
28256      Branch: perl
28257            ! locale.c perl.c perl.h pod/perlrun.pod util.c
28258 ____________________________________________________________________________
28259 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
28260         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
28261      Branch: perl
28262            ! ext/ByteLoader/bytecode.h
28263 ____________________________________________________________________________
28264 [ 27873] By: stevep                                on 2006/04/17  16:49:51
28265         Log: Upgrade to CGI.pm-3.19.
28266      Branch: perl
28267            ! lib/CGI.pm lib/CGI/Changes
28268 ____________________________________________________________________________
28269 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
28270         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
28271              subflags for -C if the two Unicode TODOs are done.
28272      Branch: perl
28273            ! pod/perlrun.pod pod/perltodo.pod
28274 ____________________________________________________________________________
28275 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
28276         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
28277              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28278              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
28279              Date: Sun, 16 Apr 2006 18:45:37 +0900
28280              
28281              Subject: Re: [PATCH] update to pp_complement() via Coverity
28282              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28283              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
28284              Date: Mon, 17 Apr 2006 23:06:21 +0900
28285      Branch: perl
28286            ! pp.c t/op/bop.t
28287 ____________________________________________________________________________
28288 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
28289         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
28290              exclude when not compiling with ithreads. It would be good to automate
28291              the processing of this.
28292      Branch: perl
28293            ! makedef.pl
28294 ____________________________________________________________________________
28295 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
28296         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
28297              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28298              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
28299              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
28300      Branch: perl
28301            ! regcomp.c
28302 ____________________________________________________________________________
28303 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
28304         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
28305      Branch: perl
28306            ! av.c
28307 ____________________________________________________________________________
28308 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
28309         Log: Add assertions to cover cases where the Coverity scanner thinks we
28310              could are deferencing a NULL pointer, but we think it missed something
28311              it should have been capable of figuring out.
28312      Branch: perl
28313            ! hv.c op.c
28314 ____________________________________________________________________________
28315 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
28316         Log: Add Dave's explainations of why certain pointers are always non-NULL,
28317              and assert() that it is true.
28318      Branch: perl
28319            ! regexec.c
28320 ____________________________________________________________________________
28321 [ 27865] By: stevep                                on 2006/04/17  12:30:08
28322         Log: Subject: [PATCH] fix cygwin build
28323              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28324              Date: Sun, 16 Apr 2006 18:05:20 -0700
28325              Message-ID: <20060417010520.GA2888@efn.org>
28326      Branch: perl
28327            ! cygwin/Makefile.SHs
28328 ____________________________________________________________________________
28329 [ 27863] By: merijn                                on 2006/04/17  12:18:07
28330         Log: Support for -DDEBUGGING and its alias -DEBUGGING
28331      Branch: perl
28332            ! Configure INSTALL config_h.SH
28333 ____________________________________________________________________________
28334 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
28335         Log: Revert change 27818, as change 27853 fixes the real bug.
28336      Branch: perl
28337            ! sv.c
28338 ____________________________________________________________________________
28339 [ 27861] By: stevep                                on 2006/04/17  11:53:04
28340         Log: Subject: [PATCH] Compress::Zlib
28341              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28342              Date: Mon, 17 Apr 2006 10:58:30 +0100
28343              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
28344      Branch: perl
28345            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
28346            ! ext/Compress/Zlib/t/14gzopen.t
28347 ____________________________________________________________________________
28348 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
28349         Log: Subject: [PATCH] pp_ctl.c caching
28350              From: andy@petdance.com (Andy Lester)
28351              Message-ID: <20060417044035.GA28818@petdance.com>
28352              Date: Sun, 16 Apr 2006 23:40:35 -0500
28353      Branch: perl
28354            ! pp_ctl.c
28355 ____________________________________________________________________________
28356 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
28357         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
28358              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28359              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
28360              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
28361      Branch: perl
28362            ! doop.c
28363 ____________________________________________________________________________
28364 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
28365         Log: Revert 27856.
28366      Branch: perl
28367            ! doop.c
28368 ____________________________________________________________________________
28369 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
28370         Log: The danger of piping an mbox to patch is that it contains more than
28371              one message. So both:
28372              
28373              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
28374              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28375              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
28376              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
28377              
28378              and
28379              
28380              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
28381              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28382              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
28383              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
28384      Branch: perl
28385            ! doop.c
28386 ____________________________________________________________________________
28387 [ 27855] By: davem                                 on 2006/04/16  23:30:36
28388         Log: generalize the 'continue on success' mechanism of deferred REs
28389      Branch: perl
28390            ! regexec.c regexp.h
28391 ____________________________________________________________________________
28392 [ 27854] By: davem                                 on 2006/04/16  23:12:31
28393         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
28394      Branch: perl
28395            ! regexec.c
28396 ____________________________________________________________________________
28397 [ 27853] By: davem                                 on 2006/04/16  23:07:13
28398         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
28399              (this could make find_uninit_var do Bad Things)
28400      Branch: perl
28401            ! pp_ctl.c
28402 ____________________________________________________________________________
28403 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
28404         Log: Fix bug introduced with change 27841. (len + 1, not just len).
28405      Branch: perl
28406            ! sv.c
28407 ____________________________________________________________________________
28408 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
28409         Log: Coverity is flagging a potential problem because it sees a check for
28410              NULL and assumes that this means that the variable host could be
28411              NULL. It can't, and the check added in change 13291 was a little bit
28412              more than the minimal solution needed for the bug report
28413              [ID 20011126.148]
28414              Hence remove the NULL check.
28415      Branch: perl
28416            ! ext/Socket/Socket.xs
28417 ____________________________________________________________________________
28418 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
28419         Log: Subject: [PATCH] op.c patch, 2nd version
28420              From: andy@petdance.com (Andy Lester)
28421              Message-ID: <20060415042924.GA1786@petdance.com>
28422              Date: Fri, 14 Apr 2006 23:29:24 -0500
28423      Branch: perl
28424            ! op.c
28425 ____________________________________________________________________________
28426 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
28427         Log: A scalar reference returned from a coderef in @INC is treated as the
28428              initial "content" of the file. When it is exhausted input is taken
28429              from a real file handle, or a generator sub, if either exists.
28430      Branch: perl
28431            ! pp_ctl.c t/op/incfilter.t
28432 ____________________________________________________________________________
28433 [ 27848] By: stevep                                on 2006/04/16  14:03:59
28434         Log: Subject: [PATCH] remove some cruft from makedef.pl
28435              From: "Jan Dubois" <jand@ActiveState.com>
28436              Date: Sun, 16 Apr 2006 02:05:00 -0700
28437              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
28438      Branch: perl
28439            ! embed.fnc global.sym makedef.pl
28440 ____________________________________________________________________________
28441 [ 27847] By: stevep                                on 2006/04/16  13:52:47
28442         Log: Subject: [PATCH] testcase for change #27832
28443              From: "Jan Dubois" <jand@ActiveState.com>
28444              Date: Sun, 16 Apr 2006 00:57:00 -0700
28445              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
28446      Branch: perl
28447            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
28448 ____________________________________________________________________________
28449 [ 27846] By: stevep                                on 2006/04/16  13:44:47
28450         Log: Stray pod/perlapi.pod change found after a regen.
28451      Branch: perl
28452            ! pod/perlapi.pod
28453 ____________________________________________________________________________
28454 [ 27845] By: stevep                                on 2006/04/16  13:43:01
28455         Log: Subject: [PATCH] dump.c patch redux
28456              From: andy@petdance.com (Andy Lester)
28457              Date: Sun, 16 Apr 2006 00:29:36 -0500
28458              Message-ID: <20060416052936.GA19143@petdance.com>
28459      Branch: perl
28460            ! dump.c embed.fnc embed.h proto.h
28461 ____________________________________________________________________________
28462 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
28463         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
28464              allocated space for an initialised a trailing NUL.
28465      Branch: perl
28466            ! doop.c
28467 ____________________________________________________________________________
28468 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
28469         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
28470      Branch: perl
28471            ! sv.c
28472 ____________________________________________________________________________
28473 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
28474         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
28475              signals that the buffer passed in is already well-formed for use as
28476              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
28477              to add a NUL can be skipped.
28478      Branch: perl
28479            ! pp.c sv.c sv.h
28480 ____________________________________________________________________________
28481 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
28482         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
28483              other two to mathoms.c
28484      Branch: perl
28485            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
28486 ____________________________________________________________________________
28487 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
28488         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
28489              bugs.
28490      Branch: perl
28491            ! sv.c
28492 ____________________________________________________________________________
28493 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
28494         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
28495              string.
28496      Branch: perl
28497            ! lib/Pod/t/htmllink.t
28498 ____________________________________________________________________________
28499 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
28500         Log: Coverity notes that we might be dereferencing fgv before a check that
28501              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
28502              would always be true. So fix this.
28503      Branch: perl
28504            ! pp_sys.c
28505 ____________________________________________________________________________
28506 [ 27836] By: stevep                                on 2006/04/16  05:24:04
28507         Log: Subject: [PATCH] update to pp_complement() via Coverity
28508              From: andy@petdance.com (Andy Lester)
28509              Date: Sun, 16 Apr 2006 00:14:23 -0500
28510              Message-ID: <20060416051423.GA17063@petdance.com>
28511      Branch: perl
28512            ! pp.c
28513 ____________________________________________________________________________
28514 [ 27835] By: stevep                                on 2006/04/16  05:17:57
28515         Log: Subject: [PATCH] clean up hv_assert()
28516              From: andy@petdance.com (Andy Lester)
28517              Date: Sat, 15 Apr 2006 23:18:27 -0500
28518              Message-ID: <20060416041827.GA3031@petdance.com>
28519      Branch: perl
28520            ! hv.c
28521 ____________________________________________________________________________
28522 [ 27834] By: stevep                                on 2006/04/16  05:12:56
28523         Log: Subject: [PATCH] Removed unused var in a macro
28524              From: andy@petdance.com (Andy Lester)
28525              Date: Sat, 15 Apr 2006 23:32:53 -0500
28526              Message-ID: <20060416043253.GA3438@petdance.com>
28527      Branch: perl
28528            ! thread.h
28529 ____________________________________________________________________________
28530 [ 27833] By: stevep                                on 2006/04/16  04:59:19
28531         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
28532              From: "Jan Dubois" <jand@ActiveState.com>
28533              Date: Fri, 14 Apr 2006 13:13:20 -0700
28534              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
28535      Branch: perl
28536            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
28537 ____________________________________________________________________________
28538 [ 27832] By: stevep                                on 2006/04/16  04:50:15
28539         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
28540              From: "Jan Dubois" <jand@ActiveState.com>
28541              Date: Mon, 10 Apr 2006 15:32:23 -0700
28542              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
28543      Branch: perl
28544            ! lib/Pod/Html.pm
28545 ____________________________________________________________________________
28546 [ 27831] By: stevep                                on 2006/04/16  04:41:34
28547         Log: Subject: [PATCH] Missing part of change 25186
28548              From: "Jan Dubois" <jand@ActiveState.com>
28549              Date: Thu, 13 Apr 2006 18:26:29 -0700
28550              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
28551      Branch: perl
28552            ! lib/Pod/t/htmllink.t
28553 ____________________________________________________________________________
28554 [ 27830] By: stevep                                on 2006/04/16  04:37:46
28555         Log: Subject: [PATCH] Missing part of change 25676
28556              From: "Jan Dubois" <jand@ActiveState.com>
28557              Date: Thu, 13 Apr 2006 18:19:26 -0700
28558              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
28559      Branch: perl
28560            ! lib/Pod/t/htmllink.t
28561 ____________________________________________________________________________
28562 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
28563         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
28564              From: bah@longitude.com
28565              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
28566              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
28567      Branch: perl
28568            ! pp_sys.c
28569 ____________________________________________________________________________
28570 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
28571         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
28572              From: bah@longitude.com
28573              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
28574              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
28575      Branch: perl
28576            ! ext/Storable/Storable.xs
28577 ____________________________________________________________________________
28578 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
28579         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
28580              GV slots. (Which source filters are prone to do to them).
28581      Branch: perl
28582            ! dump.c
28583 ____________________________________________________________________________
28584 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
28585         Log: Coverity was getting upset about an assignment from a function
28586              returning int to a U8 variable. Curiously it was only getting upset
28587              about the first of many.
28588              However, we are doing NO ERROR CHECKING on whether we read in the
28589              requested number of bytes of bytecode. All except BGET_op_tr_array
28590              will now croak on a short read.
28591      Branch: perl
28592            ! ext/ByteLoader/bytecode.h
28593 ____________________________________________________________________________
28594 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
28595         Log: Coverity reports that Storable can potentially cause a NULL pointer
28596              dereference while iterating a hash. This should never happen unless
28597              the hash lies about how many keys it has, so croak if a fib is spotted.
28598      Branch: perl
28599            ! ext/Storable/Storable.xs
28600 ____________________________________________________________________________
28601 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
28602         Log: Coverity notes that resource are leaked in the unfinished and never
28603              called function _utf8_to_bytes.
28604      Branch: perl
28605            ! ext/Encode/Encode.xs
28606 ____________________________________________________________________________
28607 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
28608         Log: Coverity correctly reports that gv might (just) be NULL. So don't
28609              derefernece it if it is.
28610      Branch: perl
28611            ! ext/IO/IO.pm ext/IO/IO.xs
28612 ____________________________________________________________________________
28613 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
28614         Log: Update the assertion to a croak "Out of range special SV number"
28615              to give ByteLoader more meaningful failure diagnostics.
28616      Branch: perl
28617            ! ext/ByteLoader/bytecode.h
28618 ____________________________________________________________________________
28619 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
28620         Log: I believe that it makes little sense for the simple user filters
28621              provided by coderefs to be run in block mode. Hence always read from
28622              the upstream filter in line mode, and always call the user's filter
28623              with 1 line.
28624      Branch: perl
28625            ! pp_ctl.c
28626 ____________________________________________________________________________
28627 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
28628         Log: Fix a bug - the introduction of the caching code means that we should
28629              initialise the SV upstream after it.
28630              assert that filter_sub is always non-null now.
28631      Branch: perl
28632            ! pp_ctl.c
28633 ____________________________________________________________________________
28634 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
28635         Log: Augment the user filter caching code so that if the user filter returns
28636              multiple lines, only one line at a time is returned.
28637              Rename the variable len to status, as it is the status value.
28638      Branch: perl
28639            ! pp_ctl.c t/op/incfilter.t
28640 ____________________________________________________________________________
28641 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
28642         Log: Deep in the bowels of creating new and exciting bugs, I managed to
28643              segfault the uninitialised value reporting code. This protects against
28644              the segfault.
28645      Branch: perl
28646            ! sv.c
28647 ____________________________________________________________________________
28648 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
28649         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
28650      Branch: perl
28651            ! t/op/incfilter.t
28652 ____________________________________________________________________________
28653 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
28654         Log: If the downstream caller wants block mode, and we're in line mode,
28655              then don't return more bytes than they asked for. Hold bytes over
28656              until next time if necessary.
28657      Branch: perl
28658            ! pp_ctl.c t/op/incfilter.t
28659 ____________________________________________________________________________
28660 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
28661         Log: Eliminate the filter_child_proc hack from pp_require.
28662      Branch: perl
28663            ! pp_ctl.c
28664 ____________________________________________________________________________
28665 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
28666         Log: If you return void from a filter subroutine, the caller's status is
28667              used. If not, your last statement is the return value, and if it keeps
28668              being +ve you'll never hit EOF.
28669              The probably should be a sanity check for this in toke.c, but I'm not
28670              sure how.
28671      Branch: perl
28672            ! t/op/incfilter.t
28673 ____________________________________________________________________________
28674 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
28675         Log: Tests for having multiple pipes open simultaneously.
28676              (See comment added in change 3771 about this apparently being buggy)
28677      Branch: perl
28678            ! t/op/inccode.t
28679 ____________________________________________________________________________
28680 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
28681         Log: Add more tests for the builtin source filter implementation, and fix
28682              two bugs - it would loop infinitely if data were already in the read
28683              buffer, and it would process those data twice.
28684      Branch: perl
28685            ! pp_ctl.c t/op/incfilter.t
28686 ____________________________________________________________________________
28687 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
28688         Log: Add a test for source filters returned from code references in @INC.
28689      Branch: perl
28690            + t/op/incfilter.t
28691            ! MANIFEST
28692 ____________________________________________________________________________
28693 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
28694         Log: Bump the expect file count in readdir.t. We keep writing more tests.
28695      Branch: perl
28696            ! t/op/readdir.t
28697 ____________________________________________________________________________
28698 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
28699         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
28700              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28701              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
28702              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
28703              
28704              (with a correction)
28705      Branch: perl
28706            ! perlio.c
28707 ____________________________________________________________________________
28708 [ 27808] By: craigb                                on 2006/04/15  06:05:44
28709         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
28710              so we thought we didn't have a logical name table when we did.  Reported as:
28711              Subject: LWP::Simple crashes on VMSperl
28712              From: "juna" <ggl.20.jj...@spamgourmet.com>
28713              Date: 24 Mar 2006 13:52:41 -0800
28714              Newsgroups: comp.os.vms,comp.lang.perl.misc
28715              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
28716      Branch: perl
28717            ! vms/vms.c
28718 ____________________________________________________________________________
28719 [ 27807] By: craigb                                on 2006/04/15  00:45:26
28720         Log: Honor READALL privilege in cando_by_name (from Scott
28721              Lepage of HP OpenVMS Engineering)
28722      Branch: perl
28723            ! vms/vms.c
28724 ____________________________________________________________________________
28725 [ 27806] By: craigb                                on 2006/04/15  00:42:41
28726         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
28727              of Scott Lepage at HP.
28728      Branch: perl
28729            ! vms/vms.c
28730 ____________________________________________________________________________
28731 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
28732         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
28733              save the warnings on PL_compiling, so constraining its use to what we
28734              can test seems to make sense. Particularly as testing Perl_ss_dup is
28735              tricky.
28736      Branch: perl
28737            ! op.c pp_ctl.c scope.c scope.h sv.c
28738 ____________________________________________________________________________
28739 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
28740         Log: In the description of require, clarify the file handle return and why
28741              C<INC> must be qualified.
28742      Branch: perl
28743            ! pod/perlfunc.pod
28744 ____________________________________________________________________________
28745 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
28746         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
28747      Branch: perl
28748            ! sv.c
28749 ____________________________________________________________________________
28750 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
28751         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
28752      Branch: perl
28753            ! pp_ctl.c
28754 ____________________________________________________________________________
28755 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
28756         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)
28757              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28758              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
28759              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
28760      Branch: perl
28761            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
28762 ____________________________________________________________________________
28763 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
28764         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
28765              Remove a reference to the deleted function Perl_refcounted_he_dup.
28766      Branch: perl
28767            ! embed.fnc embed.h global.sym makedef.pl
28768 ____________________________________________________________________________
28769 [ 27799] By: stevep                                on 2006/04/14  12:16:01
28770         Log: Subject: [PATCH] IO::Compress::*
28771              From: Paul Marquess <paul.marquess@ntlworld.com>
28772              Date: Fri, 14 Apr 2006 09:05:39 +0100
28773              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
28774      Branch: perl
28775            ! ext/Compress/IO/Base/Changes
28776            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
28777            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
28778            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
28779            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
28780            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
28781            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
28782            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
28783            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
28784            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
28785            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
28786            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
28787            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
28788            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
28789            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
28790            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
28791            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
28792            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
28793            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
28794            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
28795            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
28796            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
28797            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
28798            ! ext/Compress/Raw/Zlib/README
28799            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
28800            ! ext/Compress/Zlib/README
28801            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
28802            ! t/lib/compress/generic.pl
28803 ____________________________________________________________________________
28804 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
28805         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
28806              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28807              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
28808              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
28809      Branch: perl
28810            ! perlio.c
28811 ____________________________________________________________________________
28812 [ 27797] By: stevep                                on 2006/04/14  11:26:59
28813         Log: Reverting change #27791 which may cause corruption addition corruption
28814              within a regular expression.
28815      Branch: perl
28816            ! regexec.c
28817 ____________________________________________________________________________
28818 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
28819         Log: Fix implementation of threads->_handle on unixes.
28820              See :
28821              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
28822              From: "Jerry D. Hedden" <jerry@hedden.us>
28823              Date: Tue, 04 Apr 2006 09:25:20 -0700
28824              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
28825      Branch: perl
28826            ! ext/threads/threads.xs
28827 ____________________________________________________________________________
28828 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
28829         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
28830              fixing a bug in B, and non-robust autogenerated code. When
28831              autogenerating initialiser statements for an array, it's a bad plan to
28832              have the size of that array hard coded.
28833      Branch: perl
28834            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
28835 ____________________________________________________________________________
28836 [ 27794] By: davem                                 on 2006/04/13  18:31:54
28837         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
28838              (only another 434 to go ...)
28839      Branch: perl
28840            ! embed.fnc proto.h regexec.c regexp.h sv.c
28841 ____________________________________________________________________________
28842 [ 27793] By: davem                                 on 2006/04/13  17:16:41
28843         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
28844      Branch: perl
28845            ! t/op/pat.t
28846 ____________________________________________________________________________
28847 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
28848         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
28849              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
28850              us if it breaks.
28851      Branch: perl
28852            ! scope.c scope.h
28853 ____________________________________________________________________________
28854 [ 27791] By: stevep                                on 2006/04/13  15:08:04
28855         Log: Add another NULL check thanks to Coverity.
28856      Branch: perl
28857            ! regexec.c
28858 ____________________________________________________________________________
28859 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
28860         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
28861              actually being pushed onto the save stack.
28862      Branch: perl
28863            ! sv.c
28864 ____________________________________________________________________________
28865 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
28866         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
28867              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
28868              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
28869              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
28870      Branch: perl
28871            ! regexec.c
28872 ____________________________________________________________________________
28873 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
28874         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
28875              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
28876              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
28877              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
28878      Branch: perl
28879            ! regexec.c
28880 ____________________________________________________________________________
28881 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
28882         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
28883              to dereference cop_hints if it's NULL.
28884      Branch: perl
28885            ! sv.c
28886 ____________________________________________________________________________
28887 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
28888         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
28889      Branch: perl
28890            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
28891            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
28892 ____________________________________________________________________________
28893 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
28894         Log: Add SAVEt_COP_WARNINGS to ss_dup.
28895      Branch: perl
28896            ! sv.c
28897 ____________________________________________________________________________
28898 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
28899         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
28900              From: Steve Hay <steve.hay@uk.radan.com>
28901              Message-ID: <443E1998.9090909@uk.radan.com>
28902              Date: Thu, 13 Apr 2006 10:27:52 +0100
28903      Branch: perl
28904            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
28905 ____________________________________________________________________________
28906 [ 27783] By: davem                                 on 2006/04/13  02:20:33
28907         Log: eliminate PL_reg_re
28908              (only another 439 to go ...)
28909      Branch: perl
28910            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
28911            ! regexec.c regexp.h sv.c
28912 ____________________________________________________________________________
28913 [ 27782] By: davem                                 on 2006/04/12  23:51:57
28914         Log: Subject: [perl #38906] Regex engine does not release MINMOD
28915              From: "Animator via RT" <perlbug-followup@perl.org>
28916              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
28917              Date: Wed, 12 Apr 2006 15:27:41 -0700
28918              
28919              zero-length minimum matches that failed could leak into a following
28920              maximal match
28921      Branch: perl
28922            ! regexec.c t/op/re_tests
28923 ____________________________________________________________________________
28924 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
28925         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
28926              macros.
28927      Branch: perl
28928            ! hv.c
28929 ____________________________________________________________________________
28930 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
28931         Log: Add tests for all the other types that %^H serialisation is supposed
28932              to support. In the process, found and corrected a bug.
28933              Tests are good, m'kay.
28934      Branch: perl
28935            ! hv.c t/op/caller.t
28936 ____________________________________________________________________________
28937 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
28938         Log: Change cop_warnings from an SV holding the warnings bitmask to a
28939              directly (shared) malloc()ed buffer holding the warnings bitmask.
28940              This avoids bugs/crashes when the interpreter that created an optree
28941              is freed but the optree remains in use by other interpreters.
28942      Branch: perl
28943            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
28944            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
28945 ____________________________________________________________________________
28946 [ 27778] By: davem                                 on 2006/04/12  22:43:03
28947         Log: Remove the final recursion path from S_regmatch:  (??{...})
28948              Also put PUSH/POP_STATE infastructure in place
28949              Also eliminate PL_reg_call_cc
28950              (only another 440 global vars to go ...)
28951      Branch: perl
28952            ! regexec.c regexp.h sv.c
28953 ____________________________________________________________________________
28954 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
28955         Log: Test that we can do embedded 0 bytes in hints.
28956      Branch: perl
28957            ! t/op/caller.t
28958 ____________________________________________________________________________
28959 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
28960         Log: Store cop_hints as a shared structure without using any SVs (on
28961              ithreads).
28962      Branch: perl
28963            ! hv.c hv.h
28964 ____________________________________________________________________________
28965 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
28966         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
28967      Branch: perl
28968            ! embed.fnc embed.h hv.c proto.h
28969 ____________________________________________________________________________
28970 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
28971         Log: Newxz() can use calloc() rather than malloc(), as the implementation
28972              of calloc() may know that it has fresh pages from the OS, and so
28973              doesn't need to zero them itself. Plus our object code should be
28974              slightly smaller.
28975      Branch: perl
28976            ! handy.h
28977 ____________________________________________________________________________
28978 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
28979         Log: As OPs are shared between threads, they should be using
28980              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
28981      Branch: perl
28982            ! op.c op.h
28983 ____________________________________________________________________________
28984 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
28985         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
28986              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
28987              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
28988              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
28989      Branch: perl
28990            ! regexec.c
28991 ____________________________________________________________________________
28992 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
28993         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
28994              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
28995              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
28996              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
28997      Branch: perl
28998            ! regcomp.c
28999 ____________________________________________________________________________
29000 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
29001         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
29002              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29003              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
29004              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
29005      Branch: perl
29006            ! perlio.c
29007 ____________________________________________________________________________
29008 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
29009         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
29010              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29011              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
29012              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
29013      Branch: perl
29014            ! locale.c
29015 ____________________________________________________________________________
29016 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
29017         Log: First stab at using the pad to store the serialised hints data.
29018              This approach is almost certainly not only wrong, but also doomed.
29019              But it's needed to build a correct solution.
29020      Branch: perl
29021            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
29022 ____________________________________________________________________________
29023 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
29024         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
29025              share_hek_hek() is far more efficient than sharepvn().
29026      Branch: perl
29027            ! sv.c
29028 ____________________________________________________________________________
29029 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
29030         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
29031              bytes_from_utf8().
29032      Branch: perl
29033            ! sv.c
29034 ____________________________________________________________________________
29035 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
29036         Log: Need to migrate the refcounted_he structure to be properly shared.
29037              Add a mutex for manipulated their reference counts.
29038              Unwrap the structure, so that for ithreads it can store SVs in pads.
29039      Branch: perl
29040            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
29041            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
29042            ! wince/wince.c
29043 ____________________________________________________________________________
29044 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
29045         Log: Subject: [PATCH] Quiet a coverity problem
29046              From: andy@petdance.com (Andy Lester)
29047              Date: Mon, 10 Apr 2006 23:51:50 -0500
29048              Message-ID: <20060411045150.GA1422@petdance.com>
29049      Branch: perl
29050            ! pp.c
29051 ____________________________________________________________________________
29052 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
29053         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
29054      Branch: perl
29055            ! embed.fnc proto.h regcomp.c
29056 ____________________________________________________________________________
29057 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
29058         Log: Perl_unsharepvn() was no longer being used in core, and changes to
29059              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
29060      Branch: perl
29061            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
29062 ____________________________________________________________________________
29063 [ 27760] By: merijn                                on 2006/04/10  16:35:30
29064         Log: config_H being the last part of my mkglossary work
29065      Branch: perl
29066            ! Porting/config_H
29067 ____________________________________________________________________________
29068 [ 27758] By: merijn                                on 2006/04/10  16:14:32
29069         Log: Regeneration of Glossary and the underlying tools.
29070      Branch: perl
29071            ! Porting/Glossary Porting/config.sh
29072 ____________________________________________________________________________
29073 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
29074         Log: Subject: [PATCH] Fix coverity warning in utf8.c
29075              From: Andy Dougherty <doughera@lafayette.edu>
29076              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
29077              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
29078      Branch: perl
29079            ! utf8.c
29080 ____________________________________________________________________________
29081 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
29082         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
29083              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29084              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
29085              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
29086      Branch: perl
29087            ! pp_sys.c t/op/write.t
29088 ____________________________________________________________________________
29089 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
29090         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
29091              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29092              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
29093              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
29094      Branch: perl
29095            ! pp_sys.c
29096 ____________________________________________________________________________
29097 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
29098         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
29099              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29100              Message-ID: <44375F23.6030900@gmail.com>
29101              Date: Sat, 08 Apr 2006 09:58:43 +0300
29102      Branch: perl
29103            ! op.c pad.h pp_sys.c
29104 ____________________________________________________________________________
29105 [ 27753] By: davem                                 on 2006/04/10  09:10:37
29106         Log: Subject:  [PATCH] True consting goodness in regexes
29107              From:  andy@petdance.com (Andy Lester)
29108              Date:  Mon, 10 Apr 2006 02:15:58 -0500
29109              Message-Id:  <20060410071558.GA24756@petdance.com>
29110      Branch: perl
29111            ! embed.fnc proto.h regcomp.c regexec.c
29112 ____________________________________________________________________________
29113 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
29114         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
29115      Branch: perl
29116            ! sv.c
29117 ____________________________________________________________________________
29118 [ 27751] By: stevep                                on 2006/04/09  19:28:35
29119         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
29120              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29121              Date: Sun, 09 Apr 2006 10:18:52 +0300
29122              Message-ID: <4438B55C.9010604@gmail.com>
29123      Branch: perl
29124            ! perlio.c
29125 ____________________________________________________________________________
29126 [ 27750] By: stevep                                on 2006/04/09  18:55:07
29127         Log: Subject: Re: [PATCH] locale.c: Coverity finding
29128              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29129              Date: Sun, 09 Apr 2006 10:31:32 +0300
29130              Message-ID: <4438B854.6040301@gmail.com>
29131      Branch: perl
29132            ! locale.c
29133 ____________________________________________________________________________
29134 [ 27749] By: stevep                                on 2006/04/09  18:44:17
29135         Log: Subject: [PATCH] Rename variables in some mg_* funcs
29136              From: andy@petdance.com (Andy Lester)
29137              Date: Sun, 9 Apr 2006 00:20:12 -0500
29138              Message-ID: <20060409052012.GA15887@petdance.com>
29139      Branch: perl
29140            ! mg.c
29141 ____________________________________________________________________________
29142 [ 27746] By: davem                                 on 2006/04/08  23:58:51
29143         Log: fix potential null deref introduced by change #27716
29144      Branch: perl
29145            ! regexec.c
29146 ____________________________________________________________________________
29147 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
29148         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
29149              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29150              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
29151              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
29152      Branch: perl
29153            ! perlio.c
29154 ____________________________________________________________________________
29155 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
29156         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
29157              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29158              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
29159              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
29160              
29161              (although I should add that this version of Coverity is actually
29162              raising a false positive here, albeit something still interesting)
29163      Branch: perl
29164            ! pod/perlvar.pod sv.c t/base/rs.t
29165 ____________________________________________________________________________
29166 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
29167         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
29168              branches of Perl_ss_dup() is actually duplicated, so can be merged.
29169      Branch: perl
29170            ! sv.c
29171 ____________________________________________________________________________
29172 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
29173         Log: By swapping the order of pushes onto the save stack for
29174              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
29175      Branch: perl
29176            ! scope.c sv.c
29177 ____________________________________________________________________________
29178 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
29179         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
29180      Branch: perl
29181            ! sv.c
29182 ____________________________________________________________________________
29183 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
29184         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
29185      Branch: perl
29186            ! sv.c
29187 ____________________________________________________________________________
29188 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
29189         Log: Give more information in the panic in ss_dup. (Although I'm not sure
29190              if croak() works at this point, given PerlIO's dependency on a
29191              functional interpreter.)
29192      Branch: perl
29193            ! sv.c
29194 ____________________________________________________________________________
29195 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
29196         Log: Make perl_fini() run when compiling perl with
29197              the Sun WorkShop compiler.
29198      Branch: perl
29199            ! perl.c
29200 ____________________________________________________________________________
29201 [ 27735] By: steveh                                on 2006/04/07  14:55:41
29202         Log: Patch from Jarkko to fix breakage caused by change #27649
29203              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
29204      Branch: perl
29205            ! malloc.c perl.h
29206 ____________________________________________________________________________
29207 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
29208         Log: Oops. Being too terse for my own good - it's not a great idea to chain
29209              assignment of char * to struct pmop *, even when the value is NULL.
29210      Branch: perl
29211            ! perl.c
29212 ____________________________________________________________________________
29213 [ 27733] By: craigb                                on 2006/04/07  02:53:52
29214         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
29215              From: "John E. Malmberg" <wb8tyw@qsl.net>
29216              Date: Mon, 03 Apr 2006 07:39:10 -0400
29217              Message-id: <4431095E.8030003@qsl.net>
29218      Branch: perl
29219            ! vms/vms.c vms/vmsish.h
29220 ____________________________________________________________________________
29221 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
29222         Log: Move all the regexp state variables into a single structure.
29223              This allows it to be saved, restored and cloned with a single Copy()
29224              (but inevitably still some fixup)
29225      Branch: perl
29226            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
29227            ! thrdvar.h
29228 ____________________________________________________________________________
29229 [ 27731] By: steveh                                on 2006/04/06  14:55:40
29230         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
29231              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
29232              Date: Thu, 6 Apr 2006 14:32:50 +0200
29233              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
29234      Branch: perl
29235            ! mg.c
29236 ____________________________________________________________________________
29237 [ 27729] By: steveh                                on 2006/04/06  12:16:53
29238         Log: Fix skip count in ext\B\t\lint.t
29239      Branch: perl
29240            ! ext/B/t/lint.t
29241 ____________________________________________________________________________
29242 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
29243         Log: Save the regexp engine state as 1 block on the save stack.
29244      Branch: perl
29245            ! regcomp.c regexp.h scope.c scope.h
29246 ____________________________________________________________________________
29247 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
29248         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
29249              From: "Joshua ben Jore" <twists@gmail.com>
29250              Date: Wed, 5 Apr 2006 01:11:11 -0500
29251              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
29252      Branch: perl
29253            ! ext/B/B/Lint.pm ext/B/t/lint.t
29254 ____________________________________________________________________________
29255 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
29256         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
29257      Branch: perl
29258            ! scope.c
29259 ____________________________________________________________________________
29260 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
29261         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
29262              though it's silently converted to ""
29263      Branch: perl
29264            ! mg.c t/lib/warnings/mg
29265 ____________________________________________________________________________
29266 [ 27724] By: stevep                                on 2006/04/05  16:15:41
29267         Log: Try not to use negative values when accessing arrays in C.  Yet another
29268              Coverity catch.
29269      Branch: perl
29270            ! util.c
29271 ____________________________________________________________________________
29272 [ 27723] By: stevep                                on 2006/04/05  15:31:18
29273         Log: Initializing variables is good.  This is another Coverity catch.
29274      Branch: perl
29275            ! gv.c
29276 ____________________________________________________________________________
29277 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
29278         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
29279              From: Alan Burlison <Alan.Burlison@sun.com>
29280              Date: Wed, 05 Apr 2006 15:52:14 +0100
29281              Message-ID: <4433D99E.40800@sun.com>
29282      Branch: perl
29283            ! perlio.c
29284 ____________________________________________________________________________
29285 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
29286         Log: There should be only one META.yml file
29287      Branch: perl
29288            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
29289            ! MANIFEST
29290 ____________________________________________________________________________
29291 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
29292         Log: Fix test portability on non-ASCII platforms
29293              
29294              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
29295              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29296              Date: Wed, 05 Apr 2006 21:13:02 +0900
29297              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
29298      Branch: perl
29299            ! lib/ExtUtils/t/Constant.t
29300 ____________________________________________________________________________
29301 [ 27719] By: stevep                                on 2006/04/05  11:49:23
29302         Log: Document the functions htmlify() and anchorify() in Pod::Html.
29303      Branch: perl
29304            ! lib/Pod/Html.pm
29305 ____________________________________________________________________________
29306 [ 27718] By: steveh                                on 2006/04/05  10:35:58
29307         Log: Simplify tests for fork() capabilities
29308              
29309              Jarkko pointed out that change #27710 was causing some
29310              black smoke so makes the tests for fork() simpler, as
29311              per lib\Test\Simple\t\fork.t for now. (Ideally we want
29312              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
29313              but that'll have to wait until I get some more tuits.)
29314      Branch: perl
29315            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
29316 ____________________________________________________________________________
29317 [ 27717] By: davem                                 on 2006/04/05  03:17:50
29318         Log: (??{...}) didn't always restore PL_reg_re.
29319              Also trie debugging output was using a var that was no longer
29320              valid
29321      Branch: perl
29322            ! regexec.c
29323 ____________________________________________________________________________
29324 [ 27716] By: davem                                 on 2006/04/05  01:50:33
29325         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
29326              (only another 441 global vars to go ...)
29327      Branch: perl
29328            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
29329            ! regexec.c sv.c thrdvar.h
29330 ____________________________________________________________________________
29331 [ 27715] By: davem                                 on 2006/04/05  01:26:59
29332         Log: restructure the EVAL branch of regmatch() to minimise local var scope
29333              (no changes to functionality)
29334      Branch: perl
29335            ! regexec.c
29336 ____________________________________________________________________________
29337 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
29338         Log: Subject: Re: Making IO::Socket pass test on Win32
29339              From: Jim Cromie <jim.cromie@gmail.com>
29340              Date: Tue, 04 Apr 2006 11:07:03 -0400
29341              Message-ID: <44328B97.2060903@gmail.com>
29342      Branch: perl
29343            ! ext/B/t/concise-xs.t
29344 ____________________________________________________________________________
29345 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
29346         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
29347              perl_keyword.pl
29348      Branch: perl
29349            ! perl_keyword.pl
29350 ____________________________________________________________________________
29351 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
29352         Log: Subject: [PATCH] threads.pm should overload != operator
29353              From: "Jan Dubois" <jand@ActiveState.com>
29354              Date: Mon, 3 Apr 2006 18:06:24 -0700
29355              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
29356      Branch: perl
29357            ! ext/threads/t/basic.t ext/threads/threads.pm
29358 ____________________________________________________________________________
29359 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
29360         Log: Fix syntax error in io_pipe test
29361      Branch: perl
29362            ! ext/IO/t/io_pipe.t
29363 ____________________________________________________________________________
29364 [ 27710] By: steveh                                on 2006/04/04  10:34:10
29365         Log: Subject: Re: Making IO::Socket pass test on Win32
29366              From: demerphq <demerphq@gmail.com>
29367              Date: Sun, 2 Apr 2006 11:07:19 +0200
29368              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
29369              
29370              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
29371      Branch: perl
29372            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
29373            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
29374 ____________________________________________________________________________
29375 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
29376         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
29377              From: andy@petdance.com (Andy Lester)
29378              Date: Mon, 3 Apr 2006 08:28:18 -0500
29379              Message-ID: <20060403132818.GA7820@petdance.com>
29380      Branch: perl
29381            ! perlio.c
29382 ____________________________________________________________________________
29383 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
29384         Log: Change 27592 disabled the building of manpages for non core-extensions
29385              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
29386              present in the first place.
29387      Branch: perl
29388            ! lib/ExtUtils/MM_Unix.pm
29389 ____________________________________________________________________________
29390 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
29391         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
29392              From: "Jan Dubois" <jand@ActiveState.com>
29393              Date: Mon, 3 Apr 2006 18:11:55 -0700
29394              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
29395      Branch: perl
29396            ! lib/overload.pm
29397 ____________________________________________________________________________
29398 [ 27706] By: craigb                                on 2006/04/04  03:12:34
29399         Log: sort out some utime() issues on VMS
29400      Branch: perl
29401            ! vms/perlvms.pod vms/vms.c
29402 ____________________________________________________________________________
29403 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
29404         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
29405              From: "Jerry D. Hedden" <jerry@hedden.us>
29406              Date: Mon, 03 Apr 2006 06:10:35 -0700
29407              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
29408      Branch: perl
29409            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
29410            ! ext/threads/t/join.t ext/threads/t/list.t
29411            ! ext/threads/t/problems.t ext/threads/t/thread.t
29412            ! ext/threads/threads.pm ext/threads/threads.xs
29413 ____________________________________________________________________________
29414 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
29415         Log: Two modules in ext/ have dependencies that are post-miniperl.
29416              Encode this information in the Makefile for now.
29417      Branch: perl
29418            ! Makefile.SH
29419 ____________________________________________________________________________
29420 [ 27703] By: merijn                                on 2006/04/03  10:02:37
29421         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
29422              #27489, #27490, #27491, and #27632
29423      Branch: perl
29424            ! Configure config_h.SH
29425 ____________________________________________________________________________
29426 [ 27702] By: davem                                 on 2006/04/03  09:56:29
29427         Log: undo #27700 and add a missing Safefree()
29428      Branch: perl
29429            ! regexec.c
29430 ____________________________________________________________________________
29431 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
29432         Log: Subject: [PATCH] SvREFCNT_inc tweaks
29433              From: andy@petdance.com (Andy Lester)
29434              Date: Sat, 1 Apr 2006 02:01:30 -0600
29435              Message-ID: <20060401080130.GA19372@petdance.com>
29436      Branch: perl
29437            ! op.c pad.c perlio.c
29438 ____________________________________________________________________________
29439 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
29440         Log: Subject: [PATCH] Removed unused code in regexec.c
29441              From: andy@petdance.com (Andy Lester)
29442              Date: Mon, 3 Apr 2006 00:00:50 -0500
29443              Message-ID: <20060403050050.GA19055@petdance.com>
29444      Branch: perl
29445            ! regexec.c
29446 ____________________________________________________________________________
29447 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
29448         Log: Subject: [PATCH] ext/IO/t/io_unix.t
29449              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29450              Date: Sun, 02 Apr 2006 21:57:19 +0300
29451              Message-ID: <44301E8F.2060503@gmail.com>
29452      Branch: perl
29453            ! ext/IO/t/io_unix.t
29454 ____________________________________________________________________________
29455 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
29456         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
29457              From: "John L. Allen" <allen@grumman.com>
29458              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
29459              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
29460      Branch: perl
29461            ! pp.c
29462 ____________________________________________________________________________
29463 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
29464         Log: Document that the regexp engine is not currently reentrant
29465              
29466              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
29467              From: Dominic Dunlop <domo@computer.org>
29468              Date: Sun, 2 Apr 2006 21:13:59 +0200
29469              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
29470      Branch: perl
29471            ! pod/perlre.pod
29472 ____________________________________________________________________________
29473 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
29474         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
29475      Branch: perl
29476            ! XSUB.h perl.h
29477 ____________________________________________________________________________
29478 [ 27694] By: davem                                 on 2006/04/03  01:31:12
29479         Log: anonymous unions aren't legal ANSI c
29480      Branch: perl
29481            ! regexec.c regexp.h
29482 ____________________________________________________________________________
29483 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
29484         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
29485              extentions, as they in turn may invoke $MAKE, and should invoke the
29486              same $MAKE as at the top level, which may not be $Config{make}
29487      Branch: perl
29488            ! ext/util/make_ext
29489 ____________________________________________________________________________
29490 [ 27692] By: davem                                 on 2006/04/02  23:50:25
29491         Log: whoops, change 27691 blew away the regexec.c changes from 27688
29492      Branch: perl
29493            ! regexec.c
29494 ____________________________________________________________________________
29495 [ 27691] By: davem                                 on 2006/04/02  22:37:57
29496         Log: subsume CURCUR (current curly) struct within the main regmatch_state
29497      Branch: perl
29498            ! regexec.c regexp.h
29499 ____________________________________________________________________________
29500 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
29501         Log: Subject: [PATCH] Removed unnecessary pointers checks
29502              From: andy@petdance.com (Andy Lester)
29503              Date: Sat, 1 Apr 2006 01:01:32 -0600
29504              Message-ID: <20060401070132.GA6616@petdance.com>
29505      Branch: perl
29506            ! gv.c
29507 ____________________________________________________________________________
29508 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
29509         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
29510              From: Robin Houston <robin@cpan.org>
29511              Date: Sun, 2 Apr 2006 17:20:24 +0100
29512              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
29513      Branch: perl
29514            ! lib/sort.t pp_sort.c
29515 ____________________________________________________________________________
29516 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
29517         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
29518              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29519              Date: Sun, 02 Apr 2006 22:48:44 +0900
29520              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
29521      Branch: perl
29522            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
29523 ____________________________________________________________________________
29524 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
29525         Log: Change 27677 missed two direct accesses to op_private in COPs.
29526              I believe that all are now found, as redefining CopHINTS_get(c)
29527              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
29528              and the initialisation of PL_compiling) works.
29529      Branch: perl
29530            ! perl.h pp_ctl.c utf8.h
29531 ____________________________________________________________________________
29532 [ 27686] By: merijn                                on 2006/04/02  19:10:55
29533         Log: First stab at a more reliable Glossary. This now is (again)
29534              mostly generated. (Well, It's a repair to the existing version
29535              "based on" a generated version, which is now well sorted, but
29536              still incomplete for less obvious reasons).
29537      Branch: perl
29538            ! Porting/Glossary
29539 ____________________________________________________________________________
29540 [ 27685] By: davem                                 on 2006/04/02  18:32:32
29541         Log: make parts of struct regmatch_state unions
29542              This reduces its size from 120 to 72 bytes
29543      Branch: perl
29544            ! regexec.c regexp.h
29545 ____________________________________________________________________________
29546 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
29547         Log: Better failure diagnostics from switch.t.
29548      Branch: perl
29549            ! t/op/switch.t
29550 ____________________________________________________________________________
29551 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
29552         Log: Subject: Re: recent changes have some unmatching of parameters and types
29553              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29554              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
29555              Date: Sun, 02 Apr 2006 12:32:53 +0900
29556      Branch: perl
29557            ! embed.fnc pod/perlintern.pod proto.h
29558 ____________________________________________________________________________
29559 [ 27679] By: davem                                 on 2006/04/02  16:32:10
29560         Log: use slabs to allocate save state space in regmatch() 
29561      Branch: perl
29562            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
29563            ! regexp.h sv.c thrdvar.h
29564 ____________________________________________________________________________
29565 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
29566         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
29567              CopHINTS_get() and CopHINTS_set().
29568      Branch: perl
29569            ! cop.h op.c pp_ctl.c utf8.c
29570 ____________________________________________________________________________
29571 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
29572         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
29573      Branch: perl
29574            ! mg.c
29575 ____________________________________________________________________________
29576 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
29577         Log: Convert ByteLoader to use CopARYBASE_set().
29578      Branch: perl
29579            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29580 ____________________________________________________________________________
29581 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
29582         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
29583      Branch: perl
29584            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
29585            ! scope.h toke.c
29586 ____________________________________________________________________________
29587 [ 27669] By: craigb                                on 2006/04/02  01:09:38
29588         Log: fix typo in vms/gen_shrfls.pl itanium detector
29589      Branch: perl
29590            ! vms/gen_shrfls.pl
29591 ____________________________________________________________________________
29592 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
29593         Log: If the passed in target rv for Perl_newSVrv() was already a reference
29594              to something, it would leak the reference count on that thing.
29595      Branch: perl
29596            ! sv.c
29597 ____________________________________________________________________________
29598 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
29599         Log: Test no mypragma;
29600      Branch: perl
29601            ! t/lib/mypragma.t
29602 ____________________________________________________________________________
29603 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
29604         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
29605      Branch: perl
29606            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
29607            ! proto.h scope.c scope.h t/lib/mypragma.pm
29608 ____________________________________________________________________________
29609 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
29610         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
29611      Branch: perl
29612            ! hv.c
29613 ____________________________________________________________________________
29614 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
29615         Log: Test that user pragmas work inside string eval.
29616      Branch: perl
29617            ! t/lib/mypragma.t
29618 ____________________________________________________________________________
29619 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
29620         Log: Add Rafael's example user pragma, and convert his demo to a test.
29621      Branch: perl
29622            + t/lib/mypragma.pm t/lib/mypragma.t
29623            ! MANIFEST
29624 ____________________________________________________________________________
29625 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
29626         Log: If the comment says "(and not ours)" then it should be tested.
29627      Branch: perl
29628            ! t/op/getppid.t
29629 ____________________________________________________________________________
29630 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
29631         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
29632      Branch: perl
29633            ! t/op/getppid.t
29634 ____________________________________________________________________________
29635 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
29636         Log: Propagate cop_hints inside string evals. For the unthreaded case this
29637              is easy. For the threaded case it's not, because the current OP may
29638              be shared with another thread, so solve this by copying the hints
29639              chain.
29640      Branch: perl
29641            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
29642            ! t/op/caller.t
29643 ____________________________________________________________________________
29644 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
29645         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
29646      Branch: perl
29647            ! embed.fnc proto.h sv.c
29648 ____________________________________________________________________________
29649 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
29650         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
29651              From: Dominic Dunlop <shouldbedomo@mac.com>
29652              Date: Thu, 30 Mar 2006 10:31:55 +0200
29653              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
29654      Branch: perl
29655            ! t/op/pat.t
29656 ____________________________________________________________________________
29657 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
29658         Log: Updated version of the grumpy comment deleted by change #27649,
29659              by Jarkko
29660      Branch: perl
29661            ! perl.h
29662 ____________________________________________________________________________
29663 [ 27652] By: merijn                                on 2006/03/31  19:36:44
29664         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
29665      Branch: perl
29666            ! Porting/Glossary
29667 ____________________________________________________________________________
29668 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
29669         Log: Need to dup any hints HV stored on the save stack.
29670      Branch: perl
29671            ! sv.c
29672 ____________________________________________________________________________
29673 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
29674         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
29675              From: andy@petdance.com (Andy Lester)
29676              Date: Fri, 31 Mar 2006 00:54:58 -0600
29677              Message-ID: <20060331065458.GA28571@petdance.com>
29678      Branch: perl
29679            ! malloc.c perl.h
29680 ____________________________________________________________________________
29681 [ 27648] By: craigb                                on 2006/03/31  16:31:28
29682         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
29683              From: "John E. Malmberg" <wb8tyw@qsl.net>
29684              Date: Fri, 31 Mar 2006 00:39:23 -0500
29685              Message-id: <442CC08A.30409@qsl.net>
29686      Branch: perl
29687            ! configure.com vms/vms.c vms/vmsish.h
29688 ____________________________________________________________________________
29689 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
29690         Log: Note future possible flexibility for Perl_magic_sethint().
29691      Branch: perl
29692            ! mg.c
29693 ____________________________________________________________________________
29694 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
29695         Log: Test that entries in %^H are actually independant.
29696      Branch: perl
29697            ! t/op/caller.t
29698 ____________________________________________________________________________
29699 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
29700         Log: I can't spell.
29701      Branch: perl
29702            ! op.c
29703 ____________________________________________________________________________
29704 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
29705         Log: Document new magic types in perlguts. Fix a comment about sort hints.
29706      Branch: perl
29707            ! perl.h pod/perlguts.pod
29708 ____________________________________________________________________________
29709 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
29710         Log: Serialise changes to %^H onto the current COP. Return the compile time
29711              state of %^H as an eleventh value from caller. This allows users to
29712              write pragmas.
29713      Branch: perl
29714            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
29715            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
29716            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
29717 ____________________________________________________________________________
29718 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
29719         Log: Upgrade to Time::Local 1.12_01
29720      Branch: perl
29721            ! lib/Time/Local.pm lib/Time/Local.t
29722 ____________________________________________________________________________
29723 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
29724         Log: Subject: [PATCH] Random accumulated patches
29725              From: andy@petdance.com (Andy Lester)
29726              Date: Thu, 30 Mar 2006 23:42:28 -0600
29727              Message-ID: <20060331054228.GA18940@petdance.com>
29728      Branch: perl
29729            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
29730            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
29731            ! sv.h toke.c utf8.c
29732 ____________________________________________________________________________
29733 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
29734         Log: Subject: [PATCH] IO::Compress::Zip
29735              From: "Paul Marquess" <paul.marquess@ntlworld.com>
29736              Date: Fri, 31 Mar 2006 09:48:36 +0100
29737              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
29738      Branch: perl
29739            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
29740 ____________________________________________________________________________
29741 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
29742         Log: Test for fileno definedness instead of truth
29743              Don't load Config.pm, which isn't used
29744      Branch: perl
29745            ! lib/FileCache.pm
29746 ____________________________________________________________________________
29747 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
29748         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
29749              (See also change 27637)
29750      Branch: perl
29751            ! pp.c t/op/local.t
29752 ____________________________________________________________________________
29753 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
29754         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
29755              them correctly on scope exit)
29756      Branch: perl
29757            ! pp_hot.c scope.c t/op/local.t
29758 ____________________________________________________________________________
29759 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
29760         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
29761              underlying hash. (It used to, if the underlying hash had had storage
29762              allocated). This has the side effect of changing the return value from
29763              hv_store and hv_store_ent for some tied hash scenarios. But *to*
29764              something consistent (ly crazy)
29765      Branch: perl
29766            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
29767 ____________________________________________________________________________
29768 [ 27635] By: stevep                                on 2006/03/30  12:49:28
29769         Log: Pod nit mentioned in Debian bug #358455.
29770      Branch: perl
29771            ! pod/perlsec.pod
29772 ____________________________________________________________________________
29773 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
29774         Log: Populate pre-canned config.sh files with
29775              d_archlib and d_inc_version_list.
29776              Ref change 27632.
29777      Branch: perl
29778            ! configure.com symbian/config.sh win32/config.bc
29779            ! win32/config.gc win32/config.vc win32/config.vc64
29780            ! wince/config.ce
29781 ____________________________________________________________________________
29782 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
29783         Log: Subject: PATCH t/op/tie.t
29784              From: Robin Barker <Robin.Barker@npl.co.uk>
29785              Date: Thu, 30 Mar 2006 13:07:47 +0100
29786              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
29787      Branch: perl
29788            ! t/op/tie.t
29789 ____________________________________________________________________________
29790 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
29791         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
29792              These allow me to set sitearch and sitelib to be the same without
29793              ending up with duplicate entries in @INC.
29794              
29795              Basically the same way the old d_archlib variable is used.
29796      Branch: perl
29797            ! Configure Porting/Glossary config_h.SH perl.c
29798 ____________________________________________________________________________
29799 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
29800         Log: Subject: Re: New Module::Build released
29801              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
29802              Date: Wed, 29 Mar 2006 14:10:32 -0500
29803              Message-ID: <442ADBA8.4000203@thepierianspring.org>
29804      Branch: perl
29805            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
29806            ! MANIFEST lib/ExtUtils/CBuilder.pm
29807            ! lib/ExtUtils/CBuilder/Changes
29808            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
29809            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
29810            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
29811            ! lib/Module/Build/Platform/VMS.pm
29812            ! lib/Module/Build/Platform/Windows.pm
29813            ! lib/Module/Build/Platform/os2.pm
29814            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
29815            ! lib/Module/Build/t/lib/DistGen.pm
29816            ! lib/Module/Build/t/metadata.t
29817 ____________________________________________________________________________
29818 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
29819         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
29820              From: andy@petdance.com (Andy Lester)
29821              Date: Wed, 29 Mar 2006 10:13:36 -0600
29822              Message-ID: <20060329161336.GA12456@petdance.com>
29823      Branch: perl
29824            ! embed.fnc embed.h proto.h regexec.c
29825 ____________________________________________________________________________
29826 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
29827         Log: Subject: child's processor time
29828              From: hv@crypt.org <hv@crypt.org>
29829              Date: Mar 29, 2006 2:34 PM
29830              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
29831      Branch: perl
29832            ! pod/perlfunc.pod
29833 ____________________________________________________________________________
29834 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
29835         Log: Subject: CLONE for Tie::RefHash
29836              From: Yuval Kogman <nothingmuch@woobling.org>
29837              Date: Mon, 27 Mar 2006 15:34:07 +0200
29838              Message-ID: <20060327133407.GA16901@woobling.org>
29839              
29840              (also rename old Tie::RefHash test, so several test files
29841              are allowed.)
29842      Branch: perl
29843            + lib/Tie/RefHash/threaded.t
29844           +> lib/Tie/RefHash/refhash.t
29845            - lib/Tie/RefHash.t
29846            ! MANIFEST lib/Tie/RefHash.pm
29847 ____________________________________________________________________________
29848 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
29849         Log: Subject: [PATCH] Devel::DProf consting
29850              From: andy@petdance.com (Andy Lester)
29851              Date: Sat, 25 Mar 2006 23:32:13 -0600
29852              Message-ID: <20060326053213.GA10401@petdance.com>
29853      Branch: perl
29854            ! ext/Devel/DProf/DProf.xs
29855 ____________________________________________________________________________
29856 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
29857         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
29858              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29859              Date: Sun, 26 Mar 2006 14:53:56 +0300
29860              Message-ID: <442680D4.3000809@gmail.com>
29861      Branch: perl
29862            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
29863            ! pp_ctl.c scope.c sv.c util.c
29864 ____________________________________________________________________________
29865 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
29866         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
29867              From: Jim Cromie <jim.cromie@gmail.com>
29868              Date: Sun, 26 Mar 2006 20:33:23 -0500
29869              Message-ID: <442740E3.8030006@gmail.com>
29870      Branch: perl
29871            ! INSTALL
29872 ____________________________________________________________________________
29873 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
29874         Log: Only compile Perl_hv_assert with DEBUGGING.
29875      Branch: perl
29876            ! hv.c makedef.pl
29877 ____________________________________________________________________________
29878 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
29879         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
29880              seem to work perfectly. So remove from perltodo.pod.
29881      Branch: perl
29882            ! pod/perltodo.pod
29883 ____________________________________________________________________________
29884 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
29885         Log: Improved description of the tmon.out format.
29886              The / lines where undocumented.
29887      Branch: perl
29888            ! ext/Devel/DProf/DProf.pm
29889 ____________________________________________________________________________
29890 [ 27619] By: steveh                                on 2006/03/28  10:38:52
29891         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
29892              From: Jonathan Stowe <jns@gellyfish.com>
29893              Date: Mon, 13 Mar 2006 16:09:44 +0000
29894              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
29895      Branch: perl
29896            ! lib/Term/ReadLine.pm
29897 ____________________________________________________________________________
29898 [ 27618] By: craigb                                on 2006/03/28  04:01:21
29899         Log: Subject: [patch@27613] VMS long file path support active.
29900              From: "John E. Malmberg" <wb8tyw@qsl.net>
29901              Date: Mon, 27 Mar 2006 08:05:33 -0500
29902              Message-id: <4427E31D.2030801@qsl.net>
29903
29904      Branch: perl
29905            ! vms/vms.c vms/vmsish.h
29906 ____________________________________________________________________________
29907 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
29908         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
29909              the near identical code in pp_entertry into Perl_create_eval_scope.
29910              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
29911              Perl_delete_eval_scope.
29912      Branch: perl
29913            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
29914            ! pp_ctl.c proto.h
29915 ____________________________________________________________________________
29916 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
29917         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
29918              for spotting my mistake).
29919      Branch: perl
29920            + t/comp/fold.t
29921 ____________________________________________________________________________
29922 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
29923         Log: If constant folding fails, don't fold constants, rather than reporting
29924              the error at compile time. This allows illegal constant expressions in
29925              dead code to be ignored.
29926      Branch: perl
29927            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
29928 ____________________________________________________________________________
29929 [ 27613] By: craigb                                on 2006/03/27  00:04:10
29930         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
29931      Branch: perl
29932            ! lib/ExtUtils/MM_VMS.pm
29933 ____________________________________________________________________________
29934 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
29935         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
29936              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
29937              allocation of a copy of "".
29938      Branch: perl
29939            ! pp_sys.c
29940 ____________________________________________________________________________
29941 [ 27611] By: craigb                                on 2006/03/26  21:58:49
29942         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
29943              From: "John E. Malmberg" <wb8tyw@qsl.net>
29944              Date: Sun, 26 Mar 2006 14:32:30 -0500
29945              Message-id: <4426EC4E.8030801@qsl.net>
29946      Branch: perl
29947            ! vms/vms.c
29948 ____________________________________________________________________________
29949 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
29950         Log: REXEC_ML is unused.
29951      Branch: perl
29952            ! regexp.h
29953 ____________________________________________________________________________
29954 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
29955         Log: Update to IO-1.23
29956      Branch: perl
29957            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
29958            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
29959            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
29960            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
29961            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
29962            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
29963 ____________________________________________________________________________
29964 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
29965         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
29966              replacing 5 instances of the same code.
29967      Branch: perl
29968            ! embed.fnc embed.h pp_sys.c proto.h
29969 ____________________________________________________________________________
29970 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
29971         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
29972      Branch: perl
29973            ! regexec.c sv.c
29974 ____________________________________________________________________________
29975 [ 27603] By: davem                                 on 2006/03/25  14:57:19
29976         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
29977              Should stop spurious rebuilding of extensions.
29978              Also add documentation and copyright to top of file.
29979      Branch: perl
29980            ! configpm
29981 ____________________________________________________________________________
29982 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
29983         Log: PL_multiline isn't referenced, and can be removed.
29984      Branch: perl
29985            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
29986 ____________________________________________________________________________
29987 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
29988         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
29989              From: "Paul Marquess" <paul.marquess@ntlworld.com>
29990              Date: Fri, 24 Mar 2006 16:19:05 -0000
29991              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
29992      Branch: perl
29993            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
29994 ____________________________________________________________________________
29995 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
29996         Log: Free the regexp state when exiting "recursion".
29997      Branch: perl
29998            ! regexec.c
29999 ____________________________________________________________________________
30000 [ 27599] By: davem                                 on 2006/03/24  23:21:52
30001         Log: remove unused PL_regcc variable
30002      Branch: perl
30003            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
30004 ____________________________________________________________________________
30005 [ 27598] By: davem                                 on 2006/03/24  23:05:11
30006         Log: make S_regmatch() iterative rather than recursive.
30007              Goodbye stack-bustng regexes!
30008      Branch: perl
30009            ! regexec.c
30010 ____________________________________________________________________________
30011 [ 27597] By: craigb                                on 2006/03/24  21:05:45
30012         Log: restore EU::MM test fixes from 26079, 26813, and 26919
30013              that were lost in 27590
30014      Branch: perl
30015            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
30016            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
30017 ____________________________________________________________________________
30018 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
30019         Log: Bump version number of ExtUtils::MM_Win32
30020      Branch: perl
30021            ! lib/ExtUtils/MM_Win32.pm
30022 ____________________________________________________________________________
30023 [ 27595] By: steveh                                on 2006/03/24  13:01:32
30024         Log: Fix broken MM_Win32.t tests following 27590
30025              
30026              Test 31 was failing because 27590 had undone part of 25627.
30027              Test 41 was failing because the change to pasthru() in MM_Win32.pm
30028              means that $self->{MAKE} now needs to be initialized.
30029      Branch: perl
30030            ! lib/ExtUtils/t/MM_Win32.t
30031 ____________________________________________________________________________
30032 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
30033         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
30034              From: "Jerry D. Hedden" <jerry@hedden.us>
30035              Date: Thu, 23 Mar 2006 09:19:54 -0700
30036              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
30037      Branch: perl
30038            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
30039            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
30040            ! ext/threads/t/libc.t ext/threads/t/list.t
30041            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
30042            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
30043            ! ext/threads/t/thread.t ext/threads/threads.pm
30044            ! ext/threads/threads.xs
30045 ____________________________________________________________________________
30046 [ 27593] By: craigb                                on 2006/03/23  23:19:38
30047         Log: improve thread linking options on VMS
30048      Branch: perl
30049            ! configure.com vms/descrip_mms.template
30050 ____________________________________________________________________________
30051 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
30052         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
30053              built from pods. This change fixes bleadperl compilation -- trying to
30054              build manpages with miniperl causes a bootstrapping problem.
30055      Branch: perl
30056            ! lib/ExtUtils/MM_Unix.pm
30057 ____________________________________________________________________________
30058 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
30059         Log: No reason to ship MakeMaker's META.yml
30060      Branch: perl
30061            - lib/ExtUtils/META.yml
30062            ! MANIFEST
30063 ____________________________________________________________________________
30064 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
30065         Log: Merge changes from CPAN's EU:MM 6.30_01.
30066              The modules that have local changes have superior
30067              version numbers than the CPAN counterparts.
30068      Branch: perl
30069            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
30070            + lib/ExtUtils/t/revision.t
30071            - lib/ExtUtils/t/installbase.t
30072            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
30073            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
30074            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30075            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
30076            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
30077            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
30078            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
30079            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
30080            ! lib/ExtUtils/t/basic.t
30081 ____________________________________________________________________________
30082 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
30083         Log: Document the values for ${^UTF8CACHE}
30084      Branch: perl
30085            ! pod/perlvar.pod
30086 ____________________________________________________________________________
30087 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
30088         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
30089      Branch: perl
30090            ! sv.c
30091 ____________________________________________________________________________
30092 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
30093         Log: Get version numbers in line with what's in the CPAN
30094              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
30095              so bump its version number.)
30096      Branch: perl
30097            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30098            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
30099            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
30100 ____________________________________________________________________________
30101 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
30102         Log: Move orphaned documentation back to its functions
30103              Document the new static functions, and how the cache works.
30104      Branch: perl
30105            ! pod/perltodo.pod sv.c
30106 ____________________________________________________________________________
30107 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
30108         Log: Make S_sv_pos_u2b_cached use both cache pairs.
30109      Branch: perl
30110            ! sv.c
30111 ____________________________________________________________________________
30112 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
30113         Log: Use both cache entries for Perl_sv_pos_b2u().
30114      Branch: perl
30115            ! sv.c
30116 ____________________________________________________________________________
30117 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
30118         Log: Complete the other 2 arms of the cache update code.
30119      Branch: perl
30120            ! sv.c
30121 ____________________________________________________________________________
30122 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
30123         Log: Pass the (byte) length of the entire string into
30124              utf8_mg_pos_cache_update()
30125              Start to use the cache to store two pairs of byte/utf-8 pairs.
30126              Add the first third of the cache update code.
30127      Branch: perl
30128            ! embed.fnc embed.h proto.h sv.c
30129 ____________________________________________________________________________
30130 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
30131         Log: Upgrade to Time::Local 1.12
30132      Branch: perl
30133            ! lib/Time/Local.pm lib/Time/Local.t
30134 ____________________________________________________________________________
30135 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
30136         Log: Add all new static functions to embed.fnc
30137              Remove old unused static functions.
30138              Remove references to cache[2] and cache[3].
30139      Branch: perl
30140            ! embed.fnc embed.h proto.h sv.c
30141 ____________________________________________________________________________
30142 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
30143         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
30144              between the start of the string and the cached location.
30145              Remove unneccesary else from Perl_sv_pos_b2u().
30146      Branch: perl
30147            ! sv.c
30148 ____________________________________________________________________________
30149 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
30150         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
30151              the first cache entry.
30152      Branch: perl
30153            ! sv.c
30154 ____________________________________________________________________________
30155 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
30156         Log: Further adjustement to change #27576 by Jan Dubois
30157              (this change being blead-specific, while #27576 is
30158              integrable to maint)
30159      Branch: perl
30160            ! sv.c
30161 ____________________________________________________________________________
30162 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
30163         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
30164              From: "Jan Dubois" <jand@ActiveState.com>
30165              Date: Wed, 22 Mar 2006 22:49:11 -0800
30166              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
30167              
30168              Also, back out change #27567.
30169      Branch: perl
30170            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
30171 ____________________________________________________________________________
30172 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
30173         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
30174              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
30175              cache assertion code as it triggers warnings about surrogates.
30176      Branch: perl
30177            ! sv.c
30178 ____________________________________________________________________________
30179 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
30180         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
30181      Branch: perl
30182            ! sv.c
30183 ____________________________________________________________________________
30184 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
30185         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
30186              both sides of the desired offset, so could count either way.
30187              Use cached utf-8 length in S_sv_pos_u2b_cached.
30188              Check the results if PL_utf8cache < 0.
30189      Branch: perl
30190            ! sv.c
30191 ____________________________________________________________________________
30192 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
30193         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
30194              conversions, hiding the complexity of any cache lookup.
30195      Branch: perl
30196            ! sv.c
30197 ____________________________________________________________________________
30198 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
30199         Log: Subject: Uninitialized value in Archive::Tar
30200              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
30201              Date: Mon, 20 Mar 2006 06:37:31 -0500
30202              Message-ID: <441E93FB.3050906@thepierianspring.org>
30203      Branch: perl
30204            ! lib/Archive/Tar.pm
30205 ____________________________________________________________________________
30206 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
30207         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
30208              all of the caching code.
30209      Branch: perl
30210            ! sv.c
30211 ____________________________________________________________________________
30212 [ 27569] By: davem                                 on 2006/03/22  16:05:16
30213         Log: remove idential code branch from regmatch()
30214      Branch: perl
30215            ! regexec.c
30216 ____________________________________________________________________________
30217 [ 27568] By: stevep                                on 2006/03/22  15:59:07
30218         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
30219              C++ Compiler on Linux.
30220      Branch: perl
30221            ! hints/linux.sh
30222 ____________________________________________________________________________
30223 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
30224         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
30225              From: Dominic Dunlop <shouldbedomo@mac.com>
30226              Date: Wed, 22 Mar 2006 15:18:33 +0100
30227              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
30228      Branch: perl
30229            ! README.win32
30230 ____________________________________________________________________________
30231 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
30232         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
30233              is part of libperl.
30234      Branch: perl
30235            ! lib/ExtUtils/Embed.pm
30236 ____________________________________________________________________________
30237 [ 27565] By: stevep                                on 2006/03/22  02:18:58
30238         Log: Increase the length of content compressed as a kludge to get 
30239              around incompatibilities in OpenBSD's gzip.
30240      Branch: perl
30241            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
30242 ____________________________________________________________________________
30243 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
30244         Log: (Hopefully) make VMS happy.
30245      Branch: perl
30246            ! sv.c
30247 ____________________________________________________________________________
30248 [ 27563] By: craigb                                on 2006/03/21  13:01:47
30249         Log: Subject: [patch@27529] thread.h - VMS needs more stack
30250              From: "John E. Malmberg" <wb8tyw@qsl.net>
30251              Date: Fri, 17 Mar 2006 11:05:33 -0500
30252              Message-id: <441ADE4D.2090207@qsl.net>
30253
30254      Branch: perl
30255            ! thread.h
30256 ____________________________________________________________________________
30257 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
30258         Log: Upgrade to Digest-1.15
30259      Branch: perl
30260            ! lib/Digest.pm lib/Digest/Changes
30261 ____________________________________________________________________________
30262 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
30263         Log: Subject: [patch@27538] utime patch for VMS
30264              From: "John E. Malmberg" <wb8tyw@qsl.net>
30265              Date: Mon, 20 Mar 2006 08:12:19 -0500
30266              Message-ID: <441EAA33.6010603@qsl.net>
30267      Branch: perl
30268            ! configure.com vms/vms.c vms/vmsish.h
30269 ____________________________________________________________________________
30270 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
30271         Log: Test croak(NULL)
30272      Branch: perl
30273            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
30274 ____________________________________________________________________________
30275 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
30276         Log: Extend change 27558 - if we know the character offset of the end, but
30277              don't have a cache for intermediate offsets, we can still use the end
30278              offset.
30279      Branch: perl
30280            ! sv.c
30281 ____________________________________________________________________________
30282 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
30283         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
30284              can take advantage of this to count backwards if close.
30285              Remove some now unnecessary casts.
30286      Branch: perl
30287            ! sv.c
30288 ____________________________________________________________________________
30289 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
30290         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
30291              static functions, and make it respect PL_utf8cache.
30292      Branch: perl
30293            ! sv.c
30294 ____________________________________________________________________________
30295 [ 27556] By: steveh                                on 2006/03/20  17:32:25
30296         Log: Merge some more changes from ActivePerl 5.8.8.816
30297              
30298              See (again):
30299              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
30300              
30301              These changes improve support for the MS 64-bit compiler in
30302              win32/Makefile (and tentatively make the same changes to
30303              win32/makefile.mk), and also switches the now deprecated -Gf switch to
30304              -GF for all flavours of VC++ instead of just the latest ones.
30305              
30306              (See:
30307              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
30308              for a comment on the s/-Gf/-GF/ change.)
30309      Branch: perl
30310            ! win32/Makefile win32/makefile.mk
30311 ____________________________________________________________________________
30312 [ 27555] By: steveh                                on 2006/03/20  17:21:15
30313         Log: Merge some changes from ActivePerl 5.8.8.816
30314              
30315              See:
30316              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
30317              
30318              These changes provide better support for building XS extension modules
30319              using VC++ or MinGW when perl itself was built with the opposite of
30320              those two compilers.
30321      Branch: perl
30322            ! win32/config_H.gc win32/config_H.vc
30323 ____________________________________________________________________________
30324 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
30325         Log: Revert part of change 27546 related to a /dev/null bug
30326              workaround on VMS, as requested by John E. Malmberg
30327      Branch: perl
30328            ! vms/vms.c
30329 ____________________________________________________________________________
30330 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
30331         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
30332      Branch: perl
30333            ! utf8.c
30334 ____________________________________________________________________________
30335 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
30336         Log: The two loops in Perl_utf8_distance can be merged.
30337      Branch: perl
30338            ! utf8.c
30339 ____________________________________________________________________________
30340 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
30341         Log: Avoid "uninitialized value" warnings during 'make test'.
30342              My system is set up with a few PATH entries I'm not allowed
30343              to access, so stat() fails for these.
30344      Branch: perl
30345            ! t/test.pl
30346 ____________________________________________________________________________
30347 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
30348         Log: Also strip $ENV{PATH} dirs writable by world.
30349              The stripping was introduced in change 27364 to improve taint handling.
30350      Branch: perl
30351            ! t/test.pl
30352 ____________________________________________________________________________
30353 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
30354         Log: Move DynaLoader.o into libperl.so.
30355              
30356              This avoids the need to statically link DynaLoader into the stub perl
30357              executable and make libperl.so provide all the code needed to get a
30358              functional embedded perl interpreter up running.  As a side effect
30359              this also moves DynaLoader into libperl.a for non-useshrplib builds.
30360              
30361              Fixes [perl #32539]
30362      Branch: perl
30363            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
30364            ! writemain.SH
30365 ____________________________________________________________________________
30366 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
30367         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
30368              can be non-NULL, so no need to check.
30369      Branch: perl
30370            ! pp.c
30371 ____________________________________________________________________________
30372 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
30373         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
30374              From: Rick Delaney <rick@bort.ca>
30375              Date: Sat, 18 Mar 2006 19:52:11 -0500
30376              Message-ID: <20060319005211.GM25733@localhost.localdomain>
30377              
30378              One can now localize slices.
30379      Branch: perl
30380            ! pp.c t/op/local.t
30381 ____________________________________________________________________________
30382 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
30383         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
30384              From: "John E. Malmberg" <wb8tyw@qsl.net>
30385              Date: Sun, 19 Mar 2006 20:08:34 -0500
30386              Message-ID: <441E0092.2010405@qsl.net>
30387      Branch: perl
30388            ! vms/vms.c
30389 ____________________________________________________________________________
30390 [ 27545] By: steveh                                on 2006/03/20  09:34:57
30391         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
30392              From: "Jan Dubois" <jand@ActiveState.com>
30393              Date: Fri, 17 Mar 2006 12:23:01 -0800
30394              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
30395      Branch: perl
30396            ! win32/win32.c
30397 ____________________________________________________________________________
30398 [ 27544] By: davem                                 on 2006/03/20  00:52:09
30399         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
30400              expunge a couple of macros, and move some variable declarations
30401              inwards
30402      Branch: perl
30403            ! regexec.c
30404 ____________________________________________________________________________
30405 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
30406         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
30407              into this block).
30408      Branch: perl
30409            ! sv.c
30410 ____________________________________________________________________________
30411 [ 27542] By: stevep                                on 2006/03/19  16:38:11
30412         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
30413              From: Andy Lester <andy@petdance.com>
30414              Date: Sat, 18 Mar 2006 00:28:45 -0600
30415              Message-ID: <20060318062845.GA11607@petdance.com>
30416      Branch: perl
30417            ! embed.fnc proto.h universal.c
30418 ____________________________________________________________________________
30419 [ 27541] By: stevep                                on 2006/03/19  16:32:16
30420         Log: Subject: [PATCH] a bit 'use strict' cleanliness
30421              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30422              Date: Sun, 19 Mar 2006 13:21:37 +0200
30423              Message-ID: <441D3EC1.20902@gmail.com>
30424      Branch: perl
30425            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
30426            ! lib/Tie/Scalar.pm
30427 ____________________________________________________________________________
30428 [ 27540] By: stevep                                on 2006/03/19  16:24:22
30429         Log: Subject: [PATCH] Data::Dumper consting
30430              From: Andy Lester <andy@petdance.com>
30431              Date: Sun, 19 Mar 2006 01:22:04 -0600
30432              Message-ID: <20060319072204.GB5596@petdance.com>
30433      Branch: perl
30434            ! ext/Data/Dumper/Dumper.xs
30435 ____________________________________________________________________________
30436 [ 27539] By: stevep                                on 2006/03/19  16:21:29
30437         Log: Subject: [PATCH] Cleanups in op.c
30438              From: Andy Lester <andy@petdance.com>
30439              Date: Sun, 19 Mar 2006 00:30:29 -0600
30440              Message-ID: <20060319063029.GA5077@petdance.com>
30441      Branch: perl
30442            ! op.c
30443 ____________________________________________________________________________
30444 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
30445         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
30446              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
30447              (assertion mode). Need a way to turn this on with existing command
30448              line flags.
30449      Branch: perl
30450            ! intrpvar.h sv.c
30451 ____________________________________________________________________________
30452 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
30453         Log: Remove a duplicated conditional test by putting everything for the
30454              not readonly case inside one block.
30455      Branch: perl
30456            ! sv.c
30457 ____________________________________________________________________________
30458 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
30459         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
30460      Branch: perl
30461            ! regcomp.c sv.c
30462 ____________________________________________________________________________
30463 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
30464         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
30465      Branch: perl
30466            ! regexec.c
30467 ____________________________________________________________________________
30468 [ 27534] By: davem                                 on 2006/03/17  15:58:45
30469         Log: inline, then delete, S_regrepeat_hard()
30470      Branch: perl
30471            ! embed.fnc embed.h proto.h regexec.c
30472 ____________________________________________________________________________
30473 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
30474         Log: sv_find() returning false, followed by sv_magic() to add the magic,
30475              followed immediately by sv_find() to find it, is somewhat wasteful.
30476              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
30477      Branch: perl
30478            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
30479 ____________________________________________________________________________
30480 [ 27532] By: steveh                                on 2006/03/17  13:20:11
30481         Log: Make "distclean" target on Win32 clean up temporary HTML directory
30482              that gets left behind after running the "install" target.
30483              Also clean up a couple of leftover pod2html cache files.
30484      Branch: perl
30485            ! win32/Makefile win32/makefile.mk
30486 ____________________________________________________________________________
30487 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
30488         Log: Upgrade to ExtUtils::CBuilder 0.17
30489      Branch: perl
30490            + lib/ExtUtils/CBuilder/Changes
30491            ! MANIFEST lib/ExtUtils/CBuilder.pm
30492            ! lib/ExtUtils/CBuilder/Base.pm
30493            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
30494            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
30495 ____________________________________________________________________________
30496 [ 27530] By: steveh                                on 2006/03/17  11:10:41
30497         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
30498              to avoid clashing with "lib\Pod" (cf. perl change #26363)
30499              
30500              Also remove a couple of unused macros from the makefiles
30501      Branch: perl
30502            ! installperl win32/Makefile win32/makefile.mk
30503 ____________________________________________________________________________
30504 [ 27529] By: stevep                                on 2006/03/17  04:40:24
30505         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
30506              From: Jan Dubois <jand@ActiveState.com> 
30507              Date: Thu, 16 Mar 2006 19:34:00 -0800
30508              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
30509              
30510              Also includes a version bump to ext/threads/threads.pm.
30511      Branch: perl
30512            ! ext/threads/threads.pm ext/threads/threads.xs
30513 ____________________________________________________________________________
30514 [ 27528] By: stevep                                on 2006/03/17  04:29:30
30515         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
30516              From: Jan Dubois <jand@ActiveState.com>
30517              Date: Thu, 16 Mar 2006 16:30:23 -0800
30518              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
30519      Branch: perl
30520            ! win32/win32.c wince/wince.c
30521 ____________________________________________________________________________
30522 [ 27527] By: stevep                                on 2006/03/17  04:19:01
30523         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
30524              From: Jan Dubois <jand@ActiveState.com>
30525              Date: Thu, 16 Mar 2006 16:11:48 -0800
30526              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
30527      Branch: perl
30528            ! win32/win32.c
30529 ____________________________________________________________________________
30530 [ 27526] By: davem                                 on 2006/03/17  02:57:45
30531         Log: reduce S_regrepeat_hard() callers from 3 to 1
30532      Branch: perl
30533            ! regexec.c
30534 ____________________________________________________________________________
30535 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
30536         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
30537              control the UTF-8 offset caching code. Make this visible as
30538              ${^UTF8CACHE}
30539      Branch: perl
30540            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
30541 ____________________________________________________________________________
30542 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
30543         Log: Note that it's worth looking to downsize variables in the interpreter
30544              structure.
30545      Branch: perl
30546            ! pod/perltodo.pod
30547 ____________________________________________________________________________
30548 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
30549         Log: Correct the macros in the comments in hv.c. Given the improvements in
30550              compiler optimisation, and the almost irrelevance of instructions
30551              executed over cache misses, maybe we should just remove the comments
30552              by putting their code back in place of the o{ptimis,bfuscat}ed version.
30553      Branch: perl
30554            ! hv.c
30555 ____________________________________________________________________________
30556 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
30557         Log: Avoid hardcoded $(OBJ_EXT)
30558      Branch: perl
30559            ! ext/DynaLoader/Makefile.PL
30560 ____________________________________________________________________________
30561 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
30562         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
30563      Branch: perl
30564            ! ext/util/make_ext
30565 ____________________________________________________________________________
30566 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
30567         Log: Remove unused code. No extension use Makefile.SH any more.
30568      Branch: perl
30569            ! ext/util/make_ext
30570 ____________________________________________________________________________
30571 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
30572         Log: Fix up miniperl dependency.
30573              Depend on $(obj) when we use that to build miniperl.
30574      Branch: perl
30575            ! Makefile.SH
30576 ____________________________________________________________________________
30577 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
30578         Log: Simplify; make perl.o included in $(obj)
30579      Branch: perl
30580            ! Makefile.SH
30581 ____________________________________________________________________________
30582 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
30583         Log: Add a couple of regression tests for the untested
30584              "Bad name after %s" parsing error
30585      Branch: perl
30586            ! t/comp/parser.t
30587 ____________________________________________________________________________
30588 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
30589         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
30590              From: "Paul Marquess" <paul.marquess@ntlworld.com>
30591              Date: Thu, 16 Mar 2006 14:38:52 -0000
30592              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
30593      Branch: perl
30594            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
30595            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
30596            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
30597            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
30598            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
30599            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
30600            ! ext/Compress/IO/Zlib/README
30601            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
30602            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
30603            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
30604            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
30605            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
30606            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
30607            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
30608            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
30609            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
30610            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
30611            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
30612            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
30613            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
30614            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
30615            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
30616            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
30617            ! ext/Compress/IO/Zlib/t/010examples.t
30618            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
30619            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
30620            ! ext/Compress/Raw/Zlib/Zlib.xs
30621            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
30622            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
30623            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
30624            ! ext/Compress/Zlib/examples/gzcat
30625            ! ext/Compress/Zlib/examples/gzstream
30626            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
30627            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
30628            ! t/lib/compress/tied.pl
30629 ____________________________________________________________________________
30630 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
30631         Log: require should ignore directories found when searching @INC not just
30632              die as soon as it finds one.  It should for instance be possible to
30633              for require "File" to read the file "./File" even if there happens to
30634              be a "File" directory in perl's standard library.
30635              
30636              This fixes the RT #24404 fix in change 26373.
30637      Branch: perl
30638            ! pp_ctl.c t/comp/require.t
30639 ____________________________________________________________________________
30640 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
30641         Log: Make the threads tests silent with regard to the new :unique deprecation warning
30642      Branch: perl
30643            ! ext/threads/t/problems.t
30644 ____________________________________________________________________________
30645 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
30646         Log: Make the original versions of relocated paths available from
30647              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
30648              best choice.
30649      Branch: perl
30650            ! configpm
30651 ____________________________________________________________________________
30652 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
30653         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
30654      Branch: perl
30655            ! sv.h
30656 ____________________________________________________________________________
30657 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
30658         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
30659      Branch: perl
30660            ! lib/overload.t
30661 ____________________________________________________________________________
30662 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
30663         Log: Test for reblessing objects with weak references.
30664      Branch: perl
30665            ! lib/overload.t
30666 ____________________________________________________________________________
30667 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
30668         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
30669              have been unused since revision 1.
30670      Branch: perl
30671            ! hv.h sv.h
30672 ____________________________________________________________________________
30673 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
30674         Log: Moving the overloading flag from the reference to the referant allows
30675              (re)?blessing of overloaded objects to work correctly.
30676      Branch: perl
30677            ! dump.c lib/overload.t sv.c sv.h
30678 ____________________________________________________________________________
30679 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
30680         Log: Finish converting overload.t to Test::More
30681      Branch: perl
30682            ! lib/overload.t
30683 ____________________________________________________________________________
30684 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
30685         Log: Further conversion of overload.t
30686      Branch: perl
30687            ! lib/overload.t
30688 ____________________________________________________________________________
30689 [ 27503] By: stevep                                on 2006/03/15  12:34:10
30690         Log: Additions to README.win32 and win32/Makefile based on comments from
30691              Steve Hay.
30692      Branch: perl
30693            ! README.win32 win32/Makefile
30694 ____________________________________________________________________________
30695 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
30696         Log: Further conversion of overload.t
30697      Branch: perl
30698            ! lib/overload.t
30699 ____________________________________________________________________________
30700 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
30701         Log: Partially convert overload.t to Test::More
30702      Branch: perl
30703            ! lib/overload.t
30704 ____________________________________________________________________________
30705 [ 27500] By: stevep                                on 2006/03/15  11:06:34
30706         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
30707              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
30708              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
30709              the setargv.obj file necessary to do it).
30710      Branch: perl
30711            ! win32/Makefile
30712 ____________________________________________________________________________
30713 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
30714         Log: Deprecate :unique even with threads
30715      Branch: perl
30716            ! toke.c
30717 ____________________________________________________________________________
30718 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
30719         Log: Make usage of :unique emit a deprecation warning.
30720              Remove its outdated documentation.
30721      Branch: perl
30722            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
30723            ! toke.c
30724 ____________________________________________________________________________
30725 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
30726         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
30727              From: Peter Prymmer <PPrymmer@factset.com>
30728              Date: Tue, 14 Mar 2006 10:38:00 -0500
30729              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
30730      Branch: perl
30731            ! lib/Pod/Simple/t/corpustest.t
30732 ____________________________________________________________________________
30733 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
30734         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
30735              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
30736              be necessary to fix subtle bugs involving reblessing and overloading. 
30737      Branch: perl
30738            ! sv.h
30739 ____________________________________________________________________________
30740 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
30741         Log: Subject: [perl #38710] localised stash slice 
30742              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
30743              Date: Sat, 11 Mar 2006 02:47:56 -0800
30744              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
30745              
30746              (new TODO tests)
30747      Branch: perl
30748            ! t/op/local.t
30749 ____________________________________________________________________________
30750 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
30751         Log: threads and threads::shared are now dual-lived modules
30752      Branch: perl
30753            ! Porting/Maintainers.pl
30754 ____________________________________________________________________________
30755 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
30756         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
30757              From: andy@petdance.com (Andy Lester)
30758              Date: Mon, 13 Mar 2006 12:48:50 -0600
30759              Message-ID: <20060313184850.GA16905@petdance.com>
30760      Branch: perl
30761            ! perl.h
30762 ____________________________________________________________________________
30763 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
30764         Log: Subject: [PATCH] looks_like_bool can be const
30765              From: andy@petdance.com (Andy Lester)
30766              Date: Mon, 13 Mar 2006 09:31:52 -0600
30767              Message-ID: <20060313153152.GA13254@petdance.com>
30768      Branch: perl
30769            ! embed.fnc op.c proto.h
30770 ____________________________________________________________________________
30771 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
30772         Log: Somewhat less shaky relocatable @INC support. You can install things
30773              to the current location of the perl tree, move it, install more things,
30774              move it again, lather rinse repeat.
30775              Configure with -Duserelocatableinc
30776      Branch: perl
30777            ! Configure configpm installperl
30778 ____________________________________________________________________________
30779 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
30780         Log: First stab at rather shaky Configure support for relocatable @INC.
30781              Seems to be installing rather more that it's supposed to be.
30782      Branch: perl
30783            ! Configure configpm
30784 ____________________________________________________________________________
30785 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
30786         Log: Split break out the installprefix code from setprefixvar, which allows
30787              the remaining 8 places to call the common prefix conversion code.
30788      Branch: perl
30789            ! Configure
30790 ____________________________________________________________________________
30791 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
30792         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
30793              and the "Change installation prefix, if necessary" into a new
30794              "function" setprefixvar (which I assume will become Setprefixvar.U)
30795              How many platforms still have Bourne shells that can't do shell
30796              functions? Someone's going to say Irix?
30797      Branch: perl
30798            ! Configure
30799 ____________________________________________________________________________
30800 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
30801         Log: Forgot the ending \. Why did it still compile ?
30802      Branch: perl
30803            ! ext/List/Util/multicall.h
30804 ____________________________________________________________________________
30805 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
30806         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
30807              From: Robin Houston <robin@cpan.org>
30808              Date: Mon, 13 Mar 2006 12:48:21 +0000
30809              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
30810      Branch: perl
30811            ! ext/List/Util/multicall.h
30812 ____________________________________________________________________________
30813 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
30814         Log: The existing order of the checks for whether man1dir and man3dir were
30815              ' ' were obviously buggy, because they set installman[13]dir only for
30816              the next if block to set it again. Reordering removes that daftness.
30817      Branch: perl
30818            ! Configure
30819 ____________________________________________________________________________
30820 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
30821         Log: The "Change installation prefix, if necessary." code needs to use
30822              the ~ expanded prefix and installprefix in the substitution.
30823      Branch: perl
30824            ! Configure
30825 ____________________________________________________________________________
30826 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
30827         Log: Load .pmc always, even if they are older than a matching .pm file.
30828              (This trick is going to be used by pugs.)
30829      Branch: perl
30830            ! pod/perlfunc.pod pp_ctl.c
30831 ____________________________________________________________________________
30832 [ 27482] By: stevep                                on 2006/03/12  14:07:17
30833         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
30834              From: Andy Lester <andy@petdance.com>
30835              Date: Tue, 7 Mar 2006 12:12:35 -0600
30836              Message-ID: <20060307181235.GA25688@petdance.com>
30837      Branch: perl
30838            ! ext/Digest/SHA/src/hmac.c
30839 ____________________________________________________________________________
30840 [ 27481] By: stevep                                on 2006/03/12  13:48:10
30841         Log: Upgrade to Module-Build-0.27_09
30842      Branch: perl
30843            ! Porting/Maintainers.pl lib/Module/Build.pm
30844            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
30845            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
30846            ! lib/Module/Build/Cookbook.pm
30847 ____________________________________________________________________________
30848 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
30849         Log: isSPACE('\0') is false, so can simplify the condition in the for
30850              loop. As the for loop is basically a while loop, write it as one, to
30851              make its intentions clearer.
30852      Branch: perl
30853            ! toke.c
30854 ____________________________________________________________________________
30855 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
30856         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
30857              the regen_perly target call it for both perly.y and madly.y.
30858      Branch: perl
30859            - regen_madly.pl
30860            ! MANIFEST Makefile.SH regen_perly.pl
30861 ____________________________________________________________________________
30862 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
30863         Log: NNs and NULLOKs for MAD's new functions.
30864      Branch: perl
30865            ! embed.fnc proto.h
30866 ____________________________________________________________________________
30867 [ 27477] By: stevep                                on 2006/03/11  22:08:34
30868         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
30869              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
30870              refactoring is needed?
30871      Branch: perl
30872            ! op.c
30873 ____________________________________________________________________________
30874 [ 27476] By: stevep                                on 2006/03/11  21:41:20
30875         Log: Possible NULL pointer reference found by Coverity checks.
30876      Branch: perl
30877            ! op.c
30878 ____________________________________________________________________________
30879 [ 27475] By: stevep                                on 2006/03/11  20:57:26
30880         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
30881      Branch: perl
30882            ! op.c
30883 ____________________________________________________________________________
30884 [ 27474] By: craigb                                on 2006/03/11  17:26:00
30885         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
30886              From: Peter Prymmer <PPrymmer@factset.com>
30887              Date: Fri, 10 Mar 2006 15:24:23 -0500
30888              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
30889      Branch: perl
30890            ! lib/File/Path.pm
30891 ____________________________________________________________________________
30892 [ 27473] By: merijn                                on 2006/03/11  11:03:55
30893         Log: Subject: [PATCH] Reapply change 24432
30894              From: "Jan Dubois" <jand@ActiveState.com>
30895              Date: Fri, 10 Mar 2006 18:21:39 -0800
30896              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
30897      Branch: perl
30898            ! config_h.SH
30899 ____________________________________________________________________________
30900 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
30901         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
30902      Branch: perl
30903            ! Makefile.SH
30904 ____________________________________________________________________________
30905 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
30906         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
30907              From: andy@petdance.com (Andy Lester)
30908              Message-ID: <20060311071338.GA12490@petdance.com>
30909              Date: Sat, 11 Mar 2006 01:13:38 -0600
30910      Branch: perl
30911            ! embed.fnc proto.h
30912 ____________________________________________________________________________
30913 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
30914         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
30915              From: andy@petdance.com (Andy Lester)
30916              Message-ID: <20060310223100.GA13455@petdance.com>
30917              Date: Fri, 10 Mar 2006 16:31:00 -0600
30918      Branch: perl
30919            ! toke.c
30920 ____________________________________________________________________________
30921 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
30922         Log: Remove the obsolete mad/P5RE.pm
30923      Branch: perl
30924            - mad/P5RE.pm
30925            ! MANIFEST
30926 ____________________________________________________________________________
30927 [ 27467] By: craigb                                on 2006/03/11  01:52:37
30928         Log: null terminate command string -- broken in #27438
30929      Branch: perl
30930            ! vms/vms.c
30931 ____________________________________________________________________________
30932 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
30933         Log: Move the 12 static MAD variables from toke.c into the interpeter
30934              structure.
30935      Branch: perl
30936            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
30937 ____________________________________________________________________________
30938 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
30939         Log: Rename the 12 static variables in toke.c to PL_*
30940      Branch: perl
30941            ! toke.c
30942 ____________________________________________________________________________
30943 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
30944         Log: gozer took over from gsar (some time ago).
30945      Branch: perl
30946            ! Porting/repository.pod
30947 ____________________________________________________________________________
30948 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
30949         Log: All the autogenerated files from change 27462.
30950      Branch: perl
30951            ! madly.act madly.h madly.tab
30952 ____________________________________________________________________________
30953 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
30954         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
30955      Branch: perl
30956            ! madly.y
30957 ____________________________________________________________________________
30958 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
30959         Log: Teaching embed.pl about conditional symbols is a TODO.
30960      Branch: perl
30961            ! pod/perltodo.pod
30962 ____________________________________________________________________________
30963 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
30964         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
30965              about MADness (and unMADness - maybe there is a special word for that)
30966      Branch: perl
30967            ! intrpvar.h makedef.pl
30968 ____________________________________________________________________________
30969 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
30970         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
30971      Branch: perl
30972            ! embed.fnc proto.h toke.c
30973 ____________________________________________________________________________
30974 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
30975         Log: Tease apart the keyword/subroutine test in S_checkcomma.
30976      Branch: perl
30977            ! toke.c
30978 ____________________________________________________________________________
30979 [ 27457] By: stevep                                on 2006/03/10  02:17:43
30980         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
30981              Otherwise, Win32 does not compile.
30982      Branch: perl
30983            ! intrpvar.h
30984 ____________________________________________________________________________
30985 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
30986         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
30987              TRUE/FALSE.
30988      Branch: perl
30989            ! gv.c
30990 ____________________________________________________________________________
30991 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
30992         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
30993      Branch: perl
30994            ! dump.c
30995 ____________________________________________________________________________
30996 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
30997         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
30998              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
30999              Date: Thu, 9 Mar 2006 16:29:12 -0500
31000              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
31001      Branch: perl
31002            ! pod/perlfunc.pod
31003 ____________________________________________________________________________
31004 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
31005         Log: Add the Perl 5 to Perl 5 convertor scripts.
31006      Branch: perl
31007            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
31008            + mad/p55
31009            ! MANIFEST
31010 ____________________________________________________________________________
31011 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
31012         Log: Superior *printf-fu lets us avoid modifying source code.
31013      Branch: perl
31014            ! toke.c
31015 ____________________________________________________________________________
31016 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
31017         Log: Avoid scribbling on the passed in command line string for -i in 
31018              moreswitches.
31019      Branch: perl
31020            ! perl.c
31021 ____________________________________________________________________________
31022 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
31023         Log: -Dmad works, albeit with some test failures:
31024              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
31025              ext/B/t/optree_samples.t               20    1   5.00%  18
31026              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
31027              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
31028              lib/warnings.t                        561    2   0.36%  3 10
31029      Branch: perl
31030            ! toke.c
31031 ____________________________________________________________________________
31032 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
31033         Log: Oops. Failed to add madly.c
31034      Branch: perl
31035            + madly.c
31036 ____________________________________________________________________________
31037 [ 27448] By: stevep                                on 2006/03/09  20:48:50
31038         Log: The Coverity audit is upset that the scream_olds variable is not
31039              directly initialized, although it is likely initialized after 
31040              another variable takes a reference to it.
31041      Branch: perl
31042            ! regexec.c
31043 ____________________________________________________________________________
31044 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
31045         Log: Add the madly parser. I believe that this is all the C code. Now to
31046              find the bugs that stowed away.
31047      Branch: perl
31048            + madly.act madly.h madly.tab madly.y regen_madly.pl
31049            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
31050            ! proto.h
31051 ____________________________________________________________________________
31052 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
31053         Log: It helps to run embed.pl in the correct directory. (not the symlink
31054              tree)
31055      Branch: perl
31056            ! embed.h embedvar.h perlapi.h proto.h
31057 ____________________________________________________________________________
31058 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
31059         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
31060              no longer builds.
31061      Branch: perl
31062            ! embed.fnc intrpvar.h sv.c toke.c
31063 ____________________________________________________________________________
31064 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
31065         Log: Another refactoring from Larry implicit in the MAD patch.
31066      Branch: perl
31067            ! toke.c
31068 ____________________________________________________________________________
31069 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
31070         Log: Refactoring from Larry implicit in the MAD patch.
31071      Branch: perl
31072            ! toke.c
31073 ____________________________________________________________________________
31074 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
31075         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
31076              as MAD conditionally changes this consistently in 27 places.
31077      Branch: perl
31078            ! toke.c
31079 ____________________________________________________________________________
31080 [ 27441] By: stevep                                on 2006/03/09  16:14:20
31081         Log: Need to update test count from change #27440.
31082      Branch: perl
31083            ! ext/POSIX/t/sigaction.t
31084 ____________________________________________________________________________
31085 [ 27440] By: stevep                                on 2006/03/09  16:03:21
31086         Log: croak in POSIX::sigaction() when passed a negative signal instead
31087              dumping core.
31088      Branch: perl
31089            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
31090 ____________________________________________________________________________
31091 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
31092         Log: MAD changes for bare skipspace()
31093      Branch: perl
31094            ! embed.fnc embed.h proto.h toke.c
31095 ____________________________________________________________________________
31096 [ 27438] By: craigb                                on 2006/03/09  14:49:45
31097         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
31098              From: "John E. Malmberg" <wb8tyw@qsl.net>
31099              Date: Wed, 08 Mar 2006 23:34:05 -0500
31100              Message-id: <440FB03D.8010409@qsl.net>
31101
31102      Branch: perl
31103            ! vms/vms.c
31104 ____________________________________________________________________________
31105 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
31106         Log: Add the MAD change to perly.y, which brings a new PEG token.
31107      Branch: perl
31108            ! perly.act perly.h perly.tab perly.y
31109 ____________________________________________________________________________
31110 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
31111         Log: Fix a memory leak in ck_grep(), spotted by coverity:
31112              perl -e'eval "grep" while 1'
31113      Branch: perl
31114            ! op.c
31115 ____________________________________________________________________________
31116 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
31117         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
31118              order doesn't make tests pass :-(. Nor does it make them fail.
31119      Branch: perl
31120            ! op.c
31121 ____________________________________________________________________________
31122 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
31123         Log: Fix C99ism in dump.c
31124      Branch: perl
31125            ! dump.c
31126 ____________________________________________________________________________
31127 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
31128         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
31129              same sequence of pad usage is generated with and without MAD.
31130      Branch: perl
31131            ! ext/B/t/f_map.t op.c
31132 ____________________________________________________________________________
31133 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
31134         Log: Note the weakref.t failure that commenting out this code caused.
31135              Pesky waterbeds.
31136      Branch: perl
31137            ! op.c
31138 ____________________________________________________________________________
31139 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
31140         Log: Note the cause of another MAD test failure - an explicit abort trap
31141              for saving PL_formfeed is being hit.
31142      Branch: perl
31143            ! scope.c
31144 ____________________________________________________________________________
31145 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
31146         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
31147      Branch: perl
31148            ! op.c
31149 ____________________________________________________________________________
31150 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
31151         Log: Make MAD at least compile and link once more. Although it's now failing
31152              6 regression tests.
31153      Branch: perl
31154            ! op.c perly.c
31155 ____________________________________________________________________________
31156 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
31157         Log: Further MAD changes.
31158      Branch: perl
31159            ! perl.c perly.c pp_ctl.c scope.c
31160 ____________________________________________________________________________
31161 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
31162         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
31163              Avoid writing over the input string in the case 'F' in moreswitches.
31164      Branch: perl
31165           !> perl.c
31166 ____________________________________________________________________________
31167 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
31168         Log: The last MAD change to op.c changes the pad offsets of the test that
31169              ext/B/t/f_map.t is using.
31170      Branch: perl
31171            ! ext/B/t/f_map.t op.c
31172 ____________________________________________________________________________
31173 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
31174         Log: Almost all the MAD changes for op.c
31175      Branch: perl
31176            ! embed.fnc embed.h op.c perl.h proto.h
31177 ____________________________________________________________________________
31178 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
31179         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
31180      Branch: perl
31181            ! op.c
31182 ____________________________________________________________________________
31183 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
31184         Log: MAD changes to dump.c
31185      Branch: perl
31186            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
31187 ____________________________________________________________________________
31188 [ 27421] By: steveh                                on 2006/03/08  16:25:23
31189         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
31190              
31191              They only existed for the benefit of old shells that didn't
31192              understand "rmdir /s /q", but since change #27195 effectively
31193              drops support for old shells that don't understand "xcopy /y"
31194              it seems unnecessary now.
31195              
31196              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
31197              it's probably only the Windows 9x shells that lose out.
31198      Branch: perl
31199            ! win32/Makefile win32/makefile.mk
31200 ____________________________________________________________________________
31201 [ 27420] By: steveh                                on 2006/03/08  15:20:28
31202         Log: Sort the ext/ and lib/ tests when running under t/harness
31203              
31204              Unless they are sorted then they are run in the same order in which
31205              they are listed in MANIFEST, which is not always ideal. In particular,
31206              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
31207              which causes some files to be left behind afterwards.
31208              
31209              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
31210              sensible for t/harness to do likewise, rather than relying on the
31211              ordering in MANIFEST.
31212      Branch: perl
31213            ! t/harness
31214 ____________________________________________________________________________
31215 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
31216         Log: Add MAD changes to pad code (new function Perl_pad_peg)
31217      Branch: perl
31218            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
31219 ____________________________________________________________________________
31220 [ 27418] By: steveh                                on 2006/03/08  13:37:28
31221         Log: Adjust Win32 distclean as per changes #27411 and #27417
31222      Branch: perl
31223            ! win32/Makefile win32/makefile.mk
31224 ____________________________________________________________________________
31225 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
31226         Log: "make distclean" fix noticed by Steve Hay
31227      Branch: perl
31228            ! Makefile.SH
31229 ____________________________________________________________________________
31230 [ 27416] By: steveh                                on 2006/03/08  12:15:04
31231         Log: Cleanup Archive-Tar temporary test files
31232              
31233              I've done this twice before already (changes #25043 and #26785),
31234              but it keeps getting accidentally removed. Third time lucky?
31235      Branch: perl
31236            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
31237 ____________________________________________________________________________
31238 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
31239         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
31240              From: Stephen McCamant <smcc@mit.edu>
31241              Date: Tue, 7 Mar 2006 20:00:30 -0800
31242              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
31243      Branch: perl
31244            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
31245 ____________________________________________________________________________
31246 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
31247         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
31248              From: andy@petdance.com (Andy Lester)
31249              Date: Wed, 8 Mar 2006 00:45:29 -0600
31250              Message-ID: <20060308064529.GA16499@petdance.com>
31251      Branch: perl
31252            ! pp_hot.c
31253 ____________________________________________________________________________
31254 [ 27413] By: steveh                                on 2006/03/08  09:36:50
31255         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
31256              (Fixes Win32 linker error introduced by change #27408)
31257      Branch: perl
31258            ! makedef.pl
31259 ____________________________________________________________________________
31260 [ 27412] By: steveh                                on 2006/03/08  08:42:44
31261         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
31262      Branch: perl
31263            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31264            ! win32/config_H.vc64
31265 ____________________________________________________________________________
31266 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
31267         Log: "make distclean" adjustments for the new Compress modules
31268      Branch: perl
31269            ! Makefile.SH
31270 ____________________________________________________________________________
31271 [ 27410] By: merijn                                on 2006/03/08  08:10:25
31272         Log: Backport #27407
31273              Add a Configure question for mad (Misc Attribute Decoration - Larry's
31274              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
31275      Branch: perl
31276            ! Configure Porting/Glossary config_h.SH
31277 ____________________________________________________________________________
31278 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
31279         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
31280              and default definitions for the 2 variables. (Which will save a lot of
31281              conditional complilation, by instead letting the C compiler optimiser
31282              remove dead code.)
31283      Branch: perl
31284            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
31285 ____________________________________________________________________________
31286 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
31287         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
31288              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
31289      Branch: perl
31290            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
31291            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
31292            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
31293            ! win32/config.bc win32/config.gc win32/config.vc
31294            ! win32/config.vc64 wince/config.ce
31295 ____________________________________________________________________________
31296 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
31297         Log: Two more TODOs for those with C knowledge.
31298      Branch: perl
31299            ! pod/perltodo.pod
31300 ____________________________________________________________________________
31301 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
31302         Log: Remove the #define - ARENASETS are always on now.
31303      Branch: perl
31304            ! perl.h sv.c
31305 ____________________________________________________________________________
31306 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
31307         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
31308              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
31309      Branch: perl
31310            ! pod/perltodo.pod
31311 ____________________________________________________________________________
31312 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
31313         Log: This looks like a memory leak.
31314      Branch: perl
31315            ! op.c
31316 ____________________________________________________________________________
31317 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
31318         Log: $[ = 2 should not warn.
31319      Branch: perl
31320            ! op.c t/lib/warnings/op
31321 ____________________________________________________________________________
31322 [ 27401] By: steveh                                on 2006/03/07  14:58:20
31323         Log: Fix lib/Module/Build/t/compat.t
31324              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
31325      Branch: perl
31326            ! lib/Module/Build/t/compat.t
31327 ____________________________________________________________________________
31328 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
31329         Log: Make report on bad filenames easier to read
31330      Branch: perl
31331            ! Porting/check83.pl
31332 ____________________________________________________________________________
31333 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
31334         Log: FAQ sync. (FAQ now moved to svn)
31335      Branch: perl
31336            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31337            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31338            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31339            ! pod/perlfaq9.pod
31340 ____________________________________________________________________________
31341 [ 27398] By: stevep                                on 2006/03/07  04:48:29
31342         Log: Upgrade to PathTools-3.17
31343      Branch: perl
31344            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
31345 ____________________________________________________________________________
31346 [ 27397] By: stevep                                on 2006/03/06  23:31:21
31347         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
31348              From: Paul Johnson <paul@pjcj.net>
31349              Date: Tue, 28 Feb 2006 20:17:31 +0100
31350              Message-ID: <20060228191731.GD20933@pjcj.net>
31351      Branch: perl
31352            ! op.c
31353 ____________________________________________________________________________
31354 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
31355         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
31356              value as we're probably hunting memory leaks then
31357      Branch: perl
31358            ! perl.c
31359 ____________________________________________________________________________
31360 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
31361         Log: Update David Dyck's e-mail address.
31362      Branch: perl
31363            ! AUTHORS Porting/checkAUTHORS.pl
31364 ____________________________________________________________________________
31365 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
31366         Log: Add all new utilities in the perlutil man page.
31367              Includes lots of work by Zsban Ambrus.
31368      Branch: perl
31369            ! pod/perlutil.pod
31370 ____________________________________________________________________________
31371 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
31372         Log: Subject: [PATCH] add Module::Build 0.27_08
31373              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31374              Date: Sun, 5 Mar 2006 12:08:30 -0800
31375              Message-ID: <20060305200830.GA2660@efn.org>
31376      Branch: perl
31377            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
31378            + lib/Module/Build/Base.pm lib/Module/Build/Changes
31379            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
31380            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
31381            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
31382            + lib/Module/Build/Platform/Amiga.pm
31383            + lib/Module/Build/Platform/Default.pm
31384            + lib/Module/Build/Platform/EBCDIC.pm
31385            + lib/Module/Build/Platform/MPEiX.pm
31386            + lib/Module/Build/Platform/MacOS.pm
31387            + lib/Module/Build/Platform/RiscOS.pm
31388            + lib/Module/Build/Platform/Unix.pm
31389            + lib/Module/Build/Platform/VMS.pm
31390            + lib/Module/Build/Platform/VOS.pm
31391            + lib/Module/Build/Platform/Windows.pm
31392            + lib/Module/Build/Platform/aix.pm
31393            + lib/Module/Build/Platform/cygwin.pm
31394            + lib/Module/Build/Platform/darwin.pm
31395            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
31396            + lib/Module/Build/scripts/config_data
31397            + lib/Module/Build/t/basic.t
31398            + lib/Module/Build/t/bundled/Tie/CPHash.pm
31399            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
31400            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
31401            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
31402            + lib/Module/Build/t/lib/DistGen.pm
31403            + lib/Module/Build/t/lib/MBTest.pm
31404            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
31405            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
31406            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
31407            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
31408            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
31409            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
31410            + lib/Module/Build/t/xs.t utils/config_data.PL
31411            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
31412            ! utils.lst utils/Makefile vms/descrip_mms.template
31413            ! win32/Makefile win32/makefile.mk
31414 ____________________________________________________________________________
31415 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
31416         Log: Upgrade to Archive::Tar 1.29
31417      Branch: perl
31418            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
31419            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
31420 ____________________________________________________________________________
31421 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
31422         Log: Add and remove files forgotten in change #27384
31423      Branch: perl
31424            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
31425            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
31426            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
31427            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
31428            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
31429            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
31430            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
31431            - (delete 110 files)
31432            ! MANIFEST
31433 ____________________________________________________________________________
31434 [ 27386] By: craigb                                on 2006/03/06  03:42:19
31435         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
31436              From: Peter Prymmer <PPrymmer@factset.com>
31437              Date: Sun, 05 Mar 2006 20:30:09 -0500
31438              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
31439      Branch: perl
31440            ! configure.com vms/gen_shrfls.pl
31441 ____________________________________________________________________________
31442 [ 27385] By: craigb                                on 2006/03/06  03:26:39
31443         Log: Subject: Re: threads and VMS
31444              From: "John E. Malmberg" <wb8tyw@qsl.net>
31445              Date: Sun, 05 Mar 2006 00:32:27 -0500
31446              Message-id: <440A77EB.2030205@qsl.net>
31447      Branch: perl
31448            ! vms/vms.c
31449 ____________________________________________________________________________
31450 [ 27384] By: stevep                                on 2006/03/06  02:06:04
31451         Log: Subject: [PATCH] Compress::Zlib
31452              From: "Paul Marquess" <paul.marquess@ntlworld.com>
31453              Date: Fri, 3 Mar 2006 10:25:48 -0000
31454              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
31455      Branch: perl
31456            + (add 129 files)
31457            ! MANIFEST ext/Compress/Zlib/Changes
31458            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
31459            ! ext/Compress/Zlib/examples/filtdef
31460            ! ext/Compress/Zlib/examples/filtinf
31461            ! ext/Compress/Zlib/examples/gzcat
31462            ! ext/Compress/Zlib/examples/gzgrep
31463            ! ext/Compress/Zlib/examples/gzstream
31464            ! ext/Compress/Zlib/t/01version.t
31465            ! ext/Compress/Zlib/t/03zlib-v1.t
31466            ! ext/Compress/Zlib/t/05examples.t
31467            ! ext/Compress/Zlib/t/06gzsetp.t
31468            ! ext/Compress/Zlib/t/08encoding.t
31469            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
31470            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
31471            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
31472            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
31473            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
31474            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
31475            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
31476 ____________________________________________________________________________
31477 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
31478         Log: Change 27380 (HEK into the IV union failed to convert the code in the
31479              non-gcc-debugging ifdef. Whoops. Very lax of me)
31480      Branch: perl
31481            ! gv.h
31482 ____________________________________________________________________________
31483 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
31484         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
31485              to simplify GV initialisation.
31486      Branch: perl
31487            ! gv.c gv.h sv.c
31488 ____________________________________________________________________________
31489 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
31490         Log: Change hv_name_set to take U32 length and flags parameters.
31491      Branch: perl
31492            ! embed.fnc hv.c proto.h
31493 ____________________________________________________________________________
31494 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
31495         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
31496              smaller.
31497      Branch: perl
31498            ! av.h cv.h gv.c gv.h hv.h sv.h
31499 ____________________________________________________________________________
31500 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
31501         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
31502              Saves 1 word in each GV (no more strlen), and will also save the memory
31503              used by the string itself, as the HEK will exist already due to the
31504              key used by the symbol table for this GV.
31505      Branch: perl
31506            ! gv.c gv.h sv.c sv.h
31507 ____________________________________________________________________________
31508 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
31509         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
31510      Branch: perl
31511            ! perl.h
31512 ____________________________________________________________________________
31513 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
31514         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
31515      Branch: perl
31516            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
31517 ____________________________________________________________________________
31518 [ 27376] By: craigb                                on 2006/03/05  00:03:31
31519         Log: Subject: Re: threads and VMS
31520              From: "John E. Malmberg" <wb8tyw@qsl.net>
31521              Date: Sat, 04 Mar 2006 18:29:22 -0500
31522              Message-id: <440A22D2.30009@qsl.net>
31523      Branch: perl
31524            ! doio.c
31525 ____________________________________________________________________________
31526 [ 27375] By: merijn                                on 2006/03/04  06:48:13
31527         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
31528              From: "John E. Malmberg" <wb8tyw@qsl.net>
31529              Date: Sat, 04 Mar 2006 00:36:03 -0500
31530              Message-ID: <44092743.4030607@qsl.net>
31531      Branch: perl
31532            ! vms/vms.c
31533 ____________________________________________________________________________
31534 [ 27374] By: merijn                                on 2006/03/04  06:44:10
31535         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
31536              From: Abe Timmerman <abe@ztreet.demon.nl>
31537              Date: Fri, 3 Mar 2006 22:56:47 +0100
31538              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
31539      Branch: perl
31540            ! Porting/checkcfgvar.pl configure.com
31541 ____________________________________________________________________________
31542 [ 27373] By: stevep                                on 2006/03/03  18:40:22
31543         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
31544              'undef'.
31545      Branch: perl
31546            ! configure.com
31547 ____________________________________________________________________________
31548 [ 27372] By: stevep                                on 2006/03/03  18:34:18
31549         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
31550              HAS_BUILTIN_EXPECT.
31551      Branch: perl
31552            ! win32/config.bc win32/config.gc win32/config.vc
31553            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31554            ! win32/config_H.vc win32/config_H.vc64
31555 ____________________________________________________________________________
31556 [ 27371] By: stevep                                on 2006/03/03  17:49:01
31557         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
31558              From: Abe Timmerman <abe@ztreet.demon.nl>
31559              Date: Fri, 3 Mar 2006 18:43:24 +0100
31560              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
31561      Branch: perl
31562            ! Porting/checkcfgvar.pl
31563 ____________________________________________________________________________
31564 [ 27370] By: merijn                                on 2006/03/03  16:40:57
31565         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
31566              From: Andy Lester <andy@petdance.com>
31567              Date: Wed, 28 Dec 2005 15:34:08 -0600
31568              Message-ID: <20051228213408.GB26033@petdance.com>
31569      Branch: perl
31570            ! Configure Porting/Glossary config_h.SH perl.h
31571 ____________________________________________________________________________
31572 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
31573         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
31574              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31575              Date: Thu, 02 Mar 2006 20:21:26 +0200
31576              Message-ID: <440737A6.4060606@gmail.com>
31577      Branch: perl
31578            ! t/lib/Devel/switchd.pm t/run/switchd.t
31579 ____________________________________________________________________________
31580 [ 27367] By: merijn                                on 2006/03/03  07:35:51
31581         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
31582      Branch: perl
31583            ! Configure
31584 ____________________________________________________________________________
31585 [ 27365] By: stevep                                on 2006/03/03  00:18:40
31586         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
31587              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31588              Date: Thu, 02 Mar 2006 22:46:14 +0200
31589              Message-ID: <44075996.1000002@gmail.com>
31590      Branch: perl
31591            ! ext/Data/Dumper/t/bugs.t
31592 ____________________________________________________________________________
31593 [ 27364] By: merijn                                on 2006/03/02  20:14:50
31594         Log: Taint handling for runperl:
31595              - better taint detection (switch -T in command)
31596              - $ENV{PATH} stripping of writeable directories on unix/linux
31597      Branch: perl
31598            ! t/test.pl
31599 ____________________________________________________________________________
31600 [ 27363] By: merijn                                on 2006/03/02  20:07:51
31601         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
31602              Date: Tue, 31 Jan 2006 09:50:32 -0800
31603              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
31604      Branch: perl
31605            ! Configure utils/h2ph.PL
31606 ____________________________________________________________________________
31607 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
31608         Log: Subject: [PATCH] mgvtbl initialization
31609              From: andy@petdance.com (Andy Lester)
31610              Date: Wed, 1 Mar 2006 22:52:20 -0600
31611              Message-ID: <20060302045220.GA15985@petdance.com>
31612      Branch: perl
31613            ! perl.h
31614 ____________________________________________________________________________
31615 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
31616         Log: Subject: [PATCH] Non-null optimizations
31617              From: andy@petdance.com (Andy Lester)
31618              Date: Wed, 1 Mar 2006 22:13:45 -0600
31619              Message-ID: <20060302041345.GA13731@petdance.com>
31620      Branch: perl
31621            ! embed.fnc pod/perlapi.pod proto.h sv.c
31622 ____________________________________________________________________________
31623 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
31624         Log: Don't put strings with embedded NULs in the environment.
31625              This makes things like -d:Foo=bar work again.
31626      Branch: perl
31627            ! perl.c
31628 ____________________________________________________________________________
31629 [ 27358] By: stevep                                on 2006/03/01  20:15:27
31630         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
31631      Branch: perl
31632            ! lib/Locale/Maketext/TPJ13.pod
31633 ____________________________________________________________________________
31634 [ 27357] By: stevep                                on 2006/03/01  16:53:49
31635         Log: Upgrade to podlators-2.04
31636      Branch: perl
31637            + lib/Pod/t/filehandle.t
31638            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
31639 ____________________________________________________________________________
31640 [ 27356] By: stevep                                on 2006/03/01  16:29:37
31641         Log: Upgrade to assertions-0.03
31642      Branch: perl
31643            ! lib/assertions.pm lib/assertions/activate.pm
31644            ! lib/assertions/compat.pm t/comp/assertions.t
31645            ! t/comp/asstcompat.t
31646 ____________________________________________________________________________
31647 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
31648         Log: Subject: [PATCH] a buglet in fakesdio.h
31649              From: Anton Berezin <tobez@tobez.org>
31650              Date: Wed, 1 Mar 2006 16:56:13 +0100
31651              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
31652      Branch: perl
31653            ! fakesdio.h
31654 ____________________________________________________________________________
31655 [ 27354] By: stevep                                on 2006/03/01  16:08:17
31656         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
31657              unintegrated changes.
31658      Branch: perl
31659            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
31660 ____________________________________________________________________________
31661 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
31662         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
31663              From: "Joshua ben Jore" <twists@gmail.com>
31664              Date: Wed, 1 Mar 2006 01:14:14 -0600
31665              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
31666      Branch: perl
31667            ! ext/B/B/Lint.pm ext/B/t/lint.t
31668 ____________________________________________________________________________
31669 [ 27352] By: steveh                                on 2006/02/28  12:51:55
31670         Log: Silence another VC++ warning
31671              (signed/unsigned mismatch)
31672      Branch: perl
31673            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
31674 ____________________________________________________________________________
31675 [ 27351] By: steveh                                on 2006/02/28  12:40:06
31676         Log: Silence a VC++ warning with DEBUGGING builds
31677              (signed/unsigned mismatch)
31678      Branch: perl
31679            ! sv.c
31680 ____________________________________________________________________________
31681 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
31682         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
31683              the "Bizarre copy" failure case.
31684      Branch: perl
31685            ! sv.c
31686 ____________________________________________________________________________
31687 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
31688         Log: Subject: [PATCH] Removed a redundant o->op_type
31689              From: andy@petdance.com (Andy Lester)
31690              Message-ID: <20060227202043.GA7783@petdance.com>
31691              Date: Mon, 27 Feb 2006 14:20:43 -0600
31692      Branch: perl
31693            ! op.c
31694 ____________________________________________________________________________
31695 [ 27348] By: steveh                                on 2006/02/27  17:48:55
31696         Log: Silence a GCC warning
31697              (assignment from incompatible pointer type)
31698      Branch: perl
31699            ! sv.h
31700 ____________________________________________________________________________
31701 [ 27347] By: steveh                                on 2006/02/27  17:24:37
31702         Log: Silence a VC++ warning
31703              (conversion from 'long ' to 'char ', possible loss of data)
31704      Branch: perl
31705            ! sv.c
31706 ____________________________________________________________________________
31707 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
31708         Log: Upgrade to CPAN 1.87
31709      Branch: perl
31710            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
31711            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
31712 ____________________________________________________________________________
31713 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
31714         Log: Move all the de-tainting logic for runperl into test.pl.
31715      Branch: perl
31716            ! t/op/utftaint.t t/test.pl
31717 ____________________________________________________________________________
31718 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
31719         Log: Subject: [PATCH] fix up gv.c and gv.h
31720              From: andy@petdance.com (Andy Lester)
31721              Date: Sat, 25 Feb 2006 20:52:16 -0600
31722              Message-ID: <20060226025216.GA12758@petdance.com>
31723      Branch: perl
31724            ! gv.h
31725 ____________________________________________________________________________
31726 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
31727         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
31728              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
31729              Date: Sun, 26 Feb 2006 20:47:21 +0100
31730              Message-ID: <20060226204721.00be2bff@r2d2>
31731      Branch: perl
31732            ! miniperlmain.c
31733 ____________________________________________________________________________
31734 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
31735         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
31736              From: Salvador Fandino <sfandino@yahoo.com>
31737              Date: Sat, 25 Feb 2006 11:14:20 +0100
31738              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
31739      Branch: perl
31740            ! lib/dumpvar.pl
31741 ____________________________________________________________________________
31742 [ 27341] By: steveh                                on 2006/02/27  14:39:46
31743         Log: Fix op/utftaint.t on Win32 following change #27248
31744              (Don't remove PATH completely because it'll break on Unix if you
31745              have . in the PATH)
31746      Branch: perl
31747            ! t/op/utftaint.t
31748 ____________________________________________________________________________
31749 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
31750         Log: There is now the potential for an upgrade from something without an
31751              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
31752              this correctly.
31753      Branch: perl
31754            ! sv.c
31755 ____________________________________________________________________________
31756 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
31757         Log: ptr_table_find() is only defined with ithreads
31758      Branch: perl
31759            ! embed.fnc embed.h proto.h sv.c
31760 ____________________________________________________________________________
31761 [ 27338] By: merijn                                on 2006/02/27  13:28:04
31762         Log: Workaround for initialization errors on HP's pre-compiler
31763              Do not ask me to explain. This re-definition works on AIX
31764              and HP-UX. Let's await the smokes.
31765      Branch: perl
31766            ! sv.c
31767 ____________________________________________________________________________
31768 [ 27337] By: steveh                                on 2006/02/27  12:21:14
31769         Log: Fix code-before-declaration error (under VC++) from change #27334
31770      Branch: perl
31771            ! perlio.c
31772 ____________________________________________________________________________
31773 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
31774         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
31775              SvPV acting as a prototype placeholder to a full typeglob.
31776      Branch: perl
31777            ! gv.c
31778 ____________________________________________________________________________
31779 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
31780         Log: Subject: Testing hash key stringification
31781              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
31782              Date: Sun, 26 Feb 2006 23:30:01 +0100
31783              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
31784      Branch: perl
31785            ! t/op/hashassign.t
31786 ____________________________________________________________________________
31787 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
31788         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
31789              From: andy@petdance.com (Andy Lester)
31790              Date: Fri, 24 Feb 2006 14:54:35 -0600
31791              Message-ID: <20060224205434.GA17867@petdance.com>
31792      Branch: perl
31793            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
31794            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
31795            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
31796            ! sv.h toke.c
31797 ____________________________________________________________________________
31798 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
31799         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
31800              From: Dominic Dunlop <shouldbedomo@mac.com>
31801              Date: Fri, 24 Feb 2006 17:22:54 +0100
31802              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
31803      Branch: perl
31804            ! README.macosx hints/darwin.sh
31805 ____________________________________________________________________________
31806 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
31807         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
31808              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
31809              Date: Sat, 25 Feb 2006 05:11:03 -0800
31810              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
31811      Branch: perl
31812            ! pod/perlfunc.pod
31813 ____________________________________________________________________________
31814 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
31815         Log: Fix argument grouping for some macros
31816      Branch: perl
31817            ! gv.h
31818 ____________________________________________________________________________
31819 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
31820         Log: GvFLAGS can be overlaid with SvCUR.
31821      Branch: perl
31822            ! gv.h sv.h
31823 ____________________________________________________________________________
31824 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
31825         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
31826              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31827              Date: Sat, 25 Feb 2006 18:16:45 +0900
31828              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
31829      Branch: perl
31830            ! pp.c t/op/lc.t
31831 ____________________________________________________________________________
31832 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
31833         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
31834              Assert that GVs do not access SvCUR or SvLEN.
31835      Branch: perl
31836            ! gv.h sv.h
31837 ____________________________________________________________________________
31838 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
31839         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
31840              both sides of an assignment using GvASSIGN_GENERATION() and
31841              GvASSIGN_GENERATION_set().
31842      Branch: perl
31843            ! gv.h op.c
31844 ____________________________________________________________________________
31845 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
31846         Log: xgv_stash can be stored as a union with the NV, reducing the size of
31847              PVGVs by another pointer.
31848      Branch: perl
31849            ! av.h cv.h gv.h hv.h sv.h
31850 ____________________________________________________________________________
31851 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
31852         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
31853              typeglobs.
31854      Branch: perl
31855            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
31856 ____________________________________________________________________________
31857 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
31858         Log: Amazingly, it seems that none of the other GV specific macros are
31859              accessed unless the GV thinks that it is a GV.
31860      Branch: perl
31861            ! gv.h sv.c
31862 ____________________________________________________________________________
31863 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
31864         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
31865              this avoids 1 pointer dereference and the associated risk of a CPU
31866              cache miss. Although this patch looks deceptively small, I fear its
31867              CBV(*) might be rather high.
31868              (* Crack By Volume)
31869      Branch: perl
31870            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
31871            ! sv.h
31872 ____________________________________________________________________________
31873 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
31874         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
31875              Perl_save_scalar.
31876      Branch: perl
31877            ! scope.c
31878 ____________________________________________________________________________
31879 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
31880         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
31881              to store the GvGP.
31882      Branch: perl
31883            ! scope.c
31884 ____________________________________________________________________________
31885 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
31886         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
31887              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
31888              this GV happened to have the last reference. Why should this GV care if
31889              it had the last reference? So always set it to 0. It's free. Gone.
31890      Branch: perl
31891            ! gv.c
31892 ____________________________________________________________________________
31893 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
31894         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
31895      Branch: perl
31896            ! sv.c sv.h
31897 ____________________________________________________________________________
31898 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
31899         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
31900              pad.
31901      Branch: perl
31902            ! pad.c sv.c sv.h
31903 ____________________________________________________________________________
31904 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
31905         Log: Store the stash for our in the magic slot. This will allow us to use
31906              PVMGs in pad names where previously PVGVs were used. In turn, this
31907              gives much greater flexibility for the layout of PVGVs.
31908      Branch: perl
31909            ! av.h cv.h hv.h pad.c sv.c sv.h
31910 ____________________________________________________________________________
31911 [ 27311] By: stevep                                on 2006/02/24  13:55:23
31912         Log: Upgrade to CPAN-1.86
31913      Branch: perl
31914            ! lib/CPAN.pm lib/CPAN/SIGNATURE
31915 ____________________________________________________________________________
31916 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
31917         Log: Skip unportable test on VMS
31918      Branch: perl
31919            ! t/comp/opsubs.t
31920 ____________________________________________________________________________
31921 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
31922         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
31923      Branch: perl
31924            ! gv.h
31925 ____________________________________________________________________________
31926 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
31927         Log: Replace usage of GvSTASH for storing the stash of C<our> with
31928              OURSTASH. Set the stash with OURSTASH_SET.
31929      Branch: perl
31930            ! pad.c pad.h sv.h
31931 ____________________________________________________________________________
31932 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
31933         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
31934      Branch: perl
31935            ! sv.h
31936 ____________________________________________________________________________
31937 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
31938         Log: Redo previous sv.h change.
31939      Branch: perl
31940            ! sv.h
31941 ____________________________________________________________________________
31942 [ 27301] By: stevep                                on 2006/02/24  10:54:14
31943         Log: Subject: [PATCH] Perl_save_aelem can't be const
31944              From: Andy Lester <andy@petdance.com>
31945              Date: Thu, 23 Feb 2006 22:53:40 -0600
31946              Message-ID: <20060224045340.GA6318@petdance.com>
31947      Branch: perl
31948            ! embed.fnc proto.h scope.c
31949 ____________________________________________________________________________
31950 [ 27300] By: stevep                                on 2006/02/24  10:41:53
31951         Log: Subject: [PATCH] unused context warnings
31952              From: andy@petdance.com (Andy Lester)
31953              Date: Tue, 21 Feb 2006 00:27:11 -0600
31954              Message-ID: <20060221062711.GA16160@petdance.com>
31955      Branch: perl
31956            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
31957            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
31958            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
31959 ____________________________________________________________________________
31960 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
31961         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
31962              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
31963      Branch: perl
31964            ! pad.h
31965 ____________________________________________________________________________
31966 [ 27296] By: stevep                                on 2006/02/24  02:56:02
31967         Log: Revert change #27295, which I thought fixed builds on Win32.
31968              Instead remove &PL_vtbl_glob from globvar.sym.
31969      Branch: perl
31970            ! XSUB.h globvar.sym
31971 ____________________________________________________________________________
31972 [ 27295] By: stevep                                on 2006/02/24  02:02:14
31973         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
31974      Branch: perl
31975            ! XSUB.h
31976 ____________________________________________________________________________
31977 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
31978         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
31979              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
31980              away the flags bits acutally used to store this information.
31981      Branch: perl
31982            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
31983 ____________________________________________________________________________
31984 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
31985         Log: Document a sixth use for SVf_FAKE
31986      Branch: perl
31987            ! sv.h
31988 ____________________________________________________________________________
31989 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
31990         Log: We have sufficient spare bits to store the SV type in body_details,
31991              so add a small sanity check to ensure that we have the array in the
31992              correct order.
31993      Branch: perl
31994            ! sv.c
31995 ____________________________________________________________________________
31996 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
31997         Log: Shrink struct body_details and hence sv.o slightly further by using
31998              bitfields.
31999      Branch: perl
32000            ! sv.c
32001 ____________________________________________________________________________
32002 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
32003         Log: Using U8 rather than size type shrinks the body_details table.
32004      Branch: perl
32005            ! sv.c
32006 ____________________________________________________________________________
32007 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
32008         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
32009              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
32010              valid GvGP().
32011      Branch: perl
32012            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
32013            ! sv.c util.c
32014 ____________________________________________________________________________
32015 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
32016         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
32017              bad and wrong.
32018      Branch: perl
32019            ! xsutils.c
32020 ____________________________________________________________________________
32021 [ 27287] By: stevep                                on 2006/02/23  17:42:09
32022         Log: Add test for RT #2166: foreach spuriously autovivifies
32023      Branch: perl
32024            ! t/cmd/for.t
32025 ____________________________________________________________________________
32026 [ 27286] By: stevep                                on 2006/02/23  16:24:19
32027         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
32028              RT #1716 - search position reset after 'local' save/restore
32029      Branch: perl
32030            ! t/op/pos.t
32031 ____________________________________________________________________________
32032 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
32033         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
32034              From: "Jan Dubois" <jand@ActiveState.com>
32035              Date: Tue, 21 Feb 2006 12:36:31 -0800
32036              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
32037      Branch: perl
32038            ! win32/win32.c
32039 ____________________________________________________________________________
32040 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
32041         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
32042      Branch: perl
32043            ! sv.c
32044 ____________________________________________________________________________
32045 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
32046         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
32047              this one for us).
32048      Branch: perl
32049            ! sv.c
32050 ____________________________________________________________________________
32051 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
32052         Log: Remove get magic from typeglobs. This means that PVGVs holding
32053              typeglobs never need to use SvPVX. This comes at price - typeglobs
32054              were using magic get for their stringificiation, and to pass SvOK(),
32055              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
32056              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
32057              SVp_POK, and teach sv_2[inpu]v how to convert globs.
32058              However, it should free up SvPVX for the next part of the plan to
32059              pointer indirections, and therefore CPU cache pressure.
32060      Branch: perl
32061            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
32062            ! proto.h sv.c sv.h
32063 ____________________________________________________________________________
32064 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
32065         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
32066      Branch: perl
32067            ! sv.c
32068 ____________________________________________________________________________
32069 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
32070         Log: Fix typos and a missing bracket.
32071      Branch: perl
32072            ! pp.c t/op/studytied.t
32073 ____________________________________________________________________________
32074 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
32075         Log: Avoid C<study>ing any strings that might change underneath us, such
32076              as tied scalars and scalars with overloaded stringification.
32077      Branch: perl
32078            ! pp.c t/op/studytied.t
32079 ____________________________________________________________________________
32080 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
32081         Log: Mark some new study tests as TODO
32082      Branch: perl
32083            ! t/op/studytied.t
32084 ____________________________________________________________________________
32085 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
32086         Log: Add a test for study() on tied scalars, by Andy Lester after
32087              Rick Delaney
32088      Branch: perl
32089            + t/op/studytied.t
32090            ! MANIFEST
32091 ____________________________________________________________________________
32092 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
32093         Log: Turn on match string copying when /e flag is set on a substitution.
32094              
32095              Subject: [PATCH] dodge a valgrind error (for maint or blead)
32096              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
32097              Date: Feb 22, 2006 8:16 PM
32098              Message-ID: <43FCB896.7060106@gmail.com>
32099      Branch: perl
32100            ! pp_hot.c
32101 ____________________________________________________________________________
32102 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
32103         Log: sv_dump should report the PV for PVGVs, as it can get set.
32104              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
32105      Branch: perl
32106            ! dump.c ext/Devel/Peek/t/Peek.t
32107 ____________________________________________________________________________
32108 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
32109         Log: Test warnings for converting globs to other forms.
32110      Branch: perl
32111            ! t/op/gv.t
32112 ____________________________________________________________________________
32113 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
32114         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
32115              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
32116              test case from Marcus Holland-Moritz.
32117      Branch: perl
32118            ! sv.c t/op/threads.t
32119 ____________________________________________________________________________
32120 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
32121         Log: Can merge the two arms of Perl_magic_getglob to save space.
32122      Branch: perl
32123            ! mg.c
32124 ____________________________________________________________________________
32125 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
32126         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
32127              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
32128              and might also help on other architectures (eg with 8 contiguous bits,
32129              the SvOK() test on ARM won't need an intermediate constant).
32130      Branch: perl
32131            ! sv.h
32132 ____________________________________________________________________________
32133 [ 27263] By: stevep                                on 2006/02/21  18:44:21
32134         Log: Additional hints needed to build threaded Perls on NetBSD.
32135      Branch: perl
32136            ! hints/netbsd.sh
32137 ____________________________________________________________________________
32138 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
32139         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
32140      Branch: perl
32141            ! sv.c
32142 ____________________________________________________________________________
32143 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
32144         Log: Teach B about CVf_ISXSUB
32145      Branch: perl
32146            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
32147 ____________________________________________________________________________
32148 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
32149         Log: Goodbye PERL_XSUB_OLDSTYLE.
32150      Branch: perl
32151            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
32152            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
32153 ____________________________________________________________________________
32154 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
32155         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
32156              that we can see where we're already double-booked.
32157      Branch: perl
32158            ! sv.h
32159 ____________________________________________________________________________
32160 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
32161         Log: Document the many uses of SVf_FAKE.
32162      Branch: perl
32163            ! sv.h
32164 ____________________________________________________________________________
32165 [ 27257] By: stevep                                on 2006/02/21  15:18:58
32166         Log: Add tests for the previously untested Hash::Util::all_keys().
32167      Branch: perl
32168            ! ext/Hash/Util/t/Util.t
32169 ____________________________________________________________________________
32170 [ 27256] By: stevep                                on 2006/02/21  00:43:43
32171         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
32172              warnings.
32173      Branch: perl
32174            ! lib/ExtUtils/MM_Unix.pm
32175 ____________________________________________________________________________
32176 [ 27255] By: stevep                                on 2006/02/21  00:40:23
32177         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
32178              From: "Joshua ben Jore" <twists@gmail.com>
32179              Date: Sun, 19 Feb 2006 02:58:10 -0600
32180              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
32181      Branch: perl
32182            ! AUTHORS lib/CGI.pm
32183 ____________________________________________________________________________
32184 [ 27254] By: stevep                                on 2006/02/21  00:02:46
32185         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
32186              From: "Joshua ben Jore" <twists@gmail.com>
32187              Date: Mon, 20 Feb 2006 09:50:15 -0600
32188              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
32189              
32190              Includes changes to increment test count in ext/B/t/concise-xs.t and
32191              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
32192              avoid the warning.
32193      Branch: perl
32194            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
32195 ____________________________________________________________________________
32196 [ 27252] By: stevep                                on 2006/02/20  23:01:41
32197         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
32198              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32199              Date: Mon, 20 Feb 2006 11:09:33 -0800
32200              Message-ID: <20060220190933.GA1316@efn.org>
32201      Branch: perl
32202            ! t/op/magic.t
32203 ____________________________________________________________________________
32204 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
32205         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
32206              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
32207              the number of genuine SV types, unclouded by implementation details.
32208      Branch: perl
32209            ! intrpvar.h sv.c sv.h
32210 ____________________________________________________________________________
32211 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
32212         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
32213              From: Dominic Dunlop <shouldbedomo@mac.com>
32214              Date: Feb 20, 2006 1:46 PM
32215              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
32216      Branch: perl
32217            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
32218 ____________________________________________________________________________
32219 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
32220         Log: PVCVs don't need XNVs either.
32221              (And actually remove xcv_depth)
32222              (And fix the copy lengths in bodies_by_type)
32223      Branch: perl
32224            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
32225 ____________________________________________________________________________
32226 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
32227         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
32228              From: Dominic Dunlop <shouldbedomo@mac.com>
32229              Date: Feb 20, 2006 2:49 PM
32230              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
32231      Branch: perl
32232            ! t/op/utftaint.t
32233 ____________________________________________________________________________
32234 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
32235         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
32236              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
32237              "ish" because it was a long, but has been changed to I32 (along with
32238              the corresponding field in struct block_sub) so as not to enlarge the
32239              IV union on platforms where sizeof(long) > sizeof(IV), or struct
32240              block_sub where sizeof(long) > sizeof(I32)
32241      Branch: perl
32242            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
32243            ! op.c sv.c sv.h
32244 ____________________________________________________________________________
32245 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
32246         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
32247      Branch: perl
32248            ! dump.c
32249 ____________________________________________________________________________
32250 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
32251         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
32252              flag is added to denote whether the PVCV is perl or XSUB.
32253      Branch: perl
32254            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
32255 ____________________________________________________________________________
32256 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
32257         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
32258              both needed.
32259      Branch: perl
32260            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
32261 ____________________________________________________________________________
32262 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
32263         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
32264      Branch: perl
32265            ! lib/ExtUtils/Constant/ProxySubs.pm
32266 ____________________________________________________________________________
32267 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
32268         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
32269              PVCV is perl or XS.
32270      Branch: perl
32271            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
32272            ! pp_hot.c pp_sort.c sv.c
32273 ____________________________________________________________________________
32274 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
32275         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
32276              pre-ANSI C compilers, but pays in code duplication.
32277      Branch: perl
32278            ! cv.h ext/B/B/C.pm
32279 ____________________________________________________________________________
32280 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
32281         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
32282              From: John E. Malmberg <wb8tyw@qsl.net>
32283              Date: Feb 20, 2006 3:43 AM
32284              Message-ID: <43F92CE6.5040704@qsl.net>
32285      Branch: perl
32286            ! doio.c t/io/fs.t vms/vms.c
32287 ____________________________________________________________________________
32288 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
32289         Log: More NullXXX macro removal from Andy Lester
32290      Branch: perl
32291            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
32292            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
32293            ! universal.c util.c
32294 ____________________________________________________________________________
32295 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
32296         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
32297              division" is no longer useful.
32298      Branch: perl
32299            ! pod/perldiag.pod
32300 ____________________________________________________________________________
32301 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
32302         Log: utftaint.t won't be able to run tests with -T if you have
32303              Insecure directory in $ENV{PATH}
32304              so skip them. (Probably this means you have . in your PATH)
32305      Branch: perl
32306            ! t/op/utftaint.t
32307 ____________________________________________________________________________
32308 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
32309         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
32310      Branch: perl
32311            ! pp_ctl.c
32312 ____________________________________________________________________________
32313 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
32314         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
32315              and make other flag bits that are paired in the code adjacent.
32316              Will produce tighter code on ARM; might help on other platforms too.
32317      Branch: perl
32318            ! cv.h ext/Devel/Peek/t/Peek.t
32319 ____________________________________________________________________________
32320 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
32321         Log: Ministry of Truth removes typo in description of Change 26166.
32322              Change 26166 was correct from the start.
32323              Nothing to see. Move along.
32324              We thank Big Brother for raising the chocolate ration to 20g per week.
32325      Branch: perl
32326            ! Changes
32327 ____________________________________________________________________________
32328 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
32329         Log: Shave sizeof(NV) bytes from formats, by using the same offset
32330              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
32331      Branch: perl
32332            ! sv.c sv.h
32333 ____________________________________________________________________________
32334 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
32335         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
32336      Branch: perl
32337            ! sv.h
32338 ____________________________________________________________________________
32339 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
32340         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
32341              used on scalars that don't have the memory allocated. Correct
32342              SvSTASH and SvMAGIC to only evaluate the sv argument once.
32343      Branch: perl
32344            ! sv.h
32345 ____________________________________________________________________________
32346 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
32347         Log: To make arithmetic on tainted dualvars work properly requires that
32348              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
32349      Branch: perl
32350            ! sv.c t/op/taint.t
32351 ____________________________________________________________________________
32352 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
32353         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
32354              code inside the if() test in sv_2pv_flags is dead and can be removed.
32355      Branch: perl
32356            ! sv.c
32357 ____________________________________________________________________________
32358 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
32359         Log: As Anno Siegel points out, mtime/ctime test should be skipped
32360              on OS X on HFS+.
32361      Branch: perl
32362            ! t/op/stat.t
32363 ____________________________________________________________________________
32364 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
32365         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
32366              PL_tainted back on, so defer turning if off as late as possible.
32367              This gets lib/locale.t working once more.
32368      Branch: perl
32369            ! utf8.c
32370 ____________________________________________________________________________
32371 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
32372         Log: Turn of tainting locally inside swash_init(), as the internal
32373              implementation of the regexp engine has nothing to do with user data,
32374              so when and where it happens to call require is agnostic of the current
32375              expression's taintedness.
32376      Branch: perl
32377            ! t/op/utftaint.t utf8.c
32378 ____________________________________________________________________________
32379 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
32380         Log: Assume that if runperl is called under tainting, that the caller really
32381              really wanted to run perl, so brute force untaint everything.
32382      Branch: perl
32383            ! t/test.pl
32384 ____________________________________________________________________________
32385 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
32386         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
32387              tainted() from taint.t to remove the dependency on Scalar::Util.
32388              (So it will now work with miniperl)
32389      Branch: perl
32390            ! t/op/utftaint.t
32391 ____________________________________________________________________________
32392 [ 27218] By: stevep                                on 2006/02/18  12:58:49
32393         Log: Upgrade to Digest-SHA-5.34.
32394      Branch: perl
32395            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
32396            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
32397            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
32398            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
32399            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
32400            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
32401            ! ext/Digest/SHA/t/1-hello-world.t
32402            ! ext/Digest/SHA/t/2-nist-sha-1.t
32403            ! ext/Digest/SHA/t/2-nist-sha-224.t
32404            ! ext/Digest/SHA/t/2-nist-sha-256.t
32405            ! ext/Digest/SHA/t/2-nist-sha-384.t
32406            ! ext/Digest/SHA/t/2-nist-sha-512.t
32407            ! ext/Digest/SHA/t/2-nist-sha-base64.t
32408            ! ext/Digest/SHA/t/2-nist-sha-oo.t
32409            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
32410            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
32411            ! ext/Digest/SHA/t/3-gillogly-easy.t
32412            ! ext/Digest/SHA/t/3-gillogly-hard.t
32413            ! ext/Digest/SHA/t/4-bitstr-increasing.t
32414            ! ext/Digest/SHA/t/4-bitstr-large.t
32415            ! ext/Digest/SHA/t/4-bitstr-random.t
32416            ! ext/Digest/SHA/t/5-hmac-fips198.t
32417            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
32418            ! ext/Digest/SHA/t/5-hmac-sha-256.t
32419            ! ext/Digest/SHA/t/5-hmac-woodbury.t
32420            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
32421 ____________________________________________________________________________
32422 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
32423         Log: Subject: arena-rework : consolidated patch
32424              From: Jim Cromie <jim.cromie@gmail.com>
32425              Message-ID: <43F0F649.9040205@gmail.com>
32426              Date: Mon, 13 Feb 2006 14:12:41 -0700
32427              
32428              Tweaked somewhat to split the arena boolean from the arena_size,
32429              and with the PTE still doubling-up with one of the SV types in the
32430              array.
32431      Branch: perl
32432            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
32433            ! sv.h
32434 ____________________________________________________________________________
32435 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
32436         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
32437              From: Abe Timmerman <abe@ztreet.demon.nl>
32438              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
32439              Date: Fri, 17 Feb 2006 23:58:23 +0100
32440      Branch: perl
32441            ! Makefile.SH
32442 ____________________________________________________________________________
32443 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
32444         Log: The two whitespace changes from
32445              
32446              Subject: arena-rework : consolidated patch
32447              From: Jim Cromie <jim.cromie@gmail.com>
32448              Message-ID: <43F0F649.9040205@gmail.com>
32449              Date: Mon, 13 Feb 2006 14:12:41 -0700
32450      Branch: perl
32451            ! sv.c
32452 ____________________________________________________________________________
32453 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
32454         Log: Don't add -fPIC if already present.
32455              
32456              Subject: [PATCH] 5.8.8: Debian patches
32457              From: "Brendan O'Dea" <bod@debian.org>
32458              Date: Sat, 11 Feb 2006 00:37:15 +1100
32459              Message-ID: <20060210133715.GA6826@londo.c47.org>
32460      Branch: perl
32461            ! hints/linux.sh
32462 ____________________________________________________________________________
32463 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
32464         Log: Fix precedence.
32465              
32466              Subject: [PATCH] 5.8.8: Debian patches
32467              From: "Brendan O'Dea" <bod@debian.org>
32468              Date: Sat, 11 Feb 2006 00:37:15 +1100
32469              Message-ID: <20060210133715.GA6826@londo.c47.org>
32470      Branch: perl
32471            ! lib/Net/NNTP.pm
32472 ____________________________________________________________________________
32473 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
32474         Log: Fix quote typo.
32475              
32476              Subject: [PATCH] 5.8.8: Debian patches
32477              From: "Brendan O'Dea" <bod@debian.org>
32478              Date: Sat, 11 Feb 2006 00:37:15 +1100
32479              Message-ID: <20060210133715.GA6826@londo.c47.org>
32480      Branch: perl
32481            ! utils/c2ph.PL
32482 ____________________________________________________________________________
32483 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
32484         Log: In TODO: make encoding.pm lexical ?
32485      Branch: perl
32486            ! pod/perltodo.pod
32487 ____________________________________________________________________________
32488 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
32489         Log: Subject: [PATCH] cleaning up perly.c
32490              From: andy@petdance.com (Andy Lester)
32491              Date: Sun, 12 Feb 2006 23:04:56 -0600
32492              Message-ID: <20060213050455.GA27993@petdance.com>
32493      Branch: perl
32494            ! perly.c
32495 ____________________________________________________________________________
32496 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
32497         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
32498              From: Robin Houston <robin@cpan.org>
32499              Date: Sun, 27 Nov 2005 00:43:13 +0000
32500              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
32501              
32502              Simplification of the code in my_exit_jump() that unwinds context
32503              stacks
32504      Branch: perl
32505            ! perl.c
32506 ____________________________________________________________________________
32507 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
32508         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
32509              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32510              Date: Mon, 13 Feb 2006 01:39:25 -0800
32511              Message-ID: <20060213093925.GA3476@efn.org>
32512      Branch: perl
32513            ! lib/integer.t pp.c
32514 ____________________________________________________________________________
32515 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
32516         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
32517              From: Andy Dougherty <doughera@lafayette.edu>
32518              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
32519              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
32520      Branch: perl
32521            ! x2p/a2p.h
32522 ____________________________________________________________________________
32523 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
32524         Log: Subject: Problem compiling swigged c++ code with 5.8.8
32525              From: Merijn Broeren <merijnb@iloquent.com>
32526              Date: Wed, 15 Feb 2006 13:51:49 +0100
32527              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
32528      Branch: perl
32529            ! XSUB.h perl.h
32530 ____________________________________________________________________________
32531 [ 27202] By: stevep                                on 2006/02/16  12:54:08
32532         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
32533              fixes not yet integrated.
32534      Branch: perl
32535            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
32536            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
32537            ! lib/CGI/t/html.t
32538 ____________________________________________________________________________
32539 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
32540         Log: Remove lib/Hash directory when doing make distclean
32541      Branch: perl
32542            ! Makefile.SH
32543 ____________________________________________________________________________
32544 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
32545         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
32546              From: "Jan Dubois" <jand@ActiveState.com>
32547              Date: Wed, 15 Feb 2006 17:19:29 -0800
32548              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
32549      Branch: perl
32550            ! win32/win32.c
32551 ____________________________________________________________________________
32552 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
32553         Log: Subject: [patch] t/lib/warnings/pp_sys
32554              From: "Green, Paul" <Paul.Green@stratus.com>
32555              Date: Wed, 15 Feb 2006 11:09:57 -0500
32556              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
32557      Branch: perl
32558            ! t/lib/warnings/pp_sys
32559 ____________________________________________________________________________
32560 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
32561         Log: CPAN::FirstTime can go as well from the untested module list
32562      Branch: perl
32563            ! t/lib/1_compile.t
32564 ____________________________________________________________________________
32565 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
32566         Log: Pod::Plainer is tested, actually (spotted by chromatic)
32567      Branch: perl
32568            ! t/lib/1_compile.t
32569 ____________________________________________________________________________
32570 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
32571         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
32572              From: demerphq <demerphq@gmail.com>
32573              Date: Mon, 13 Feb 2006 09:41:37 +0100
32574              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
32575      Branch: perl
32576            ! win32/Makefile win32/makefile.mk
32577 ____________________________________________________________________________
32578 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
32579         Log: Get perl_fini() running on HP-UX again.
32580              It was effectively disabled by change 24667 since
32581              __ux_version is only available under DCE threads
32582              which isn't used when perl is built on HP-UX 11
32583              and later.
32584      Branch: perl
32585            ! perl.c
32586 ____________________________________________________________________________
32587 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
32588         Log: Fix to run this test in the core
32589      Branch: perl
32590            ! lib/CPAN/t/03pkgs.t
32591 ____________________________________________________________________________
32592 [ 27192] By: stevep                                on 2006/02/15  13:11:06
32593         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
32594              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
32595              Date: Wed, 15 Feb 2006 09:19:56 +0100
32596              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
32597      Branch: perl
32598            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
32599            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
32600            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
32601            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
32602            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
32603            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
32604            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
32605 ____________________________________________________________________________
32606 [ 27190] By: merijn                                on 2006/02/15  09:11:12
32607         Log: Added hints/dragonfly.sh for #27189
32608      Branch: perl
32609            ! MANIFEST
32610 ____________________________________________________________________________
32611 [ 27189] By: merijn                                on 2006/02/15  09:07:43
32612         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
32613              From: Robert Sebastian Gerus <arachnist@gmail.com>
32614              Date: Tue, 14 Feb 2006 17:27:52 +0100
32615              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
32616      Branch: perl
32617            + hints/dragonfly.sh
32618            ! Configure Makefile.SH
32619 ____________________________________________________________________________
32620 [ 27187] By: craigb                                on 2006/02/15  04:32:14
32621         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
32622              From: "John E. Malmberg" <wb8tyw@qsl.net>
32623              Date: Sun, 12 Feb 2006 15:24:58 -0500
32624              Message-id: <43EF999A.1020500@qsl.net>
32625      Branch: perl
32626            ! vms/vms.c vms/vmsish.h
32627 ____________________________________________________________________________
32628 [ 27186] By: stevep                                on 2006/02/15  02:55:13
32629         Log: Version bump to go along with change #27185
32630      Branch: perl
32631            ! lib/Getopt/Long.pm
32632 ____________________________________________________________________________
32633 [ 27185] By: stevep                                on 2006/02/15  02:53:10
32634         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
32635              From: Abigail <abigail@abigail.nl>
32636              Date: Tue, 14 Feb 2006 23:58:07 +0100
32637              Message-ID: <20060214225806.GA4120@abigail.nl>
32638      Branch: perl
32639            ! lib/Getopt/Long.pm
32640 ____________________________________________________________________________
32641 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
32642         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
32643              never felt quite correct, and other parts of the SV conversion
32644              implementation have improved such that the symptoms 10214 covered
32645              over are gone even without it.
32646      Branch: perl
32647            ! mg.c scope.c sv.c
32648 ____________________________________________________________________________
32649 [ 27182] By: stevep                                on 2006/02/14  17:50:06
32650         Log: Upgrade to Time-HiRes-1.87
32651      Branch: perl
32652            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32653            ! ext/Time/HiRes/t/HiRes.t
32654 ____________________________________________________________________________
32655 [ 27181] By: stevep                                on 2006/02/14  17:41:02
32656         Log: Hash::Util tests should check if Hash::Util has been built, not
32657              List::Util (spotted by Rafael).
32658      Branch: perl
32659            ! ext/Hash/Util/t/Util.t
32660 ____________________________________________________________________________
32661 [ 27180] By: stevep                                on 2006/02/14  17:08:08
32662         Log: Subject: [Patch] Enhance Hash::Util
32663              From: demerphq <demerphq@gmail.com>
32664              Date: Mon, 13 Feb 2006 11:39:33 +0100
32665              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
32666      Branch: perl
32667            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
32668            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
32669            + ext/Hash/Util/t/Util.t
32670            - lib/Hash/Util.pm lib/Hash/Util.t
32671            ! MANIFEST win32/Makefile win32/makefile.mk
32672 ____________________________________________________________________________
32673 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
32674         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
32675              
32676              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
32677              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32678              Date: Sun, 12 Feb 2006 09:18:39 -0800
32679              Message-ID: <20060212171839.GA3604@efn.org>
32680              
32681              plus regression tests.
32682      Branch: perl
32683            ! pp.c t/op/ref.t
32684 ____________________________________________________________________________
32685 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
32686         Log: Remove a my_perl that slipped in
32687      Branch: perl
32688            ! perlio.c
32689 ____________________________________________________________________________
32690 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
32691         Log: Subject: [PATCH] Sun Studio lint patches
32692              From: andy@petdance.com (Andy Lester)
32693              Date: Mon, 13 Feb 2006 23:46:17 -0600
32694              Message-ID: <20060214054617.GA8824@petdance.com>
32695      Branch: perl
32696            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
32697            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
32698 ____________________________________________________________________________
32699 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
32700         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
32701              something that already has taint magic.
32702      Branch: perl
32703            ! sv.c
32704 ____________________________________________________________________________
32705 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
32706         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
32707              From: andy@petdance.com (Andy Lester)
32708              Date: Sun, 12 Feb 2006 23:08:48 -0600
32709              Message-ID: <20060213050848.GB27993@petdance.com>
32710      Branch: perl
32711            ! pod/perldiag.pod pod/perlop.pod
32712 ____________________________________________________________________________
32713 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
32714         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
32715              From: Stephen McCamant <smcc@mit.edu>
32716              Date: Wed, 8 Feb 2006 17:48:49 -0800
32717              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
32718      Branch: perl
32719            ! ext/B/B/Deparse.pm
32720 ____________________________________________________________________________
32721 [ 27172] By: steveh                                on 2006/02/13  16:46:14
32722         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
32723              in the log entries, and fix a malformed log entry in Changes5.005
32724      Branch: perl
32725            ! Changes5.005 Porting/checkAUTHORS.pl
32726 ____________________________________________________________________________
32727 [ 27171] By: steveh                                on 2006/02/13  16:03:23
32728         Log: Revert an assert() fix in the light of change #27152
32729              
32730              The MinGW problem described here:
32731              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
32732              was fixed by change #26664. This is no longer relevant in the light of
32733              change #27152, so revert it.
32734              
32735              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
32736              not gone away, however.)
32737      Branch: perl
32738            ! gv.h
32739 ____________________________________________________________________________
32740 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
32741         Log: All the bits of clone_params.flags need to be initialised, not just
32742              CLONEf_JOIN_IN.
32743      Branch: perl
32744            ! ext/threads/threads.xs
32745 ____________________________________________________________________________
32746 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
32747         Log: Fix change 27059 so that it actually works with >16 file descriptors.
32748              With programmers like these, we need Stadler & Waldorf on code review.
32749      Branch: perl
32750            ! perlio.c
32751 ____________________________________________________________________________
32752 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
32753         Log: In perldiag.pod add an entry for the error message that change 27155
32754              introduced.
32755      Branch: perl
32756            ! pod/perldiag.pod
32757 ____________________________________________________________________________
32758 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
32759         Log: Remove SOFT_CAST() as it no longer does anything useful.
32760      Branch: perl
32761            ! perl.h scope.h
32762 ____________________________________________________________________________
32763 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
32764         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
32765      Branch: perl
32766            ! sv.c
32767 ____________________________________________________________________________
32768 [ 27158] By: stevep                                on 2006/02/11  14:16:45
32769         Log: Test to go with change #27155.
32770      Branch: perl
32771            ! lib/integer.t
32772 ____________________________________________________________________________
32773 [ 27155] By: stevep                                on 2006/02/11  06:14:02
32774         Log: Die when integer overflow condition is detected in division under
32775              C<use integer>.  Hopefully fixes RT #38485.
32776      Branch: perl
32777            ! pp.c
32778 ____________________________________________________________________________
32779 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
32780         Log: assert() that we can't reach two unreachable code paths
32781              (in Perl_magic_get and Perl_pp_shift).
32782      Branch: perl
32783            ! mg.c pp.c
32784 ____________________________________________________________________________
32785 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
32786         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
32787              within the passed in hv parameter.
32788      Branch: perl
32789            ! embed.fnc proto.h
32790 ____________________________________________________________________________
32791 [ 27152] By: steveh                                on 2006/02/10  17:46:35
32792         Log: A better fix than 27148
32793              
32794              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
32795              From: Nicholas Clark <nick@ccl4.org>
32796              Date: Fri, 10 Feb 2006 14:58:47 +0000
32797              Message-ID: <20060210145847.GA85020@plum.flirble.org>
32798              
32799              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
32800              From: "Jan Dubois" <jand@ActiveState.com>
32801              Date: Fri, 10 Feb 2006 09:03:41 -0800
32802              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
32803      Branch: perl
32804            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
32805 ____________________________________________________________________________
32806 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
32807         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
32808              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
32809              added by realloc().
32810      Branch: perl
32811            ! util.c
32812 ____________________________________________________________________________
32813 [ 27148] By: steveh                                on 2006/02/10  11:20:23
32814         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
32815      Branch: perl
32816            ! embed.fnc embed.h hv.c proto.h sv.c
32817 ____________________________________________________________________________
32818 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
32819         Log: Change 27136 seems to have inadvertently upset some compilers,
32820              presumably where NULL was defined as 0, not (void *)0
32821      Branch: perl
32822            ! op.c
32823 ____________________________________________________________________________
32824 [ 27140] By: stevep                                on 2006/02/09  18:25:02
32825         Log: Fix breakage in S_set_csh() from change #27136.
32826      Branch: perl
32827            ! toke.c
32828 ____________________________________________________________________________
32829 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
32830         Log: Document incompatible interpretation of chdir FOO.
32831              Ref change 27125.
32832      Branch: perl
32833            ! pod/perl594delta.pod
32834 ____________________________________________________________________________
32835 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
32836         Log: Really regenerate headers
32837      Branch: perl
32838            ! embed.h proto.h
32839 ____________________________________________________________________________
32840 [ 27137] By: stevep                                on 2006/02/09  17:40:02
32841         Log: Regenerated headers for change #27136.
32842      Branch: perl
32843            ! embed.h proto.h
32844 ____________________________________________________________________________
32845 [ 27136] By: stevep                                on 2006/02/09  16:49:32
32846         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
32847              From: Andy Lester <andy@petdance.com>
32848              Date: Thu, 9 Feb 2006 09:40:18 -0600
32849              Message-ID: <20060209154018.GA14610@petdance.com>
32850      Branch: perl
32851            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
32852            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
32853            ! toke.c utf8.c util.c
32854 ____________________________________________________________________________
32855 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
32856         Log: Skip new chdir warning test if fchdir is not available
32857      Branch: perl
32858            ! t/lib/warnings/pp_sys
32859 ____________________________________________________________________________
32860 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
32861         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
32862              $1 etc, as we can perfom a hash lookup on %:: directly.
32863      Branch: perl
32864            ! regcomp.c
32865 ____________________________________________________________________________
32866 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
32867         Log: lastparen in the regexp structure is never initialised, and so will
32868              still be uninitialised after a failed match, yet various points in
32869              mg.c read it come what may. Should fix bug 38461.
32870      Branch: perl
32871            ! regcomp.c
32872 ____________________________________________________________________________
32873 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
32874         Log: Bareword file handles not supported for chown/chmod/utime.
32875      Branch: perl
32876            ! pod/perlfunc.pod
32877 ____________________________________________________________________________
32878 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
32879         Log: Wave hands about encoding::warnings
32880      Branch: perl
32881            ! pod/perltodo.pod
32882 ____________________________________________________________________________
32883 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
32884         Log: Subject: [perl #38464] chdir() on closed handles 
32885              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
32886              Date: Wed, 08 Feb 2006 01:33:54 -0800
32887              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
32888              
32889              Plus a regression test.
32890      Branch: perl
32891            ! pp_sys.c t/lib/warnings/pp_sys
32892 ____________________________________________________________________________
32893 [ 27129] By: stevep                                on 2006/02/08  03:23:27
32894         Log: Subject: [PATCH] Handle unused args
32895              From: andy@petdance.com (Andy Lester)
32896              Date: Tue, 7 Feb 2006 16:36:56 -0600
32897              Message-ID: <20060207223656.GA5177@petdance.com>
32898      Branch: perl
32899            ! doio.c pad.c perl.c pp_sys.c
32900 ____________________________________________________________________________
32901 [ 27128] By: stevep                                on 2006/02/08  03:04:05
32902         Log: Subject: [patch] several broken make *.valgrind targets
32903              From: Jim Cromie <jim.cromie@gmail.com>
32904              Date: Tue, 07 Feb 2006 15:11:54 -0700
32905              Message-ID: <43E91B2A.4060700@gmail.com>
32906      Branch: perl
32907            ! Makefile.SH
32908 ____________________________________________________________________________
32909 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
32910         Log: Borland's C compiler warns that the & is unnecessary.
32911      Branch: perl
32912            ! pp.c
32913 ____________________________________________________________________________
32914 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
32915         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
32916              The overloading tests are not free.
32917      Branch: perl
32918            ! mathoms.c opcode.h opcode.pl pp.c pp.h
32919 ____________________________________________________________________________
32920 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
32921         Log: Allow bareword file handle as argument to chdir().
32922              This copies the mechanism used by truncate().
32923              Fixes bug #38457.
32924      Branch: perl
32925            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
32926            ! t/op/chdir.t
32927 ____________________________________________________________________________
32928 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
32929         Log: All the trancendental unary operators can be merged into PP_sin
32930              (cos, exp, log, sqrt)
32931      Branch: perl
32932            ! mathoms.c opcode.h opcode.pl pp.c
32933 ____________________________________________________________________________
32934 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
32935         Log: Avoid gcc warning about possibly uninitialised variables.
32936      Branch: perl
32937            ! pp.c
32938 ____________________________________________________________________________
32939 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
32940         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
32941              which don't do the pre-processor string manipulation internally.
32942      Branch: perl
32943            ! pp.c pp.h
32944 ____________________________________________________________________________
32945 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
32946         Log: pp_pop can be implemented by pp_shift.
32947      Branch: perl
32948            ! mathoms.c opcode.h opcode.pl pp.c
32949 ____________________________________________________________________________
32950 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
32951         Log: Subject: Re: [PATCH] Documentation patch for overload
32952              From: Steffen Mueller <dtr8sin02@sneakemail.com>
32953              Date: Mon, 06 Feb 2006 10:58:44 +0100
32954              Message-ID: <43E71DD4.5010108@sneakemail.com>
32955      Branch: perl
32956            ! lib/overload.pm
32957 ____________________________________________________________________________
32958 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
32959         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
32960      Branch: perl
32961            ! mathoms.c opcode.h opcode.pl pp.c
32962 ____________________________________________________________________________
32963 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
32964         Log: Merge pp_index and pp_rindex - we have another mathom.
32965      Branch: perl
32966            ! mathoms.c opcode.h opcode.pl pp.c
32967 ____________________________________________________________________________
32968 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
32969         Log: Some refactoring to converge pp_index and pp_rindex
32970      Branch: perl
32971            ! pp.c
32972 ____________________________________________________________________________
32973 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
32974         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
32975      Branch: perl
32976            ! pp.c t/op/index.t
32977 ____________________________________________________________________________
32978 [ 27115] By: craigb                                on 2006/02/07  04:46:47
32979         Log: Subject: Re: Configure.com issue, more quoting needed.
32980              From: Peter Prymmer <PPrymmer@factset.com>
32981              Date: Mon, 06 Feb 2006 13:27:14 -0500
32982              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
32983      Branch: perl
32984            ! configure.com
32985 ____________________________________________________________________________
32986 [ 27114] By: craigb                                on 2006/02/07  04:39:09
32987         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
32988              From: "John E. Malmberg" <wb8tyw@qsl.net>
32989              Date: Sat, 04 Feb 2006 16:04:32 -0500
32990              Message-id: <43E516E0.1000508@qsl.net>
32991
32992      Branch: perl
32993            ! vms/perlvms.pod vms/vms.c
32994 ____________________________________________________________________________
32995 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
32996         Log: Optimise index so that if the big string is ISO-8859-1 but the little
32997              string is UTF-8, it tries to downgrade the little string, rather than
32998              upgrade the big string. For half-meg big strings this is a fourfold
32999              speed gain.
33000      Branch: perl
33001            ! pp.c
33002 ____________________________________________________________________________
33003 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
33004         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
33005              Perl_bytes_to_utf8 will immediately be written to, I see no need to
33006              allocate it zeroed.
33007      Branch: perl
33008            ! utf8.c
33009 ____________________________________________________________________________
33010 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
33011         Log: Rename S_glob_assign to S_glob_assign_glob
33012              Rename S_pvgv_assign to S_glob_assign_ref
33013              
33014              I don't think that they share enough common code to merge them.
33015      Branch: perl
33016            ! sv.c
33017 ____________________________________________________________________________
33018 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
33019         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
33020              sv_setsv_flags" are about as done as they can be.
33021      Branch: perl
33022            ! pod/perltodo.pod
33023 ____________________________________________________________________________
33024 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
33025         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
33026              be done once.
33027      Branch: perl
33028            ! sv.c
33029 ____________________________________________________________________________
33030 [ 27108] By: stevep                                on 2006/02/06  19:43:17
33031         Log: Document the limitations of calling exit() (instead of _exit()) from
33032              a child process on Solaris.
33033      Branch: perl
33034            ! pod/perlfork.pod
33035 ____________________________________________________________________________
33036 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
33037         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
33038      Branch: perl
33039            ! sv.c
33040 ____________________________________________________________________________
33041 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
33042         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
33043              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
33044              Perl_save_svref can't actually move because it calls a static function.
33045      Branch: perl
33046            ! mathoms.c scope.c
33047 ____________________________________________________________________________
33048 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
33049         Log: Expunge USE_5005THREADS from perl.c
33050      Branch: perl
33051            ! perl.c
33052 ____________________________________________________________________________
33053 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
33054         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
33055              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
33056      Branch: perl
33057            ! sv.c t/op/gv.t
33058 ____________________________________________________________________________
33059 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
33060         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
33061              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33062              Date: Sun, 05 Feb 2006 12:16:37 +0200
33063              Message-ID: <43E5D085.90400@iki.fi>
33064      Branch: perl
33065            ! lib/Math/BigInt/t/bigintc.t
33066 ____________________________________________________________________________
33067 [ 27102] By: stevep                                on 2006/02/06  04:48:04
33068         Log: Subject: [PATCH] Cleaning up shadowed variables
33069              From: Andy Lester <andy@petdance.com>
33070              Date: Sun, 5 Feb 2006 21:56:43 -0600
33071              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
33072      Branch: perl
33073            ! op.c pp_ctl.c
33074 ____________________________________________________________________________
33075 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
33076         Log: Merge the PVCV case into the common code in S_pvgv_assign.
33077      Branch: perl
33078            ! sv.c
33079 ____________________________________________________________________________
33080 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
33081         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
33082      Branch: perl
33083            ! sv.c
33084 ____________________________________________________________________________
33085 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
33086         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
33087      Branch: perl
33088            ! sv.c
33089 ____________________________________________________________________________
33090 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
33091         Log: Start to merge the 6 arms of S_pvgv_assign into one.
33092      Branch: perl
33093            ! sv.c
33094 ____________________________________________________________________________
33095 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
33096         Log: Subject: [patch] rework arenas - repair arenasets
33097              From: Jim Cromie <jim.cromie@gmail.com>
33098              Message-ID: <43E5F012.1080203@gmail.com>
33099              Date: Sun, 05 Feb 2006 05:31:14 -0700
33100      Branch: perl
33101            ! hv.c sv.c
33102 ____________________________________________________________________________
33103 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
33104         Log: Subject: [PATCH] Documentation patch for overload
33105              From: Steffen Mueller <dtr8sin02@sneakemail.com>
33106              Date: Feb 5, 2006 12:26 PM
33107              Message-ID: <43E5E0E9.1070707@sneakemail.com>
33108      Branch: perl
33109            ! lib/overload.pm
33110 ____________________________________________________________________________
33111 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
33112         Log: The message "Can't upgrade that kind of scalar" can be far more
33113              informative.
33114      Branch: perl
33115            ! pod/perldiag.pod sv.c
33116 ____________________________________________________________________________
33117 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
33118         Log: new_body_type doesn't need to subtract the offset, that's what
33119              new_body_allocated is for.
33120      Branch: perl
33121            ! sv.c
33122 ____________________________________________________________________________
33123 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
33124         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
33125      Branch: perl
33126            ! perl.c
33127 ____________________________________________________________________________
33128 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
33129         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
33130              code is now gone from sv_upgrade.
33131      Branch: perl
33132            ! pod/perldiag.pod
33133 ____________________________________________________________________________
33134 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
33135         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
33136              reduces the object size by about 80 bytes.
33137      Branch: perl
33138            ! sv.c
33139 ____________________________________________________________________________
33140 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
33141         Log: Eliminate a croak we can't get to.
33142      Branch: perl
33143            ! sv.c
33144 ____________________________________________________________________________
33145 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
33146         Log: Without this Windows and Netware compilers should be complaining 
33147              about perl.c having code before a declaration, *but only if compiling
33148              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
33149              bets now.
33150      Branch: perl
33151            ! perl.c
33152 ____________________________________________________________________________
33153 [ 27088] By: stevep                                on 2006/02/05  05:08:02
33154         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
33155              PERL_TRACK_MEMPOOL is defined.
33156      Branch: perl
33157            ! makedef.pl
33158 ____________________________________________________________________________
33159 [ 27087] By: stevep                                on 2006/02/05  04:13:27
33160         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
33161              pod/perlapi.pod for good measure when regenerating files.
33162      Branch: perl
33163            ! embed.fnc pod/perlapi.pod proto.h
33164 ____________________________________________________________________________
33165 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
33166         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
33167              to keep it happy.
33168      Branch: perl
33169            ! sv.c
33170 ____________________________________________________________________________
33171 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
33172         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
33173              is 100% 7 bit ASCII.
33174      Branch: perl
33175            ! lib/charnames.t
33176 ____________________________________________________________________________
33177 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
33178         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
33179              behaviour of freeing up all memory at thread exit. With this and
33180              tools such as valgrind you will now get warnings as soon as you
33181              read from the deallocated memory, rather than just a warning much
33182              later about freeing to the wrong pool.
33183      Branch: perl
33184            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
33185            ! sv.c util.c
33186 ____________________________________________________________________________
33187 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
33188         Log: The TODO 'Tidy up global variables' can go, replaced with a second
33189              paragraph on 'Ordering of "global" variables'.
33190      Branch: perl
33191            ! pod/perltodo.pod
33192 ____________________________________________________________________________
33193 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
33194         Log: I believe that mathoms have been completely TODOne.
33195      Branch: perl
33196            ! pod/perltodo.pod
33197 ____________________________________________________________________________
33198 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
33199         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
33200              array whilst keeping the structure within PERL_ARENA_SIZE.
33201      Branch: perl
33202            ! sv.c
33203 ____________________________________________________________________________
33204 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
33205         Log: Tweak arena sets to avoid assignment between different pointers.
33206      Branch: perl
33207            ! sv.c
33208 ____________________________________________________________________________
33209 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
33210         Log: Subject: [patch] arena rework - arena sets
33211              From: Jim Cromie <jim.cromie@gmail.com>
33212              Message-ID: <43DF4F66.4080808@gmail.com>
33213              Date: Tue, 31 Jan 2006 04:52:06 -0700
33214      Branch: perl
33215            ! embed.fnc embed.h hv.c proto.h sv.c
33216 ____________________________________________________________________________
33217 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
33218         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
33219              simple replace of Nullsv with NULL turns out to be a bad idea.
33220              * Technically undefined behaviour, I believe.
33221      Branch: perl
33222            ! warnings.h warnings.pl
33223 ____________________________________________________________________________
33224 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
33225         Log: Remove obsolete comment.
33226      Branch: perl
33227            ! perl.c
33228 ____________________________________________________________________________
33229 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
33230         Log: S_find_beginning is only called from one place, so by hoisting the
33231              forbid_setid check for -x into the caller, we can eliminate the
33232              suidscript parameter from S_find_beginning.
33233      Branch: perl
33234            ! embed.fnc embed.h perl.c proto.h
33235 ____________________________________________________________________________
33236 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
33237         Log: And as we've now got to the point where all calls to Perl_moreswitches
33238              have -1 as the second argument, we can remove the second argument,
33239              which gets us back to where we started, only with the elimination of
33240              a per-thread variable.
33241      Branch: perl
33242            ! embed.fnc embed.h perl.c proto.h toke.c
33243 ____________________________________________________________________________
33244 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
33245         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
33246              it can have a parameter of -1 without changing any behaviour.
33247              I see no reason to forbid "command line" switches when they are
33248              actually coming from the #! line of the script itself (as read by perl)
33249              as they must have been written by the owner of the script, rather than
33250              being crafted by the user manipulating the command line, and therefore
33251              cannot be subverted. (Or alternatively, can be subverted as easily as
33252              the rest of the script, and we're permitting *that* to be run)
33253      Branch: perl
33254            ! perl.c
33255 ____________________________________________________________________________
33256 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
33257         Log: Pull the variables fdscript and suidscript into a much smaller scope.
33258              Replace suidscript with literal -1 where it could only have been -1.
33259              (Re-indent the other code inside the new block creating the scope.
33260              Rejig the indentation of the conditionals)
33261      Branch: perl
33262            ! perl.c
33263 ____________________________________________________________________________
33264 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
33265         Log: Change 27070 failed to initialise a variable. (But despite that still
33266              passed all tests locally.)
33267      Branch: perl
33268            ! perl.c
33269 ____________________________________________________________________________
33270 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
33271         Log: Silence a warning about "statement not reached" from the Sun C compiler.
33272              It was accurate - the conditional code used to give 2 return statements.
33273      Branch: perl
33274            ! mathoms.c
33275 ____________________________________________________________________________
33276 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
33277         Log: Eliminating PL_suidscript is more tricky, and requires changing the
33278              prototype of Perl_moreswitches.
33279      Branch: perl
33280            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
33281            ! proto.h toke.c
33282 ____________________________________________________________________________
33283 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
33284         Log: Passing the flag to S_forbit_setid as a single char rather than a
33285              string is a slight space optimisation.
33286      Branch: perl
33287            ! embed.fnc intrpvar.h perl.c proto.h
33288 ____________________________________________________________________________
33289 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
33290         Log: Oops. I *thought* that I had checked that all changed files were open.
33291              Clearly not. (Fixes change 27066)
33292      Branch: perl
33293            ! embed.h embedvar.h perlapi.h proto.h
33294 ____________________________________________________________________________
33295 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
33296         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
33297              Rafael.
33298      Branch: perl
33299            ! warnings.h
33300 ____________________________________________________________________________
33301 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
33302         Log: It's actually easier to get rid of PL_fdscript than we thought.
33303      Branch: perl
33304            ! embed.fnc intrpvar.h perl.c
33305 ____________________________________________________________________________
33306 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
33307         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
33308              From: Steven Schubiger <schubiger@cpan.org>
33309              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
33310              Date: Fri, 3 Feb 2006 16:24:49 +0100
33311      Branch: perl
33312            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
33313            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
33314            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
33315            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
33316            ! warnings.pl
33317 ____________________________________________________________________________
33318 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
33319         Log: Fix file where internal XS functions are defined
33320      Branch: perl
33321            ! universal.c
33322 ____________________________________________________________________________
33323 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
33324         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
33325              See :
33326              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
33327              From: "John E. Malmberg" <wb8tyw@qsl.net>
33328              Date: Tue, 13 Dec 2005 22:18:56 -0500
33329              Message-ID: <439F8F20.4050207@qsl.net>
33330      Branch: perl
33331            ! perl.h
33332 ____________________________________________________________________________
33333 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
33334         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
33335              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
33336              Date: Thu, 02 Feb 2006 12:35:41 +0100
33337              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
33338      Branch: perl
33339            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
33340            ! lib/CPAN/SIGNATURE
33341 ____________________________________________________________________________
33342 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
33343         Log: Subject: L<PerlIO> and Pod::Html
33344              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33345              Date: Mon, 09 Jan 2006 12:53:15 +0900
33346              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
33347      Branch: perl
33348            ! lib/Pod/Html.pm
33349 ____________________________________________________________________________
33350 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
33351         Log: Subject: [PATCH] s/Nullcv/NULL/g
33352              From: Steven Schubiger <schubiger@cpan.org>
33353              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
33354              Date: Thu, 2 Feb 2006 16:02:41 +0100
33355      Branch: perl
33356            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
33357 ____________________________________________________________________________
33358 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
33359         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
33360              to a dynamic array.
33361      Branch: perl
33362            ! embedvar.h perlapi.h perlio.c perlvars.h
33363 ____________________________________________________________________________
33364 [ 27057] By: stevep                                on 2006/02/02  20:57:01
33365         Log: It would be nice to have tests in B for the functions getting changed.
33366      Branch: perl
33367            ! ext/B/t/b.t
33368 ____________________________________________________________________________
33369 [ 27056] By: stevep                                on 2006/02/02  20:42:56
33370         Log: Death to magic characters!  No pun intended.
33371      Branch: perl
33372            ! ext/B/B.xs
33373 ____________________________________________________________________________
33374 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
33375         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
33376              From: Steven Schubiger <schubiger@cpan.org>
33377              Date: Thu, 2 Feb 2006 10:38:49 +0100
33378              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
33379      Branch: perl
33380            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
33381            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
33382            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
33383            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
33384 ____________________________________________________________________________
33385 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
33386         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
33387              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
33388              as an optimisation, when the caller is passing in a string that is
33389              known not to contain any package separators.
33390      Branch: perl
33391            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
33392            ! toke.c util.c
33393 ____________________________________________________________________________
33394 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
33395         Log: Update to Module::CoreList 3.04.
33396              Cleanup corelist manpage.
33397              Remove -w in corelist shebang to avoid spurious warnings.
33398      Branch: perl
33399            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
33400 ____________________________________________________________________________
33401 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
33402         Log: perl-5.8.8 also contained change 27040.
33403      Branch: perl
33404            ! lib/Module/CoreList.pm
33405 ____________________________________________________________________________
33406 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
33407         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
33408              TRUE.
33409              Convert two gv_fetchpvn_flags to gv_fetchpvs.
33410      Branch: perl
33411            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
33412 ____________________________________________________________________________
33413 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
33414         Log: And another assumption.
33415      Branch: perl
33416            ! gv.c
33417 ____________________________________________________________________________
33418 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
33419         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
33420              no-one has been testing it, as there was a const too far.
33421      Branch: perl
33422            ! sv.c
33423 ____________________________________________________________________________
33424 [ 27047] By: stevep                                on 2006/02/01  23:34:47
33425         Log: Doc nit found by Stephen Gordon.
33426      Branch: perl
33427            ! pod/perlfunc.pod
33428 ____________________________________________________________________________
33429 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
33430         Log: doubleplusoops. Apart from the documented NUL termination assumption.
33431              Now removed.
33432      Branch: perl
33433            ! gv.c
33434 ____________________________________________________________________________
33435 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
33436         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
33437              conditional code to copy IVX and NVX if true. "You cannot get here".
33438      Branch: perl
33439            ! sv.c
33440 ____________________________________________________________________________
33441 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
33442         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
33443      Branch: perl
33444            ! gv.c
33445 ____________________________________________________________________________
33446 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
33447         Log: Correct my comment, so that it's actually useful. :-)
33448      Branch: perl
33449            ! sv.c
33450 ____________________________________________________________________________
33451 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
33452         Log: , tweaked from
33453              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
33454              From: Steve Purkis <Steve.Purkis@multimap.com>
33455              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
33456              Date: Fri, 20 Jan 2006 12:35:06 -0500
33457      Branch: perl
33458            ! pod/perlre.pod
33459 ____________________________________________________________________________
33460 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
33461         Log: Improve a bit the documentation for kill() with SIGNAL==0
33462      Branch: perl
33463            ! pod/perlfunc.pod
33464 ____________________________________________________________________________
33465 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
33466         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
33467              has other modules in ext/
33468              TODO - fix buildtoc to cross check with MANIFEST.
33469      Branch: perl
33470            ! pod/perltoc.pod
33471 ____________________________________________________________________________
33472 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
33473         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
33474      Branch: perl
33475           +> pod/perl588delta.pod
33476            ! pod/perl.pod vms/descrip_mms.template
33477           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
33478           !> win32/makefile.mk win32/pod.mak
33479 ____________________________________________________________________________
33480 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
33481         Log: Doc nit by Andy Dougherty
33482      Branch: perl
33483            ! README.aix
33484 ____________________________________________________________________________
33485 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
33486         Log: autouse actually requires perl 5.6 at least.
33487      Branch: perl
33488            ! lib/autouse.pm
33489 ____________________________________________________________________________
33490 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
33491         Log: Avoid "Prototype mismatch" warnings with autouse.
33492      Branch: perl
33493            ! lib/autouse.pm
33494 ____________________________________________________________________________
33495 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
33496         Log: Fix corelist data for 5.8.8
33497      Branch: perl
33498            ! lib/Module/CoreList.pm
33499 ____________________________________________________________________________
33500 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
33501         Log: More history
33502      Branch: perl
33503            ! pod/perlhist.pod
33504 ____________________________________________________________________________
33505 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
33506         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
33507      Branch: perl
33508            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
33509 ____________________________________________________________________________
33510 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
33511         Log: Subject: [patch] arena rework - unify arenaroots
33512              From: Jim Cromie <jim.cromie@gmail.com>
33513              Message-ID: <43DF3D0A.3040102@gmail.com>
33514              Date: Tue, 31 Jan 2006 03:33:46 -0700
33515      Branch: perl
33516            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
33517 ____________________________________________________________________________
33518 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
33519         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
33520              This means that \0 bytes in symbolic references now work.
33521      Branch: perl
33522            ! doio.c gv.c perl.c t/op/ref.t toke.c
33523 ____________________________________________________________________________
33524 [ 27027] By: stevep                                on 2006/01/31  18:42:31
33525         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
33526              icc does not support gcc built-ins like __attribiute__.
33527      Branch: perl
33528            ! perl.h
33529 ____________________________________________________________________________
33530 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
33531         Log: Subject: [perl #38380] Typo in perlfunc.pod 
33532              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
33533              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
33534              Date: Tue, 31 Jan 2006 05:22:28 -0800
33535      Branch: perl
33536            ! pod/perlfunc.pod
33537 ____________________________________________________________________________
33538 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
33539         Log: Eliminate save_threadsv, as it is never linked to, and all it does
33540              post 5005 threads is croak().
33541      Branch: perl
33542            ! embed.fnc embed.h global.sym proto.h scope.c
33543 ____________________________________________________________________________
33544 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
33545         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
33546              From: demerphq <demerphq@gmail.com>
33547              Date: Tue, 31 Jan 2006 09:55:25 +0100
33548              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
33549      Branch: perl
33550            ! lib/ExtUtils/Install.pm
33551 ____________________________________________________________________________
33552 [ 27015] By: craigb                                on 2006/01/31  04:37:27
33553         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
33554              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
33555              Message-id: <43DEE5CE.7060108@qsl.net>
33556
33557      Branch: perl
33558            ! vms/vms.c vms/vmsish.h
33559 ____________________________________________________________________________
33560 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
33561         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
33562      Branch: perl
33563            ! util.c
33564 ____________________________________________________________________________
33565 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
33566         Log: Add perl594delta
33567      Branch: perl
33568            + pod/perl594delta.pod
33569            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
33570            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
33571            ! win32/pod.mak
33572 ____________________________________________________________________________
33573 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
33574         Log: Change the author aliasing to reflect updates to AUTHORS.
33575      Branch: perl
33576            ! Porting/checkAUTHORS.pl
33577 ____________________________________________________________________________
33578 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
33579         Log: Bump version number to 5.9.4
33580              Regenerate template config in Porting
33581      Branch: perl
33582            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
33583            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
33584            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
33585            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
33586            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
33587 ____________________________________________________________________________
33588 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
33589         Log: Silence another Irix compiler warning.
33590      Branch: perl
33591            ! toke.c
33592 ____________________________________________________________________________
33593 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
33594         Log: Avoid a warning from the Irix C compiler.
33595      Branch: perl
33596            ! hv.c
33597 ____________________________________________________________________________
33598 [ 27004] By: stevep                                on 2006/01/30  15:04:50
33599         Log: Teach the Makefile how to cleanup config.over.
33600      Branch: perl
33601            ! Makefile.SH
33602 ____________________________________________________________________________
33603 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
33604         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
33605              so make it so, creating $FOO if necessary.
33606              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
33607              visible to XS code, but isn't visible to Perl code)
33608      Branch: perl
33609            ! pp.c t/op/gv.t
33610 ____________________________________________________________________________
33611 [ 27001] By: stevep                                on 2006/01/30  13:25:04
33612         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
33613              Otherwise, the build fails in POSIX.
33614      Branch: perl
33615            ! hints/solaris_2.sh
33616 ____________________________________________________________________________
33617 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
33618         Log: Use a union for storing the shared hash key reference count, rather
33619              than messy pointer hacks.
33620      Branch: perl
33621            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
33622 ____________________________________________________________________________
33623 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
33624         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
33625              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33626              Date: Mon, 30 Jan 2006 01:06:24 -0800
33627              Message-ID: <20060130090624.GA3760@efn.org>
33628      Branch: perl
33629            ! pod/perlvar.pod
33630 ____________________________________________________________________________
33631 [ 26998] By: merijn                                on 2006/01/30  09:10:53
33632         Log: Subject: [PATCH] maint and blead: unicos.sh hints
33633              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
33634              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
33635              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
33636      Branch: perl
33637            ! hints/unicos.sh
33638 ____________________________________________________________________________
33639 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
33640         Log: Assert that IVs and NVs can never be tainted.
33641      Branch: perl
33642            ! sv.c
33643 ____________________________________________________________________________
33644 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
33645         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
33646              bit builds.
33647      Branch: perl
33648            ! ext/POSIX/Makefile.PL
33649 ____________________________________________________________________________
33650 [ 26995] By: stevep                                on 2006/01/29  20:43:44
33651         Log: Upgrade to podlators-2.0.3
33652      Branch: perl
33653            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
33654            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
33655 ____________________________________________________________________________
33656 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
33657         Log: Email change for Steven Schubiger
33658      Branch: perl
33659            ! AUTHORS
33660 ____________________________________________________________________________
33661 [ 26993] By: merijn                                on 2006/01/29  10:14:09
33662         Log: Subject: Re: [patch] s/ar ts/ar s/g
33663              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
33664              Date: Thu, 26 Jan 2006 13:53:07 -0800
33665              Message-ID: <43D944C3.60101@ActiveState.com>
33666      Branch: perl
33667            ! Configure
33668 ____________________________________________________________________________
33669 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
33670         Log: C compilers don't let you return void. Pay attention gcc, and
33671              stop aping Shildt.
33672      Branch: perl
33673            ! sv.c
33674 ____________________________________________________________________________
33675 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
33676         Log: Avoid using space to create 2 functions just to force mathoms to be
33677              linked. Instead, force the link via the perl interpreter structure
33678              via a function pointer that gets replaced at run time anyway.
33679      Branch: perl
33680            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
33681 ____________________________________________________________________________
33682 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
33683         Log: Call gv_fetchpvn_flags where we already know the length.
33684      Branch: perl
33685            ! doio.c toke.c
33686 ____________________________________________________________________________
33687 [ 26988] By: stevep                                on 2006/01/28  17:25:03
33688         Log: Upgrade to podlators-2.0.2
33689      Branch: perl
33690            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
33691            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
33692            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
33693            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
33694 ____________________________________________________________________________
33695 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
33696         Log: Squeeze more flag manipulations together in sv_setsv_flags.
33697      Branch: perl
33698            ! sv.c
33699 ____________________________________________________________________________
33700 [ 26986] By: stevep                                on 2006/01/28  16:50:32
33701         Log: Upgrade to CPAN-1.83_59
33702      Branch: perl
33703            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
33704            ! lib/CPAN/SIGNATURE
33705 ____________________________________________________________________________
33706 [ 26985] By: stevep                                on 2006/01/28  16:43:43
33707         Log: Upgrade to Archive-Tar-1.28
33708      Branch: perl
33709            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
33710            ! lib/Archive/Tar/t/02_methods.t
33711            ! lib/Archive/Tar/t/04_resolved_issues.t
33712 ____________________________________________________________________________
33713 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
33714         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
33715              Many strlen()s saved.
33716      Branch: perl
33717            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
33718            ! util.c
33719 ____________________________________________________________________________
33720 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
33721         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
33722      Branch: perl
33723            ! sv.c
33724 ____________________________________________________________________________
33725 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
33726         Log: The flags manipulation in sv_setsv_flags can be more efficient.
33727      Branch: perl
33728            ! sv.c
33729 ____________________________________________________________________________
33730 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
33731         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
33732      Branch: perl
33733            ! gv.c
33734 ____________________________________________________________________________
33735 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
33736         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
33737              save duplicating mg_find calls, without changing the semantics in any
33738              boolean context.
33739      Branch: perl
33740            ! sv.c sv.h util.c
33741 ____________________________________________________________________________
33742 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
33743         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
33744              There seems to be some duplication with S_glob_assign.
33745      Branch: perl
33746            ! sv.c
33747 ____________________________________________________________________________
33748 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
33749         Log: Remove goto glob_assign;
33750      Branch: perl
33751            ! sv.c
33752 ____________________________________________________________________________
33753 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
33754         Log: Pull glob_assign out from sv_setsv_flags into a static function.
33755      Branch: perl
33756            ! sv.c
33757 ____________________________________________________________________________
33758 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
33759         Log: Update Changes
33760      Branch: perl
33761            ! Changes
33762 ____________________________________________________________________________
33763 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
33764         Log: Add perl 5.9.3 in release list
33765      Branch: perl
33766            ! pod/perlhist.pod
33767 ____________________________________________________________________________
33768 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
33769         Log: Subject: Re: Make Passive mode the default for Net::FTP
33770              From: Gisle Aas <gisle@ActiveState.com>
33771              Date: 27 Jan 2006 07:21:16 -0800
33772              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
33773      Branch: perl
33774            ! lib/Net/Config.pm lib/Net/FTP.pm
33775 ____________________________________________________________________________
33776 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
33777         Log: Oops. Forgot to add this file.
33778      Branch: perl
33779            + utils/ptardiff.PL
33780 ____________________________________________________________________________
33781 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
33782         Log: Regenerate META.yml
33783      Branch: perl
33784            ! META.yml
33785 ____________________________________________________________________________
33786 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
33787         Log: Regenerate Changes; remove ^M chars in Changes
33788      Branch: perl
33789            ! Changes
33790 ____________________________________________________________________________
33791 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
33792         Log: Remove patch number
33793      Branch: perl
33794            ! patchlevel.h
33795 ____________________________________________________________________________
33796 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
33797         Log: Mention ptardiff in perldelta.
33798      Branch: perl
33799            ! pod/perl593delta.pod
33800 ____________________________________________________________________________
33801 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
33802         Log: Don't install ptardiff in the module tree
33803      Branch: perl
33804            ! installperl
33805 ____________________________________________________________________________
33806 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
33807         Log: Install the ptardiff utility that comes with Archive::Tar
33808      Branch: perl
33809            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
33810            ! win32/Makefile win32/makefile.mk
33811 ____________________________________________________________________________
33812 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
33813         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
33814      Branch: perl
33815            ! installperl
33816 ____________________________________________________________________________
33817 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
33818         Log: Regenerate PODs
33819      Branch: perl
33820            ! pod/perlmodlib.pod pod/perltoc.pod
33821 ____________________________________________________________________________
33822 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
33823         Log: Some spelling fixes by David Landgren.
33824              Mention perltodo.
33825      Branch: perl
33826            ! pod/perl593delta.pod
33827 ____________________________________________________________________________
33828 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
33829         Log: Revert change 24461, now that change 26757 allows TEST
33830              to accept extra output from module tests
33831      Branch: perl
33832            ! cygwin/perlld.in
33833 ____________________________________________________________________________
33834 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
33835         Log: Subject: [PATCH] quiet gcc Info message in cygwin
33836              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33837              Date: Wed, 25 Jan 2006 19:16:09 -0800
33838              Message-ID: <20060126031608.GA2588@efn.org>
33839      Branch: perl
33840            ! hints/cygwin.sh
33841 ____________________________________________________________________________
33842 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
33843         Log: Remove note about #elif, see :
33844              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
33845              From: Steve Hay <steve.hay@uk.radan.com>
33846              Date: Fri, 27 Jan 2006 11:09:02 +0000
33847              Message-ID: <43D9FF4E.6010501@uk.radan.com>
33848      Branch: perl
33849            ! Porting/pumpkin.pod
33850 ____________________________________________________________________________
33851 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
33852         Log: A description of the new constants.
33853      Branch: perl
33854            ! pod/perl593delta.pod
33855 ____________________________________________________________________________
33856 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
33857         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
33858      Branch: perl
33859            ! mg.c
33860 ____________________________________________________________________________
33861 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
33862         Log: Safer implementation of RTRIM().
33863              Don't rely on SvCUR to be sane unless SvPOK.
33864      Branch: perl
33865            ! mg.c
33866 ____________________________________________________________________________
33867 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
33868         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
33869              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
33870              Message-ID: <43D941AF.1060503@ActiveState.com>
33871              Date: Thu, 26 Jan 2006 13:39:59 -0800
33872      Branch: perl
33873            ! mg.c
33874 ____________________________________________________________________________
33875 [ 26951] By: stevep                                on 2006/01/26  19:23:48
33876         Log: Fix a few nits in perl593delta
33877      Branch: perl
33878            ! pod/perl593delta.pod
33879 ____________________________________________________________________________
33880 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
33881         Log: miniperl isn't enough anymore to run pod2man.
33882      Branch: perl
33883            ! pod/Makefile.SH
33884 ____________________________________________________________________________
33885 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
33886         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
33887              grammer, more succinct)
33888      Branch: perl
33889            ! pod/perl593delta.pod
33890 ____________________________________________________________________________
33891 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
33892         Log: More work on perldelta
33893      Branch: perl
33894            ! pod/perl593delta.pod
33895 ____________________________________________________________________________
33896 [ 26947] By: steveh                                on 2006/01/26  16:25:20
33897         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
33898              such as was seen here:
33899              
33900              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
33901              From: demerphq <demerphq@gmail.com>
33902              Date: Thu, 26 Jan 2006 15:40:42 +0100
33903              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
33904      Branch: perl
33905            ! perl.c pod/perldiag.pod pod/perlport.pod
33906 ____________________________________________________________________________
33907 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
33908         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
33909              hash key scalars, so decompose them to normal scalars if they ever
33910              get here.
33911      Branch: perl
33912            ! mg.c
33913 ____________________________________________________________________________
33914 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
33915         Log: assertions.pm is dual-lived
33916      Branch: perl
33917            ! Porting/Maintainers.pl
33918 ____________________________________________________________________________
33919 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
33920         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
33921              From: Stephen McCamant <smcc@mit.edu>
33922              Date: Jan 24, 2006 7:23 AM
33923              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
33924      Branch: perl
33925            + ext/B/t/optree_misc.t
33926            ! MANIFEST ext/B/B.xs
33927 ____________________________________________________________________________
33928 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
33929         Log: Subject: Simplify &IO::Handle::say
33930              From: Gisle Aas <gisle@ActiveState.com>
33931              Date: 24 Jan 2006 05:01:28 -0800
33932              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
33933      Branch: perl
33934            ! ext/IO/lib/IO/Handle.pm
33935 ____________________________________________________________________________
33936 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
33937         Log: Fix a regression on suidperl : the error message "No #! line" was
33938              produced in erroneous cases, because we used to read values in a
33939              string buffer that pointed to nothing.
33940      Branch: perl
33941            ! perl.c
33942 ____________________________________________________________________________
33943 [ 26936] By: steveh                                on 2006/01/24  12:13:15
33944         Log: Remove d_nanosleep from win32 configs
33945              Change 19899 removed them before, but they have accidentally crept back.
33946      Branch: perl
33947            ! win32/config.bc win32/config.gc win32/config.vc
33948            ! win32/config.vc64
33949 ____________________________________________________________________________
33950 [ 26935] By: steveh                                on 2006/01/24  09:22:44
33951         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
33952              From: Gisle Aas <gisle@ActiveState.com>
33953              Date: 23 Jan 2006 02:12:04 -0800
33954              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
33955              
33956              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
33957              From: "Jan Dubois" <jand@ActiveState.com>
33958              Date: Mon, 23 Jan 2006 11:30:51 -0800
33959              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
33960      Branch: perl
33961            ! makedef.pl perl.c
33962 ____________________________________________________________________________
33963 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
33964         Log: More work on perldelta
33965      Branch: perl
33966            ! pod/perl593delta.pod
33967 ____________________________________________________________________________
33968 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
33969         Log: constant_add_symbol needs to be static, else static builds can fail at
33970              link time. (*How* many meanings is "static" overloaded with?)
33971      Branch: perl
33972            ! lib/ExtUtils/Constant/ProxySubs.pm
33973 ____________________________________________________________________________
33974 [ 26930] By: stevep                                on 2006/01/23  18:40:08
33975         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
33976              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33977              Date: Mon, 23 Jan 2006 20:34:18 +0200
33978              Message-ID: <43D521AA.7030008@gmail.com>
33979      Branch: perl
33980            ! lib/ExtUtils/t/Embed.t
33981 ____________________________________________________________________________
33982 [ 26929] By: stevep                                on 2006/01/23  15:56:34
33983         Log: Upgrade to Pod-Simple-3.04
33984      Branch: perl
33985            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
33986            ! lib/Pod/Simple/Search.pm
33987 ____________________________________________________________________________
33988 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
33989         Log: Now that change #26410 is reverted, mark as TODO the tests added
33990              by change #26925.
33991      Branch: perl
33992            ! t/op/pat.t
33993 ____________________________________________________________________________
33994 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
33995         Log: Missing chunk in change #26926
33996      Branch: perl
33997            ! t/op/taint.t
33998 ____________________________________________________________________________
33999 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
34000         Log: Revert change 26410, marking the test that was added there as TODO.
34001              See the thread :
34002              Subject: LVALUE m//g (was Re: au revoir ...)
34003              From: Nicholas Clark <nick@ccl4.org>
34004              Date: Jan 18, 2006 9:30 PM
34005              Message-ID: <20060118203058.GQ616@plum.flirble.org>
34006      Branch: perl
34007            ! op.c
34008 ____________________________________________________________________________
34009 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
34010         Log: Change the regression test added by 26410 to use test.pl; this makes
34011              it easier to TODO if needed.
34012              Add the TODO test provided by Rick Delaney, but not as TODO, because
34013              change 26410 also made pos on LVALUE subroutines work for the first
34014              time.
34015      Branch: perl
34016            ! t/op/pat.t t/op/taint.t
34017 ____________________________________________________________________________
34018 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
34019         Log: Un-const magic virtual tables; this consting breaks the nasty
34020              things done by Swig, as noticed by Audrey.
34021      Branch: perl
34022            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
34023 ____________________________________________________________________________
34024 [ 26923] By: stevep                                on 2006/01/23  14:35:52
34025         Log: Upgrade to CPAN-1.83_58
34026      Branch: perl
34027            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
34028            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
34029            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
34030 ____________________________________________________________________________
34031 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
34032         Log: Avoid warning with MS Visual C compiler.
34033              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
34034      Branch: perl
34035            ! ext/Encode/Encode.xs
34036 ____________________________________________________________________________
34037 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
34038         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
34039              From: Gisle Aas <gisle@ActiveState.com>
34040              Date: 18 Jan 2006 09:28:24 -0800
34041              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
34042      Branch: perl
34043            ! ext/IO/lib/IO/Socket/INET.pm
34044 ____________________________________________________________________________
34045 [ 26919] By: craigb                                on 2006/01/21  17:05:07
34046         Log: Make Manifest.t do what is says it's doing.
34047      Branch: perl
34048            ! lib/ExtUtils/t/Manifest.t
34049 ____________________________________________________________________________
34050 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
34051         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
34052              the return value of upg_version() at least once in the core.
34053      Branch: perl
34054            ! pp_ctl.c util.c
34055 ____________________________________________________________________________
34056 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
34057         Log: Note 5.8.8-RC1
34058      Branch: perl
34059            ! pod/perlhist.pod
34060 ____________________________________________________________________________
34061 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
34062         Log: Upgrade to Devel::PPPort 3.08
34063      Branch: perl
34064            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
34065            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
34066            ! ext/Devel/PPPort/PPPort_pm.PL
34067            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
34068 ____________________________________________________________________________
34069 [ 26913] By: craigb                                on 2006/01/19  04:55:19
34070         Log: find_perl() must be after environment initialization
34071      Branch: perl
34072            ! ext/Devel/PPPort/t/ppphtest.t
34073 ____________________________________________________________________________
34074 [ 26912] By: stevep                                on 2006/01/19  02:58:37
34075         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
34076              to fail on VMS.
34077      Branch: perl
34078            ! ext/List/Util/t/p_tainted.t
34079 ____________________________________________________________________________
34080 [ 26911] By: stevep                                on 2006/01/19  02:32:06
34081         Log: Fix another concatenated filepath in a test for Digest::SHA.
34082      Branch: perl
34083            ! ext/Digest/SHA/t/6-dump-load.t
34084 ____________________________________________________________________________
34085 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
34086         Log: Integrate 26847 from maint.
34087              [Whoops, that was never the plan. Didn't realise which directory I was
34088              in]
34089      Branch: perl
34090           !> AUTHORS Porting/Maintainers.pl
34091 ____________________________________________________________________________
34092 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
34093         Log: Change 26410 caused a regression, with the RVALUE return value of
34094              method calls now failing if bound to a global match. Add a TODO test.
34095      Branch: perl
34096            ! t/op/pat.t
34097 ____________________________________________________________________________
34098 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
34099         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
34100              These were introduced in change 26897.
34101      Branch: perl
34102            ! ext/Socket/Socket.pm
34103 ____________________________________________________________________________
34104 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
34105         Log: Use the IPPROTO_TCP constant instead of 6.
34106      Branch: perl
34107            ! ext/Socket/t/Socket.t
34108 ____________________________________________________________________________
34109 [ 26901] By: steveh                                on 2006/01/18  14:23:09
34110         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
34111              Keep NEWSV() itself for backwards-compatibility outside of the core,
34112              but don't advertise it any more.
34113              (cf. change #25101).
34114      Branch: perl
34115            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
34116            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
34117            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
34118            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
34119            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
34120            ! vms/ext/Stdio/Stdio.xs
34121 ____________________________________________________________________________
34122 [ 26900] By: stevep                                on 2006/01/18  13:32:09
34123         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
34124              VMS as well.
34125      Branch: perl
34126            ! ext/Digest/SHA/t/2-nist-sha-oo.t
34127 ____________________________________________________________________________
34128 [ 26899] By: stevep                                on 2006/01/18  13:09:10
34129         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
34130              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
34131              element that caused test failures on VMS (reported by John E. Malmberg
34132              <wb8tyw@qsl.net>).
34133      Branch: perl
34134            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
34135 ____________________________________________________________________________
34136 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
34137         Log: Make sure the most common IPPROTO_* constants are always available.
34138              These are well known numbers so it should not be a problem to
34139              hardcode values when no constant is provided by the C library.
34140              Ref <http://www.iana.org/assignments/protocol-numbers>.
34141              
34142              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
34143              and this change workaround that problem as well.
34144      Branch: perl
34145            ! ext/Socket/Makefile.PL
34146 ____________________________________________________________________________
34147 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
34148         Log: Suppress "statement not reached" warning from the Sun C compiler.
34149      Branch: perl
34150            ! doio.c
34151 ____________________________________________________________________________
34152 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
34153         Log: Explain better how that test count works.
34154      Branch: perl
34155            ! t/comp/require.t
34156 ____________________________________________________________________________
34157 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
34158         Log: New t/comp/require.t tests should go before the conditional exit.
34159      Branch: perl
34160            ! t/comp/require.t
34161 ____________________________________________________________________________
34162 [ 26889] By: craigb                                on 2006/01/18  05:12:10
34163         Log: special VMS handling no longer needed since we now close the file
34164      Branch: perl
34165            ! lib/File/Compare.t
34166 ____________________________________________________________________________
34167 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
34168         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
34169              Due to how embed.pl is implemented, this also has the unfortunate
34170              side-effect of removing __attribute__malloc__ from the attributes of
34171              this function, but given that the new pointer is stored elsewhere
34172              anyway, this shouldn't impact what gcc could have optimized.
34173      Branch: perl
34174            ! embed.fnc proto.h
34175 ____________________________________________________________________________
34176 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
34177         Log: Regression test for change #26881
34178      Branch: perl
34179            ! t/comp/require.t
34180 ____________________________________________________________________________
34181 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
34182         Log: The current OP that is tested in doeval() can be a require(), an
34183              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
34184              sure to take into account that it's the eval-related meaning of
34185              OPf_SPECIAL we're testing for, not the require-related one.
34186      Branch: perl
34187            ! pp_ctl.c
34188 ____________________________________________________________________________
34189 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
34190         Log: Make the description of $^M in perlvar a bit more clear
34191              w.r.t. cross-references to the INSTALL document. (spotted
34192              by Stas Bekman)
34193      Branch: perl
34194            ! pod/perlvar.pod
34195 ____________________________________________________________________________
34196 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
34197         Log: Subject: Re: [PATCH] Updated README.macosx
34198              From: Sherm Pendley <sherm@dot-app.org>
34199              Date: Mon, 16 Jan 2006 16:53:23 -0500
34200              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
34201      Branch: perl
34202            ! README.macosx
34203 ____________________________________________________________________________
34204 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
34205         Log: More readable MEM_WRAP_CHECK_1() macro.
34206              This form also avoids the "dead part of constant expression is nonconstant"
34207              warning from the Sun Studio 10 compiler.
34208      Branch: perl
34209            ! README.solaris handy.h
34210 ____________________________________________________________________________
34211 [ 26870] By: craigb                                on 2006/01/17  04:03:01
34212         Log: Dots in directory names aren't nice on VMS.
34213      Branch: perl
34214            ! lib/Archive/Tar/t/04_resolved_issues.t
34215 ____________________________________________________________________________
34216 [ 26869] By: craigb                                on 2006/01/17  03:28:20
34217         Log: more case tolerance for vms/ext/filespec.t
34218      Branch: perl
34219            ! vms/ext/filespec.t
34220 ____________________________________________________________________________
34221 [ 26868] By: stevep                                on 2006/01/16  22:31:52
34222         Log: Don't warn about a directory being closed in the DESTROY for
34223              IO::Dir.
34224      Branch: perl
34225            ! ext/IO/lib/IO/Dir.pm
34226 ____________________________________________________________________________
34227 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
34228         Log: defined %foo::bar:: wasn't working like it used to do in evals
34229              (and, consequently, when require'ing modules.)
34230      Branch: perl
34231            ! t/op/stash.t toke.c
34232 ____________________________________________________________________________
34233 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
34234         Log: Upgrade to Devel::PPPort 3.07
34235      Branch: perl
34236            + ext/Devel/PPPort/parts/base/5008007
34237            + ext/Devel/PPPort/parts/base/5009003
34238            + ext/Devel/PPPort/parts/inc/Sv_set
34239            + ext/Devel/PPPort/parts/inc/memory
34240            + ext/Devel/PPPort/parts/inc/variables
34241            + ext/Devel/PPPort/parts/todo/5008007
34242            + ext/Devel/PPPort/parts/todo/5009003
34243            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
34244            + ext/Devel/PPPort/t/variables.t
34245            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
34246            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
34247            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
34248            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
34249            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
34250            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
34251            ! ext/Devel/PPPort/devel/buildperl.pl
34252            ! ext/Devel/PPPort/devel/mkapidoc.sh
34253            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
34254            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
34255            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
34256            ! ext/Devel/PPPort/parts/apicheck.pl
34257            ! ext/Devel/PPPort/parts/apidoc.fnc
34258            ! ext/Devel/PPPort/parts/base/5004000
34259            ! ext/Devel/PPPort/parts/base/5004050
34260            ! ext/Devel/PPPort/parts/base/5006000
34261            ! ext/Devel/PPPort/parts/base/5007001
34262            ! ext/Devel/PPPort/parts/base/5008001
34263            ! ext/Devel/PPPort/parts/embed.fnc
34264            ! ext/Devel/PPPort/parts/inc/MY_CXT
34265            ! ext/Devel/PPPort/parts/inc/SvPV
34266            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
34267            ! ext/Devel/PPPort/parts/inc/exception
34268            ! ext/Devel/PPPort/parts/inc/format
34269            ! ext/Devel/PPPort/parts/inc/grok
34270            ! ext/Devel/PPPort/parts/inc/limits
34271            ! ext/Devel/PPPort/parts/inc/mPUSH
34272            ! ext/Devel/PPPort/parts/inc/magic
34273            ! ext/Devel/PPPort/parts/inc/misc
34274            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
34275            ! ext/Devel/PPPort/parts/inc/newRV
34276            ! ext/Devel/PPPort/parts/inc/ppphbin
34277            ! ext/Devel/PPPort/parts/inc/ppphdoc
34278            ! ext/Devel/PPPort/parts/inc/ppphtest
34279            ! ext/Devel/PPPort/parts/inc/sv_xpvf
34280            ! ext/Devel/PPPort/parts/inc/threads
34281            ! ext/Devel/PPPort/parts/inc/uv
34282            ! ext/Devel/PPPort/parts/inc/version
34283            ! ext/Devel/PPPort/parts/ppptools.pl
34284            ! ext/Devel/PPPort/parts/todo/5004000
34285            ! ext/Devel/PPPort/parts/todo/5007001
34286            ! ext/Devel/PPPort/parts/todo/5008001
34287            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
34288            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
34289            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
34290 ____________________________________________________________________________
34291 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
34292         Log: Upgrade to Encode 2.14
34293      Branch: perl
34294            + ext/Encode/t/from_to.t
34295            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
34296            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
34297            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
34298            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
34299            ! ext/Encode/lib/Encode/MIME/Header.pm
34300            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
34301 ____________________________________________________________________________
34302 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
34303         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
34304              whose e-mail address I recognise.
34305      Branch: perl
34306            ! Porting/checkAUTHORS.pl
34307 ____________________________________________________________________________
34308 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
34309         Log: Add new directories from C::Zlib to make clean
34310      Branch: perl
34311            ! Makefile.SH
34312 ____________________________________________________________________________
34313 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
34314         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
34315              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
34316              Date: Sat, 14 Jan 2006 12:57:48 +0100
34317              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
34318      Branch: perl
34319            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
34320            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
34321 ____________________________________________________________________________
34322 [ 26857] By: craigb                                on 2006/01/14  16:45:56
34323         Log: Give up on through.t on VMS for now -- no can do with current 
34324              pipe implementation.
34325      Branch: perl
34326            ! t/io/through.t
34327 ____________________________________________________________________________
34328 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
34329         Log: Can now count the patches committed with --thanks-applied.
34330              Changes5.8's top 3:
34331              3332:   jhi
34332              321:    ams
34333              60:     nick
34334      Branch: perl
34335            ! Porting/checkAUTHORS.pl
34336 ____________________________________________________________________________
34337 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
34338         Log: Oops. When the e-mail address came first, or there was no name with it,
34339              checkAUTHORS.pl wasn't recognising it, which caused the change to be
34340              attributed to the committer rather than the author. This now reveals
34341              several people "missing" from the AUTHORS file.
34342      Branch: perl
34343            ! Porting/checkAUTHORS.pl
34344 ____________________________________________________________________________
34345 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
34346         Log: Some reordering and one new address for Stéphane Payrard
34347      Branch: perl
34348            ! Porting/checkAUTHORS.pl
34349 ____________________________________________________________________________
34350 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
34351         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
34352              AUTHORS where necessary.
34353      Branch: perl
34354            ! AUTHORS Porting/checkAUTHORS.pl
34355 ____________________________________________________________________________
34356 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
34357         Log: Add Ken Hirsch to AUTHORS.
34358      Branch: perl
34359            ! AUTHORS
34360 ____________________________________________________________________________
34361 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
34362         Log: e-mail update from Phil Lobbes
34363      Branch: perl
34364            ! AUTHORS Porting/checkAUTHORS.pl
34365 ____________________________________________________________________________
34366 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
34367         Log: Perldelta nits by Jim Cromie
34368      Branch: perl
34369            ! pod/perl593delta.pod
34370 ____________________________________________________________________________
34371 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
34372         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
34373              by Jim Cromie
34374      Branch: perl
34375            ! t/TEST
34376 ____________________________________________________________________________
34377 [ 26845] By: craigb                                on 2006/01/14  05:16:27
34378         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
34379              lookup stuff on older systems that don't know what it means (broken
34380              in #25306).
34381      Branch: perl
34382            ! vms/vms.c
34383 ____________________________________________________________________________
34384 [ 26844] By: craigb                                on 2006/01/14  05:02:38
34385         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
34386              having to do with dirent, opendir, etc.  Must be Friday the 13th.
34387      Branch: perl
34388            ! configure.com vms/vms.c vms/vmsish.h
34389 ____________________________________________________________________________
34390 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
34391         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
34392      Branch: perl
34393            ! Porting/checkAUTHORS.pl
34394 ____________________________________________________________________________
34395 [ 26835] By: stevep                                on 2006/01/13  19:31:19
34396         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
34397              in getopts.pl".
34398      Branch: perl
34399            ! t/op/local.t
34400 ____________________________________________________________________________
34401 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
34402         Log: Subject: Re: Today's compiling adventure
34403              From: Ken Hirsch <kenhirsch@ftml.net>
34404              Message-ID: <43C69F48.7090600@ftml.net>
34405              Date: Thu, 12 Jan 2006 13:26:16 -0500
34406      Branch: perl
34407            ! pp_sys.c
34408 ____________________________________________________________________________
34409 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
34410         Log: More perldelta work
34411      Branch: perl
34412            ! pod/perl593delta.pod
34413 ____________________________________________________________________________
34414 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
34415         Log: $utf8::VERSION++ # Documentation.
34416      Branch: perl
34417            ! lib/utf8.pm
34418 ____________________________________________________________________________
34419 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
34420         Log: Fix internal links in POD.
34421      Branch: perl
34422            ! lib/utf8.pm
34423 ____________________________________________________________________________
34424 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
34425         Log: More $VERSION bumps.
34426      Branch: perl
34427            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
34428 ____________________________________________________________________________
34429 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
34430         Log: Better wording for change 26796. Plus, make podchecker happy.
34431      Branch: perl
34432            ! lib/PerlIO.pm
34433 ____________________________________________________________________________
34434 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
34435         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
34436      Branch: perl
34437            ! perl.h
34438 ____________________________________________________________________________
34439 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
34440         Log: Add a link to the Opcode doc in Safe.
34441              (see RT CPAN ticket #8579)
34442      Branch: perl
34443            ! ext/Opcode/Safe.pm
34444 ____________________________________________________________________________
34445 [ 26813] By: craigb                                on 2006/01/13  01:12:44
34446         Log: Assorted VMS-only MakeMaker fixes for blead
34447      Branch: perl
34448            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34449            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
34450 ____________________________________________________________________________
34451 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
34452         Log: Make h2ph recognize (and skip) const and __const__ in C function
34453              prototypes. This makes it produce better files on linux-sparc64.
34454      Branch: perl
34455            ! utils/h2ph.PL
34456 ____________________________________________________________________________
34457 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
34458         Log: Upgrade to Devel::PPPort 3.06_01
34459      Branch: perl
34460            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
34461            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
34462            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
34463            ! ext/Devel/PPPort/devel/buildperl.pl
34464            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
34465            ! ext/Devel/PPPort/parts/apicheck.pl
34466            ! ext/Devel/PPPort/parts/apidoc.fnc
34467            ! ext/Devel/PPPort/parts/base/5006000
34468            ! ext/Devel/PPPort/parts/base/5009002
34469            ! ext/Devel/PPPort/parts/embed.fnc
34470            ! ext/Devel/PPPort/parts/inc/MY_CXT
34471            ! ext/Devel/PPPort/parts/inc/SvPV
34472            ! ext/Devel/PPPort/parts/inc/format
34473            ! ext/Devel/PPPort/parts/inc/grok
34474            ! ext/Devel/PPPort/parts/inc/misc
34475            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
34476            ! ext/Devel/PPPort/parts/inc/ppphbin
34477            ! ext/Devel/PPPort/parts/inc/ppphdoc
34478            ! ext/Devel/PPPort/parts/inc/ppphtest
34479            ! ext/Devel/PPPort/parts/inc/version
34480            ! ext/Devel/PPPort/parts/ppptools.pl
34481            ! ext/Devel/PPPort/parts/todo/5004040
34482            ! ext/Devel/PPPort/parts/todo/5005000
34483            ! ext/Devel/PPPort/parts/todo/5006000
34484            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
34485            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
34486 ____________________________________________________________________________
34487 [ 26808] By: merijn                                on 2006/01/12  19:54:57
34488         Log: Add new mpeix file from #26807
34489      Branch: perl
34490            ! MANIFEST
34491 ____________________________________________________________________________
34492 [ 26807] By: merijn                                on 2006/01/12  19:52:01
34493         Log: Subject: Re: Today's compiling adventure
34494              From: Ken Hirsch <kenhirsch@ftml.net>
34495              Date: Thu, 12 Jan 2006 13:26:16 -0500
34496              Message-ID: <43C69F48.7090600@ftml.net>
34497      Branch: perl
34498            + mpeix/mpeix_setjmp.c
34499            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
34500            ! pp_sys.c
34501 ____________________________________________________________________________
34502 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
34503         Log: $Socket::VERSION++; # You always miss one.
34504      Branch: perl
34505            ! ext/Socket/Socket.pm
34506 ____________________________________________________________________________
34507 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
34508         Log: Bump $VERSION in many modules that have changed.
34509      Branch: perl
34510            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
34511            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
34512            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
34513            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
34514            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
34515            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
34516            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
34517            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
34518            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
34519            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
34520            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
34521            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
34522 ____________________________________________________________________________
34523 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
34524         Log: Don't warn when localizing $[
34525      Branch: perl
34526            ! op.c t/lib/warnings/op
34527 ____________________________________________________________________________
34528 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
34529         Log: Subject: [perl #38205] misleading typo in perlfaq8
34530              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
34531              Date: Wed, 11 Jan 2006 14:56:28 -0800
34532              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
34533      Branch: perl
34534            ! pod/perlfaq8.pod
34535 ____________________________________________________________________________
34536 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
34537         Log: FAQ sync.
34538      Branch: perl
34539            ! pod/perlfaq.pod pod/perlfaq2.pod
34540 ____________________________________________________________________________
34541 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
34542         Log: Subject: [PATCH] Compress::Zlib
34543              From: "Paul Marquess" <paul.marquess@ntlworld.com>
34544              Date: Thu, 12 Jan 2006 13:20:58 -0000
34545              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
34546      Branch: perl
34547            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
34548            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
34549 ____________________________________________________________________________
34550 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
34551         Log: Subject: Re: cloning and foo_dup functions
34552              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34553              Date: Thu, 12 Jan 2006 01:41:18 -0800
34554              Message-ID: <20060112094118.GA1432@efn.org>
34555      Branch: perl
34556            ! embed.fnc pod/perltodo.pod proto.h
34557 ____________________________________________________________________________
34558 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
34559         Log: Test comment fix by Dominic Dunlop
34560      Branch: perl
34561            ! lib/locale.t
34562 ____________________________________________________________________________
34563 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
34564         Log: Typo fix.
34565      Branch: perl
34566            ! pod/perlvar.pod
34567 ____________________________________________________________________________
34568 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
34569         Log: Subject: [PATCH] fix for :crlf example 
34570              From: Xavier Noria <fxn@hashref.com> 
34571              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
34572              Date: Wed, 11 Jan 2006 23:11:49 +0100 
34573              
34574              plus bump its $VERSION
34575      Branch: perl
34576            ! lib/PerlIO.pm
34577 ____________________________________________________________________________
34578 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
34579         Log: A few more places that can use hv_fetchs().
34580              Ref change 26676.
34581      Branch: perl
34582            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
34583            ! utf8.c util.c
34584 ____________________________________________________________________________
34585 [ 26793] By: merijn                                on 2006/01/11  21:02:14
34586         Log: Cygwin issue (26792) and patchlevel (26790)
34587              
34588              Subject: Re: Cygwin status, maint and blead
34589              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34590              Date: Fri, 6 Jan 2006 13:47:10 -0800
34591              Message-ID: <20060106214710.GA592@efn.org>
34592              
34593              Subject: Re: Cygwin status, maint and blead
34594              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34595              Date: Thu, 10 Nov 2005 00:46:33 -0800
34596              Message-ID: <20051110084633.GA3364@efn.org>
34597      Branch: perl
34598            ! Configure
34599 ____________________________________________________________________________
34600 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
34601         Log: Make $( and $) list the groups in the order they
34602              are returned from the OS.  Linux seems to return
34603              the gids sorted and it seemed wrong for perl to
34604              reverse this order.
34605      Branch: perl
34606            ! mg.c
34607 ____________________________________________________________________________
34608 [ 26789] By: stevep                                on 2006/01/11  19:07:04
34609         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
34610              From: Dominic Dunlop <domo@computer.org>
34611              Date: Wed, 11 Jan 2006 19:52:20 +0100
34612              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
34613      Branch: perl
34614            ! lib/locale.t
34615 ____________________________________________________________________________
34616 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
34617         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
34618      Branch: perl
34619            ! embed.fnc embed.h proto.h util.c
34620 ____________________________________________________________________________
34621 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
34622         Log: Get rid of the following gcc format warnings by    simplifying the
34623              getgroups implementation:
34624              
34625              mg.c: In function Perl_magic_get':
34626              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
34627              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
34628              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
34629              
34630              Since we already cast the numeric Gid_t values to an IV it should not
34631              be too risky to also cast the Group_t values.  Converting these values
34632              with Gid_t_f wasn't quite right anyway.
34633      Branch: perl
34634            ! mg.c
34635 ____________________________________________________________________________
34636 [ 26785] By: steveh                                on 2006/01/11  14:07:47
34637         Log: Clean up temp files/dirs left by Archive-Tar tests
34638              
34639              Part of this reinstates change 25043 which was mistakenly removed
34640              by change 25312
34641      Branch: perl
34642            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
34643 ____________________________________________________________________________
34644 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
34645         Log: Make description of new warning introduced in change 26780 more precise
34646      Branch: perl
34647            ! pod/perldiag.pod
34648 ____________________________________________________________________________
34649 [ 26783] By: steveh                                on 2006/01/11  12:31:26
34650         Log: Clean up libdirs left behind by new Compress-Zlib
34651      Branch: perl
34652            ! win32/Makefile win32/makefile.mk
34653 ____________________________________________________________________________
34654 [ 26782] By: stevep                                on 2006/01/11  12:25:24
34655         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
34656              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
34657              Date: Wed, 11 Jan 2006 02:13:31 +0100
34658              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
34659      Branch: perl
34660            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
34661 ____________________________________________________________________________
34662 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
34663         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
34664      Branch: perl
34665            ! mg.c
34666 ____________________________________________________________________________
34667 [ 26780] By: stevep                                on 2006/01/11  11:53:07
34668         Log: Fix the new warning created with version-0.53
34669      Branch: perl
34670            ! pod/perldiag.pod util.c
34671 ____________________________________________________________________________
34672 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
34673         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
34674              argv[0] munging when $0 is assigned to.
34675      Branch: perl
34676            ! mg.c perl.c pod/perlembed.pod
34677 ____________________________________________________________________________
34678 [ 26778] By: steveh                                on 2006/01/11  09:04:38
34679         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
34680              of libwin32 (0.26), so bump the $VERSION a little
34681      Branch: perl
34682            ! win32/ext/Win32/Win32.pm
34683 ____________________________________________________________________________
34684 [ 26777] By: stevep                                on 2006/01/11  03:22:57
34685         Log: Upgrade to version-0.53
34686      Branch: perl
34687            ! lib/version.pm lib/version.t util.c
34688 ____________________________________________________________________________
34689 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
34690         Log: s/superceded/superseded/g
34691      Branch: perl
34692            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
34693 ____________________________________________________________________________
34694 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
34695         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
34696              From: Alan Burlison <Alan.Burlison@sun.com>
34697              Message-ID: <43C3D80E.20704@sun.com>
34698              Date: Tue, 10 Jan 2006 15:51:42 +0000
34699      Branch: perl
34700            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
34701 ____________________________________________________________________________
34702 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
34703         Log: Gisle is correct - $host needs to stay in case the user sets it
34704              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
34705      Branch: perl
34706            ! ext/Sys/Syslog/Syslog.pm
34707 ____________________________________________________________________________
34708 [ 26770] By: merijn                                on 2006/01/10  15:16:03
34709         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
34710              broken optimizer
34711              2. Remove a compiler warning in a try program
34712      Branch: perl
34713            ! hints/hpux.sh
34714 ____________________________________________________________________________
34715 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
34716         Log: Why should Syslog jump through hoops to look up the hostname so it can
34717              immediately convert it to an IP address, when all it really wants is
34718              a connection to the loopback device?
34719      Branch: perl
34720            ! ext/Sys/Syslog/Syslog.pm
34721 ____________________________________________________________________________
34722 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
34723         Log: If getservbyname fails tell what service the lookup
34724              attempt tried to use.
34725      Branch: perl
34726            ! ext/Sys/Syslog/Syslog.pm
34727 ____________________________________________________________________________
34728 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
34729         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
34730      Branch: perl
34731            ! toke.c
34732 ____________________________________________________________________________
34733 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
34734         Log: Remove Syslog tests that use external modules
34735      Branch: perl
34736            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
34737            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
34738            - ext/Sys/Syslog/t/portfs.t
34739            ! MANIFEST
34740 ____________________________________________________________________________
34741 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
34742         Log: Move initialization of old values prior to moreswitches()
34743              closer to their use and together with 'switches_done'.
34744      Branch: perl
34745            ! toke.c
34746 ____________________________________________________________________________
34747 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
34748         Log: Subject: [PATCH] It's the Barbie bus patch
34749              From: Andy Lester <andy@petdance.com>
34750              Date: Mon, 9 Jan 2006 23:42:43 -0600
34751              Message-ID: <20060110054243.GA26165@petdance.com>
34752      Branch: perl
34753            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
34754            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
34755            ! regexec.c sv.c toke.c uconfig.sh util.c
34756 ____________________________________________________________________________
34757 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
34758         Log: Remove stale date.
34759      Branch: perl
34760            ! pod/perlembed.pod
34761 ____________________________________________________________________________
34762 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
34763         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
34764              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
34765              Date: Mon, 9 Jan 2006 20:25:00 -0000
34766              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
34767      Branch: perl
34768            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
34769            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
34770            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
34771            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
34772            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
34773            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
34774            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
34775            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
34776            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
34777            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
34778            + ext/Compress/Zlib/t/04generic-deflate.t
34779            + ext/Compress/Zlib/t/04generic-gzip.t
34780            + ext/Compress/Zlib/t/04generic-rawdeflate.t
34781            + ext/Compress/Zlib/t/04generic-zip.t
34782            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
34783            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
34784            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
34785            + ext/Compress/Zlib/t/04zlib-generic-zip.t
34786            + ext/Compress/Zlib/t/12any-deflate.t
34787            + ext/Compress/Zlib/t/12any-gzip.t
34788            + ext/Compress/Zlib/t/12any-rawdeflate.t
34789            + ext/Compress/Zlib/t/12any-transparent.t
34790            + ext/Compress/Zlib/t/12any-zip.t
34791            + ext/Compress/Zlib/t/13prime-deflate.t
34792            + ext/Compress/Zlib/t/13prime-gzip.t
34793            + ext/Compress/Zlib/t/13prime-rawdeflate.t
34794            + ext/Compress/Zlib/t/13prime-zip.t
34795            + ext/Compress/Zlib/t/15multi-deflate.t
34796            + ext/Compress/Zlib/t/15multi-gzip.t
34797            + ext/Compress/Zlib/t/15multi-rawdeflate.t
34798            + ext/Compress/Zlib/t/15multi-zip.t
34799            + ext/Compress/Zlib/t/16oneshot-deflate.t
34800            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
34801            + ext/Compress/Zlib/t/16oneshot-gzip.t
34802            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
34803            + ext/Compress/Zlib/t/16oneshot-zip-only.t
34804            + ext/Compress/Zlib/t/16oneshot-zip.t
34805            + ext/Compress/Zlib/t/19destroy-deflate.t
34806            + ext/Compress/Zlib/t/19destroy-gzip.t
34807            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
34808            + ext/Compress/Zlib/t/19destroy-zip.t
34809            + ext/Compress/Zlib/t/20tied-deflate.t
34810            + ext/Compress/Zlib/t/20tied-gzip.t
34811            + ext/Compress/Zlib/t/20tied-rawdeflate.t
34812            + ext/Compress/Zlib/t/20tied-zip.t
34813            + ext/Compress/Zlib/t/21newtied-deflate.t
34814            + ext/Compress/Zlib/t/21newtied-gzip.t
34815            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
34816            + ext/Compress/Zlib/t/21newtied-zip.t
34817            + ext/Compress/Zlib/t/22merge-deflate.t
34818            + ext/Compress/Zlib/t/22merge-gzip.t
34819            + ext/Compress/Zlib/t/22merge-rawdeflate.t
34820            + ext/Compress/Zlib/t/22merge-zip.t
34821            + ext/Compress/Zlib/t/25anyunc-deflate.t
34822            + ext/Compress/Zlib/t/25anyunc-gzip.t
34823            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
34824            + ext/Compress/Zlib/t/25anyunc-transparent.t
34825            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
34826            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
34827            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
34828            + t/lib/compress/generic.pl t/lib/compress/merge.pl
34829            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
34830            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
34831            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
34832            + t/lib/compress/zlib-generic.pl
34833            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
34834            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
34835            - ext/Compress/Zlib/t/16oneshot.t
34836            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
34837            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
34838            - t/lib/ZlibTestUtils.pm
34839            ! MANIFEST ext/Compress/Zlib/Changes
34840            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
34841            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
34842            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
34843            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
34844            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
34845            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
34846            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
34847            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
34848            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
34849            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
34850            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
34851            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
34852            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
34853            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
34854            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
34855            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
34856            ! ext/Compress/Zlib/t/03zlib-v1.t
34857            ! ext/Compress/Zlib/t/05examples.t
34858            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
34859            ! ext/Compress/Zlib/t/08encoding.t
34860            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
34861            ! ext/Compress/Zlib/t/11truncate.t
34862            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
34863            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
34864            ! ext/Compress/Zlib/t/globmapper.t
34865 ____________________________________________________________________________
34866 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
34867         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
34868              This can only happen when perlparse is called with no argv.
34869              Don't try to update PL_origargv unless PL_origalen is at least 2.
34870      Branch: perl
34871            ! mg.c perl.c
34872 ____________________________________________________________________________
34873 [ 26759] By: craigb                                on 2006/01/10  04:28:25
34874         Log: Make FAKE,READONLY optional on VMS in test 21
34875      Branch: perl
34876            ! ext/Devel/Peek/t/Peek.t
34877 ____________________________________________________________________________
34878 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
34879         Log: Add Digest::SHA to the Win32 makefiles
34880      Branch: perl
34881            ! win32/Makefile win32/makefile.mk
34882 ____________________________________________________________________________
34883 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
34884         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
34885              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34886              Date: Mon, 9 Jan 2006 06:38:25 -0800
34887              Message-ID: <20060109143825.GB4132@efn.org>
34888      Branch: perl
34889            ! t/TEST
34890 ____________________________________________________________________________
34891 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
34892         Log: Subject: [patch] more about embed.fnc in perlguts
34893              From: Jim Cromie <jim.cromie@gmail.com>
34894              Date: Sun, 08 Jan 2006 11:35:46 -0700
34895              Message-ID: <43C15B82.9090309@gmail.com>
34896              
34897              (with a few nits)
34898      Branch: perl
34899            ! embed.fnc pod/perlguts.pod
34900 ____________________________________________________________________________
34901 [ 26755] By: stevep                                on 2006/01/09  14:27:07
34902         Log: Added standard core header to test cases for Digest::SHA
34903      Branch: perl
34904            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
34905            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
34906            ! ext/Digest/SHA/t/2-nist-sha-1.t
34907            ! ext/Digest/SHA/t/2-nist-sha-224.t
34908            ! ext/Digest/SHA/t/2-nist-sha-256.t
34909            ! ext/Digest/SHA/t/2-nist-sha-384.t
34910            ! ext/Digest/SHA/t/2-nist-sha-512.t
34911            ! ext/Digest/SHA/t/2-nist-sha-base64.t
34912            ! ext/Digest/SHA/t/2-nist-sha-oo.t
34913            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
34914            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
34915            ! ext/Digest/SHA/t/3-gillogly-easy.t
34916            ! ext/Digest/SHA/t/3-gillogly-hard.t
34917            ! ext/Digest/SHA/t/4-bitstr-increasing.t
34918            ! ext/Digest/SHA/t/4-bitstr-large.t
34919            ! ext/Digest/SHA/t/4-bitstr-random.t
34920            ! ext/Digest/SHA/t/5-hmac-fips198.t
34921            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
34922            ! ext/Digest/SHA/t/5-hmac-sha-256.t
34923            ! ext/Digest/SHA/t/5-hmac-woodbury.t
34924            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
34925 ____________________________________________________________________________
34926 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
34927         Log: POSIX and Fcntl both export the same constants derived from the same
34928              C macros. Given that constants are now real inline and *defined*,
34929              rather than merely declared and AUTOLOADed as needed, it is best that
34930              POSIX quite litereally re-exports the constants defined by Fcntl.
34931      Branch: perl
34932            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
34933 ____________________________________________________________________________
34934 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
34935         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
34936              This is actually needed for the current Configure logic
34937              to pick up the real patchnum from the .patch file.
34938      Branch: perl
34939            ! patchlevel.h
34940 ____________________________________________________________________________
34941 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
34942         Log: Upgrade to Sys::Syslog 0.12
34943      Branch: perl
34944            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
34945            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
34946            ! ext/Sys/Syslog/t/podspell.t
34947 ____________________________________________________________________________
34948 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
34949         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
34950              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
34951              Date: Sun, 8 Jan 2006 23:47:33 -0000
34952              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
34953      Branch: perl
34954            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
34955            ! ext/Compress/Zlib/t/05examples.t
34956            ! ext/Compress/Zlib/t/06gzsetp.t
34957            ! ext/Compress/Zlib/t/08encoding.t
34958            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
34959            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
34960            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
34961            ! ext/Compress/Zlib/t/16oneshot.t
34962            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
34963            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
34964            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
34965 ____________________________________________________________________________
34966 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
34967         Log: Revert change 26749
34968      Branch: perl
34969            ! pod/perlvar.pod
34970 ____________________________________________________________________________
34971 [ 26749] By: davem                                 on 2006/01/09  02:20:51
34972         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
34973              From:  Xavier Noria <fxn@hashref.com>
34974              Date:  Sun, 23 Oct 2005 09:47:37 +0200
34975              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
34976              
34977              clarify which variables are always forced into main::
34978      Branch: perl
34979            ! pod/perlvar.pod
34980 ____________________________________________________________________________
34981 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
34982         Log: Cope with change entries that are \r terminated
34983      Branch: perl
34984            ! Porting/genlog
34985 ____________________________________________________________________________
34986 [ 26745] By: craigb                                on 2006/01/08  22:37:47
34987         Log: follow-up to 26740, shasum --> shasum.com
34988      Branch: perl
34989            ! vms/descrip_mms.template
34990 ____________________________________________________________________________
34991 [ 26744] By: craigb                                on 2006/01/08  22:19:39
34992         Log: Grr.  #26690 broke handling of old ODS-2 style names
34993              on current versions of VMS
34994      Branch: perl
34995            ! configure.com
34996 ____________________________________________________________________________
34997 [ 26743] By: craigb                                on 2006/01/08  22:14:13
34998         Log: VMS needs the meta-quoted version of $0
34999      Branch: perl
35000            ! lib/Test/Simple/t/is_deeply_fail.t
35001 ____________________________________________________________________________
35002 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
35003         Log: Install shasum on Windows and VMS too
35004      Branch: perl
35005            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
35006 ____________________________________________________________________________
35007 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
35008         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
35009              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35010              Date: Mon, 09 Jan 2006 01:29:30 +0900
35011              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
35012      Branch: perl
35013            ! lib/open.pm pod/perlfunc.pod
35014 ____________________________________________________________________________
35015 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
35016         Log: Update copyright with the 2 years where changes were made.
35017      Branch: perl
35018            ! pad.h
35019 ____________________________________________________________________________
35020 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
35021         Log: Update the copyright years in the generated files, and nostdio.h
35022      Branch: perl
35023            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
35024 ____________________________________________________________________________
35025 [ 26735] By: davem                                 on 2006/01/08  20:41:16
35026         Log: document svt_copy, svt_dup and svt_local vtable slots
35027      Branch: perl
35028            ! pod/perlguts.pod
35029 ____________________________________________________________________________
35030 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
35031         Log: Add shasum (from Digest::SHA) to utils.lst
35032      Branch: perl
35033            ! utils.lst
35034 ____________________________________________________________________________
35035 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
35036         Log: Update copyright years (including some years where we made changes but
35037              did not update)
35038      Branch: perl
35039            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
35040            ! perlvars.h perly.c run.c scope.c taint.c thread.h
35041 ____________________________________________________________________________
35042 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
35043         Log: run pod/buildtoc --build-all
35044      Branch: perl
35045            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
35046            ! win32/Makefile win32/makefile.mk
35047 ____________________________________________________________________________
35048 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
35049         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
35050              tweaking
35051      Branch: perl
35052            ! pod/buildtoc
35053 ____________________________________________________________________________
35054 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
35055         Log: Add an option 'opened' which reports on the maintainers of all files
35056              perforce currently has open.
35057      Branch: perl
35058            ! Porting/Maintainers.pm
35059 ____________________________________________________________________________
35060 [ 26710] By: craigb                                on 2006/01/08  13:33:43
35061         Log: pod2usage2.t is not readily portable to VMS either
35062      Branch: perl
35063            ! t/pod/pod2usage2.t
35064 ____________________________________________________________________________
35065 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
35066         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
35067              the array ends up with shared hash key scalars, for a memory saving.
35068      Branch: perl
35069            ! ext/POSIX/POSIX.pm
35070 ____________________________________________________________________________
35071 [ 26708] By: merijn                                on 2006/01/08  12:27:29
35072         Log: Subject: [PATCH] blead: format warnings
35073              Date: Sat, 07 Jan 2006 21:42:08 +0200
35074              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35075              Message-ID: <43C01990.6020207@gmail.com>
35076      Branch: perl
35077            ! mg.c regcomp.c sv.c
35078 ____________________________________________________________________________
35079 [ 26707] By: merijn                                on 2006/01/08  09:53:56
35080         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
35081              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35082              Date: Sun, 08 Jan 2006 11:38:34 +0200
35083              Message-ID: <43C0DD9A.9080809@gmail.com>
35084      Branch: perl
35085            ! hints/dec_osf.sh
35086 ____________________________________________________________________________
35087 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
35088         Log: Add utils/shasum.PL to MANIFEST
35089      Branch: perl
35090            ! MANIFEST
35091 ____________________________________________________________________________
35092 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
35093         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
35094      Branch: perl
35095            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
35096            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
35097            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
35098            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
35099 ____________________________________________________________________________
35100 [ 26704] By: stevep                                on 2006/01/08  04:17:08
35101         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
35102      Branch: perl
35103            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
35104            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
35105            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
35106            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
35107            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
35108            + ext/Digest/SHA/t/1-hello-world.t
35109            + ext/Digest/SHA/t/2-nist-sha-1.t
35110            + ext/Digest/SHA/t/2-nist-sha-224.t
35111            + ext/Digest/SHA/t/2-nist-sha-256.t
35112            + ext/Digest/SHA/t/2-nist-sha-384.t
35113            + ext/Digest/SHA/t/2-nist-sha-512.t
35114            + ext/Digest/SHA/t/2-nist-sha-base64.t
35115            + ext/Digest/SHA/t/2-nist-sha-oo.t
35116            + ext/Digest/SHA/t/2-nist-vectors-bit.t
35117            + ext/Digest/SHA/t/2-nist-vectors-byte.t
35118            + ext/Digest/SHA/t/3-gillogly-easy.t
35119            + ext/Digest/SHA/t/3-gillogly-hard.t
35120            + ext/Digest/SHA/t/4-bitstr-increasing.t
35121            + ext/Digest/SHA/t/4-bitstr-large.t
35122            + ext/Digest/SHA/t/4-bitstr-random.t
35123            + ext/Digest/SHA/t/5-hmac-fips198.t
35124            + ext/Digest/SHA/t/5-hmac-rfc2202.t
35125            + ext/Digest/SHA/t/5-hmac-sha-256.t
35126            + ext/Digest/SHA/t/5-hmac-woodbury.t
35127            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
35128            + ext/Digest/SHA/t/gillogly/state.011
35129            + ext/Digest/SHA/t/gillogly/state.110
35130            + ext/Digest/SHA/t/nist/COPYRIGHT
35131            + ext/Digest/SHA/t/nist/Readme.txt
35132            + ext/Digest/SHA/t/nist/bit-hashes.sha1
35133            + ext/Digest/SHA/t/nist/bit-messages.sha1
35134            + ext/Digest/SHA/t/nist/byte-hashes.sha1
35135            + ext/Digest/SHA/t/nist/byte-messages.sha1
35136            + ext/Digest/SHA/t/state/state.1
35137            + ext/Digest/SHA/t/state/state.256
35138            + ext/Digest/SHA/t/state/state.384
35139            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
35140            + utils/shasum.PL
35141            ! MANIFEST Porting/Maintainers.pl utils/Makefile
35142 ____________________________________________________________________________
35143 [ 26703] By: craigb                                on 2006/01/07  22:12:16
35144         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
35145              some other version-dependency checks.
35146      Branch: perl
35147            ! configure.com
35148 ____________________________________________________________________________
35149 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
35150         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
35151              and the greedy quantifier on the (?:) don't fight each other until the
35152              C stack is exhausted.
35153      Branch: perl
35154            ! lib/Pod/Simple/BlackBox.pm
35155 ____________________________________________________________________________
35156 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
35157         Log: Reorder Fcntl's bootstrapping so that the constants actually get
35158              inlined within the functions that Fcntl defines.
35159      Branch: perl
35160            ! ext/Fcntl/Fcntl.pm
35161 ____________________________________________________________________________
35162 [ 26695] By: davem                                 on 2006/01/07  03:13:08
35163         Log: preserve the referent associated with a shared RV.
35164              its faster, and the user doesn't see a different address each time
35165              for ref($sharedref).
35166      Branch: perl
35167            ! ext/threads/shared/shared.xs
35168 ____________________________________________________________________________
35169 [ 26694] By: stevep                                on 2006/01/07  03:13:05
35170         Log: Additional const prototype fixes.
35171      Branch: perl
35172            ! os2/os2.c wince/wince.c
35173 ____________________________________________________________________________
35174 [ 26693] By: davem                                 on 2006/01/07  01:24:37
35175         Log: fix coredump on 'local $shared[N]' introduced by change #24942
35176      Branch: perl
35177            ! ext/threads/shared/shared.xs
35178 ____________________________________________________________________________
35179 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
35180         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
35181              better to subtract the number of tests that don't get run.
35182      Branch: perl
35183            ! t/comp/require.t
35184 ____________________________________________________________________________
35185 [ 26690] By: craigb                                on 2006/01/06  23:16:30
35186         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
35187      Branch: perl
35188            ! configure.com
35189 ____________________________________________________________________________
35190 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
35191         Log: Correct the typo in the description of change 24253
35192      Branch: perl
35193            ! Changes
35194 ____________________________________________________________________________
35195 [ 26685] By: stevep                                on 2006/01/06  21:59:00
35196         Log: Upgrade to version-0.52
35197      Branch: perl
35198            ! lib/version.pm lib/version.pod lib/version.t sv.c
35199            ! t/op/sprintf.t util.c
35200 ____________________________________________________________________________
35201 [ 26684] By: davem                                 on 2006/01/06  21:13:12
35202         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
35203              struct. Also document how it works.
35204      Branch: perl
35205            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
35206 ____________________________________________________________________________
35207 [ 26680] By: stevep                                on 2006/01/06  18:59:54
35208         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
35209              Perl core, but not the modules, to compile cleanly. 
35210      Branch: perl
35211            ! djgpp/djgpp.c djgpp/djgpp.h
35212 ____________________________________________________________________________
35213 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
35214         Log: Negating an unsigned value generates warnings for some compilers, so
35215              cast it first.
35216      Branch: perl
35217            ! lib/ExtUtils/Constant/ProxySubs.pm
35218 ____________________________________________________________________________
35219 [ 26677] By: steveh                                on 2006/01/06  17:20:47
35220         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
35221              
35222              (Fixes BCC compilation error in POSIX introduced by change 26455)
35223      Branch: perl
35224            ! ext/POSIX/Makefile.PL
35225 ____________________________________________________________________________
35226 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
35227         Log: Subject: [PATCH] hv_fetchs() support
35228              From: Andy Lester <andy@petdance.com>
35229              Date: Fri, 6 Jan 2006 09:57:19 -0600
35230              Message-ID: <20060106155719.GB9035@petdance.com>
35231      Branch: perl
35232            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
35233 ____________________________________________________________________________
35234 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
35235         Log: Subject: [PATCH] sprinkle dVAR
35236              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35237              Date: Fri, 06 Jan 2006 16:18:53 +0200
35238              Message-ID: <43BE7C4D.1010302@gmail.com>
35239      Branch: perl
35240            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
35241            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
35242            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
35243            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
35244            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
35245            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
35246 ____________________________________________________________________________
35247 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
35248         Log: Subject: [PATCH] performance tweaking op.c
35249              From: Andy Lester <andy@petdance.com>
35250              Date: Fri, 6 Jan 2006 01:44:48 -0600
35251              Message-ID: <20060106074448.GB3401@petdance.com>
35252      Branch: perl
35253            ! op.c
35254 ____________________________________________________________________________
35255 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
35256         Log: Remove code duplicated a few lines above by change 19695.
35257      Branch: perl
35258            ! toke.c
35259 ____________________________________________________________________________
35260 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
35261         Log: Move "DEVEL####" marker to the 'perl -v' output.
35262              This avoids problem with using STRINGIFY in patchlevel.h
35263              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
35264      Branch: perl
35265            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
35266 ____________________________________________________________________________
35267 [ 26671] By: stevep                                on 2006/01/06  13:04:44
35268         Log: Replacing broken call to savepvn() with savepvs() to get threaded
35269              Cygwin to compile again.
35270      Branch: perl
35271            ! perl.c
35272 ____________________________________________________________________________
35273 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
35274         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
35275              This feature was broken by change 19695 some years ago
35276              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
35277              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
35278      Branch: perl
35279            ! perl.c t/run/switches.t
35280 ____________________________________________________________________________
35281 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
35282         Log: Improve description of the -s switch.
35283              I found the "This means you can have switches
35284              with two leading dashes." sentence introduced by
35285              change 7144 really confusing.  The note after
35286              the example should make it clear enough that double
35287              dash switches can be used for those that insist.
35288      Branch: perl
35289            ! pod/perlrun.pod
35290 ____________________________________________________________________________
35291 [ 26668] By: merijn                                on 2006/01/05  21:04:32
35292         Log: Test if the probed availability of v?snprintf () is
35293              actually usable. Thanks to Russ and Jarkko.
35294      Branch: perl
35295            ! Configure
35296 ____________________________________________________________________________
35297 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
35298         Log: Upgrade to CPAN.pm 1.83
35299      Branch: perl
35300            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
35301            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
35302 ____________________________________________________________________________
35303 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
35304         Log: Regenerate PODs
35305      Branch: perl
35306            ! pod/perlmodlib.pod pod/perltoc.pod
35307 ____________________________________________________________________________
35308 [ 26664] By: steveh                                on 2006/01/05  17:24:44
35309         Log: Workaround another problem following change 26395
35310              
35311              MinGW doesn't like 26395 either! (ref: change 26634)
35312      Branch: perl
35313            ! gv.h
35314 ____________________________________________________________________________
35315 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
35316         Log: Really commit change 26662 (duh)
35317      Branch: perl
35318            ! pod.lst pod/perl.pod
35319 ____________________________________________________________________________
35320 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
35321         Log: Let table of contents know about perllinux man page
35322      Branch: perl
35323            ! pod.lst pod/perl.pod
35324 ____________________________________________________________________________
35325 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
35326         Log: Update Changes
35327      Branch: perl
35328            ! Changes
35329 ____________________________________________________________________________
35330 [ 26659] By: steveh                                on 2006/01/05  16:22:50
35331         Log: Subject: MinGW and lib/CORE/Win32.h
35332              From: "Sisyphus" <sisyphus1@optusnet.com.au>
35333              Date: Wed, 4 Jan 2006 21:29:19 +1100
35334              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
35335      Branch: perl
35336            ! win32/win32.h
35337 ____________________________________________________________________________
35338 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
35339         Log: Install less README files
35340      Branch: perl
35341            ! installperl
35342 ____________________________________________________________________________
35343 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
35344         Log: Remove old Pod::Man parser creation.
35345              Fix a run-time warning.
35346      Branch: perl
35347            ! installman
35348 ____________________________________________________________________________
35349 [ 26656] By: stevep                                on 2006/01/05  14:33:16
35350         Log: Change installman to instantiate a new Pod::Man instance for each
35351              file processed.  This is now required with podlators-2.0.
35352      Branch: perl
35353            ! installman
35354 ____________________________________________________________________________
35355 [ 26655] By: steveh                                on 2006/01/05  09:21:52
35356         Log: Reorder changes made in change 26630
35357              
35358              (Keep the order in win32/config.* and win32/config_H.* the same as in
35359              Configure and config_H.SH for easier diffing)
35360      Branch: perl
35361            ! win32/config.bc win32/config.gc win32/config.vc
35362            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35363            ! win32/config_H.vc win32/config_H.vc64
35364 ____________________________________________________________________________
35365 [ 26654] By: steveh                                on 2006/01/04  17:57:14
35366         Log: Run regen.pl (Just updating copyright years)
35367      Branch: perl
35368            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
35369            ! proto.h
35370 ____________________________________________________________________________
35371 [ 26653] By: steveh                                on 2006/01/04  17:49:38
35372         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
35373              PERL_IMPLICIT_CONTEXT is not defined
35374              
35375              Fixes non-threaded build errors on Win32 following change 26523
35376      Branch: perl
35377            ! makedef.pl
35378 ____________________________________________________________________________
35379 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
35380         Log: More copyright updates
35381      Branch: perl
35382            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
35383            ! pp_pack.c sv.h thread.h universal.c xsutils.c
35384 ____________________________________________________________________________
35385 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
35386         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
35387              From: Jim Cromie <jim.cromie@gmail.com>
35388              Date: Tue, 03 Jan 2006 23:18:09 -0700
35389              Message-ID: <43BB68A1.7060708@gmail.com>
35390              
35391              With syntactic tweaks to the test file
35392      Branch: perl
35393            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
35394            ! ext/B/t/optree_constants.t
35395 ____________________________________________________________________________
35396 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
35397         Log: Move all the xxxpvs() macros to handy.h.
35398              This brings them closer to STR_WITH_LEN.  Besides only half
35399              of them were sv-related after change 26649.
35400      Branch: perl
35401            ! handy.h sv.h
35402 ____________________________________________________________________________
35403 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
35404         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
35405              Can't use STR_WITH_LEN() as argument to a macro :-(
35406      Branch: perl
35407            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
35408 ____________________________________________________________________________
35409 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
35410         Log: Add an extra NUL so that we can use sv_catpvs()
35411              for "our @F=split..." and get rid of 15 and the
35412              explaination for why it's there.
35413      Branch: perl
35414            ! toke.c
35415 ____________________________________________________________________________
35416 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
35417         Log: Get rid of hardcoded string length.
35418      Branch: perl
35419            ! thread.h
35420 ____________________________________________________________________________
35421 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
35422         Log: Introduce newSVpvs_share() macro.
35423              Gets rid of some hardcoded string lengths.
35424      Branch: perl
35425            ! op.c perl.c sv.h
35426 ____________________________________________________________________________
35427 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
35428         Log: Get rid of a few more hardcoded string lengths.
35429      Branch: perl
35430            ! locale.c mg.c perl.c perlio.c sv.c
35431 ____________________________________________________________________________
35432 [ 26644] By: stevep                                on 2006/01/04  13:13:50
35433         Log: Update copyright year.
35434      Branch: perl
35435            ! pp_sys.c
35436 ____________________________________________________________________________
35437 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
35438         Log: Fix some compilation warnings
35439      Branch: perl
35440            ! pp_hot.c
35441 ____________________________________________________________________________
35442 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
35443         Log: Get rid of a few more hardcoded string lengths.
35444      Branch: perl
35445            ! gv.c perl.c perlio.c pp_sys.c
35446 ____________________________________________________________________________
35447 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
35448         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
35449              Gets rid of many hardcoded string lengths.
35450      Branch: perl
35451            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
35452            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
35453            ! xsutils.c
35454 ____________________________________________________________________________
35455 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
35456         Log: Removed unused part of string passed to sv_catpvn().
35457      Branch: perl
35458            ! toke.c
35459 ____________________________________________________________________________
35460 [ 26639] By: stevep                                on 2006/01/04  12:31:17
35461         Log: Updates to various configurations courtesy of Jarkko.
35462      Branch: perl
35463            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
35464            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
35465            ! wince/config.ce
35466 ____________________________________________________________________________
35467 [ 26638] By: stevep                                on 2006/01/04  12:19:49
35468         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
35469      Branch: perl
35470            ! lib/DirHandle.pm
35471 ____________________________________________________________________________
35472 [ 26637] By: steveh                                on 2006/01/04  11:10:36
35473         Log: Make Borland and MinGW happy with change 26379
35474              
35475              (They both complain "invalid conversion from `void*' to `HWND__*'"
35476              otherwise)
35477      Branch: perl
35478            ! win32/perlhost.h
35479 ____________________________________________________________________________
35480 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
35481         Log: Fix typo in comment.
35482      Branch: perl
35483            ! handy.h
35484 ____________________________________________________________________________
35485 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
35486         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
35487      Branch: perl
35488            ! handy.h toke.c
35489 ____________________________________________________________________________
35490 [ 26634] By: steveh                                on 2006/01/04  10:39:13
35491         Log: Workaround Win32 compiler bugs following change 26395
35492              
35493              Can't understand what VC++ 6 and Borland don't like about it.  There
35494              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
35495              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
35496              are all happy.
35497      Branch: perl
35498            ! gv.h
35499 ____________________________________________________________________________
35500 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
35501         Log: Silence compiler warning; ref change 26598
35502      Branch: perl
35503            ! op.c
35504 ____________________________________________________________________________
35505 [ 26632] By: stevep                                on 2006/01/04  03:43:20
35506         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
35507      Branch: perl
35508            ! configure.com
35509 ____________________________________________________________________________
35510 [ 26631] By: stevep                                on 2006/01/04  03:31:08
35511         Log: Add warnings for the various other *dir() functions when attempted
35512              on invalid dirhandles.
35513      Branch: perl
35514            ! pod/perldiag.pod pp_sys.c
35515 ____________________________________________________________________________
35516 [ 26630] By: stevep                                on 2006/01/04  02:47:39
35517         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
35518              files.
35519      Branch: perl
35520            ! win32/config.bc win32/config.gc win32/config.vc
35521            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35522            ! win32/config_H.vc win32/config_H.vc64
35523 ____________________________________________________________________________
35524 [ 26625] By: stevep                                on 2006/01/03  20:03:49
35525         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
35526              From: Mike Guy <mjtg@cam.ac.uk>
35527              Date: Tue, 03 Jan 2006 19:18:41 +0000 
35528              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
35529      Branch: perl
35530            ! pod/perlobj.pod
35531 ____________________________________________________________________________
35532 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
35533         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
35534              the NV only if the new body has an NV. (D'oh!)
35535      Branch: perl
35536            ! sv.c
35537 ____________________________________________________________________________
35538 [ 26617] By: stevep                                on 2006/01/03  18:14:27
35539         Log: Attemting to readdir() something that isn't a dirhandle should cause
35540              a warning.
35541      Branch: perl
35542            ! pod/perldiag.pod pp_sys.c
35543 ____________________________________________________________________________
35544 [ 26608] By: steveh                                on 2006/01/03  15:57:18
35545         Log: Fix release mode builds following change 26598
35546      Branch: perl
35547            ! cop.h
35548 ____________________________________________________________________________
35549 [ 26607] By: stevep                                on 2006/01/03  15:56:19
35550         Log: perldiag.pod additions to go with change #26602.
35551      Branch: perl
35552            ! pod/perldiag.pod
35553 ____________________________________________________________________________
35554 [ 26606] By: merijn                                on 2006/01/03  15:46:10
35555         Log: Add probe for snprintf () and vsnprintf ()
35556              
35557              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
35558              From: Steve Peters <steve@fisharerojo.org>
35559              Date: Mon, 2 Jan 2006 09:37:27 -0600
35560              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
35561      Branch: perl
35562            ! Configure Porting/Glossary config_h.SH handy.h
35563 ____________________________________________________________________________
35564 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
35565         Log: Update perldelta, up to change 25344 more or less.
35566      Branch: perl
35567            ! pod/perl593delta.pod
35568 ____________________________________________________________________________
35569 [ 26602] By: stevep                                on 2006/01/03  14:58:21
35570         Log: Bad symbols that are pretending to be dirhandles, should say they 
35571              are dirhandles in their error messages.
35572      Branch: perl
35573            ! gv.c
35574 ____________________________________________________________________________
35575 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
35576         Log: Sync perlfaq.
35577      Branch: perl
35578            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35579            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35580            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
35581            ! pod/perlfaq9.pod
35582 ____________________________________________________________________________
35583 [ 26598] By: davem                                 on 2006/01/03  12:29:38
35584         Log: silence some compiler warnings
35585      Branch: perl
35586            ! cop.h toke.c
35587 ____________________________________________________________________________
35588 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
35589         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
35590              From: Jim Cromie <jim.cromie@gmail.com>
35591              Date: Mon, 02 Jan 2006 15:06:48 -0700
35592              Message-ID: <43B9A3F8.8060609@gmail.com>
35593      Branch: perl
35594            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
35595            ! ext/B/t/optree_constants.t
35596 ____________________________________________________________________________
35597 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
35598         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
35599              From: Stephen McCamant <smcc@mit.edu>
35600              Date: Mon, 2 Jan 2006 18:52:24 -0800
35601              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
35602      Branch: perl
35603            ! ext/B/B/Deparse.pm
35604 ____________________________________________________________________________
35605 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
35606         Log: Subject: [patch@26561] utf8.c const issue.
35607              From: "John E. Malmberg" <wb8tyw@qsl.net>
35608              Date: Mon, 02 Jan 2006 14:16:02 -0500
35609              Message-ID: <43B97BF2.2050201@qsl.net>
35610      Branch: perl
35611            ! utf8.c
35612 ____________________________________________________________________________
35613 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
35614         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
35615              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
35616              Date: Tue, 03 Jan 2006 00:33:27 +0100
35617              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
35618      Branch: perl
35619            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35620 ____________________________________________________________________________
35621 [ 26591] By: davem                                 on 2006/01/03  02:20:28
35622         Log: ithreads: SVs that were only on the tmps stack leaked
35623      Branch: perl
35624            ! sv.c
35625 ____________________________________________________________________________
35626 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
35627         Log: The two never used NOTYET switch ops can go.
35628      Branch: perl
35629            ! pp_ctl.c
35630 ____________________________________________________________________________
35631 [ 26587] By: davem                                 on 2006/01/02  21:50:55
35632         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
35633              (change #25775 wasn't complete)
35634      Branch: perl
35635            ! sv.c
35636 ____________________________________________________________________________
35637 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
35638         Log: More missing AUTHORS
35639      Branch: perl
35640            ! AUTHORS Porting/checkAUTHORS.pl
35641 ____________________________________________________________________________
35642 [ 26581] By: craigb                                on 2006/01/02  19:22:52
35643         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
35644              From: "John E. Malmberg" <wb8tyw@qsl.net>
35645              Date: Mon, 02 Jan 2006 14:05:43 -0500
35646              Message-id: <43B97987.70201@qsl.net>
35647      Branch: perl
35648            ! vms/vms.c
35649 ____________________________________________________________________________
35650 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
35651         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
35652              Long term, need to fix the update changes script to cope.
35653      Branch: perl
35654            ! Changes
35655 ____________________________________________________________________________
35656 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
35657         Log: More missing AUTHORS
35658      Branch: perl
35659            ! AUTHORS Porting/checkAUTHORS.pl
35660 ____________________________________________________________________________
35661 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
35662         Log: Fix up missing and duplicate AUTHORS
35663      Branch: perl
35664            ! AUTHORS Porting/checkAUTHORS.pl
35665 ____________________________________________________________________________
35666 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
35667         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
35668              From: Jim Cromie <jim.cromie@gmail.com>
35669              Date: Sun, 01 Jan 2006 23:05:00 -0700
35670              Message-ID: <43B8C28C.20502@gmail.com>
35671      Branch: perl
35672            + ext/B/t/optree_constants.t
35673            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
35674 ____________________________________________________________________________
35675 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
35676         Log: Since we no longer autovivify stashes (change #26370), we need
35677              to turn off strict-refs on them, or we'll have a stricture
35678              error the first time we'd try to access them (when they'll be
35679              actually autovivified).
35680      Branch: perl
35681            ! op.c t/op/stash.t
35682 ____________________________________________________________________________
35683 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
35684         Log: Documentation fix for File::Temp::new
35685              
35686              Subject: [perl #38127] Bug in perldoc File::Temp 
35687              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
35688              Date: Mon, 02 Jan 2006 02:48:41 -0800
35689              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
35690      Branch: perl
35691            ! lib/File/Temp.pm
35692 ____________________________________________________________________________
35693 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
35694         Log: Happy New Year. (It's not just embed.pl).
35695      Branch: perl
35696            ! README opcode.pl perl.c reentr.pl
35697 ____________________________________________________________________________
35698 [ 26571] By: stevep                                on 2006/01/02  14:24:58
35699         Log: Note that the "unlink"ing directories is attempted when running as a
35700              superuser, and that some operating systems may not support it.
35701      Branch: perl
35702            ! pod/perlfunc.pod pod/perlrun.pod
35703 ____________________________________________________________________________
35704 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
35705         Log: Typo fix in the description of change 26370.
35706              (Also corrected in the repository) 
35707      Branch: perl
35708            ! Changes
35709 ____________________________________________________________________________
35710 [ 26569] By: davem                                 on 2006/01/02  12:09:37
35711         Log: add svt_local slot to magic vtable, and fix local $shared
35712      Branch: perl
35713            ! ext/threads/shared/shared.xs mg.c mg.h
35714 ____________________________________________________________________________
35715 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
35716         Log: Add 2006 to the copyright years in the header generated by embed.pl
35717      Branch: perl
35718            ! embed.pl
35719 ____________________________________________________________________________
35720 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
35721         Log: Subject: [patch] comment grammar and indentation, spurious tab
35722              From: Jim Cromie <jim.cromie@gmail.com>
35723              Date: Fri, 30 Dec 2005 22:45:55 -0700
35724              Message-ID: <43B61B13.3050704@gmail.com>
35725      Branch: perl
35726            ! sv.c
35727 ____________________________________________________________________________
35728 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
35729         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
35730              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
35731              Date: Sun, 01 Jan 2006 10:12:46 +0100
35732              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
35733      Branch: perl
35734            ! lib/CPAN.pm
35735 ____________________________________________________________________________
35736 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
35737         Log: Update copyrights for files modified in 2006
35738      Branch: perl
35739            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
35740            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
35741 ____________________________________________________________________________
35742 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
35743         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
35744      Branch: perl
35745            ! toke.c
35746 ____________________________________________________________________________
35747 [ 26558] By: merijn                                on 2006/01/01  10:42:16
35748         Log: Subject: [PATCH] Making 0 pointers to NULLs
35749              From: Andy Lester <andy@petdance.com>
35750              Date: Fri, 30 Dec 2005 23:05:58 -0600
35751              Message-ID: <20051231050558.GA29093@petdance.com>
35752      Branch: perl
35753            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
35754            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
35755 ____________________________________________________________________________
35756 [ 26556] By: merijn                                on 2006/01/01  10:23:19
35757         Log: Subject: [PATCH] Making 0 pointers to NULLs
35758              From: Andy Lester <andy@petdance.com>
35759              Date: Fri, 30 Dec 2005 23:05:58 -0600
35760              Message-ID: <20051231050558.GA29093@petdance.com>
35761      Branch: perl
35762            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
35763            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
35764 ____________________________________________________________________________
35765 [ 26555] By: davem                                 on 2005/12/31  23:24:26
35766         Log: make threads use MY_CXT API rather than using PL_modglobal
35767      Branch: perl
35768            ! ext/threads/threads.xs
35769 ____________________________________________________________________________
35770 [ 26554] By: davem                                 on 2005/12/31  21:36:05
35771         Log: tidy index arrangements in new MY_CXT code
35772      Branch: perl
35773            ! intrpvar.h sv.c util.c
35774 ____________________________________________________________________________
35775 [ 26553] By: stevep                                on 2005/12/31  18:45:37
35776         Log: Upgrade to CPAN-1.80_57
35777      Branch: perl
35778            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
35779            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
35780 ____________________________________________________________________________
35781 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
35782         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
35783      Branch: perl
35784            ! hv.c
35785 ____________________________________________________________________________
35786 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
35787         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
35788              would turn lazy delete on, causing the hash to become corrupted at the
35789              next iterator change.
35790      Branch: perl
35791            ! hv.c lib/Hash/Util.t
35792 ____________________________________________________________________________
35793 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
35794         Log: Remove unneeded test in Perl_hv_clear_placeholders.
35795              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
35796      Branch: perl
35797            ! hv.c
35798 ____________________________________________________________________________
35799 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
35800         Log: Subject: [PATCH] op/pack.t failure on Win64
35801              From: Jan Dubois <jand@activestate.com>
35802              Date: Dec 30, 2005 9:55 PM
35803              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
35804      Branch: perl
35805            ! pp_pack.c
35806 ____________________________________________________________________________
35807 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
35808         Log: Add a test for change 26547. (We no longer expect to see errors about
35809              unbalanced string table reference counts.)
35810      Branch: perl
35811            ! t/op/stash.t
35812 ____________________________________________________________________________
35813 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
35814         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
35815              Panic if we seem to be looping forever.
35816      Branch: perl
35817            ! hv.c pod/perldiag.pod
35818 ____________________________________________________________________________
35819 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
35820         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
35821              became lost.
35822      Branch: perl
35823            ! hv.c
35824 ____________________________________________________________________________
35825 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
35826         Log: Marcus Holland-Moritz suggested that assert should 
35827              Perl_croak_nocontext rather than Perl_croak.
35828      Branch: perl
35829            ! perl.h
35830 ____________________________________________________________________________
35831 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
35832         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
35833              scalar, and hence avoid thrashing the shared string table for "main".
35834      Branch: perl
35835            ! perl.c
35836 ____________________________________________________________________________
35837 [ 26543] By: stevep                                on 2005/12/30  17:47:45
35838         Log: Convert t/op/sleep.t to using test.pl
35839      Branch: perl
35840            ! t/op/sleep.t
35841 ____________________________________________________________________________
35842 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
35843         Log: Document why it's a bad plan to move the backreferences array from
35844              the magic structure to the hv_aux structure during backreference
35845              deletion. Add an optimisation for an empty backreference array.
35846      Branch: perl
35847            ! hv.c sv.c
35848 ____________________________________________________________________________
35849 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
35850         Log: Now that the backreference array has no NULL entries, and is correctly
35851              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
35852              it.
35853      Branch: perl
35854            ! sv.c
35855 ____________________________________________________________________________
35856 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
35857         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
35858              needs to define them with a prototype to match.
35859      Branch: perl
35860            ! lib/Net/Ping.pm
35861 ____________________________________________________________________________
35862 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
35863         Log: Update perltodo. First shot at perl593delta.
35864      Branch: perl
35865            ! pod/perl593delta.pod pod/perltodo.pod
35866 ____________________________________________________________________________
35867 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
35868         Log: In the shared string table, if we add new entries to the head of the
35869              linked list chain, then we don't need as much bookkeeping in the loop.
35870      Branch: perl
35871            ! hv.c
35872 ____________________________________________________________________________
35873 [ 26537] By: stevep                                on 2005/12/30  14:39:49
35874         Log: Subject: [PATCH] Differences from Perl 6
35875              From: Robin Houston <robin@cpan.org> 
35876              Date: Fri, 30 Dec 2005 13:45:34 +0000 
35877              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
35878      Branch: perl
35879            ! pod/perlsyn.pod
35880 ____________________________________________________________________________
35881 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
35882         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
35883              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
35884              Date: Mon, 12 Dec 2005 19:22:32 +0100
35885              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
35886      Branch: perl
35887            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
35888            ! lib/ExtUtils/MakeMaker.pm
35889 ____________________________________________________________________________
35890 [ 26535] By: davem                                 on 2005/12/30  12:21:05
35891         Log: fix errors in new MY_CTX code
35892      Branch: perl
35893            ! perl.c sv.c
35894 ____________________________________________________________________________
35895 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
35896         Log: Reduce size of buffers for identifier names, as suggested in
35897              
35898              Subject: Stack usage (in gv_stashpvn and others)
35899              From: Tels <nospam-abuse@bloodgate.com>
35900              Date: Thu, 29 Dec 2005 18:40:49 +0100
35901              Message-Id: <200512291840.50765@bloodgate.com>
35902      Branch: perl
35903            ! gv.c
35904 ____________________________________________________________________________
35905 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
35906         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
35907              From: Tels <nospam-abuse@bloodgate.com>
35908              Date: Thu, 29 Dec 2005 18:57:43 +0100
35909              Message-Id: <200512291857.59458@bloodgate.com>
35910      Branch: perl
35911            ! perlio.c
35912 ____________________________________________________________________________
35913 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
35914         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
35915              From: Tels <nospam-abuse@bloodgate.com>
35916              Date: Thu, 29 Dec 2005 18:32:10 +0100
35917              Message-Id: <200512291832.20651@bloodgate.com>
35918      Branch: perl
35919            ! gv.c
35920 ____________________________________________________________________________
35921 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
35922         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
35923              (spotted by Jan Dubois)
35924      Branch: perl
35925            ! makedef.pl
35926 ____________________________________________________________________________
35927 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
35928         Log: RMAGIC on symbol tables is bad, m'kay.
35929              Allow hashes (and therefore all symbol tables) to store the
35930              backreference array in the hv_aux structure, and thereby undo the
35931              performance damage of 24966, which resulted in 60% of all hash lookups
35932              trying to mg_find tiehash magic.
35933      Branch: perl
35934            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
35935 ____________________________________________________________________________
35936 [ 26529] By: davem                                 on 2005/12/30  01:06:05
35937         Log: change #26523 didn't make my_cxt_init public
35938      Branch: perl
35939            ! embed.fnc embed.h global.sym
35940 ____________________________________________________________________________
35941 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
35942         Log: Subject: [PATCH] $a = \$a oddity
35943              From: Tels <nospam-abuse@bloodgate.com>
35944              Date: Thu, 29 Dec 2005 18:01:42 +0100
35945              Message-Id: <200512291802.00742@bloodgate.com>
35946              
35947              plus trim some whitespace
35948      Branch: perl
35949            ! pod/perlreftut.pod
35950 ____________________________________________________________________________
35951 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
35952         Log: Subject: [PATCH] Actual real consting of parms
35953              From: Andy Lester <andy@petdance.com>
35954              Date: Thu, 29 Dec 2005 01:15:09 -0600
35955              Message-ID: <20051229071509.GA32653@petdance.com>
35956      Branch: perl
35957            ! embed.fnc proto.h sv.c
35958 ____________________________________________________________________________
35959 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
35960         Log: Subject: [PATCH] av.c cleanup, plus!
35961              From: Andy Lester <andy@petdance.com>
35962              Date: Wed, 28 Dec 2005 15:44:14 -0600
35963              Message-ID: <20051228214414.GD26033@petdance.com>
35964      Branch: perl
35965            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
35966 ____________________________________________________________________________
35967 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
35968         Log: Fix test for perl version number in Makefile.PL
35969      Branch: perl
35970            ! ext/Sys/Syslog/Makefile.PL
35971 ____________________________________________________________________________
35972 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
35973         Log: Subject: [PATCH] Fixing the SVREFCNT macro
35974              From: Andy Lester <andy@petdance.com>
35975              Date: Wed, 28 Dec 2005 13:30:51 -0600
35976              Message-ID: <20051228193051.GD23207@petdance.com>
35977      Branch: perl
35978            ! sv.h
35979 ____________________________________________________________________________
35980 [ 26523] By: davem                                 on 2005/12/29  12:00:29
35981         Log: re-implement MY_CXT API more efficiently, and add explicit
35982              interpeter arg variant
35983      Branch: perl
35984            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
35985            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
35986            ! sv.c util.c
35987 ____________________________________________________________________________
35988 [ 26522] By: davem                                 on 2005/12/29  11:35:04
35989         Log: add tests for MY_CXT API and improve its documentation
35990      Branch: perl
35991            + ext/XS/APItest/t/my_cxt.t
35992            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
35993            ! pod/perlxs.pod
35994 ____________________________________________________________________________
35995 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
35996         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
35997              From: Robin Houston <robin@cpan.org>
35998              Date: Mon, 26 Dec 2005 17:56:48 +0000
35999              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
36000      Branch: perl
36001            ! lib/overload.t
36002 ____________________________________________________________________________
36003 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
36004         Log: Subject: [DOC PATCH] rindex clarification
36005              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36006              Date: Mon, 26 Dec 2005 18:42:40 -0800
36007              Message-ID: <20051227024240.GA2940@efn.org>
36008              
36009              plus another formatting nit
36010      Branch: perl
36011            ! pod/perlfunc.pod
36012 ____________________________________________________________________________
36013 [ 26519] By: craigb                                on 2005/12/29  03:49:58
36014         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
36015              From: "Craig A. Berry" <craigberry@mac.com>
36016              Date: Tue, 27 Dec 2005 17:59:35 -0600
36017              Message-id: <43B1D567.9080504@mac.com>
36018      Branch: perl
36019            ! lib/Pod/Simple/Search.pm
36020            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
36021 ____________________________________________________________________________
36022 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
36023         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
36024              without checking.
36025      Branch: perl
36026            ! pp.c
36027 ____________________________________________________________________________
36028 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
36029         Log: As the backreferences AV doesn't hold references on its contents,
36030              surely it should have AvREAL turned off?
36031      Branch: perl
36032            ! sv.c
36033 ____________________________________________________________________________
36034 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
36035         Log: PL_amagic_generation is always non-zero, so remove the test for this.
36036              (Since change 17990 added version object overloading)
36037      Branch: perl
36038            ! pp.h
36039 ____________________________________________________________________________
36040 [ 26515] By: stevep                                on 2005/12/28  13:31:02
36041         Log: Upgrade to Sys-Syslog-0.11
36042      Branch: perl
36043            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
36044            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
36045            ! ext/Sys/Syslog/t/syslog.t
36046 ____________________________________________________________________________
36047 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
36048         Log: Cleanup; replace a croak("panic: ...") with assert().
36049      Branch: perl
36050            ! av.c
36051 ____________________________________________________________________________
36052 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
36053         Log: assert(av);  Cleanup the way that the av_*() functions check
36054              that they are really passed an av argument.
36055              Should improve the test coverage a bit.
36056      Branch: perl
36057            ! av.c pod/perldiag.pod
36058 ____________________________________________________________________________
36059 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
36060         Log: Use memchr() instead of ninstr() to locate the end-of-line.
36061              The call to memchr() will faster.
36062      Branch: perl
36063            ! toke.c
36064 ____________________________________________________________________________
36065 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
36066         Log: Leaner ninstr().
36067              The compiled function ended up 37% smaller on Linux/gcc.
36068              I ought to be faster as well, but I did not try to measure that.
36069      Branch: perl
36070            ! util.c
36071 ____________________________________________________________________________
36072 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
36073         Log: Remove test for NUL ending in r?instr().
36074              This test is actually harmful because we will search
36075              for any garbage found past the empty search string.
36076              Ref change 26509.
36077      Branch: perl
36078            ! util.c
36079 ____________________________________________________________________________
36080 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
36081         Log: Fix 2 off-by-one errors in the call to ninstr().
36082              This code managed to still work because of a bug
36083              in how ninstr() treats empty search strings.
36084      Branch: perl
36085            ! ext/Filter/Util/Call/Call.xs
36086 ____________________________________________________________________________
36087 [ 26508] By: stevep                                on 2005/12/28  03:27:13
36088         Log: Upgrade to PathTools-3.15
36089      Branch: perl
36090            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
36091 ____________________________________________________________________________
36092 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
36093         Log: s/%/%%/ in the package name so that it can be used safely in the
36094              sprintf format string (and hence not need runtime %s interpolation)
36095      Branch: perl
36096            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
36097 ____________________________________________________________________________
36098 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
36099         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
36100              Prototype all the missing constants, so that parsing doesn't depend on
36101              the phase of the moon. (Well, the system headers)
36102              Add an option for making missing constants generate errors at read time
36103              (which can be during constant folding). This isn't the default.
36104      Branch: perl
36105            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
36106 ____________________________________________________________________________
36107 [ 26505] By: stevep                                on 2005/12/27  22:07:44
36108         Log: Subject: [PATCH] pre-likely cleanup
36109              From: Andy Lester <andy@petdance.com> 
36110              Date: Tue, 27 Dec 2005 14:39:39 -0600
36111              Message-ID: <20051227203939.GC1781@petdance.com> 
36112              
36113              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
36114      Branch: perl
36115            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
36116 ____________________________________________________________________________
36117 [ 26504] By: stevep                                on 2005/12/27  18:36:19
36118         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
36119      Branch: perl
36120            ! Porting/Maintainers.pl
36121 ____________________________________________________________________________
36122 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
36123         Log: gv_fetch_flags in newATTRSUB can actually be const.
36124              Comment the logic behind the terms in the ternary that chooses the
36125              flags value.
36126      Branch: perl
36127            ! op.c
36128 ____________________________________________________________________________
36129 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
36130         Log: As what we're doing is generating subroutines, which are methods, we
36131              need to invalidate cached methods. For constant.pm we need to create
36132              &Internals::inc_sub_generation
36133      Branch: perl
36134            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
36135 ____________________________________________________________________________
36136 [ 26501] By: stevep                                on 2005/12/27  14:10:20
36137         Log: Subject: [patch] ext/b/t/lint.t fails on win32
36138              From: demerphq <demerphq@gmail.com>
36139              Date: Fri, 23 Dec 2005 20:06:52 +0100 
36140              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
36141      Branch: perl
36142            ! ext/B/t/lint.t
36143 ____________________________________________________________________________
36144 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
36145         Log: Refactor the require failure message generation to use 1 less temporary
36146              SV, and to build as much text as possible with newSVpvf
36147      Branch: perl
36148            ! pp_ctl.c
36149 ____________________________________________________________________________
36150 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
36151         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
36152              any -j flags. (And their implied disabling of backwards compatibility,
36153              which is the real cause of the make disttest failure).
36154      Branch: perl
36155            ! lib/ExtUtils/t/basic.t
36156 ____________________________________________________________________________
36157 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
36158         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
36159              Or whether it could be relaxed.
36160      Branch: perl
36161            ! MANIFEST
36162 ____________________________________________________________________________
36163 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
36164         Log: Remove the hard wired test numbers in the generated test script for
36165              simple tests. Use this script twice, firstly for testing the old style
36166              autoloaded constants, then for testing the ProxySubs.
36167              Make testing the dogfood/regeneration code optional, as the ProxySubs
36168              output doesn't contain it.
36169      Branch: perl
36170            ! lib/ExtUtils/t/Constant.t
36171 ____________________________________________________________________________
36172 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
36173         Log: Support type UNDEF, and correct a bug in the macro generation by using
36174              macro_from_item.
36175      Branch: perl
36176            ! lib/ExtUtils/Constant/ProxySubs.pm
36177 ____________________________________________________________________________
36178 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
36179         Log: Add method macro_from_item to encapsulate the entire logic for getting
36180              the correct macro direct from the item hash.
36181      Branch: perl
36182            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
36183 ____________________________________________________________________________
36184 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
36185         Log: Don't try to store PL_sv_undef in pads. (For now)
36186      Branch: perl
36187            ! op.c
36188 ____________________________________________________________________________
36189 [ 26493] By: stevep                                on 2005/12/26  22:01:49
36190         Log: Upgrade to CPAN-1.80_56
36191      Branch: perl
36192            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
36193            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
36194            ! lib/CPAN/bin/cpan
36195 ____________________________________________________________________________
36196 [ 26492] By: stevep                                on 2005/12/26  17:29:13
36197         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
36198              a mere committer to remove the last of the NGROUPS-sized arrays...
36199              
36200              Perl_magic_set() was using the last of these arrays to do the 
36201              lvalue work on $).  Instead of an array, a pointer is used and 
36202              re-sized as needed.  
36203      Branch: perl
36204            ! mg.c
36205 ____________________________________________________________________________
36206 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
36207         Log: Add a couple of newlines for tidier regen output, consistent with the
36208              code generated by WriteConstants()
36209      Branch: perl
36210            ! lib/ExtUtils/Constant/XS.pm
36211 ____________________________________________________________________________
36212 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
36213         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
36214              to allow the caller to pass in file handles. Use this in Contant.t
36215              with tied file handles to capture the output, rather than calling
36216              the lower level routines directly.
36217      Branch: perl
36218            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
36219 ____________________________________________________________________________
36220 [ 26489] By: stevep                                on 2005/12/26  16:08:49
36221         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
36222              From: Jim Cromie <jim.cromie@gmail.com>
36223              Date: Mon, 26 Dec 2005 07:57:51 -0700
36224              Message-ID: <43B004EF.8060500@gmail.com>
36225      Branch: perl
36226            ! doio.c
36227 ____________________________________________________________________________
36228 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
36229         Log: The values for proxy constant subroutines need to be read only.
36230      Branch: perl
36231            ! lib/ExtUtils/Constant/ProxySubs.pm
36232 ____________________________________________________________________________
36233 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
36234         Log: Rework constant.pm to take advantage of the space savings of proxy
36235              constant subroutines whenever it can.
36236      Branch: perl
36237            ! lib/constant.pm
36238 ____________________________________________________________________________
36239 [ 26486] By: stevep                                on 2005/12/26  03:51:24
36240         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
36241              Adapt change #26480 to reduce memory usage here as well.
36242      Branch: perl
36243            ! doio.c
36244 ____________________________________________________________________________
36245 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
36246         Log: The value from caller doesn't change, so my $pkg = caller;
36247              should be moved out of the loop.
36248      Branch: perl
36249            ! lib/constant.pm
36250 ____________________________________________________________________________
36251 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
36252         Log: Tests for creating constants where prototypes or other symbols of the
36253              same name already exist.
36254      Branch: perl
36255            ! lib/constant.t
36256 ____________________________________________________________________________
36257 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
36258         Log: Using a hash reference rather than a hash can save a hash copy.
36259      Branch: perl
36260            ! lib/constant.pm
36261 ____________________________________________________________________________
36262 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
36263         Log: Unless the peephole optimiser already knows that we're in void context,
36264              avoid even attempting the whole proxy constant sub copying
36265              optimisation.
36266      Branch: perl
36267            ! op.c
36268 ____________________________________________________________________________
36269 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
36270         Log: Given that IO::Socket is documented as exporting all of Socket's
36271              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
36272              use both. (And re-exporting removes some of the efficiency of the new
36273              constants implementation)
36274      Branch: perl
36275            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
36276 ____________________________________________________________________________
36277 [ 26480] By: stevep                                on 2005/12/24  03:30:02
36278         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
36279              From: Jim Cromie <jim.cromie@gmail.com>
36280              Date: Fri, 23 Dec 2005 13:24:29 -0700
36281              Message-ID: <43AC5CFD.3060200@gmail.com>
36282              
36283              Includes a change in variable names from "j" to "num_groups".
36284      Branch: perl
36285            ! mg.c
36286 ____________________________________________________________________________
36287 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
36288         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
36289      Branch: perl
36290            ! ext/POSIX/Makefile.PL
36291 ____________________________________________________________________________
36292 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
36293         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
36294              being shrunk in realloc()
36295      Branch: perl
36296            ! util.c
36297 ____________________________________________________________________________
36298 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
36299         Log: For the rare case of EMFILE during require, save object code space
36300              by using newSVpvf
36301              (Would it be worth using it for all require failures?)
36302      Branch: perl
36303            ! pp_ctl.c
36304 ____________________________________________________________________________
36305 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
36306         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
36307              over memory to invalidate it just before free()ing it.
36308      Branch: perl
36309            ! perl.h util.c
36310 ____________________________________________________________________________
36311 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
36312         Log: Provide support for types PVN and UNDEF in
36313              ExtUtils::Constant::ProxySubs
36314      Branch: perl
36315            ! lib/ExtUtils/Constant/ProxySubs.pm
36316 ____________________________________________________________________________
36317 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
36318         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
36319              other information can be stored in it.
36320      Branch: perl
36321            ! perl.h util.c
36322 ____________________________________________________________________________
36323 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
36324         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
36325              in #INCLUDEs work.
36326      Branch: perl
36327            ! lib/ExtUtils/ParseXS.pm
36328 ____________________________________________________________________________
36329 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
36330         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
36331              use in Sys::Syslog
36332      Branch: perl
36333            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
36334 ____________________________________________________________________________
36335 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
36336         Log: inlining autoloaded constants is TODOne.
36337      Branch: perl
36338            ! pod/perltodo.pod
36339 ____________________________________________________________________________
36340 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
36341         Log: Now that proxy subroutines can be unproxied in 2 places without
36342              becoming the same newCONSTSUB, need an explicit check to avoid a
36343              warning about subroutines being redefined, as there has never been
36344              a warning when you assing the same subroutine to a glob's GvCV()
36345      Branch: perl
36346            ! sv.c t/op/gv.t
36347 ____________________________________________________________________________
36348 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
36349         Log: like and unlike weren't reporting failure where correctly in test.pl
36350      Branch: perl
36351            ! t/test.pl
36352 ____________________________________________________________________________
36353 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
36354         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
36355      Branch: perl
36356            ! ext/Compress/Zlib/zlib-src/zconf.h
36357 ____________________________________________________________________________
36358 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
36359         Log: Clarify example of .. in perlop
36360              to fix [perl #38008] Documentation bug: perlop
36361              plus some minor formatting nits
36362      Branch: perl
36363            ! pod/perlop.pod
36364 ____________________________________________________________________________
36365 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
36366         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
36367              From: chromatic <chromatic@wgz.org>
36368              Date: Dec 22, 2005 8:58 PM
36369              Message-Id: <200512221158.54474.chromatic@wgz.org>
36370      Branch: perl
36371            ! lib/UNIVERSAL.pm
36372 ____________________________________________________________________________
36373 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
36374         Log: Need to be more careful with the symbol table manipulation - if there
36375              is already an entry in place, back off and generate a real constant
36376              subroutine. (fixes lib/Net/hostent.t failure)
36377              Fix a bug with how hv_store was being called.
36378      Branch: perl
36379            ! lib/ExtUtils/Constant/ProxySubs.pm
36380 ____________________________________________________________________________
36381 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
36382         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
36383              aren't constants on (at least some) Linux.
36384              And more evil than that, HUGE_VAL likes to use the C preprocessor
36385              in its value, necessitating use of a temporary.
36386      Branch: perl
36387            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
36388 ____________________________________________________________________________
36389 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
36390         Log: Use inlineable proxy constant subs for Socket
36391      Branch: perl
36392            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
36393 ____________________________________________________________________________
36394 [ 26462] By: stevep                                on 2005/12/23  00:28:54
36395         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
36396      Branch: perl
36397            ! hints/hpux.sh
36398 ____________________________________________________________________________
36399 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
36400         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
36401              From: Andy Lester <andy@petdance.com>
36402              Message-ID: <20051222220044.GH4370@petdance.com>
36403              Date: Thu, 22 Dec 2005 16:00:44 -0600
36404      Branch: perl
36405            ! universal.c
36406 ____________________________________________________________________________
36407 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
36408         Log: Create a sub LC_ALL with the correct prototype.
36409      Branch: perl
36410            ! lib/locale.t
36411 ____________________________________________________________________________
36412 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
36413         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
36414              and some constants are mentioned in multiple tags).
36415              Should this logic be in Exporter::Heavy?
36416      Branch: perl
36417            ! ext/POSIX/POSIX.pm
36418 ____________________________________________________________________________
36419 [ 26458] By: stevep                                on 2005/12/23  00:10:25
36420         Log: Make hostname.t deal with undefined or blank hostnames and domain 
36421              names.
36422      Branch: perl
36423            ! lib/Net/t/hostname.t
36424 ____________________________________________________________________________
36425 [ 26457] By: stevep                                on 2005/12/23  00:06:58
36426         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
36427              the Pod::Man 2.04.
36428      Branch: perl
36429            ! lib/ExtUtils/Command/MM.pm
36430 ____________________________________________________________________________
36431 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
36432         Log: Subject: [PATCH] Speedup (rn|n)?instr
36433              From: Andy Lester <andy@petdance.com>
36434              Message-ID: <20051222223839.GI4370@petdance.com>
36435              Date: Thu, 22 Dec 2005 16:38:39 -0600
36436      Branch: perl
36437            ! util.c
36438 ____________________________________________________________________________
36439 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
36440         Log: Use inlineable proxy constant subs for POSIX.
36441              There may be trouble ahead, as it seems that not all POSIX "constants"
36442              are. I wonder if too many systems are going to have too many
36443              variations to make this viable.
36444      Branch: perl
36445            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
36446            ! lib/ExtUtils/Constant/ProxySubs.pm
36447 ____________________________________________________________________________
36448 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
36449         Log: Missing ; in Tie::File
36450      Branch: perl
36451            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
36452 ____________________________________________________________________________
36453 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
36454         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
36455              So far just enough to make Fcntl work.
36456      Branch: perl
36457            + lib/ExtUtils/Constant/ProxySubs.pm
36458            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
36459 ____________________________________________________________________________
36460 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
36461         Log: Compilation help for EBCDIC platforms, from Jarkko,
36462              tested by Rajarshi Das
36463      Branch: perl
36464            ! utf8.h
36465 ____________________________________________________________________________
36466 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
36467         Log: Break out the code to generate #ifdef/#endif into new methods
36468              macro_to_ifdef and macro_to_endif
36469              Add an args hashref to normalise_items; provide a
36470              disable_utf8_duplication argument to disable the utf8 duplication code.
36471      Branch: perl
36472            ! lib/ExtUtils/Constant/Base.pm
36473 ____________________________________________________________________________
36474 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
36475         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
36476              From: Andy Lester <andy@petdance.com>
36477              Date: Thu, 22 Dec 2005 10:57:17 -0600
36478              Message-ID: <20051222165717.GA2874@petdance.com>
36479      Branch: perl
36480            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
36481            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
36482 ____________________________________________________________________________
36483 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
36484         Log: Break out the item normalisation code into a method normalise_items.
36485      Branch: perl
36486            ! lib/ExtUtils/Constant/Base.pm
36487 ____________________________________________________________________________
36488 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
36489         Log: Regression tests for proxy subroutine glob assignment.
36490              Fix a bug (it turns out that a typeglob isn't SvOK())
36491              Remove stray debugging code.
36492      Branch: perl
36493            ! pp_hot.c t/op/gv.t
36494 ____________________________________________________________________________
36495 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
36496         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
36497              From: Robin Houston <robin@cpan.org>
36498              Date: Thu, 22 Dec 2005 11:54:55 +0000
36499              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
36500      Branch: perl
36501            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
36502            ! t/comp/hints.t
36503 ____________________________________________________________________________
36504 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
36505         Log: Add an optimisation to allow proxy constant subroutines to be copied
36506              as proxy constant subroutines in a new symbol table where possible.
36507              (Rather than converting them to full blown constant subroutines and
36508              instantiating 2 typeglobs)
36509      Branch: perl
36510            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
36511 ____________________________________________________________________________
36512 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
36513         Log: Regenerate Changes
36514      Branch: perl
36515            ! Changes
36516 ____________________________________________________________________________
36517 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
36518         Log: Remove unused variable 'stash' since change 26437.
36519      Branch: perl
36520            ! pp_hot.c
36521 ____________________________________________________________________________
36522 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
36523         Log: Regenerate perlapi.pod.
36524              Fix indentation of code examples in perlsyn.
36525      Branch: perl
36526            ! pod/perlapi.pod pod/perlsyn.pod
36527 ____________________________________________________________________________
36528 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
36529         Log: Subject: [PATCH] switch / ~~ doccos
36530              From: Robin Houston <robin@cpan.org>
36531              Date: Wed, 21 Dec 2005 13:51:18 +0000
36532              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
36533      Branch: perl
36534            ! pod/perlsyn.pod
36535 ____________________________________________________________________________
36536 [ 26441] By: merijn                                on 2005/12/22  07:02:37
36537         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
36538              From: "Jan Dubois" <jand@ActiveState.com>
36539              Date: Wed, 21 Dec 2005 15:04:30 -0800
36540              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
36541      Branch: perl
36542            ! win32/config.vc64
36543 ____________________________________________________________________________
36544 [ 26440] By: stevep                                on 2005/12/22  03:08:59
36545         Log: Add documentation for method domainname() in Net::Domain.  Add some
36546              additional tests for Net::Domain.  Also, since it is tested, remove 
36547              test case from lib/1_compile.t.  One step closer to $500.
36548      Branch: perl
36549            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
36550 ____________________________________________________________________________
36551 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
36552         Log: Avoid negating an unsigned value. (The offset in the SV body table)
36553      Branch: perl
36554            ! sv.c
36555 ____________________________________________________________________________
36556 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
36557         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
36558              for some cases. Although it seems that only pp_sort pays any attention
36559              to it, of all the code on CPAN.
36560      Branch: perl
36561            ! sv.c
36562 ____________________________________________________________________________
36563 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
36564         Log: Localise the stash variable in pp_entersub().
36565      Branch: perl
36566            ! pp_hot.c
36567 ____________________________________________________________________________
36568 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
36569         Log: Undo my goto spaghetti from change 18340 - what we really need are
36570              hints to compilers about likey/unlikely branches.
36571      Branch: perl
36572            ! pp_hot.c
36573 ____________________________________________________________________________
36574 [ 26435] By: stevep                                on 2005/12/21  19:04:37
36575         Log: Add tests for untested math functions in POSIX
36576      Branch: perl
36577            + ext/POSIX/t/math.t
36578            ! MANIFEST
36579 ____________________________________________________________________________
36580 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
36581         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
36582              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
36583      Branch: perl
36584            ! mg.c pp.c pp_hot.c sv.c
36585 ____________________________________________________________________________
36586 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
36587         Log: Remove switch from perltodo
36588      Branch: perl
36589            ! pod/perltodo.pod
36590 ____________________________________________________________________________
36591 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
36592         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
36593              From: Robin Houston <robin@cpan.org>
36594              Date: Wed, 21 Dec 2005 11:00:08 +0000
36595              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
36596      Branch: perl
36597            + t/lib/feature/err
36598            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
36599            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
36600            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
36601            ! t/op/dor.t t/run/switches.t toke.c
36602 ____________________________________________________________________________
36603 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
36604         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
36605              based on copying part of change #22196 from do_chomp() to do_chop().
36606      Branch: perl
36607            ! doop.c
36608 ____________________________________________________________________________
36609 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
36610         Log: Subject: [PATCH] Fix bug in change #26379
36611              From: "Jan Dubois" <jand@ActiveState.com>
36612              Date: Tue, 20 Dec 2005 16:42:24 -0800
36613              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
36614      Branch: perl
36615            ! win32/win32.c
36616 ____________________________________________________________________________
36617 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
36618         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
36619              descriptive comment to include them.
36620      Branch: perl
36621            ! op.h
36622 ____________________________________________________________________________
36623 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
36624         Log: Remove some hardcoded references to ./perl in tests
36625      Branch: perl
36626            ! t/op/closure.t t/op/magic.t t/run/runenv.t
36627 ____________________________________________________________________________
36628 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
36629         Log: Take care in toke.c not to convert constant subroutine reference
36630              proxies into full blown PVGVs with PVCVs, and recognise them and inline
36631              their values. Adds a new function gv_const_sv(gv) to return the value
36632              of the constant subroutine from a GV, and adds a cv parameter to
36633              S_intuit_method.
36634      Branch: perl
36635            ! embed.fnc embed.h gv.c proto.h toke.c
36636 ____________________________________________________________________________
36637 [ 26426] By: merijn                                on 2005/12/20  19:56:58
36638         Log: Small update on using threads on HP-UX 10.20
36639              64bit is far beyond experimental by now
36640      Branch: perl
36641            ! README.hpux
36642 ____________________________________________________________________________
36643 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
36644         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
36645              addition of new typeglobs, and also disables initialisation of any
36646              typeglob placeholders. Needed to make the new constant subroutine
36647              proxy references work efficiently.
36648      Branch: perl
36649            ! gv.c gv.h
36650 ____________________________________________________________________________
36651 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
36652         Log: Fix typos in regular expressions
36653      Branch: perl
36654            ! ext/POSIX/t/time.t
36655 ____________________________________________________________________________
36656 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
36657         Log: Get the "cv" from the "gv" once, and be more careful so that we can
36658              cope if either aren't their regular types.
36659              cv_const_sv should verify the type of SV passed, instead of assuming
36660              that it's a viable CV.
36661      Branch: perl
36662            ! op.c toke.c
36663 ____________________________________________________________________________
36664 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
36665         Log: Croak if gv_init doesn't know how to create a typeglob from that type
36666              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
36667              Globs are actually first class assignable objects, so test that you
36668              can create a constant subroutine that returns one.
36669      Branch: perl
36670            ! gv.c pod/perldiag.pod t/op/gv.t
36671 ____________________________________________________________________________
36672 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
36673         Log: POD nits on B::Lint
36674      Branch: perl
36675            ! ext/B/B/Lint.pm
36676 ____________________________________________________________________________
36677 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
36678         Log: Subject: Re: Pluggable lint patch
36679              From: Joshua ben Jore <twists@gmail.com>
36680              Date: Mon, 19 Dec 2005 09:22:04 -0600
36681              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
36682      Branch: perl
36683            ! ext/B/B/Lint.pm ext/B/t/lint.t
36684 ____________________________________________________________________________
36685 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
36686         Log: Make perlivp skip the *.ph tests by default, since these
36687              files are normally not generated.
36688              The -a option is now needed for it to run all tests.
36689      Branch: perl
36690            ! utils/perlivp.PL
36691 ____________________________________________________________________________
36692 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
36693         Log: Subject: [TEST PATCH] %^H can now propagate into eval
36694              From: Robin Houston <robin@cpan.org>
36695              Date: Tue, 20 Dec 2005 12:06:15 +0000
36696              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
36697      Branch: perl
36698            ! t/comp/hints.t
36699 ____________________________________________________________________________
36700 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
36701         Log: Verify that the code for initialising typeglobs from other types works.
36702      Branch: perl
36703            ! t/op/gv.t
36704 ____________________________________________________________________________
36705 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
36706         Log: Use PTR2IV instead of casting directly
36707      Branch: perl
36708            ! pp_ctl.c
36709 ____________________________________________________________________________
36710 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
36711         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
36712              than a simple boolean, so passing FALSE or TRUE is bogus.
36713      Branch: perl
36714            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
36715            ! toke.c universal.c
36716 ____________________________________________________________________________
36717 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
36718         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
36719              the block labelled keylookup.
36720      Branch: perl
36721            ! toke.c
36722 ____________________________________________________________________________
36723 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
36724         Log: Subject: [PATCH] make failing cygwin test TODO'd
36725              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36726              Date: Mon, 19 Dec 2005 03:41:12 -0800
36727              Message-ID: <20051219114112.GA5568@efn.org>
36728      Branch: perl
36729            ! lib/File/Compare.t
36730 ____________________________________________________________________________
36731 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
36732         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
36733              which it is used.
36734      Branch: perl
36735            ! toke.c
36736 ____________________________________________________________________________
36737 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
36738         Log: Assert that orig_keyword, gv and gvp aren't used before the main
36739              keyword parser of Perl_yylex.
36740      Branch: perl
36741            ! toke.c
36742 ____________________________________________________________________________
36743 [ 26410] By: davem                                 on 2005/12/19  22:07:49
36744         Log: //g loops infinitely on tainted data
36745              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
36746              attached to it stays attached.
36747      Branch: perl
36748            ! op.c t/op/taint.t
36749 ____________________________________________________________________________
36750 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
36751         Log: Make gv_init recognise a reference-to-something in a symbol table as
36752              meaning a constant subroutine with that thing as it value
36753      Branch: perl
36754            ! gv.c
36755 ____________________________________________________________________________
36756 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
36757         Log: Fix internal broken link ; reindent code examples
36758      Branch: perl
36759            ! pod/perlsyn.pod
36760 ____________________________________________________________________________
36761 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
36762         Log: Fix typo.
36763              Add empty lines after =items.
36764      Branch: perl
36765            ! pod/perldiag.pod
36766 ____________________________________________________________________________
36767 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
36768         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
36769      Branch: perl
36770            ! pod/perlfunc.pod
36771 ____________________________________________________________________________
36772 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
36773         Log: Attempt at making IO::Handle backwards compatible again
36774      Branch: perl
36775            ! ext/IO/lib/IO/Handle.pm
36776 ____________________________________________________________________________
36777 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
36778         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
36779              constant in inlineable constant subroutines.
36780      Branch: perl
36781            ! dump.c ext/Devel/Peek/t/Peek.t
36782 ____________________________________________________________________________
36783 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
36784         Log: sort.pm deserves a new version number
36785      Branch: perl
36786            ! lib/sort.pm
36787 ____________________________________________________________________________
36788 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
36789         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
36790              From: Robin Houston <robin@cpan.org>
36791              Date: Dec 19, 2005 6:46 PM
36792              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
36793      Branch: perl
36794            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
36795            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
36796            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
36797 ____________________________________________________________________________
36798 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
36799         Log: Missing file from last change
36800      Branch: perl
36801            + t/lib/common.pl
36802 ____________________________________________________________________________
36803 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
36804         Log: Subject: [PATCH] latest switch/say/~~
36805              From: Robin Houston <robin@cpan.org>
36806              Date: Sat, 17 Dec 2005 20:44:31 +0000
36807              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
36808      Branch: perl
36809            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
36810            + t/lib/feature/say t/lib/feature/smartmatch
36811            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
36812            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
36813            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
36814            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
36815            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
36816            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
36817            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
36818            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
36819            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
36820 ____________________________________________________________________________
36821 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
36822         Log: Un-TODO a fixed test
36823              
36824              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
36825              From: demerphq <demerphq@gmail.com>
36826              Date: Sat, 17 Dec 2005 17:23:23 +0100
36827              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
36828      Branch: perl
36829            ! t/op/pat.t
36830 ____________________________________________________________________________
36831 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
36832         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
36833              it's an unexpected success
36834              
36835              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
36836              From: demerphq <demerphq@gmail.com>
36837              Date: Sat, 17 Dec 2005 17:23:23 +0100
36838              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
36839      Branch: perl
36840            ! t/test.pl
36841 ____________________________________________________________________________
36842 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
36843         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
36844              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
36845              Date: Dec 17, 2005 7:52 PM
36846              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
36847      Branch: perl
36848            ! patchlevel.h
36849 ____________________________________________________________________________
36850 [ 26396] By: craigb                                on 2005/12/18  00:16:42
36851         Log: Two test workarounds for VMS
36852      Branch: perl
36853            ! lib/File/Copy.t t/op/goto.t
36854 ____________________________________________________________________________
36855 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
36856         Log: Add some paranoia to check that GP accesses aren't being done on the
36857              wrong types of SV.
36858      Branch: perl
36859            ! gv.h
36860 ____________________________________________________________________________
36861 [ 26394] By: stevep                                on 2005/12/17  19:21:35
36862         Log: Upgrade to Time-HiRes-1.86
36863      Branch: perl
36864            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36865            ! ext/Time/HiRes/t/HiRes.t
36866 ____________________________________________________________________________
36867 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
36868         Log: Two it's => its grammar fixes.
36869      Branch: perl
36870            ! op.c perl.h
36871 ____________________________________________________________________________
36872 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
36873         Log: Move and const some definitions of variables used to save errno.
36874      Branch: perl
36875            ! doio.c perlio.c
36876 ____________________________________________________________________________
36877 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
36878         Log: Add t/op/negate.t to MANIFEST.
36879      Branch: perl
36880            ! MANIFEST
36881 ____________________________________________________________________________
36882 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
36883         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
36884              it's used.
36885      Branch: perl
36886            ! sv.c
36887 ____________________________________________________________________________
36888 [ 26389] By: stevep                                on 2005/12/17  15:47:39
36889         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
36890              From: Dominic Dunlop <shouldbedomo@mac.com>
36891              Date: Sat, 17 Dec 2005 15:57:54 +0100
36892              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
36893      Branch: perl
36894            ! ext/Time/HiRes/t/HiRes.t
36895 ____________________________________________________________________________
36896 [ 26388] By: stevep                                on 2005/12/17  15:41:38
36897         Log: Fix a typo and add some clarification to change #26387.
36898      Branch: perl
36899            ! pod/perlop.pod
36900 ____________________________________________________________________________
36901 [ 26387] By: stevep                                on 2005/12/17  15:35:45
36902         Log: Addition documentation explaining aritmetic negation on strings.  Also,
36903              additional test cases based partially on code by Piotr Fusik in 
36904              RT #36675: -'-10' eq '+10'.
36905      Branch: perl
36906            + t/op/negate.t
36907            ! pod/perlop.pod
36908 ____________________________________________________________________________
36909 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
36910         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
36911      Branch: perl
36912            ! sv.c
36913 ____________________________________________________________________________
36914 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
36915         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
36916              sv_2uv_flags should have been else if.
36917      Branch: perl
36918            ! sv.c
36919 ____________________________________________________________________________
36920 [ 26384] By: stevep                                on 2005/12/17  04:03:05
36921         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
36922              that aren't quite up to SUS3.  Based on a patch by David Dyck in
36923              RT #37960: POSIX/t/time fails bleadperl
36924      Branch: perl
36925            ! ext/POSIX/t/time.t
36926 ____________________________________________________________________________
36927 [ 26383] By: stevep                                on 2005/12/17  01:46:58
36928         Log: Upgrade to Time-HiRes-1.85
36929      Branch: perl
36930            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36931            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36932            ! ext/Time/HiRes/fallback/const-c.inc
36933            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
36934 ____________________________________________________________________________
36935 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
36936         Log: Typo fixes from Robin Houston in
36937              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
36938      Branch: perl
36939            ! sv.h
36940 ____________________________________________________________________________
36941 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
36942         Log: s/Nullhv/NULL/g;
36943              # Although I see that Robin is proposing to add some :-)
36944      Branch: perl
36945            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
36946            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
36947 ____________________________________________________________________________
36948 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
36949         Log: s/Nullav/NULL/g
36950      Branch: perl
36951            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
36952            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
36953 ____________________________________________________________________________
36954 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
36955         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
36956              From: Jan Dubois <jand@activestate.com>
36957              Date: Dec 16, 2005 7:12 AM
36958              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
36959              
36960              (Without the proposed alarm.t test)
36961      Branch: perl
36962            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
36963 ____________________________________________________________________________
36964 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
36965         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
36966              length to copy.
36967      Branch: perl
36968            ! sv.c
36969 ____________________________________________________________________________
36970 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
36971         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
36972              add "new" tests before the end.
36973      Branch: perl
36974            ! t/comp/require.t
36975 ____________________________________________________________________________
36976 [ 26376] By: davem                                 on 2005/12/15  22:03:57
36977         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
36978      Branch: perl
36979            ! pp_ctl.c
36980 ____________________________________________________________________________
36981 [ 26375] By: stevep                                on 2005/12/15  18:16:20
36982         Log: Added test for change #26373.
36983      Branch: perl
36984            ! t/comp/require.t
36985 ____________________________________________________________________________
36986 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
36987         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
36988      Branch: perl
36989            ! pod/perl593delta.pod pp.c t/lib/strict/refs
36990 ____________________________________________________________________________
36991 [ 26373] By: stevep                                on 2005/12/15  17:48:42
36992         Log: Prevent require() from attempting to open directories and block 
36993              devices.  This fixes RT #24404.
36994      Branch: perl
36995            ! embed.fnc embed.h pp_ctl.c proto.h
36996 ____________________________________________________________________________
36997 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
36998         Log: Use PL_op_desc rather than literal strings in pp_ioctl
36999      Branch: perl
37000            ! pp_sys.c
37001 ____________________________________________________________________________
37002 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
37003         Log: Expand the comment describing the intent of change 26370, and how it
37004              relates to change 24660.
37005      Branch: perl
37006            ! toke.c
37007 ____________________________________________________________________________
37008 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
37009         Log: Don't autovivify stashes as soon as the lexer sees them.
37010              This makes defined %foo::bar:: work again.
37011              Add tests for it, remove note in perldelta about having broken it.
37012      Branch: perl
37013            ! pod/perl593delta.pod t/op/stash.t toke.c
37014 ____________________________________________________________________________
37015 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
37016         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
37017              of using local string constants.
37018      Branch: perl
37019            ! doio.c
37020 ____________________________________________________________________________
37021 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
37022         Log: More general fix for bug [perl #37915]
37023              Make Net::Ping::mselect return undef on error instead of -1.
37024      Branch: perl
37025            ! lib/Net/Ping.pm
37026 ____________________________________________________________________________
37027 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
37028         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
37029              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
37030              Date: Tue, 13 Dec 2005 10:44:47 -0800
37031              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
37032      Branch: perl
37033            ! lib/Net/Ping.pm
37034 ____________________________________________________________________________
37035 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
37036         Log: Silence test output to STDERR
37037              because it makes the 'make test' output look ugly.
37038      Branch: perl
37039            ! ext/Sys/Syslog/t/00-load.t
37040 ____________________________________________________________________________
37041 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
37042         Log: Subject: Re: [perl #37897] sprintf of version objects
37043              From: John Peacock <jpeacock@rowman.com>
37044              Date: Wed, 14 Dec 2005 10:12:56 -0500
37045              Message-ID: <43A03678.2060700@rowman.com>
37046              
37047              (with some formatting tweaks and extra test cases)
37048      Branch: perl
37049            ! sv.c t/op/sprintf.t
37050 ____________________________________________________________________________
37051 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
37052         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
37053      Branch: perl
37054            ! Porting/check83.pl
37055 ____________________________________________________________________________
37056 [ 26363] By: craigb                                on 2005/12/15  03:59:21
37057         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
37058              in order to avoid collisions with [.lib.Pod]
37059      Branch: perl
37060            ! configure.com installperl vms/descrip_mms.template
37061 ____________________________________________________________________________
37062 [ 26362] By: stevep                                on 2005/12/15  02:33:11
37063         Log: Reverting change #26360 and #26361 since it appears that the bugs I
37064              thought I fixed had been previously fixed with change #25953.
37065      Branch: perl
37066            ! pp_sort.c
37067 ____________________________________________________________________________
37068 [ 26361] By: stevep                                on 2005/12/15  02:02:25
37069         Log: Again, FREETMPS not SAVETMPS!
37070      Branch: perl
37071            ! pp_sort.c
37072 ____________________________________________________________________________
37073 [ 26360] By: stevep                                on 2005/12/15  02:00:19
37074         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
37075              fixes problems with nested sorts.  (RTs #7063 and #36430).
37076      Branch: perl
37077            ! pp_sort.c
37078 ____________________________________________________________________________
37079 [ 26359] By: stevep                                on 2005/12/15  00:36:25
37080         Log: Upgrade to Getopt-Long-2.35
37081      Branch: perl
37082            ! lib/Getopt/Long.pm
37083 ____________________________________________________________________________
37084 [ 26358] By: craigb                                on 2005/12/14  22:03:28
37085         Log: Using the system's utime() requires a patch to vms/vmsish.h
37086              that has not been submitted yet.
37087      Branch: perl
37088            ! vms/vms.c
37089 ____________________________________________________________________________
37090 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
37091         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
37092              correctly in TAP. (or alternatively if it really wants to skip, it
37093              needs to print ok)
37094      Branch: perl
37095            ! lib/Pod/t/man.t
37096 ____________________________________________________________________________
37097 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
37098         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
37099              sv_2uv_flags, sv_2nv and sv_2pv_flags.
37100      Branch: perl
37101            ! sv.c
37102 ____________________________________________________________________________
37103 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
37104         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
37105      Branch: perl
37106            ! sv.c
37107 ____________________________________________________________________________
37108 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
37109         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
37110              warn for uninitialized values.
37111      Branch: perl
37112            ! sv.c
37113 ____________________________________________________________________________
37114 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
37115         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
37116              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
37117      Branch: perl
37118            ! sv.c
37119 ____________________________________________________________________________
37120 [ 26351] By: davem                                 on 2005/12/14  12:46:29
37121         Log: forgot to add new file to change #26350
37122      Branch: perl
37123            + ext/threads/shared/t/blessed.t
37124 ____________________________________________________________________________
37125 [ 26350] By: davem                                 on 2005/12/14  12:44:20
37126         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
37127              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
37128              Date:  Tue, 13 Dec 2005 15:11:20 -0800
37129              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
37130              
37131              Unlike arrays and hashes, coping blessed refs to shared scalars left
37132              the copy unblessed
37133      Branch: perl
37134            ! MANIFEST ext/threads/shared/shared.xs
37135 ____________________________________________________________________________
37136 [ 26349] By: steveh                                on 2005/12/14  12:41:02
37137         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
37138      Branch: perl
37139            ! util.c
37140 ____________________________________________________________________________
37141 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
37142         Log: Convert range.t to test.pl
37143      Branch: perl
37144            ! t/op/range.t
37145 ____________________________________________________________________________
37146 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
37147         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
37148      Branch: perl
37149            ! embed.fnc embed.h proto.h
37150 ____________________________________________________________________________
37151 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
37152         Log: Inline asIV and asUV, as each is only used once, and it distracts from
37153              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
37154              and sv_2pv_flags. Add a comment noting the return path from the end of
37155              the SvGMAGICAL case to all 4.
37156      Branch: perl
37157            ! sv.c
37158 ____________________________________________________________________________
37159 [ 26344] By: craigb                                on 2005/12/13  17:27:48
37160         Log: Don't include utime.h in vms.c -- it collides with 
37161              homegroun definitions in vmsish.h.
37162      Branch: perl
37163            ! vms/vms.c
37164 ____________________________________________________________________________
37165 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
37166         Log: Fix realclean target for Sys::Syslog
37167      Branch: perl
37168            ! ext/Sys/Syslog/Makefile.PL
37169 ____________________________________________________________________________
37170 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
37171         Log: Remove tests that were not portable to 64bit ints.
37172      Branch: perl
37173            ! t/op/sprintf2.t
37174 ____________________________________________________________________________
37175 [ 26341] By: stevep                                on 2005/12/13  12:17:57
37176         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
37177              friendly.
37178      Branch: perl
37179           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
37180           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
37181           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
37182           +> lib/Pod/Simple/t/perlfaq3.pod
37183           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
37184           +> lib/Pod/Simple/t/perlvar_out.txt
37185            - lib/Pod/Simple/t/test_junk1.pod
37186            - lib/Pod/Simple/t/test_junk1_out.txt
37187            - lib/Pod/Simple/t/test_junk2.pod
37188            - lib/Pod/Simple/t/test_junk2_out.txt
37189            - lib/Pod/Simple/t/test_old_perlcygwin.pod
37190            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
37191            - lib/Pod/Simple/t/test_old_perlfaq3.pod
37192            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
37193            - lib/Pod/Simple/t/test_old_perlvar.pod
37194            - lib/Pod/Simple/t/test_old_perlvar_out.txt
37195            ! MANIFEST lib/Pod/Simple/t/render.t
37196 ____________________________________________________________________________
37197 [ 26340] By: stevep                                on 2005/12/13  11:54:54
37198         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
37199              directory names.
37200      Branch: perl
37201            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
37202            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
37203            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
37204            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
37205            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
37206            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
37207            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
37208            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
37209            + lib/Pod/Simple/t/test_lib/Blorm.pm
37210            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
37211            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
37212            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
37213            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
37214            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
37215            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
37216            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
37217            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
37218            + lib/Pod/Simple/t/test_lib/squaa.pm
37219            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
37220            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
37221            + lib/Pod/Simple/t/test_lib/zikzik.pod
37222            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
37223            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
37224            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
37225            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
37226            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
37227            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
37228            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
37229            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
37230            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
37231            - lib/Pod/Simple/t/test^lib/Blorm.pm
37232            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
37233            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
37234            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
37235            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
37236            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
37237            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
37238            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
37239            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
37240            - lib/Pod/Simple/t/test^lib/squaa.pm
37241            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
37242            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
37243            - lib/Pod/Simple/t/test^lib/zikzik.pod
37244            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
37245            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
37246            ! lib/Pod/Simple/t/search_10survey_specific.t
37247            ! lib/Pod/Simple/t/search_12survey_cwd.t
37248            ! lib/Pod/Simple/t/search_20survey_two.t
37249            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
37250            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
37251            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
37252            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
37253            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
37254            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
37255 ____________________________________________________________________________
37256 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
37257         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
37258              sprintf() or printf() will now croak if any of the indexes and
37259              widths specified in the format string are too large.
37260      Branch: perl
37261            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
37262 ____________________________________________________________________________
37263 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
37264         Log: Subject: Re: check83.pl
37265              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37266              Date: Sun, 11 Dec 2005 07:19:58 -0800
37267              Message-ID: <20051211151958.GA6188@efn.org>
37268      Branch: perl
37269            ! Porting/check83.pl
37270 ____________________________________________________________________________
37271 [ 26337] By: steveh                                on 2005/12/13  09:41:29
37272         Log: Fix lib/File/Compare.t test failures on Win32
37273              
37274              Change 26225, updated by 26245, added a test for another filename with
37275              a trailing space but failed to open the new filehandle in binary mode
37276              
37277              To compound matters, creating a file called "foo " on Win32 "succeeds"
37278              but actually creates a file called just "foo", so we have actually
37279              overwritten the original file with this non-binary mode version, and
37280              hence some of the original tests started failing too!
37281              
37282              (And because of this the new test doesn't actually add anything new on
37283              Win32 at the moment, but right now I can't think of a filename that
37284              would have failed under 2-arg open but succeeds with 3-arg open, which
37285              was the purpose of this test)
37286      Branch: perl
37287            ! lib/File/Compare.t
37288 ____________________________________________________________________________
37289 [ 26336] By: steveh                                on 2005/12/13  08:54:45
37290         Log: Don't try to export Perl_pad_sv when it isn't defined
37291              
37292              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
37293      Branch: perl
37294            ! makedef.pl
37295 ____________________________________________________________________________
37296 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
37297         Log: A suggestion by Yamashina Hio to speed up substitutions
37298              with right-hand side expressions by freeing temporaries.
37299              See :
37300              
37301              Subject: s///ge; consumes PL_tmps_stack in its loop
37302              From: YAMASHINA Hio <hio@hio.jp>
37303              Date: Tue, 30 Aug 2005 17:17:23 +0900
37304              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
37305      Branch: perl
37306            ! pp_ctl.c
37307 ____________________________________________________________________________
37308 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
37309         Log: Check that %v$foo does not crash.
37310      Branch: perl
37311            ! t/op/sprintf2.t
37312 ____________________________________________________________________________
37313 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
37314         Log: Use load_module() instead of perl_eval_sv("require $mod") to
37315              load modules.  This is safer since $mod comes from an external
37316              source.
37317      Branch: perl
37318            ! ext/Storable/Storable.xs
37319 ____________________________________________________________________________
37320 [ 26329] By: stevep                                on 2005/12/12  13:21:03
37321         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
37322              test for now.
37323      Branch: perl
37324            ! lib/Pod/t/man.t
37325 ____________________________________________________________________________
37326 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
37327         Log: Robin Houston points out a better way to replace
37328              the C<defined %foo::bar::> construct.
37329      Branch: perl
37330            ! pod/perl593delta.pod
37331 ____________________________________________________________________________
37332 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
37333         Log: Oops, change 26326 broke t/run/switches.t
37334              Reverting change 24912 fixes it.
37335      Branch: perl
37336            ! t/run/switches.t
37337 ____________________________________________________________________________
37338 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
37339         Log: Drop "v" prefix from sprintf("%vd", $^V).
37340              
37341              The sprintf documentation has this example:
37342              
37343              printf "version is v%vd\n", $^V;
37344              
37345              and it printed 'version is vv5.9.3\n'.
37346      Branch: perl
37347            ! sv.c t/op/sprintf.t
37348 ____________________________________________________________________________
37349 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
37350         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
37351      Branch: perl
37352            ! sv.c t/uni/sprintf.t
37353 ____________________________________________________________________________
37354 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
37355         Log: Move the rest of the data munging into the test preparation loop.
37356      Branch: perl
37357            ! t/op/sprintf.t
37358 ____________________________________________________________________________
37359 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
37360         Log: Move the $data and $result munging into the test preparation loop.
37361      Branch: perl
37362            ! t/op/sprintf.t
37363 ____________________________________________________________________________
37364 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
37365         Log: Disallow sprintf's vector handling for non-integer formats.
37366              Avoids core dump for printf("%vs") and similar.
37367      Branch: perl
37368            ! sv.c t/op/sprintf.t
37369 ____________________________________________________________________________
37370 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
37371         Log: Quench the other 2 ways obscure ways of abusing positional parameters
37372              to generate bogus array indexes. These two are inside the vector
37373              formatting code.
37374      Branch: perl
37375            ! sv.c t/op/sprintf.t
37376 ____________________________________________________________________________
37377 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
37378         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
37379              the XS fails. (Needed to bootstrap the core build)
37380      Branch: perl
37381            ! lib/Cwd.pm
37382 ____________________________________________________________________________
37383 [ 26318] By: stevep                                on 2005/12/10  15:42:39
37384         Log: Upgrade to PathTools-3.14_01
37385      Branch: perl
37386            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
37387            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37388            ! lib/File/Spec/t/Spec.t
37389 ____________________________________________________________________________
37390 [ 26317] By: stevep                                on 2005/12/10  15:21:37
37391         Log: Subject: [PATCH] Code tweaks in sv.c
37392              From: Andy Lester <andy@petdance.com>
37393              Date: Fri, 9 Dec 2005 11:09:21 -0600
37394              Message-ID: <20051209170921.GC16943@petdance.com>
37395              
37396              Includes a minor change the patch to account for code that moved
37397              elsewhere.
37398      Branch: perl
37399            ! sv.c
37400 ____________________________________________________________________________
37401 [ 26316] By: stevep                                on 2005/12/10  15:14:37
37402         Log: Subject: [PATCH] Excluding pad funcs when not debugging
37403              From: Andy Lester <andy@petdance.com>
37404              Date: Wed, 7 Dec 2005 21:58:05 -0600
37405              Message-ID: <20051208035805.GA23007@petdance.com>
37406      Branch: perl
37407            ! pad.c
37408 ____________________________________________________________________________
37409 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
37410         Log: A better hash for PTR_TABLE_HASH (?)
37411      Branch: perl
37412            ! sv.c
37413 ____________________________________________________________________________
37414 [ 26314] By: craigb                                on 2005/12/09  21:13:50
37415         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
37416              From: "John E. Malmberg" <wb8tyw@qsl.net>
37417              Date: Fri, 09 Dec 2005 14:08:53 -0500
37418              Message-id: <4399D645.8070803@qsl.net>
37419      Branch: perl
37420            ! vms/vms.c
37421 ____________________________________________________________________________
37422 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
37423         Log: An alternative way of structuring ptr_table_clear so that the variables
37424              can be assigned to at declaration time.
37425      Branch: perl
37426            ! sv.c
37427 ____________________________________________________________________________
37428 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
37429         Log: A more efficient way to loop in ptr_table_clear
37430      Branch: perl
37431            ! sv.c
37432 ____________________________________________________________________________
37433 [ 26311] By: stevep                                on 2005/12/09  13:22:33
37434         Log: Subject: Re: Pod::Simple integration
37435              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
37436              Date: Fri, 09 Dec 2005 07:06:00 +0100
37437              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
37438              
37439              These files are still giving problems after attempting to convert
37440              them to text in p4.  The tests pass without them, so we'll remove them
37441              from the Perl distribution.
37442      Branch: perl
37443            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
37444            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
37445            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
37446            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
37447            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
37448            ! MANIFEST
37449 ____________________________________________________________________________
37450 [ 26310] By: stevep                                on 2005/12/09  03:39:17
37451         Log: Fixes compile errors introduce with change #26301 when compiling
37452              with ithreads and DEBUGGING.
37453      Branch: perl
37454            ! sv.c
37455 ____________________________________________________________________________
37456 [ 26309] By: stevep                                on 2005/12/09  02:07:32
37457         Log: Upgrade to Sys-Syslog-0.10
37458      Branch: perl
37459            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
37460            + ext/Sys/Syslog/fallback/const-c.inc
37461            + ext/Sys/Syslog/fallback/const-xs.inc
37462            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
37463            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
37464            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
37465            + ext/Sys/Syslog/t/portfs.t
37466            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
37467            ! ext/Sys/Syslog/t/syslog.t
37468 ____________________________________________________________________________
37469 [ 26308] By: stevep                                on 2005/12/09  01:41:44
37470         Log: Upgrade to CGI.pm-3.15
37471      Branch: perl
37472            ! lib/CGI.pm lib/CGI/Changes
37473 ____________________________________________________________________________
37474 [ 26307] By: stevep                                on 2005/12/08  19:40:33
37475         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
37476      Branch: perl
37477            ! pod/perltodo.pod
37478 ____________________________________________________________________________
37479 [ 26306] By: stevep                                on 2005/12/08  19:21:25
37480         Log: One final Pod::Usage yak to shave...
37481      Branch: perl
37482            ! lib/Pod/Usage.pm
37483 ____________________________________________________________________________
37484 [ 26305] By: stevep                                on 2005/12/08  19:07:38
37485         Log: Version bump for Pod::Usage
37486      Branch: perl
37487            ! lib/Pod/Usage.pm
37488 ____________________________________________________________________________
37489 [ 26304] By: stevep                                on 2005/12/08  19:04:59
37490         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
37491              pass.
37492      Branch: perl
37493            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
37494 ____________________________________________________________________________
37495 [ 26303] By: stevep                                on 2005/12/08  15:53:36
37496         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
37497              includes a change to the Pod::Usage test file for compatibility
37498              purposes.
37499      Branch: perl
37500            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
37501 ____________________________________________________________________________
37502 [ 26302] By: craigb                                on 2005/12/08  14:47:57
37503         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
37504              structures.  They may be allocated during start-up and are torn down
37505              in an exit handler, where thread context and other Perlish support
37506              are iffy.
37507      Branch: perl
37508            ! vms/vms.c
37509 ____________________________________________________________________________
37510 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
37511         Log: Merge common code from ptr_table_fetch and ptr_table_store into
37512              S_ptr_table_find.
37513      Branch: perl
37514            ! sv.c
37515 ____________________________________________________________________________
37516 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
37517         Log: Fixup the setsockopt usage message; missing OPTVAL.
37518      Branch: perl
37519            ! ext/IO/lib/IO/Socket.pm
37520 ____________________________________________________________________________
37521 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
37522         Log: Improve the setsockopt description.
37523              Removed claim that OPTVAL might be undef as it is just treated
37524              the same as 0 and give the usual use-of-uninitialized-value
37525              warning.  Added an example.
37526      Branch: perl
37527            ! pod/perlfunc.pod
37528 ____________________________________________________________________________
37529 [ 26298] By: craigb                                on 2005/12/08  04:34:42
37530         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
37531              From: "John E. Malmberg" <wb8tyw@qsl.net>
37532              Date: Wed, 07 Dec 2005 22:26:21 -0500
37533              Message-id: <4397A7DD.8030403@qsl.net>
37534      Branch: perl
37535            ! vms/vms.c
37536 ____________________________________________________________________________
37537 [ 26297] By: stevep                                on 2005/12/07  20:39:24
37538         Log: One quick fix to the test for differences in error output.
37539      Branch: perl
37540            ! lib/Pod/t/Usage.t
37541 ____________________________________________________________________________
37542 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
37543         Log: Subject: [PATCH] All args in embed.fnc should be named
37544              From: Andy Lester <andy@petdance.com>
37545              Date: Wed, 7 Dec 2005 10:08:18 -0600
37546              Message-ID: <20051207160818.GA13465@petdance.com>
37547      Branch: perl
37548            ! embed.fnc embed.pl pod/perlapi.pod proto.h
37549 ____________________________________________________________________________
37550 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
37551         Log: Don't build manpages for Encode and Unicode::Normalize
37552              (when compiling perl manpages are built afterwards, not
37553              by MakeMaker like when installing modules.) This fix a
37554              bootstrap problem (now that Pod::Man uses POSIX.)
37555      Branch: perl
37556            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
37557 ____________________________________________________________________________
37558 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
37559         Log: Check in those files as text, not binary
37560      Branch: perl
37561            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
37562            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
37563            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
37564            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
37565            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
37566 ____________________________________________________________________________
37567 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
37568         Log: Remove space
37569      Branch: perl
37570            ! MANIFEST
37571 ____________________________________________________________________________
37572 [ 26292] By: stevep                                on 2005/12/07  12:36:59
37573         Log: Upgrade to podlators-2.00
37574      Branch: perl
37575            + lib/Pod/t/color.t lib/Pod/t/termcap.t
37576            - lib/Pod/t/text-errors.t
37577            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37578            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37579            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
37580            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
37581            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
37582            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
37583 ____________________________________________________________________________
37584 [ 26291] By: stevep                                on 2005/12/07  11:38:00
37585         Log: Assimilate Pod-Simple-3.03 to the Perl core
37586      Branch: perl
37587            + (add 170 files)
37588            ! MANIFEST Porting/Maintainers.pl
37589 ____________________________________________________________________________
37590 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
37591         Log: Pull the regexp stringification code out into S_stringify_regexp, to
37592              make sv_2pv_flags clearer.
37593      Branch: perl
37594            ! sv.c
37595 ____________________________________________________________________________
37596 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
37597         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
37598      Branch: perl
37599            ! sv.c
37600 ____________________________________________________________________________
37601 [ 26288] By: stevep                                on 2005/12/07  02:10:26
37602         Log: Upgrade to CGI-3.14.
37603              
37604              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
37605              yet been applied to the actual CGI distribution yet.
37606      Branch: perl
37607            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
37608 ____________________________________________________________________________
37609 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
37610         Log: Add a ; that 26281 was lacking.
37611              (Dear Mark, please can I have back one of the two that I sent you after
37612              change 23614)
37613      Branch: perl
37614            ! util.c
37615 ____________________________________________________________________________
37616 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
37617         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
37618              into S_sv_2iuv_common.
37619      Branch: perl
37620            ! sv.c
37621 ____________________________________________________________________________
37622 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
37623         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
37624              duplication.
37625      Branch: perl
37626            ! sv.c
37627 ____________________________________________________________________________
37628 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
37629         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
37630              From: Andy Lester <andy@petdance.com>
37631              Date: Mon, 5 Dec 2005 13:46:13 -0600
37632              Message-ID: <20051205194613.GB7791@petdance.com>
37633      Branch: perl
37634            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
37635            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
37636            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
37637 ____________________________________________________________________________
37638 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
37639         Log: Subject: Re: stringification of v-string references
37640              From: John Peacock <jpeacock@rowman.com>
37641              Message-ID: <439592B4.2050101@rowman.com>
37642              Date: Tue, 06 Dec 2005 08:31:32 -0500
37643      Branch: perl
37644            ! t/op/ref.t
37645 ____________________________________________________________________________
37646 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
37647         Log: Fix typo spotted by Ronald J Kimball.
37648      Branch: perl
37649            ! ext/Sys/Syslog/Syslog.pm
37650 ____________________________________________________________________________
37651 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
37652         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
37653              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
37654              Date: Tue, 6 Dec 2005 09:56:12 -0500
37655              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
37656      Branch: perl
37657            ! ext/Sys/Syslog/Syslog.pm
37658 ____________________________________________________________________________
37659 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
37660         Log: Document why syslog($priority, "%s", $message) is a good idea
37661              if the code might be running with older versions of Sys::Syslog.
37662      Branch: perl
37663            ! ext/Sys/Syslog/Syslog.pm
37664 ____________________________________________________________________________
37665 [ 26276] By: merijn                                on 2005/12/06  14:30:53
37666         Log: Itanium blade servers added to the model list
37667      Branch: perl
37668            ! README.hpux
37669 ____________________________________________________________________________
37670 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
37671         Log: Don't use Copy for 1 and 2 character string constants.
37672      Branch: perl
37673            ! sv.c
37674 ____________________________________________________________________________
37675 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
37676         Log: Eliminate an unneeded local variable.
37677      Branch: perl
37678            ! sv.c
37679 ____________________________________________________________________________
37680 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
37681         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
37682              code into the GMAGIC block.
37683      Branch: perl
37684            ! sv.c
37685 ____________________________________________________________________________
37686 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
37687         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
37688              only constant non-"" string returned.
37689      Branch: perl
37690            ! sv.c
37691 ____________________________________________________________________________
37692 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
37693         Log: Make all the return statements closer to the final calcuation of the
37694              returned value in the reference stringification code. Pull variables
37695              into tigher scope which also allows some to become const.
37696      Branch: perl
37697            ! sv.c
37698 ____________________________________________________________________________
37699 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
37700         Log: Move the scope of origsv inwards, and rename variables to avoid the
37701              need to re-assign to sv.
37702      Branch: perl
37703            ! sv.c
37704 ____________________________________________________________________________
37705 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
37706         Log: Clone the brief return logic and thereby remove a goto.
37707      Branch: perl
37708            ! sv.c
37709 ____________________________________________________________________________
37710 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
37711         Log: As they are now the same, can fold the entire switch statement for
37712              reference type in sv_2pv_flags into a call to sv_reftype.
37713      Branch: perl
37714            ! sv.c
37715 ____________________________________________________________________________
37716 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
37717         Log: Untease the regexp stringification from the reference naming in
37718              sv_2pv_flags. (Lots of re-indentation, little real change)
37719      Branch: perl
37720            ! sv.c
37721 ____________________________________________________________________________
37722 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
37723         Log: References to version objects should stringify as VSTRING. This makes
37724              stringification consistent with the output of ref().
37725      Branch: perl
37726            ! sv.c
37727 ____________________________________________________________________________
37728 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
37729         Log: The extra return is actually a duplicated code path, and can go.
37730      Branch: perl
37731            ! sv.c
37732 ____________________________________________________________________________
37733 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
37734         Log: Fix typo in description.
37735      Branch: perl
37736            ! MANIFEST
37737 ____________________________________________________________________________
37738 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
37739         Log: Add ext/MIME/Base64/README to MANIFEST
37740      Branch: perl
37741            ! MANIFEST
37742 ____________________________________________________________________________
37743 [ 26262] By: stevep                                on 2005/12/05  16:35:14
37744         Log: Upgrade to MIME-Base64-3.07
37745      Branch: perl
37746            + ext/MIME/Base64/README
37747            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
37748            ! ext/MIME/Base64/QuotedPrint.pm
37749 ____________________________________________________________________________
37750 [ 26261] By: stevep                                on 2005/12/05  16:29:46
37751         Log: Upgrade to Digest-MD5-2.36
37752      Branch: perl
37753            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37754            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
37755 ____________________________________________________________________________
37756 [ 26260] By: stevep                                on 2005/12/05  16:20:17
37757         Log: Upgrade to CGI.pm-3.13
37758      Branch: perl
37759            + lib/CGI/t/no_tabindex.t
37760            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
37761            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
37762 ____________________________________________________________________________
37763 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
37764         Log: "Malformed UTF-8 character" was a severe warning, and can now be
37765              also a fatal error (since change #26258)
37766      Branch: perl
37767            ! pod/perldiag.pod
37768 ____________________________________________________________________________
37769 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
37770         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
37771              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37772              Date: Tue, 06 Dec 2005 00:35:52 +0900
37773              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
37774      Branch: perl
37775            ! regexec.c
37776 ____________________________________________________________________________
37777 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
37778         Log: Better variable names make code clearer
37779              
37780              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
37781              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37782              Date: Sun, 04 Dec 2005 16:24:29 +0900
37783              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
37784      Branch: perl
37785            ! embed.fnc proto.h utf8.c
37786 ____________________________________________________________________________
37787 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
37788         Log: Rework the error messages from the swashget code.
37789              
37790              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
37791              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37792              Date: Sun, 04 Dec 2005 16:24:59 +0900
37793              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
37794      Branch: perl
37795            ! pod/perldiag.pod utf8.c
37796 ____________________________________________________________________________
37797 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
37798         Log: Clarification and cleanup of the XS SWASHGET code
37799              
37800              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
37801              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37802              Date: Sun, 04 Dec 2005 16:28:35 +0900
37803              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
37804      Branch: perl
37805            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
37806 ____________________________________________________________________________
37807 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
37808         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
37809              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
37810              Date: Sat, 03 Dec 2005 12:24:05 +0100
37811              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
37812      Branch: perl
37813            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
37814 ____________________________________________________________________________
37815 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
37816         Log: NULL is a legal value for newXS()'s name parameter.
37817              (This caused strange build failures with gcc4 -O3)
37818      Branch: perl
37819            ! embed.fnc proto.h
37820 ____________________________________________________________________________
37821 [ 26252] By: stevep                                on 2005/12/04  15:30:55
37822         Log: Fix handling of author's names that had apostrophes.  Based on a patch
37823              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
37824      Branch: perl
37825            ! utils/h2xs.PL
37826 ____________________________________________________________________________
37827 [ 26251] By: davem                                 on 2005/12/03  15:20:24
37828         Log: clarify description of vector (v) sprintf format modifier
37829      Branch: perl
37830            ! pod/perlfunc.pod
37831 ____________________________________________________________________________
37832 [ 26250] By: craigb                                on 2005/12/03  15:15:47
37833         Log: In vms/vms.c, don't use the thread-specific Newx() during
37834              startup before threads are initialized.  
37835      Branch: perl
37836            ! vms/vms.c
37837 ____________________________________________________________________________
37838 [ 26249] By: stevep                                on 2005/12/03  12:31:02
37839         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
37840      Branch: perl
37841            ! pod/perlhack.pod
37842 ____________________________________________________________________________
37843 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
37844         Log: Missing chunk in change #26247.
37845      Branch: perl
37846            ! ext/Sys/Syslog/Syslog.pm
37847 ____________________________________________________________________________
37848 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
37849         Log: Sys::Syslog::syslog can accept a message without printf
37850              escapes and arguments.
37851              
37852              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
37853              From: Gisle Aas <gisle@activestate.com>
37854              Date: 03 Dec 2005 03:35:32 -0800
37855              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
37856      Branch: perl
37857            ! ext/Sys/Syslog/Syslog.pm
37858 ____________________________________________________________________________
37859 [ 26246] By: stevep                                on 2005/12/03  03:30:00
37860         Log: Upgrade to version-0.50
37861      Branch: perl
37862            ! lib/version.pm lib/version.pod lib/version.t util.c
37863 ____________________________________________________________________________
37864 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
37865         Log: Replace ^M by a space in test for bug #37716, to make
37866              Cygwin happy (found by Yitzchak)
37867      Branch: perl
37868            ! lib/File/Compare.t
37869 ____________________________________________________________________________
37870 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
37871         Log: Address Hugo's comment on Dave's change (26240)
37872      Branch: perl
37873            ! sv.c
37874 ____________________________________________________________________________
37875 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
37876         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
37877              From: Gisle Aas <gisle@ActiveState.com>
37878              Date: 28 Nov 2005 04:48:18 -0800
37879              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
37880              
37881              and
37882              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
37883      Branch: perl
37884            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
37885 ____________________________________________________________________________
37886 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
37887         Log: Subject: [PATCH] Signs, signs, everywhere a sign
37888              From: Andy Lester <andy@petdance.com>
37889              Date: Thu, 1 Dec 2005 14:24:51 -0600
37890              Message-ID: <20051201202451.GI22713@petdance.com>
37891      Branch: perl
37892            ! pp_pack.c
37893 ____________________________________________________________________________
37894 [ 26241] By: stevep                                on 2005/12/01  20:27:34
37895         Log: Nit from change #26232 noticed by H. Merijn Brand
37896      Branch: perl
37897            ! pod/perlop.pod
37898 ____________________________________________________________________________
37899 [ 26240] By: davem                                 on 2005/12/01  16:40:29
37900         Log: sprintf %NNN$ check for large values wrapping to negative
37901      Branch: perl
37902            ! sv.c t/op/sprintf2.t
37903 ____________________________________________________________________________
37904 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
37905         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
37906      Branch: perl
37907            ! makedef.pl perl.h sv.c
37908 ____________________________________________________________________________
37909 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
37910         Log: Missing #ifdef, noticed by Jan Dubois
37911      Branch: perl
37912            ! sv.c
37913 ____________________________________________________________________________
37914 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
37915         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
37916              From: Gisle Aas <gisle@ActiveState.com>
37917              Date: 01 Dec 2005 06:20:14 -0800
37918              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
37919              
37920              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
37921              From: Gisle Aas <gisle@ActiveState.com>
37922              Date: 01 Dec 2005 06:11:44 -0800
37923              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
37924      Branch: perl
37925            ! sv.c t/op/sprintf.t
37926 ____________________________________________________________________________
37927 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
37928         Log: Subject: [PATCH] Disable constant folding of sprintf
37929              From: Gisle Aas <gisle@ActiveState.com>
37930              Date: 01 Dec 2005 03:22:10 -0800
37931              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
37932      Branch: perl
37933            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
37934 ____________________________________________________________________________
37935 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
37936         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
37937              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
37938              Date: Wed, 30 Nov 2005 20:17:31 -0800
37939              Message-ID: <438E795B.9060805@ActiveState.com>
37940      Branch: perl
37941            ! sv.c
37942 ____________________________________________________________________________
37943 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
37944         Log: Revert change #26110 (already reverted in maintperl by change 26182)
37945      Branch: perl
37946            ! op.c
37947 ____________________________________________________________________________
37948 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
37949         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
37950              not siteperl
37951      Branch: perl
37952            ! pod/perlrun.pod
37953 ____________________________________________________________________________
37954 [ 26232] By: stevep                                on 2005/11/30  19:09:17
37955         Log: dor-assign (//=) was missing from perlop.pod
37956      Branch: perl
37957            ! pod/perlop.pod
37958 ____________________________________________________________________________
37959 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
37960         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
37961              From: Gisle Aas <gisle@ActiveState.com>
37962              Date: 30 Nov 2005 09:28:54 -0800
37963              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
37964      Branch: perl
37965            ! pp.c sv.c
37966 ____________________________________________________________________________
37967 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
37968         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
37969              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37970              Date: Sun, 27 Nov 2005 17:02:02 +0900
37971              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
37972      Branch: perl
37973            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
37974            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
37975            ! utfebcdic.h
37976 ____________________________________________________________________________
37977 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
37978         Log: The regexp engine should check SV flags rather than SV type for
37979              determining if something is a reference, because under the debugger
37980              the value returned by the swash code is SVt_PVMG.
37981              Not doing this has the side effect of repeatedly reassigning the
37982              same array element, which causes destructors to fire on the reassignment
37983              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
37984              of save_re_context, which under the debugger involves re-entering the
37985              regexp engine, which causes corruption of the regexp engine's global
37986              state.
37987      Branch: perl
37988            ! regexec.c
37989 ____________________________________________________________________________
37990 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
37991         Log: Fix B::Concise tests after change #26226
37992      Branch: perl
37993            ! ext/B/t/optree_varinit.t
37994 ____________________________________________________________________________
37995 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
37996         Log: Revert change #22520 (optimise away my $foo = undef and similar
37997              constructs), in order to fix bug perl #37776
37998      Branch: perl
37999            ! op.c t/op/my.t
38000 ____________________________________________________________________________
38001 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
38002         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
38003              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
38004              Date: Tue, 29 Nov 2005 08:07:19 +0100
38005              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
38006      Branch: perl
38007            ! lib/File/Compare.pm lib/File/Compare.t
38008 ____________________________________________________________________________
38009 [ 26224] By: stevep                                on 2005/11/29  12:36:46
38010         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
38011              which is now a prereq for podlators.
38012      Branch: perl
38013            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
38014            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
38015            + lib/Pod/Escapes/t/10_main.t
38016            + lib/Pod/Escapes/t/15_name2charnum.t
38017            ! MANIFEST Porting/Maintainers.pl
38018 ____________________________________________________________________________
38019 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
38020         Log: Typo fix, by Olivier Blin
38021      Branch: perl
38022            ! lib/Getopt/Long.pm
38023 ____________________________________________________________________________
38024 [ 26222] By: steveh                                on 2005/11/28  17:07:25
38025         Log: Fix ext/POSIX/t/time.t on Win32
38026              
38027              According to MSDN, "The string result produced by ctime contains
38028              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
38029              so we *do* want the leading zero on the day returned by strftime
38030      Branch: perl
38031            ! ext/POSIX/t/time.t
38032 ____________________________________________________________________________
38033 [ 26221] By: stevep                                on 2005/11/28  14:11:23
38034         Log: Mac OS X/Darwin seems to have problems with tzname().
38035      Branch: perl
38036            ! ext/POSIX/t/time.t
38037 ____________________________________________________________________________
38038 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
38039         Log: FAQ sync.
38040      Branch: perl
38041            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
38042            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
38043 ____________________________________________________________________________
38044 [ 26219] By: stevep                                on 2005/11/28  02:48:18
38045         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
38046              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
38047              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
38048              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
38049      Branch: perl
38050            ! lib/Math/Trig.pm
38051 ____________________________________________________________________________
38052 [ 26218] By: stevep                                on 2005/11/28  02:34:49
38053         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
38054              operator added to close two tickets.
38055      Branch: perl
38056            ! pod/perlobj.pod
38057 ____________________________________________________________________________
38058 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
38059         Log: Don't let MakeMaker install doc for MIME::Base64
38060              (since installpod does it already)
38061      Branch: perl
38062            ! ext/MIME/Base64/Makefile.PL
38063 ____________________________________________________________________________
38064 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
38065         Log: Upgrade to Getopt::Long 2.34_04
38066      Branch: perl
38067            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
38068            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
38069            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
38070            ! lib/Getopt/Long/t/gol-oo.t
38071 ____________________________________________________________________________
38072 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
38073         Log: Subject: [PATCH] fix wrong pool error in cygwin build
38074              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38075              Date: Nov 27, 2005 9:29 AM
38076              Message-ID: <20051127082918.GA2556@efn.org>
38077      Branch: perl
38078            ! cygwin/cygwin.c
38079 ____________________________________________________________________________
38080 [ 26214] By: stevep                                on 2005/11/27  02:35:25
38081         Log: Upgrade to MIME-Base64-3.06
38082      Branch: perl
38083            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
38084            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
38085            ! ext/MIME/Base64/QuotedPrint.pm
38086 ____________________________________________________________________________
38087 [ 26213] By: stevep                                on 2005/11/26  12:48:42
38088         Log: Deal with differences in what clock() does between POSIX and BSD.
38089      Branch: perl
38090            ! ext/POSIX/t/time.t
38091 ____________________________________________________________________________
38092 [ 26212] By: stevep                                on 2005/11/26  12:04:00
38093         Log: Upgrade to Scalar-List-Utils-1.18
38094      Branch: perl
38095            + ext/List/Util/t/00version.t
38096            ! MANIFEST ext/List/Util/Changes
38097 ____________________________________________________________________________
38098 [ 26211] By: stevep                                on 2005/11/26  11:50:17
38099         Log: Upgrade to Digest-MD5-2.35
38100      Branch: perl
38101            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
38102            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
38103            ! ext/Digest/MD5/t/files.t
38104 ____________________________________________________________________________
38105 [ 26210] By: stevep                                on 2005/11/26  11:40:57
38106         Log: Actually update one of the files from the previous change.
38107      Branch: perl
38108            ! lib/Digest.pm
38109 ____________________________________________________________________________
38110 [ 26209] By: stevep                                on 2005/11/26  11:38:02
38111         Log: Upgrade to Digest-1.14
38112      Branch: perl
38113            ! lib/Digest.pm lib/Digest/Changes
38114 ____________________________________________________________________________
38115 [ 26208] By: stevep                                on 2005/11/26  02:56:26
38116         Log: Just be explicit about $TZ.  
38117      Branch: perl
38118            ! ext/POSIX/t/time.t
38119 ____________________________________________________________________________
38120 [ 26207] By: stevep                                on 2005/11/26  02:32:10
38121         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
38122              on OpenBSD.
38123      Branch: perl
38124            ! ext/POSIX/t/time.t
38125 ____________________________________________________________________________
38126 [ 26206] By: stevep                                on 2005/11/26  01:31:24
38127         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
38128              but I don't expect any black smokes because of testing on OpenBSD,
38129              Linux, Win32, an Cygwin.
38130      Branch: perl
38131            + ext/POSIX/t/time.t
38132            ! MANIFEST ext/B/t/b.t
38133 ____________________________________________________________________________
38134 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
38135         Log: Move report_uninit() and its static supporting functions to the end of
38136              sv.c, so that they are not sandwiched between the two halves of the
38137              SV allocation code. However, the diff looks far more evil than it
38138              should given that this is just moving a single albeit large hunk.
38139      Branch: perl
38140            ! sv.c
38141 ____________________________________________________________________________
38142 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
38143         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
38144              From: demerphq <demerphq@gmail.com>
38145              Date: Fri, 25 Nov 2005 13:57:38 +0100
38146              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
38147      Branch: perl
38148            ! pod/perlpod.pod
38149 ____________________________________________________________________________
38150 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
38151         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38152              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38153              Date: Fri, 25 Nov 2005 00:19:35 +0900
38154              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
38155              
38156              Date: Fri, 25 Nov 2005 01:18:17 +0900
38157              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
38158      Branch: perl
38159            ! universal.c utf8.c
38160 ____________________________________________________________________________
38161 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
38162         Log: Document new perldoc -L switch
38163              
38164              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
38165              From: Enrico Sorcinelli <bepi@perl.it>
38166              Date: Thu, 24 Nov 2005 16:04:03 +0100
38167              Message-Id: <20051124160403.568a194b.bepi@perl.it>
38168      Branch: perl
38169            ! pod/perldoc.pod
38170 ____________________________________________________________________________
38171 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
38172         Log: Delete a README made redundant by change 26200.
38173      Branch: perl
38174            - wince/README.perlce
38175 ____________________________________________________________________________
38176 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
38177         Log: Subject: [PATCH @26198] perlce touches
38178              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
38179              Date: Nov 23, 2005 8:55 PM
38180              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
38181      Branch: perl
38182            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
38183            ! wince/wince.c
38184 ____________________________________________________________________________
38185 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
38186         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38187              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38188              Date: Wed, 23 Nov 2005 17:57:34 +0900
38189              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
38190              
38191              And :
38192              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
38193              
38194              with some nits to use U8 instead of char more consistently
38195      Branch: perl
38196            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
38197 ____________________________________________________________________________
38198 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
38199         Log: Notes in perlstyle about POD formatting, by Sébastien
38200              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
38201      Branch: perl
38202            ! pod/perlstyle.pod
38203 ____________________________________________________________________________
38204 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
38205         Log: Note the URL describing the vast riches awaiting us.
38206      Branch: perl
38207            ! t/lib/1_compile.t
38208 ____________________________________________________________________________
38209 [ 26196] By: davem                                 on 2005/11/22  16:52:24
38210         Log: include PERL_TRACK_MEMPOOL in perl -V output
38211      Branch: perl
38212            ! perl.c
38213 ____________________________________________________________________________
38214 [ 26195] By: davem                                 on 2005/11/22  16:32:42
38215         Log: perl segfaults on reversed array reference
38216              
38217              The 'for (reverse @a)' optimisation got its index wrong when
38218              create LVALUE SVs for undef elements
38219      Branch: perl
38220            ! pp_ctl.c pp_hot.c t/op/loopctl.t
38221 ____________________________________________________________________________
38222 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
38223         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
38224              From: Robin Houston <robin@cpan.org>
38225              Date: Tue, 22 Nov 2005 13:28:17 +0000
38226              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
38227      Branch: perl
38228            ! pod/perlfunc.pod
38229 ____________________________________________________________________________
38230 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
38231         Log: Use the system's free to dealloc a PV allocated by the system
38232              (more precisely by libgdbm.) See :
38233              
38234              Subject: GDBM_file realloc failures
38235              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
38236              Date: Mon, 21 Nov 2005 18:22:00 +0100
38237              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
38238      Branch: perl
38239            ! ext/GDBM_File/GDBM_File.xs
38240 ____________________________________________________________________________
38241 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
38242         Log: Subject: Re: [PATCH] concat interacts badly with magic
38243              From: Robin Houston <robin@cpan.org>
38244              Date: Tue, 22 Nov 2005 14:07:27 +0000
38245              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
38246              
38247              (new version of patch for bug #37722)
38248      Branch: perl
38249            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
38250            ! t/op/tie.t
38251 ____________________________________________________________________________
38252 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
38253         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
38254              From: Enrico Sorcinelli <bepi@perl.it>
38255              Date: Sun, 20 Nov 2005 10:20:51 +0100
38256              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
38257              
38258              Also, bump version number of Perldoc.
38259      Branch: perl
38260            ! lib/Pod/Perldoc.pm
38261 ____________________________________________________________________________
38262 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
38263         Log: Revert change #26185, which could have some unwanted side-effects.
38264              (lib/warnings.t had failures due to this patch.)
38265              Moreover Dave Mitchell correctly pointed out that [perl #37722]
38266              wasn't really a bug.
38267      Branch: perl
38268            ! pp_hot.c t/op/tie.t
38269 ____________________________________________________________________________
38270 [ 26189] By: merijn                                on 2005/11/22  06:33:05
38271         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
38272              From: "Jan Dubois" <jand@ActiveState.com>
38273              Date: Mon, 21 Nov 2005 21:35:51 -0800
38274              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
38275      Branch: perl
38276            ! win32/include/sys/socket.h
38277 ____________________________________________________________________________
38278 [ 26188] By: stevep                                on 2005/11/22  03:41:17
38279         Log: Subject: [PATCH] ff_chop.patch redux
38280              From: Andy Lester <andy@petdance.com>
38281              Date: Mon, 21 Nov 2005 21:16:14 -0600
38282              Message-ID: <20051122031614.GB19424@petdance.com>
38283      Branch: perl
38284            ! pp_ctl.c
38285 ____________________________________________________________________________
38286 [ 26187] By: stevep                                on 2005/11/22  03:37:30
38287         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
38288              From: "John E. Malmberg" <wb8tyw@qsl.net>
38289              Date: Mon, 21 Nov 2005 22:09:17 -0500
38290              Message-ID: <43828BDD.7080302@qsl.net>
38291      Branch: perl
38292            ! t/op/pat.t
38293 ____________________________________________________________________________
38294 [ 26186] By: stevep                                on 2005/11/22  03:32:04
38295         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
38296              From: "John E. Malmberg" <wb8tyw@qsl.net>
38297              Date: Mon, 21 Nov 2005 21:19:31 -0500
38298              Message-ID: <43828033.9040708@qsl.net>
38299      Branch: perl
38300            ! t/op/array.t
38301 ____________________________________________________________________________
38302 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
38303         Log: Subject: [PATCH] concat interacts badly with magic
38304              From: Robin Houston <robin@cpan.org>
38305              Date: Mon, 21 Nov 2005 17:03:39 +0000
38306              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
38307      Branch: perl
38308            ! pp_hot.c t/op/tie.t
38309 ____________________________________________________________________________
38310 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
38311         Log: Flip the sign of the value in body details offset, and change its type
38312              to size_t.
38313      Branch: perl
38314            ! sv.c
38315 ____________________________________________________________________________
38316 [ 26183] By: merijn                                on 2005/11/21  14:11:28
38317         Log: Thread failures on AIX (and others) caused by interleaved output
38318              
38319              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
38320              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
38321              Date: Sun, 20 Nov 2005 14:36 +0100
38322              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
38323      Branch: perl
38324            ! t/op/threads.t
38325 ____________________________________________________________________________
38326 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
38327         Log: Upgrade to Time::HiRes 1.83
38328      Branch: perl
38329            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38330            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
38331 ____________________________________________________________________________
38332 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
38333         Log: Eliminate two more strlen()s, by using the return value of sprintf().
38334      Branch: perl
38335            ! pp_ctl.c
38336 ____________________________________________________________________________
38337 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
38338         Log: Declarations must come first, or some compilers aren't happy.
38339              (spotted by Jarkko)
38340      Branch: perl
38341            ! ext/B/B.xs
38342 ____________________________________________________________________________
38343 [ 26178] By: stevep                                on 2005/11/20  02:41:01
38344         Log: Subject: [PATCH] Pulling ancient RCS comments
38345              From: Andy Lester <andy@petdance.com>
38346              Date: Sat, 19 Nov 2005 00:16:39 -0600
38347              Message-ID: <20051119061639.GA25086@petdance.com>
38348      Branch: perl
38349            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
38350            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
38351            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
38352            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
38353            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
38354            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
38355            ! t/op/read.t t/op/time.t t/op/unshift.t
38356 ____________________________________________________________________________
38357 [ 26177] By: stevep                                on 2005/11/20  02:31:10
38358         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
38359              From: "Jan Dubois" <jand@ActiveState.com>
38360              Date: Fri, 18 Nov 2005 11:38:24 -0800
38361              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
38362      Branch: perl
38363            ! perl.h util.c
38364 ____________________________________________________________________________
38365 [ 26176] By: stevep                                on 2005/11/19  19:14:42
38366         Log: Down with "warning: code has no effect"
38367      Branch: perl
38368            ! XSUB.h
38369 ____________________________________________________________________________
38370 [ 26175] By: stevep                                on 2005/11/19  18:06:14
38371         Log: Cleaning up some warnings generated by "gcc -W"
38372      Branch: perl
38373            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
38374            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
38375 ____________________________________________________________________________
38376 [ 26174] By: stevep                                on 2005/11/19  13:46:27
38377         Log: Upgrade to PathTools-3.14
38378      Branch: perl
38379            + lib/File/Spec/t/tmpdir.t
38380            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
38381            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
38382            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38383            ! lib/File/Spec/t/Spec.t
38384 ____________________________________________________________________________
38385 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
38386         Log: Norman observed that a couple of macros could make the body defintion
38387              table a lot more readable.
38388      Branch: perl
38389            ! sv.c
38390 ____________________________________________________________________________
38391 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
38392         Log: With -DPURFIY we change the flags so that everything is allocated
38393              directly. (Don't use arenas at all.) This seems a rather elegant way
38394              to simplify some of the code in sv.c by removing conditional
38395              compilation.
38396      Branch: perl
38397            ! sv.c
38398 ____________________________________________________________________________
38399 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
38400         Log: Map the HE arena onto SV type 0 (SVt_NULL).
38401              Abolish PL_he_root and PL_he_arenaroot.
38402      Branch: perl
38403            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
38404            ! sv.c sv.h
38405 ____________________________________________________________________________
38406 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
38407         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
38408      Branch: perl
38409            ! sv.c
38410 ____________________________________________________________________________
38411 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
38412         Log: sv_clear can manipulate the arena array directly too.
38413              Also, I think that we may have been "leaking" NV bodies in blead since
38414              25051. Oops. (Will not have been detectable except with -DPURIFY as
38415              the leak is not returning them as free to the arena)
38416      Branch: perl
38417            ! sv.c
38418 ____________________________________________________________________________
38419 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
38420         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
38421              zero as it's copying over the same sized structure. So change
38422              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
38423      Branch: perl
38424            ! sv.c
38425 ____________________________________________________________________________
38426 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
38427         Log: Merge the arms of the switch. The decision about what comes from an
38428              arena and what comes from malloc is now solely in the table.
38429      Branch: perl
38430            ! sv.c
38431 ____________________________________________________________________________
38432 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
38433         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
38434              sv_type, which is a constant variable with the same value.
38435      Branch: perl
38436            ! sv.c
38437 ____________________________________________________________________________
38438 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
38439         Log: Eliminate new_body_offset from sv_dup()
38440      Branch: perl
38441            ! sv.c
38442 ____________________________________________________________________________
38443 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
38444         Log: Merge the last remaining case duplication in sv_upgrade
38445      Branch: perl
38446            ! sv.c
38447 ____________________________________________________________________________
38448 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
38449         Log: Eliminate new_body_length from sv_upgrade
38450      Branch: perl
38451            ! sv.c
38452 ____________________________________________________________________________
38453 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
38454         Log: Eliminate new_body_offset from sv_upgrade
38455      Branch: perl
38456            ! sv.c
38457 ____________________________________________________________________________
38458 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
38459         Log: new_body_inline doesn't need to be passed the root, as it's already
38460              inferring the arenaroot directly from the passed-in type.
38461      Branch: perl
38462            ! sv.c
38463 ____________________________________________________________________________
38464 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
38465         Log: Tabs are still required in the MANIFEST
38466      Branch: perl
38467            ! MANIFEST
38468 ____________________________________________________________________________
38469 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
38470         Log: Add a flag to the body details of which types come from arenas.
38471              Update the allocation information for all the types.
38472              Add a new macro new_NOARENA() for allocating the non-arena types.
38473              Use calloc rather than malloc for the new_NOARENA so that the Zero()
38474              can be skipped.
38475      Branch: perl
38476            ! sv.c
38477 ____________________________________________________________________________
38478 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
38479         Log: Simplify the expression for the upgrade logic for SVt_IV.
38480              Replace the "can't happen" comment for SVt_PVIV with assertions
38481              that it didn't happen.
38482      Branch: perl
38483            ! sv.c
38484 ____________________________________________________________________________
38485 [ 26157] By: stevep                                on 2005/11/18  11:07:34
38486         Log: Adding README.linux to the MANIFEST
38487      Branch: perl
38488            ! MANIFEST
38489 ____________________________________________________________________________
38490 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
38491         Log: const and static for the const static private table.
38492              Replace the "upgrade" special case for SVt_PV with assertions as it's
38493              not been needed since we forced *up*grades.
38494      Branch: perl
38495            ! sv.c
38496 ____________________________________________________________________________
38497 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
38498         Log: Rename sv_upgrade's parameter mt to new_type.
38499      Branch: perl
38500            ! sv.c
38501 ____________________________________________________________________________
38502 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
38503         Log: Subject: Dumpvalue doc patch
38504              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
38505              Date: Fri, 18 Nov 2005 03:42:52 +0100
38506              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
38507      Branch: perl
38508            ! lib/Dumpvalue.pm
38509 ____________________________________________________________________________
38510 [ 26153] By: stevep                                on 2005/11/18  00:54:53
38511         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
38512              compilers of Linux.
38513      Branch: perl
38514            + README.linux
38515            ! hints/linux.sh
38516 ____________________________________________________________________________
38517 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
38518         Log: All that can be in the first switch statement of sv_upgrade is now
38519              table driven. The shrinking continues on the morrow.
38520      Branch: perl
38521            ! sv.c
38522 ____________________________________________________________________________
38523 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
38524         Log: "Can you see what it is yet?"
38525              Next steps towards making as much as possible table driven.
38526      Branch: perl
38527            ! sv.c
38528 ____________________________________________________________________________
38529 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
38530         Log: Add the size of the structure to copy as a field in the per type
38531              data table.
38532      Branch: perl
38533            ! sv.c
38534 ____________________________________________________________________________
38535 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
38536         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
38537              of structures.
38538      Branch: perl
38539            ! sv.c
38540 ____________________________________________________________________________
38541 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
38542         Log: Move the location of the definition of the arena slot used for pte
38543              into sv.h, to keep it in one central place.
38544              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
38545              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
38546      Branch: perl
38547            ! sv.c sv.h
38548 ____________________________________________________________________________
38549 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
38550         Log: Subject: [PATCH] Sort subs now in embed.fnc
38551              From: Andy Lester <andy@petdance.com>
38552              Date: Thu, 17 Nov 2005 07:53:38 -0600
38553              Message-ID: <20051117135338.GA31715@petdance.com>
38554      Branch: perl
38555            ! embed.fnc embed.h pp_sort.c proto.h
38556 ____________________________________________________________________________
38557 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
38558         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
38559              in that variable.
38560              Don't compile S_new_body with -DPURIFY
38561      Branch: perl
38562            ! sv.c
38563 ____________________________________________________________________________
38564 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
38565         Log: It's clearer to use "morphing" than "polymorphing" when
38566              describing what exec() does
38567      Branch: perl
38568            ! pod/perlmod.pod
38569 ____________________________________________________________________________
38570 [ 26144] By: stevep                                on 2005/11/17  00:18:31
38571         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
38572              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
38573              Date: Wed, 16 Nov 2005 07:11:41 -0800
38574              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
38575      Branch: perl
38576            ! universal.c
38577 ____________________________________________________________________________
38578 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
38579         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
38580              Wanting sizeof(void) isn't even a compilation error with -ansi
38581              -pedantic. Just a warning. Lame! I'm going to send it back for a full
38582              refund. Hateful software.
38583      Branch: perl
38584            ! sv.c
38585 ____________________________________________________________________________
38586 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
38587         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
38588              an erroneous remaining reference to PL_pte_root to correct.
38589      Branch: perl
38590            ! embedvar.h intrpvar.h perlapi.h sv.c
38591 ____________________________________________________________________________
38592 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
38593         Log: Subject: Re: eliminate discreet arenaroots
38594              From: Jim Cromie <jim.cromie@gmail.com>
38595              Message-ID: <4378E5B0.3010708@gmail.com>
38596              Date: Mon, 14 Nov 2005 12:29:52 -0700
38597      Branch: perl
38598            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
38599 ____________________________________________________________________________
38600 [ 26140] By: merijn                                on 2005/11/16  19:26:13
38601         Log: Subject: [PATCH @26137] for wince
38602              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
38603              Date: Wed, 16 Nov 2005 20:57:13 +0300
38604              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
38605      Branch: perl
38606            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
38607            ! wince/wince.c
38608 ____________________________________________________________________________
38609 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
38610         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
38611              From: hv@crypt.org
38612              Date: Wed, 16 Nov 2005 14:54:55 +0000
38613              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
38614      Branch: perl
38615            ! regexec.c t/op/re_tests
38616 ____________________________________________________________________________
38617 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
38618         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
38619              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38620              Date: Wed, 09 Nov 2005 02:12:00 +0900
38621              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
38622      Branch: perl
38623            ! doop.c t/op/bop.t
38624 ____________________________________________________________________________
38625 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
38626         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
38627              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38628              Date: Sun, 13 Nov 2005 16:01:02 -0800
38629              Message-ID: <20051114000102.GA5556@efn.org>
38630      Branch: perl
38631            ! Makefile.SH
38632 ____________________________________________________________________________
38633 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
38634         Log: Remove the two register keywords from auto variables that PERL_POSION
38635              wants to take the address of.
38636      Branch: perl
38637            ! hv.c scope.c
38638 ____________________________________________________________________________
38639 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
38640         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
38641              (by using the union pointer to chain the freed heads together)
38642      Branch: perl
38643            ! sv.c
38644 ____________________________________________________________________________
38645 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
38646         Log: Mark all places where perl needs to look at a possibly-freed scalar
38647              with a macro SvIS_FREED(sv)
38648      Branch: perl
38649            ! av.c mg.c op.c pad.c pp_hot.c sv.h
38650 ____________________________________________________________________________
38651 [ 26131] By: stevep                                on 2005/11/14  17:31:59
38652         Log: Removed reference to the non-existent C<Opcode::Custom>.
38653      Branch: perl
38654            ! pod/perlguts.pod
38655 ____________________________________________________________________________
38656 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
38657         Log: The warning "Field too wide in 'u' format in pack" was emitted even
38658              when pack warnings were not enabled
38659      Branch: perl
38660            ! pp_pack.c
38661 ____________________________________________________________________________
38662 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
38663         Log: Provide a crude way for specifying the command line for
38664              make test.valgrind
38665      Branch: perl
38666            ! Makefile.SH t/TEST
38667 ____________________________________________________________________________
38668 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
38669         Log: A better fix for [perl #35847] File::Find not performing as documented,
38670              suggested by Darren Dunham. Includes a fix to the code example that
38671              uses File::Find in perlfaq3.
38672      Branch: perl
38673            ! lib/File/Find.pm pod/perlfaq3.pod
38674 ____________________________________________________________________________
38675 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
38676         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
38677      Branch: perl
38678            ! autodoc.pl
38679 ____________________________________________________________________________
38680 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
38681         Log: Fix indentation of apidoc for sv_2pvutf8
38682              (so perlapi.pod is correctly generated)
38683      Branch: perl
38684            ! pod/perlapi.pod sv.c
38685 ____________________________________________________________________________
38686 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
38687         Log: Suppress gcc warnings when ignoring the return value of io_close(),
38688              as suggested by Gisle Aas.
38689      Branch: perl
38690            ! embed.fnc proto.h
38691 ____________________________________________________________________________
38692 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
38693         Log: Subject: [PATCH] Missing ; in Storable.xs
38694              From: Gisle Aas <gisle@ActiveState.com>
38695              Date: 14 Nov 2005 02:32:14 -0800
38696              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
38697      Branch: perl
38698            ! ext/Storable/Storable.xs
38699 ____________________________________________________________________________
38700 [ 26120] By: steveh                                on 2005/11/14  09:39:48
38701         Log: Subject: [PATCH] Compress::Zlib
38702              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
38703              Date: Sun, 13 Nov 2005 17:09:08 -0000
38704              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
38705      Branch: perl
38706            ! ext/Compress/Zlib/Zlib.pm
38707            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
38708            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
38709            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
38710            ! ext/Compress/Zlib/t/09gziphdr.t
38711 ____________________________________________________________________________
38712 [ 26119] By: steveh                                on 2005/11/14  09:39:02
38713         Log: Fix code-before-declaration in boot_Storable added by 26107
38714      Branch: perl
38715            ! ext/Storable/Storable.xs
38716 ____________________________________________________________________________
38717 [ 26118] By: stevep                                on 2005/11/14  01:13:16
38718         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
38719              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38720              Date: Sun, 13 Nov 2005 16:00:49 -0800
38721              Message-ID: <20051114000049.GA7676@efn.org>
38722      Branch: perl
38723            ! utils/perlbug.PL
38724 ____________________________________________________________________________
38725 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
38726         Log: Fix breakages that prevended -DPERL_POISON from compiling.
38727      Branch: perl
38728            ! handy.h sv.h
38729 ____________________________________________________________________________
38730 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
38731         Log: Integrate:
38732              [ 26108]
38733              BEGIN blocks should start a new stack, as they can be called as a
38734              side effect of "regular" Perl API calls within subroutines that have
38735              already cached the current stack's address. If they don't, any stack
38736              extension during the call may move the stack, rendering that cached
38737              value invalid without the cachee realising. (For example, PP code
38738              calling gv_fetchpv() which triggers a load of Errno.pm)
38739      Branch: perl
38740           !> op.c
38741 ____________________________________________________________________________
38742 [ 26107] By: stevep                                on 2005/11/13  00:40:25
38743         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
38744              From: Gisle Aas <gisle@ActiveState.com>
38745              Date: 12 Nov 2005 13:13:23 -0800
38746              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
38747      Branch: perl
38748            + ext/Storable/t/file_magic.t
38749            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
38750            ! ext/Storable/Storable.xs
38751 ____________________________________________________________________________
38752 [ 26103] By: stevep                                on 2005/11/12  20:44:16
38753         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
38754              into the module release, I bumped the version number and added the
38755              missing code.
38756      Branch: perl
38757            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
38758 ____________________________________________________________________________
38759 [ 26101] By: stevep                                on 2005/11/12  19:46:18
38760         Log: Subject: [perl #37657] segfault with binmode ":pop"
38761              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
38762              Date: Fri, 11 Nov 2005 06:36:20 -0800
38763              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
38764      Branch: perl
38765            ! perlio.c
38766 ____________________________________________________________________________
38767 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
38768         Log: Make B's tests skip correctly when PerlIO is not configured.
38769      Branch: perl
38770            ! ext/B/t/concise-xs.t ext/B/t/concise.t
38771 ____________________________________________________________________________
38772 [ 26099] By: stevep                                on 2005/11/12  16:59:49
38773         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
38774              From: Andy Lester <andy@petdance.com>
38775              Date: Fri, 11 Nov 2005 17:20:30 -0600
38776              Message-ID: <20051111232030.GA882@petdance.com>
38777      Branch: perl
38778            ! mathoms.c perl.c
38779 ____________________________________________________________________________
38780 [ 26096] By: stevep                                on 2005/11/12  15:41:09
38781         Log: Andy Lester maintains Locale::Maketext now.
38782      Branch: perl
38783            ! Porting/Maintainers.pl
38784 ____________________________________________________________________________
38785 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
38786         Log: Change 26063 got one conditional the wrong way round.
38787      Branch: perl
38788            ! ext/B/B/Bytecode.pm
38789 ____________________________________________________________________________
38790 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
38791         Log: Make the removal of references to AvFLAGS in the B modules conditional
38792              on perl version.
38793      Branch: perl
38794            ! ext/B/B/C.pm ext/B/B/Debug.pm
38795 ____________________________________________________________________________
38796 [ 26090] By: stevep                                on 2005/11/11  22:47:06
38797         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
38798              Netdb_host_t is a macro that for a const pointer.
38799      Branch: perl
38800            ! pp_sys.c
38801 ____________________________________________________________________________
38802 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
38803         Log: 26085 was wrong. Undo it.
38804              (I suspect that I got this wrong because more changes have been made
38805              in blead subsequent to the change I was attempting to merge in, and
38806              and jiggled around with the number of tests)
38807      Branch: perl
38808            ! ext/B/t/concise-xs.t
38809 ____________________________________________________________________________
38810 [ 26088] By: stevep                                on 2005/11/11  16:44:39
38811         Log: Subject: [PATCH] DB_File 1.814
38812              From: Paul Marquess <Paul.Marquess@ntlworld.com>
38813              Date: Fri, 11 Nov 2005 12:09:55 -0000
38814              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
38815      Branch: perl
38816            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38817            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
38818 ____________________________________________________________________________
38819 [ 26087] By: stevep                                on 2005/11/11  16:17:03
38820         Log: Subject: [PATCH] Storable 0.1 compatibility
38821              From: Gisle Aas <gisle@ActiveState.com> 
38822              Date: 11 Nov 2005 05:42:29 -0800 
38823              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
38824              
38825              Also added an entry in the main MANIFEST file for the new test and 
38826              a version bump in Storable.pm.
38827      Branch: perl
38828            + ext/Storable/t/compat01.t
38829            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
38830            ! ext/Storable/Storable.xs
38831 ____________________________________________________________________________
38832 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
38833         Log: Correct the version-dependant expression for the number of tests, as it
38834              is now giving the wrong number for 5.8.x
38835      Branch: perl
38836            ! ext/B/t/concise-xs.t
38837 ____________________________________________________________________________
38838 [ 26082] By: stevep                                on 2005/11/11  04:55:56
38839         Log: Subject: [PATCH] Const & local: Special Victims Unit
38840              From: Andy Lester <andy@petdance.com>
38841              Date: Thu, 10 Nov 2005 22:47:00 -0600
38842              Message-ID: <20051111044700.GA24161@petdance.com>
38843      Branch: perl
38844            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
38845            ! util.c
38846 ____________________________________________________________________________
38847 [ 26081] By: stevep                                on 2005/11/11  03:27:35
38848         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
38849      Branch: perl
38850            ! ext/Encode/Encode.pm
38851 ____________________________________________________________________________
38852 [ 26080] By: stevep                                on 2005/11/11  03:18:11
38853         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
38854      Branch: perl
38855            ! lib/English.pm
38856 ____________________________________________________________________________
38857 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
38858         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
38859              From: Dominic Dunlop <domo@computer.org>
38860              Date: Thu, 10 Nov 2005 18:10:00 +0100
38861              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
38862      Branch: perl
38863            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
38864 ____________________________________________________________________________
38865 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
38866         Log: Patch by Ilya Zakharevich to give more meaningful error
38867              messages from if.pm when invoked with a condition in list
38868              context. Also bump if's VERSION.
38869      Branch: perl
38870            ! lib/if.pm
38871 ____________________________________________________________________________
38872 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
38873         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
38874              (that is, before embed.h, that uses this symbol, is included)
38875      Branch: perl
38876            ! perl.h
38877 ____________________________________________________________________________
38878 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
38879         Log: Subject: [perl #35847] File::Find not performing as documented 
38880              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
38881              Date: 17 May 2005 10:40:08 -0000
38882              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
38883      Branch: perl
38884            ! lib/File/Find.pm
38885 ____________________________________________________________________________
38886 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
38887         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
38888              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
38889              Date: Thu, 10 Nov 2005 04:31:39 -0800
38890              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
38891      Branch: perl
38892            ! perlio.c
38893 ____________________________________________________________________________
38894 [ 26074] By: stevep                                on 2005/11/10  12:22:43
38895         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
38896              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
38897              Date: Tue, 01 Nov 2005 15:22:45 -0800
38898              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
38899      Branch: perl
38900            ! utils/h2ph.PL
38901 ____________________________________________________________________________
38902 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
38903         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
38904              From: Steven Schubiger <schubiger@cpan.org>
38905              Date: Mon, 31 Oct 2005 22:48:27 +0100
38906              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
38907      Branch: perl
38908            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
38909            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
38910            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
38911            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
38912            ! pod/perlxs.pod
38913 ____________________________________________________________________________
38914 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
38915         Log: Really apply change #26071.
38916      Branch: perl
38917            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
38918            ! wince/config_sh.PL
38919 ____________________________________________________________________________
38920 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
38921         Log: Subject: [PATCH @26062] wince patch
38922              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
38923              Date: Wed, 9 Nov 2005 20:22:52 +0300 
38924              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
38925      Branch: perl
38926            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
38927            ! wince/config_sh.PL
38928 ____________________________________________________________________________
38929 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
38930         Log: Add tests for two untested syntax error messages about \N
38931      Branch: perl
38932            ! t/comp/parser.t
38933 ____________________________________________________________________________
38934 [ 26069] By: steveh                                on 2005/11/10  08:41:53
38935         Log: Make Perl_seed public
38936              
38937              Fixes Win32 linker error in List::Util introduced by change #26054
38938      Branch: perl
38939            ! embed.fnc embed.h global.sym
38940 ____________________________________________________________________________
38941 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
38942         Log: Subject: [PATCH] blead@26052 Symbian update
38943              From: <jarkko.hietaniemi@nokia.com>
38944              Date: Wed, 9 Nov 2005 17:45:07 +0200
38945              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
38946      Branch: perl
38947            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
38948            ! symbian/sdk.pl symbian/sisify.pl
38949 ____________________________________________________________________________
38950 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
38951         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
38952              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
38953              Fixed by opening with :bytes.
38954      Branch: perl
38955            ! ext/Encode/t/perlio.t
38956 ____________________________________________________________________________
38957 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
38958         Log: I/O is UTF-8, not "UNICODE"
38959      Branch: perl
38960            ! t/io/layers.t
38961 ____________________________________________________________________________
38962 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
38963         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
38964              change 25925 had the side effect of breaking t/io/utf8.t
38965              Fixed by adding the missing binmode()s.
38966      Branch: perl
38967            ! t/io/utf8.t
38968 ____________________________________________________________________________
38969 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
38970         Log: Better diagnostics from io/utf8.t
38971      Branch: perl
38972            ! t/io/utf8.t
38973 ____________________________________________________________________________
38974 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
38975         Log: Make the Bytecode changes conditional on perl version.
38976      Branch: perl
38977            ! ext/B/B/Bytecode.pm
38978 ____________________________________________________________________________
38979 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
38980         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
38981              From: Graham Barr <gbarr@pobox.com>
38982              Date: Wed, 9 Nov 2005 06:09:48 -0600
38983              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
38984      Branch: perl
38985            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
38986            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
38987            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
38988            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
38989            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
38990            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
38991            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
38992            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
38993            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
38994 ____________________________________________________________________________
38995 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
38996         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
38997              case.
38998      Branch: perl
38999            ! op.c
39000 ____________________________________________________________________________
39001 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
39002         Log: Add a comment about possible future refactoring of the pad code.
39003      Branch: perl
39004            ! pad.c
39005 ____________________________________________________________________________
39006 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
39007         Log: Remove superfluous strlen() from pp_require().
39008      Branch: perl
39009            ! pp_ctl.c
39010 ____________________________________________________________________________
39011 [ 26058] By: stevep                                on 2005/11/09  10:45:57
39012         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
39013      Branch: perl
39014            ! perl.c
39015 ____________________________________________________________________________
39016 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
39017         Log: Don't declare a function inside another function
39018      Branch: perl
39019            ! perl.c
39020 ____________________________________________________________________________
39021 [ 26056] By: merijn                                on 2005/11/09  09:54:28
39022         Log: Subject: Configure setting patchlevel broken
39023              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39024              Date: Fri, 14 Oct 2005 00:33:29 -0700
39025              Message-ID: <20051014073329.GA3236@efn.org>
39026      Branch: perl
39027            ! Configure
39028 ____________________________________________________________________________
39029 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
39030         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
39031              From: Robin Houston <robin@cpan.org>
39032              Date: Tue, 8 Nov 2005 19:02:34 +0000
39033              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
39034      Branch: perl
39035            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
39036            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
39037            ! ext/List/Util/t/reduce.t pod/perlcall.pod
39038 ____________________________________________________________________________
39039 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
39040         Log: Subject: patch@26052 - compile rule for mathoms.c
39041              From: "John E. Malmberg" <wb8tyw@qsl.net>
39042              Date: Tue, 08 Nov 2005 23:09:03 -0500
39043              Message-ID: <4371765F.1000900@qsl.net>
39044      Branch: perl
39045            ! vms/descrip_mms.template
39046 ____________________________________________________________________________
39047 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
39048         Log: It helps to actually *remove* the now-superfluous strlen().
39049              (An addendum to 26050.)
39050      Branch: perl
39051            ! toke.c
39052 ____________________________________________________________________________
39053 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
39054         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
39055              function makes the object code slightly smaller.
39056      Branch: perl
39057            ! util.c
39058 ____________________________________________________________________________
39059 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
39060         Log: Eliminate some unnecessary strlen()s
39061      Branch: perl
39062            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
39063 ____________________________________________________________________________
39064 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
39065         Log: Eliminate duplicate strlen()s by explicitly calling it.
39066              Note two places for future audit with FIXME.
39067              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
39068      Branch: perl
39069            ! pp_ctl.c
39070 ____________________________________________________________________________
39071 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
39072         Log: 3 calls to strlen() we can avoid.
39073      Branch: perl
39074            ! doio.c
39075 ____________________________________________________________________________
39076 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
39077         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
39078              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39079              Date: Tue, 8 Nov 2005 08:46:42 -0800
39080              Message-ID: <20051108164642.GD7972@efn.org>
39081      Branch: perl
39082            ! pod/perl561delta.pod pod/perl56delta.pod
39083 ____________________________________________________________________________
39084 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
39085         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
39086              its presence changes structure sizes.
39087      Branch: perl
39088            ! perl.c
39089 ____________________________________________________________________________
39090 [ 26045] By: stevep                                on 2005/11/08  14:24:39
39091         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39092              Subject: Re: A surprising segfault
39093              Date: Tue, 08 Nov 2005 23:36:13 +0900
39094              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
39095      Branch: perl
39096            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
39097 ____________________________________________________________________________
39098 [ 26044] By: steveh                                on 2005/11/08  10:16:56
39099         Log: Remove an unused variable left over from change #26041
39100      Branch: perl
39101            ! win32/win32.c
39102 ____________________________________________________________________________
39103 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
39104         Log: Subject: Re: C<undef %::> considered harmful
39105              From: Benjamin Sugars <bsugars@canoe.ca>
39106              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
39107              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
39108              
39109              except the part that increases the refcount of PL_stderrgv, already
39110              fixed separately.
39111      Branch: perl
39112            ! perl.c
39113 ____________________________________________________________________________
39114 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
39115         Log: Upgrade to CPAN 1.76_65
39116      Branch: perl
39117            - lib/CPAN/Admin.pm
39118            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
39119            ! lib/CPAN/t/version.t
39120 ____________________________________________________________________________
39121 [ 26041] By: merijn                                on 2005/11/08  06:29:56
39122         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
39123              From: "Jan Dubois" <jand@ActiveState.com>
39124              Date: Mon, 7 Nov 2005 20:39:02 -0800
39125              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
39126      Branch: perl
39127            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
39128            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
39129 ____________________________________________________________________________
39130 [ 26040] By: stevep                                on 2005/11/08  00:41:51
39131         Log: Updated perldiag.pod entry for "Can't use subscript..."
39132      Branch: perl
39133            ! pod/perldiag.pod
39134 ____________________________________________________________________________
39135 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
39136         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
39137              of the 4. Not that any are that popular.)
39138      Branch: perl
39139            ! mathoms.c opcode.h opcode.pl pp.c
39140 ____________________________________________________________________________
39141 [ 26038] By: stevep                                on 2005/11/07  18:35:47
39142         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
39143              From: shouldbedomo@mac.com (Dominic Dunlop)
39144              Date: Mon, 7 Nov 2005 18:24:50 +0100
39145              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
39146              
39147              README.macosx updates
39148      Branch: perl
39149            ! README.macosx
39150 ____________________________________________________________________________
39151 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
39152         Log: s/Nick Clark/Nicholas Clark/
39153      Branch: perl
39154            ! Changes Changes5.8 doio.c t/op/lc.t
39155 ____________________________________________________________________________
39156 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
39157         Log: For each test function, test it as is, and with extra data appended
39158              after each test character.
39159      Branch: perl
39160            ! t/uni/case.pl
39161 ____________________________________________________________________________
39162 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
39163         Log: The rarely used lcfirst and ucfirst share almost all their code.
39164              Merge the two as pp_ucfirst.
39165      Branch: perl
39166            ! mathoms.c opcode.h opcode.pl pp.c
39167 ____________________________________________________________________________
39168 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
39169         Log: Fix bug #37628 (both lcfirst and ucfirst)
39170      Branch: perl
39171            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
39172 ____________________________________________________________________________
39173 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
39174         Log: Subject: [PATCH] Cleaning up x2p directory
39175              From: Andy Lester <andy@petdance.com>
39176              Date: Fri, 4 Nov 2005 15:13:55 -0600
39177              Message-ID: <20051104211355.GB12651@petdance.com>
39178      Branch: perl
39179            - x2p/proto.h
39180            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
39181            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
39182            ! x2p/util.h x2p/walk.c
39183 ____________________________________________________________________________
39184 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
39185         Log: Subject: [PATCH] Missing static declarations 
39186              From: Gisle Aas <gisle@ActiveState.com>
39187              Date: 05 Nov 2005 05:08:03 -0800
39188              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
39189      Branch: perl
39190            ! genpacksizetables.pl pp_pack.c
39191 ____________________________________________________________________________
39192 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
39193         Log: Remove CPAN.pm's META.yml.
39194              Add CPAN.pm's SIGNATURE in MANIFEST.
39195      Branch: perl
39196            - lib/CPAN/META.yml
39197            ! MANIFEST
39198 ____________________________________________________________________________
39199 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
39200         Log: Subject: [PATCH] Symbian update blead@26025
39201              From: <jarkko.hietaniemi@nokia.com>
39202              Date: Mon, 7 Nov 2005 13:32:15 +0200
39203              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
39204      Branch: perl
39205            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
39206            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
39207            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
39208            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
39209            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
39210            + symbian/ext/Moped/Msg/bld.inf
39211            + symbian/ext/Moped/Msg/location.pl
39212            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
39213            - symbian/PerlAppUIQ.rss
39214            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
39215            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
39216            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
39217            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
39218            ! symbian/symbian_utils.cpp symbian/symbianish.h
39219            ! symbian/xsbuild.pl
39220 ____________________________________________________________________________
39221 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
39222         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
39223      Branch: perl
39224            + lib/CPAN/Admin.pm
39225            ! MANIFEST
39226 ____________________________________________________________________________
39227 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
39228         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
39229              From: Andy Lester <andy@petdance.com>
39230              Date: Fri, 4 Nov 2005 15:12:56 -0600
39231              Message-ID: <20051104211256.GA12651@petdance.com>
39232      Branch: perl
39233            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
39234            ! universal.c utf8.c util.c
39235 ____________________________________________________________________________
39236 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
39237         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
39238              From: "Chris Heath via RT" <perlbug-followup@perl.org>
39239              Date: Sun, 06 Nov 2005 20:08:05 -0800
39240              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
39241      Branch: perl
39242            ! cop.h
39243 ____________________________________________________________________________
39244 [ 26026] By: merijn                                on 2005/11/07  08:14:59
39245         Log: Subject: [PATCH] follow up on 25969 for VMS
39246              From: Abe Timmerman <abe@ztreet.demon.nl>
39247              Date: Sat, 5 Nov 2005 13:29:58 +0200
39248              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
39249      Branch: perl
39250            ! vms/vms.c vms/vmsish.h
39251 ____________________________________________________________________________
39252 [ 26025] By: stevep                                on 2005/11/07  03:42:53
39253         Log: Added note to README.macosx regarding failures from broken locale
39254              files.
39255      Branch: perl
39256            ! README.macosx
39257 ____________________________________________________________________________
39258 [ 26024] By: stevep                                on 2005/11/07  02:58:31
39259         Log: Fix documentation for gmtime().
39260      Branch: perl
39261            ! pod/perlfunc.pod
39262 ____________________________________________________________________________
39263 [ 26023] By: stevep                                on 2005/11/06  20:18:23
39264         Log: Upgrade to CPAN-1.76_61
39265      Branch: perl
39266            + lib/CPAN/PAUSE2005.pub
39267            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
39268            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
39269            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
39270            ! lib/CPAN/t/version.t
39271 ____________________________________________________________________________
39272 [ 26022] By: stevep                                on 2005/11/06  19:16:54
39273         Log: Nits in the pp_defined code spotted by Jarkko.
39274      Branch: perl
39275            ! pp_hot.c
39276 ____________________________________________________________________________
39277 [ 26021] By: stevep                                on 2005/11/06  18:38:02
39278         Log: Upgrade to Time-HiRes-1.82
39279      Branch: perl
39280            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39281            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
39282            ! ext/Time/HiRes/t/HiRes.t
39283 ____________________________________________________________________________
39284 [ 26020] By: merijn                                on 2005/11/06  07:23:15
39285         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
39286              From: "John E. Malmberg" <wb8tyw@qsl.net>
39287              Date: Sat, 05 Nov 2005 21:28:33 -0500
39288              Message-ID: <436D6A51.5040700@qsl.net>
39289      Branch: perl
39290            ! configure.com
39291 ____________________________________________________________________________
39292 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
39293         Log: Make the 5.9 changes to B conditional on perl version.
39294      Branch: perl
39295            ! ext/B/B.pm ext/B/B.xs
39296 ____________________________________________________________________________
39297 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
39298         Log: '[at]' should be '@'
39299              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
39300      Branch: perl
39301            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
39302            ! lib/CPAN/t/version.t
39303 ____________________________________________________________________________
39304 [ 26017] By: stevep                                on 2005/11/05  14:49:11
39305         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
39306              is passed in.
39307      Branch: perl
39308            ! pp_hot.c
39309 ____________________________________________________________________________
39310 [ 26016] By: stevep                                on 2005/11/05  13:44:10
39311         Log: Upgrade to CPAN-1.76_60.
39312      Branch: perl
39313            + lib/CPAN/Version.pm lib/CPAN/t/version.t
39314            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
39315            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
39316 ____________________________________________________________________________
39317 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
39318         Log: Allow passing of the full enum name into the tryAMAGICbin family of
39319              macros, to avoid needing C pre-processor string concatenation within
39320              the lowest level expansion.
39321      Branch: perl
39322            ! pp.c pp.h
39323 ____________________________________________________________________________
39324 [ 26014] By: stevep                                on 2005/11/05  12:55:47
39325         Log: Upgrade to Time-HiRes-1.81
39326      Branch: perl
39327            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39328            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
39329 ____________________________________________________________________________
39330 [ 26013] By: merijn                                on 2005/11/05  11:38:32
39331         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
39332              From: Abe Timmerman <abe@ztreet.demon.nl>
39333              Date: Sat, 5 Nov 2005 11:26:33 +0200
39334              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
39335      Branch: perl
39336            ! configure.com
39337 ____________________________________________________________________________
39338 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
39339         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
39340              (noticed by Robin Houston)
39341      Branch: perl
39342            ! pod/perlcall.pod
39343 ____________________________________________________________________________
39344 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
39345         Log: Subject: Re: A surprising segfault
39346              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39347              Date: Nov 5, 2005 5:54 AM
39348              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
39349      Branch: perl
39350            ! pp.c pp_sort.c pp_sys.c
39351 ____________________________________________________________________________
39352 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
39353         Log: dorassign doesn't need --SP;
39354      Branch: perl
39355            ! pp_hot.c
39356 ____________________________________________________________________________
39357 [ 26009] By: davem                                 on 2005/11/05  01:57:23
39358         Log: pp_print didn't extend the stack before pushing its return value
39359      Branch: perl
39360            ! pp_hot.c
39361 ____________________________________________________________________________
39362 [ 26008] By: stevep                                on 2005/11/05  01:39:51
39363         Log: Typos in opcode.pl this time.
39364      Branch: perl
39365            ! opcode.h opcode.pl
39366 ____________________________________________________________________________
39367 [ 26007] By: stevep                                on 2005/11/05  01:36:17
39368         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
39369              pp_or, and pp_defined, respectively.
39370      Branch: perl
39371            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
39372 ____________________________________________________________________________
39373 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
39374         Log: s/printf/my_printf/ because we're using the return value.
39375              My mistake spotted by Gisle.
39376      Branch: perl
39377            ! regcomp.c
39378 ____________________________________________________________________________
39379 [ 26005] By: stevep                                on 2005/11/04  21:41:43
39380         Log: s/pp_dor/pp_defined/
39381      Branch: perl
39382            ! mathoms.c
39383 ____________________________________________________________________________
39384 [ 26004] By: stevep                                on 2005/11/04  21:39:44
39385         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
39386              This change has also caused pp_defined to be promoted to being a hot
39387              op.
39388      Branch: perl
39389            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
39390 ____________________________________________________________________________
39391 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
39392         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
39393      Branch: perl
39394            ! sv.c
39395 ____________________________________________________________________________
39396 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
39397         Log: You can't there from here. (Dead code in sv_2pv_flags)
39398      Branch: perl
39399            ! sv.c
39400 ____________________________________________________________________________
39401 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
39402         Log: Use the return value from sprintf().
39403      Branch: perl
39404            ! regcomp.c taint.c universal.c util.c
39405 ____________________________________________________________________________
39406 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
39407         Log: pp_semop can fit within Perl_pp_shmwrite().
39408      Branch: perl
39409            ! mathoms.c opcode.h opcode.pl pp_sys.c
39410 ____________________________________________________________________________
39411 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
39412         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
39413              which is actually already 50% syswrite.
39414      Branch: perl
39415            ! mathoms.c opcode.h opcode.pl pp_sys.c
39416 ____________________________________________________________________________
39417 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
39418         Log: Revert patch #25993.
39419      Branch: perl
39420            ! regexec.c t/op/pat.t
39421 ____________________________________________________________________________
39422 [ 25997] By: steveh                                on 2005/11/04  17:23:49
39423         Log: Fix a Win32 linker error following change #25972
39424      Branch: perl
39425            ! pp_sys.c
39426 ____________________________________________________________________________
39427 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
39428         Log: Subject: [PATCH] use clearenv if available
39429              From: Alan Burlison <Alan.Burlison@sun.com>
39430              Date: Fri, 04 Nov 2005 16:33:30 +0000
39431              Message-ID: <436B8D5A.4010502@sun.com>
39432      Branch: perl
39433            ! embed.fnc embed.h mg.c proto.h sv.c util.c
39434 ____________________________________________________________________________
39435 [ 25995] By: merijn                                on 2005/11/04  16:30:03
39436         Log: Subject: Re: futimes [PATCH]
39437              From: Steve Peters <steve@fisharerojo.org>
39438              Date: Fri, 4 Nov 2005 09:00:25 -0600
39439              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
39440      Branch: perl
39441            ! Configure
39442 ____________________________________________________________________________
39443 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
39444         Log: Subject: [perl #19049] Incorrect $` after replacement
39445              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
39446              Date: Fri, 04 Nov 2005 08:17:25 +0100
39447              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
39448      Branch: perl
39449            ! regexec.c t/op/pat.t
39450 ____________________________________________________________________________
39451 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
39452         Log: Subject: Re: [PATCH] sort/multicall patch
39453              From: Robin Houston <robin@cpan.org>
39454              Date: Fri, 4 Nov 2005 15:20:29 +0000
39455              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
39456      Branch: perl
39457            ! pp_ctl.c t/op/sort.t
39458 ____________________________________________________________________________
39459 [ 25991] By: stevep                                on 2005/11/04  15:10:44
39460         Log: Subject: Re: Configure -Dno_mathoms
39461              From: gisle@ActiveState.com (Gisle Aas)
39462              Date: 01 Nov 2005 03:27:49 -0800
39463              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
39464      Branch: perl
39465            ! mathoms.c perl.c
39466 ____________________________________________________________________________
39467 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
39468         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
39469              "Perfection is achieved not when there's nothing more to add,
39470              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
39471      Branch: perl
39472            ! mathoms.c opcode.h opcode.pl pp_sys.c
39473 ____________________________________________________________________________
39474 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
39475         Log: Once more, with feeling.
39476              [Mmm, has someone been swapping the coffee for decaf?]
39477              [Actual cause - make sure the edited version of the file is in the
39478              correct directory]
39479      Branch: perl
39480            ! pod/perldiag.pod
39481 ____________________________________________________________________________
39482 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
39483         Log: Meta-oops. Change 25987 was not the change you were looking for.
39484      Branch: perl
39485            ! pod/perldiag.pod
39486 ____________________________________________________________________________
39487 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
39488         Log: Oops. This new panic was meant to be added to the documented
39489              diagnostics.
39490      Branch: perl
39491            ! pod/perldiag.pod
39492 ____________________________________________________________________________
39493 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
39494         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
39495              with Perl_pp_ftrread().
39496      Branch: perl
39497            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
39498            ! pp_sys.c
39499 ____________________________________________________________________________
39500 [ 25985] By: stevep                                on 2005/11/04  12:02:51
39501         Log: Upgrade to Time-HiRes-1.80
39502      Branch: perl
39503            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39504            ! ext/Time/HiRes/HiRes.xs
39505 ____________________________________________________________________________
39506 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
39507         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
39508      Branch: perl
39509            ! pp_sys.c
39510 ____________________________________________________________________________
39511 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
39512         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
39513              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
39514              with the other 3 implemented in terms of it.
39515      Branch: perl
39516            ! pp_sys.c
39517 ____________________________________________________________________________
39518 [ 25982] By: merijn                                on 2005/11/04  09:16:53
39519         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
39520              From: Andy Lester <andy@petdance.com>
39521              Date: Fri, 4 Nov 2005 00:37:54 -0600
39522              Message-ID: <20051104063753.GA3863@petdance.com>
39523      Branch: perl
39524            ! pp_sys.c
39525 ____________________________________________________________________________
39526 [ 25981] By: stevep                                on 2005/11/04  00:10:21
39527         Log: Upgrade to Time-HiRes 1.79
39528      Branch: perl
39529            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39530            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
39531 ____________________________________________________________________________
39532 [ 25980] By: stevep                                on 2005/11/03  21:23:48
39533         Log: Reverting the reversion.  va_end() goes with va_start().
39534      Branch: perl
39535            ! mg.c
39536 ____________________________________________________________________________
39537 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
39538         Log: Fix test failures introduced by the change of flags on op_sort
39539      Branch: perl
39540            ! ext/B/t/f_sort.t
39541 ____________________________________________________________________________
39542 [ 25978] By: stevep                                on 2005/11/03  20:28:20
39543         Log: Upgrade to Time-HiRes-1.78
39544      Branch: perl
39545            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39546            ! ext/Time/HiRes/t/HiRes.t
39547 ____________________________________________________________________________
39548 [ 25977] By: stevep                                on 2005/11/03  17:27:58
39549         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
39550              was that line about Jenga again?
39551      Branch: perl
39552            ! mg.c
39553 ____________________________________________________________________________
39554 [ 25976] By: stevep                                on 2005/11/03  17:14:17
39555         Log: Missing va_end(args) from SA_SIGINFO related code.
39556      Branch: perl
39557            ! mg.c
39558 ____________________________________________________________________________
39559 [ 25975] By: stevep                                on 2005/11/03  16:00:12
39560         Log: Test for the right signal should use the constant for that signal.
39561      Branch: perl
39562            ! ext/POSIX/t/sigaction.t
39563 ____________________________________________________________________________
39564 [ 25974] By: stevep                                on 2005/11/03  15:07:26
39565         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
39566      Branch: perl
39567            ! t/io/fs.t
39568 ____________________________________________________________________________
39569 [ 25973] By: stevep                                on 2005/11/03  14:56:25
39570         Log: More core test cleanups.  Mainly fixes to remove code that caused 
39571              warnings, but there were a few bug fixes that were hidden by 
39572              no using warnings.
39573      Branch: perl
39574            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
39575            ! t/io/read.t t/io/tell.t
39576 ____________________________________________________________________________
39577 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
39578         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
39579              but the actual finished code is not as bad as it seems.
39580      Branch: perl
39581            ! mathoms.c opcode.h opcode.pl pp_sys.c
39582 ____________________________________________________________________________
39583 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
39584         Log: Document some bogus compiler warnings in README.solaris
39585              
39586              Subject: Re: Why is malloc_wrap now the default?
39587              From: Alan Burlison <Alan.Burlison@sun.com>
39588              Date: Thu, 03 Nov 2005 12:54:16 +0000
39589              Message-ID: <436A0878.1030703@sun.com>
39590      Branch: perl
39591            ! README.solaris
39592 ____________________________________________________________________________
39593 [ 25970] By: stevep                                on 2005/11/03  11:37:31
39594         Log: Upgrade to Time-HiRes-1.77
39595      Branch: perl
39596            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39597            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
39598            ! ext/Time/HiRes/fallback/const-c.inc
39599            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
39600 ____________________________________________________________________________
39601 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
39602         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
39603              ingroup() is a boolean flag, not a GID or UID.
39604      Branch: perl
39605            ! doio.c embed.fnc proto.h
39606 ____________________________________________________________________________
39607 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
39608         Log: Avoiding source code duplication for the lstat() on filehandle %s
39609              warning also makes the object code slightly smaller.
39610      Branch: perl
39611            ! pp_sys.c
39612 ____________________________________________________________________________
39613 [ 25967] By: stevep                                on 2005/11/03  02:09:30
39614         Log: Clean up some test files.
39615      Branch: perl
39616            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
39617            ! t/io/through.t
39618 ____________________________________________________________________________
39619 [ 25966] By: stevep                                on 2005/11/03  01:45:45
39620         Log: Make harness warning-free when running with -Mdiagnostics
39621      Branch: perl
39622            ! t/harness
39623 ____________________________________________________________________________
39624 [ 25965] By: stevep                                on 2005/11/02  22:37:48
39625         Log: Test case should not execute /no_such_process if it does exist.
39626      Branch: perl
39627            ! t/io/pipe.t
39628 ____________________________________________________________________________
39629 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
39630         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
39631      Branch: perl
39632            ! mathoms.c opcode.h opcode.pl pp_sys.c
39633 ____________________________________________________________________________
39634 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
39635         Log: Move the conditonal compiles that report absence of kill and chown
39636              from pp_kill() and pp_chown() into apply().
39637      Branch: perl
39638            ! doio.c pp_sys.c
39639 ____________________________________________________________________________
39640 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
39641         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
39642      Branch: perl
39643            ! mathoms.c opcode.h opcode.pl pp_sys.c
39644 ____________________________________________________________________________
39645 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
39646         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
39647              Perl_pp_ftrowned
39648      Branch: perl
39649            ! mathoms.c opcode.h opcode.pl pp_sys.c
39650 ____________________________________________________________________________
39651 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
39652         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
39653              flag that it needed a target (OP_FTIS)
39654      Branch: perl
39655            ! pp_sys.c
39656 ____________________________________________________________________________
39657 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
39658         Log: Correct error in 25958 for threaded builds.
39659      Branch: perl
39660            ! mathoms.c
39661 ____________________________________________________________________________
39662 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
39663         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
39664      Branch: perl
39665            ! mathoms.c opcode.h opcode.pl pp_sys.c
39666 ____________________________________________________________________________
39667 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
39668         Log: Remove last sort test, that was failing with and without threads.
39669              Silence some warnings.
39670      Branch: perl
39671            ! t/op/sort.t
39672 ____________________________________________________________________________
39673 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
39674         Log: Adjust test count
39675      Branch: perl
39676            ! ext/B/t/concise-xs.t
39677 ____________________________________________________________________________
39678 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
39679         Log: Add missing file from change 25953
39680      Branch: perl
39681            + ext/List/Util/multicall.h
39682 ____________________________________________________________________________
39683 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
39684         Log: Regen headers
39685      Branch: perl
39686            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
39687 ____________________________________________________________________________
39688 [ 25953] By: merijn                                on 2005/11/02  12:49:54
39689         Log: Subject: [PATCH] sort/multicall patch
39690              From: Robin Houston <robin@cpan.org>
39691              Date: Sat, 29 Oct 2005 21:33:07 +0100
39692              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
39693      Branch: perl
39694            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
39695            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
39696            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
39697            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
39698            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
39699            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
39700            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
39701            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
39702            ! thrdvar.h
39703 ____________________________________________________________________________
39704 [ 25952] By: steveh                                on 2005/11/02  09:41:25
39705         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
39706              From: "Paul Marquess" <paul.marquess@ntlworld.com>
39707              Date: Tue, 1 Nov 2005 17:05:38 -0000
39708              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
39709      Branch: perl
39710            ! t/op/stat.t win32/win32.c
39711 ____________________________________________________________________________
39712 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
39713         Log: Subject: Re: futimes [PATCH]
39714              From: Gisle Aas <gisle@ActiveState.com>
39715              Date: 01 Nov 2005 00:02:37 -0800
39716              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
39717      Branch: perl
39718            ! t/io/fs.t
39719 ____________________________________________________________________________
39720 [ 25950] By: stevep                                on 2005/11/02  04:59:47
39721         Log: Ambiguous test cases may be hazardous to your health.
39722      Branch: perl
39723            ! t/op/list.t
39724 ____________________________________________________________________________
39725 [ 25949] By: stevep                                on 2005/11/02  04:54:52
39726         Log: Lowercase barewords considered harmful to your health.
39727      Branch: perl
39728            ! t/io/fs.t
39729 ____________________________________________________________________________
39730 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
39731         Log: Subject: [PATCH] perlio.c consting
39732              From: Andy Lester <andy@petdance.com>
39733              Date: Oct 31, 2005 6:54 PM
39734              Message-ID: <20051031175411.GA18480@petdance.com>
39735      Branch: perl
39736            ! op.c perlio.c
39737 ____________________________________________________________________________
39738 [ 25947] By: steveh                                on 2005/11/01  17:20:18
39739         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
39740      Branch: perl
39741            ! perl.h
39742 ____________________________________________________________________________
39743 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
39744         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
39745      Branch: perl
39746            ! embed.fnc embed.h proto.h
39747 ____________________________________________________________________________
39748 [ 25945] By: steveh                                on 2005/11/01  10:33:48
39749         Log: Make PerlLIOUtime()'s filename const
39750              
39751              Fixes a warning brought about by change #25941 (which made the
39752              filename argument const).
39753              The various implementations of PerlLIOUtime() (in NetWare/, win32/
39754              and wince/) already take a const filename.
39755      Branch: perl
39756            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
39757            ! win32/perlhost.h wince/perlhost.h
39758 ____________________________________________________________________________
39759 [ 25944] By: steveh                                on 2005/11/01  08:45:09
39760         Log: Fix nit in pod nit fix
39761      Branch: perl
39762            ! pod/perlhack.pod
39763 ____________________________________________________________________________
39764 [ 25943] By: steveh                                on 2005/11/01  08:39:32
39765         Log: Update win32 config files w.r.t. change #25935
39766      Branch: perl
39767            ! win32/config.bc win32/config.gc win32/config.vc
39768            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
39769            ! win32/config_H.vc win32/config_H.vc64
39770 ____________________________________________________________________________
39771 [ 25942] By: stevep                                on 2005/10/31  23:46:01
39772         Log: Upgrade to DB_File 1.813.
39773      Branch: perl
39774            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39775            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
39776 ____________________________________________________________________________
39777 [ 25941] By: merijn                                on 2005/10/31  22:15:01
39778         Log: Subject: futimes [PATCH]
39779              From: Gisle Aas <gisle@ActiveState.com>
39780              Date: 31 Oct 2005 13:53:53 -0800
39781              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
39782      Branch: perl
39783            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
39784 ____________________________________________________________________________
39785 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
39786         Log: All the ops that are simply C<return some_other_op();> can be bypassed
39787              in the op dispatch table, and the bodies retired.
39788      Branch: perl
39789            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
39790 ____________________________________________________________________________
39791 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
39792         Log: Simplify the implementation of the "unimplemented" message in the
39793              conditionally compiled ops.
39794      Branch: perl
39795            ! pp_sys.c
39796 ____________________________________________________________________________
39797 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
39798         Log: Further pod nit spotted by Jarkko
39799      Branch: perl
39800            ! pod/perlhack.pod
39801 ____________________________________________________________________________
39802 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
39803         Log: Replace the 3 currently "unreachable" ops with a single op body
39804              unimplemented_op() that panics descriptively if ever reached.
39805      Branch: perl
39806            ! opcode.h opcode.pl pod/perldiag.pod pp.c
39807 ____________________________________________________________________________
39808 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
39809         Log: Add "moving common filetest code to a static function" to the todo.
39810      Branch: perl
39811            ! pod/perltodo.pod
39812 ____________________________________________________________________________
39813 [ 25935] By: merijn                                on 2005/10/31  17:50:05
39814         Log: revive probe for futimes ()
39815      Branch: perl
39816            ! Configure Porting/Glossary config_h.SH handy.h
39817 ____________________________________________________________________________
39818 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
39819         Log: A B::Deparse fix from :
39820              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
39821              From: Bas van Sisseren <bas@quarantainenet.nl>
39822              Date: Wed, 26 Oct 2005 13:59:42 +0200
39823              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
39824      Branch: perl
39825            ! ext/B/B/Deparse.pm
39826 ____________________________________________________________________________
39827 [ 25933] By: merijn                                on 2005/10/31  16:25:23
39828         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
39829              From: <jarkko.hietaniemi@nokia.com>
39830              Date: Mon, 31 Oct 2005 18:38:42 +0200
39831              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
39832      Branch: perl
39833            + symbian/PerlAppUIQ.rss
39834            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
39835            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
39836            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
39837            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
39838 ____________________________________________________________________________
39839 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
39840         Log: Avoid corruption when calling mg_get to retrieve the value
39841              of a $digit variable. This is done by ensuring it's not
39842              tainted.
39843              See http://bugs.debian.org/303308
39844              Patch by Chris Heath <chris.heath@autoweb.net>
39845      Branch: perl
39846            ! mg.c
39847 ____________________________________________________________________________
39848 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
39849         Log: maddingue prefers this e-mail address.
39850      Branch: perl
39851            ! AUTHORS
39852 ____________________________________________________________________________
39853 [ 25930] By: merijn                                on 2005/10/31  16:18:03
39854         Log: Try to preserve the lost opcode alias info in comments
39855              extent to change #25929
39856      Branch: perl
39857            ! opcode.h opcode.pl
39858 ____________________________________________________________________________
39859 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
39860         Log: It appears that it's trivially easy to alias opcode functions in
39861              the opcode table. We should be able to get both a speed and size
39862              saving here. Time will tell how much.
39863      Branch: perl
39864            ! opcode.h opcode.pl
39865 ____________________________________________________________________________
39866 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
39867         Log: Add maddingue to AUTHORS
39868      Branch: perl
39869            ! AUTHORS
39870 ____________________________________________________________________________
39871 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
39872         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
39873              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
39874              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
39875              Date: Sun, 30 Oct 2005 23:52:41 +0100
39876              
39877              with tweaks by chromatic and me.
39878      Branch: perl
39879            ! lib/ExtUtils/Constant.pm
39880 ____________________________________________________________________________
39881 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
39882         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
39883      Branch: perl
39884            ! embed.fnc embed.h proto.h utf8.c utf8.h
39885 ____________________________________________________________________________
39886 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
39887         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
39888              Also, correct the documentation in open.pm that stated
39889              that open() did not override open.pm-given default encodings.
39890      Branch: perl
39891            ! lib/open.pm perlio.c
39892 ____________________________________________________________________________
39893 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
39894         Log: Perl_csighandler was in global.sym twice.
39895      Branch: perl
39896            ! global.sym
39897 ____________________________________________________________________________
39898 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
39899         Log: Arrange to only output each symbol once into global.sym
39900      Branch: perl
39901            ! embed.pl
39902 ____________________________________________________________________________
39903 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
39904         Log: Tests for index/rindex with empty search string,
39905              adapted from a patch by Rick Delaney
39906      Branch: perl
39907            ! t/op/index.t
39908 ____________________________________________________________________________
39909 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
39910         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
39911              systems, and not on EBCDIC, so some more thinking is going to be
39912              needed here.
39913      Branch: perl
39914            ! mathoms.c utf8.c
39915 ____________________________________________________________________________
39916 [ 25920] By: stevep                                on 2005/10/31  11:58:08
39917         Log: Coverage stats showed that there were no tests for taking a slice
39918              from ().
39919      Branch: perl
39920            ! t/op/list.t
39921 ____________________________________________________________________________
39922 [ 25919] By: steveh                                on 2005/10/31  11:53:05
39923         Log: Change some spaces to tabs for easier diffing against config_h.SH
39924      Branch: perl
39925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39926            ! win32/config_H.vc64
39927 ____________________________________________________________________________
39928 [ 25918] By: steveh                                on 2005/10/31  11:30:15
39929         Log: Fixed threaded builds following change 25916
39930      Branch: perl
39931            ! pp_hot.c
39932 ____________________________________________________________________________
39933 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
39934         Log: POD nit spotted by Jarkko
39935      Branch: perl
39936            ! pod/perlhack.pod
39937 ____________________________________________________________________________
39938 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
39939         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
39940      Branch: perl
39941            ! pp_hot.c
39942 ____________________________________________________________________________
39943 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
39944         Log: Subject: [PATCH] Etta James presents: More consting
39945              From: Andy Lester <andy@petdance.com>
39946              Date: Sun, 30 Oct 2005 23:44:13 -0600
39947              Message-ID: <20051031054413.GA10767@petdance.com>
39948      Branch: perl
39949            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
39950            ! pp_sys.c sv.c toke.c universal.c util.c
39951 ____________________________________________________________________________
39952 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
39953         Log: Subject: [PATCH] S_tokereport's unused parm
39954              From: Andy Lester <andy@petdance.com>
39955              Date: Mon, 31 Oct 2005 00:04:59 -0600
39956              Message-ID: <20051031060459.GC10767@petdance.com>
39957      Branch: perl
39958            ! embed.fnc embed.h proto.h toke.c
39959 ____________________________________________________________________________
39960 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
39961         Log: Regenerate perlapi.pod
39962      Branch: perl
39963            ! pod/perlapi.pod
39964 ____________________________________________________________________________
39965 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
39966         Log: Robin Houston remarks that mention of a context is missing from the
39967              threads.pm documentation.
39968      Branch: perl
39969            ! ext/threads/threads.pm
39970 ____________________________________________________________________________
39971 [ 25911] By: stevep                                on 2005/10/31  03:51:08
39972         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
39973              used on Cygwin, at least.
39974      Branch: perl
39975            ! mathoms.c perlio.c
39976 ____________________________________________________________________________
39977 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
39978         Log: const const bad bad.
39979              gcc bad bad too, because it didn't grumble one bit. (or two, for that
39980              matter).
39981      Branch: perl
39982            ! utf8.c
39983 ____________________________________________________________________________
39984 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
39985         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
39986      Branch: perl
39987            ! utf8.c
39988 ____________________________________________________________________________
39989 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
39990         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
39991              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
39992      Branch: perl
39993            ! utf8.c
39994 ____________________________________________________________________________
39995 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
39996         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
39997              function S_is_utf8_common.
39998      Branch: perl
39999            ! utf8.c
40000 ____________________________________________________________________________
40001 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
40002         Log: Given that sv_nosharing performs the same function as sv_nolocking
40003              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
40004              to initialise all 3 variables, and elimiate the other two.
40005              For some reason all 3 are listed as being in the public API. Daft.
40006      Branch: perl
40007            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
40008 ____________________________________________________________________________
40009 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
40010         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
40011              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
40012      Branch: perl
40013            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
40014 ____________________________________________________________________________
40015 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
40016         Log: global.sym appears to have become out of date. Oops.
40017      Branch: perl
40018            ! global.sym
40019 ____________________________________________________________________________
40020 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
40021         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
40022              argument to is_utf8_string_loc(). Correct the description of its
40023              parameters in its POD.
40024      Branch: perl
40025            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
40026 ____________________________________________________________________________
40027 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
40028         Log: Fix typos in comments.
40029      Branch: perl
40030            ! utf8.c
40031 ____________________________________________________________________________
40032 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
40033         Log: Functions that die aren't exactly well used code.
40034              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
40035      Branch: perl
40036            ! mathoms.c op.c pp.c pp_ctl.c
40037 ____________________________________________________________________________
40038 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
40039         Log: save_hints is a mathom.
40040      Branch: perl
40041            ! mathoms.c op.c
40042 ____________________________________________________________________________
40043 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
40044         Log: I infer that change 25891 as-is would break OS2. This should fix it.
40045      Branch: perl
40046            ! perl.h
40047 ____________________________________________________________________________
40048 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
40049         Log: init_i18nl14n is a mathom.
40050      Branch: perl
40051            ! locale.c mathoms.c
40052 ____________________________________________________________________________
40053 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
40054         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
40055              old body to mathoms.c
40056      Branch: perl
40057            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
40058 ____________________________________________________________________________
40059 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
40060         Log: Fix win32 breakage inadvertently introduced by 25889
40061      Branch: perl
40062            ! perl.h
40063 ____________________________________________________________________________
40064 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
40065         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
40066              an extra 0 argument. Move the old body to mathoms.c
40067      Branch: perl
40068            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
40069 ____________________________________________________________________________
40070 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
40071         Log: Fix typo in comment.
40072      Branch: perl
40073            ! hv.c
40074 ____________________________________________________________________________
40075 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
40076         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
40077              with the extra TRUE argument.
40078      Branch: perl
40079            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
40080 ____________________________________________________________________________
40081 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
40082         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
40083              Maybe we should just remove this appendix.
40084      Branch: perl
40085            ! doio.c mathoms.c
40086 ____________________________________________________________________________
40087 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
40088         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
40089              0 arguments. Move the old body to mathoms.c
40090      Branch: perl
40091            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
40092 ____________________________________________________________________________
40093 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
40094         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
40095              0 arguments. Move the old body to mathoms.c
40096      Branch: perl
40097            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
40098 ____________________________________________________________________________
40099 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
40100         Log: Replace do_open() with a macro to call do_openn() with the extra two
40101              0 paramters. Move the old body to mathoms.c.
40102      Branch: perl
40103            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
40104 ____________________________________________________________________________
40105 [ 25888] By: stevep                                on 2005/10/30  04:20:45
40106         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
40107              From: Bram <perl-rt@wizbit.be>
40108              Date: Thu, 04 Aug 2005 23:55:33 +0200
40109              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
40110      Branch: perl
40111            ! lib/warnings.pm warnings.pl
40112 ____________________________________________________________________________
40113 [ 25887] By: stevep                                on 2005/10/29  22:37:50
40114         Log: Subject: Re: [PATCH] predecrement vs postdecrement
40115              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40116              Date: Sat, 29 Oct 2005 23:24:33 +0300
40117              Message-ID: <4363DA81.6060600@gmail.com>
40118              
40119              Nit in pod/perlhack.pod
40120      Branch: perl
40121            ! pod/perlhack.pod
40122 ____________________________________________________________________________
40123 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
40124         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
40125              sv_setpviv followed by SvSETMAGIC.
40126      Branch: perl
40127            ! sv.c
40128 ____________________________________________________________________________
40129 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
40130         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
40131              mathoms.c
40132      Branch: perl
40133            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40134 ____________________________________________________________________________
40135 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
40136         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
40137              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
40138              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
40139              respectively.
40140      Branch: perl
40141            ! sv.c sv.h
40142 ____________________________________________________________________________
40143 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
40144         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
40145              with terse macros, and the function bodies retired.
40146      Branch: perl
40147            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40148 ____________________________________________________________________________
40149 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
40150         Log: All the private implementations of @foo for compilers that can't do
40151              complex macro expansions became dead wood sometime around 5.7.3
40152              (Don't tell Otava this)
40153      Branch: perl
40154            ! mathoms.c sv.c
40155 ____________________________________________________________________________
40156 [ 25881] By: stevep                                on 2005/10/29  15:34:22
40157         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
40158              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
40159              Date: 2 Jul 2004 11:32:12 -0000
40160              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
40161              
40162              Also, a version bump to Storable.pm.
40163      Branch: perl
40164            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40165            ! ext/Storable/t/dclone.t
40166 ____________________________________________________________________________
40167 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
40168         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
40169              Remove duplicate declaration of Perl_sv_2uv
40170      Branch: perl
40171            ! mathoms.c sv.c
40172 ____________________________________________________________________________
40173 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
40174         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
40175      Branch: perl
40176            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40177 ____________________________________________________________________________
40178 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
40179         Log: Replace sv_unref with a macro that calls sv_unref_flags
40180      Branch: perl
40181            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40182 ____________________________________________________________________________
40183 [ 25877] By: stevep                                on 2005/10/29  14:33:30
40184         Log: Oops, missed an sv_force_normal()
40185      Branch: perl
40186            ! mg.c
40187 ____________________________________________________________________________
40188 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
40189         Log: sv_taint() can easily be replaced by a macro.
40190      Branch: perl
40191            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40192 ____________________________________________________________________________
40193 [ 25875] By: stevep                                on 2005/10/29  14:14:25
40194         Log: Change to use sv_force_normal_flags() directly, rather than calling
40195              sv_force_normal() to call sv_force_normal_flags().
40196      Branch: perl
40197            ! NetWare/sv_nw.c mg.c
40198 ____________________________________________________________________________
40199 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
40200         Log: A terser implementation of S_varname, by using and post-processing
40201              gv_fullname4
40202      Branch: perl
40203            ! sv.c
40204 ____________________________________________________________________________
40205 [ 25873] By: stevep                                on 2005/10/29  11:47:55
40206         Log: Additional mathoms from doio.c
40207      Branch: perl
40208            ! doio.c mathoms.c
40209 ____________________________________________________________________________
40210 [ 25872] By: stevep                                on 2005/10/29  11:36:26
40211         Log: Coverage stats say av_fake() is a mathom too.
40212      Branch: perl
40213            ! av.c mathoms.c
40214 ____________________________________________________________________________
40215 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
40216         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
40217      Branch: perl
40218            ! gv.c mathoms.c
40219 ____________________________________________________________________________
40220 [ 25870] By: stevep                                on 2005/10/29  11:02:12
40221         Log: Subject: Re: [PATCH] predecrement vs postdecrement
40222              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40223              Date: Sat, 29 Oct 2005 11:52:25 +0300
40224              Message-ID: <43633849.6060809@gmail.com>
40225      Branch: perl
40226            ! regcomp.c
40227 ____________________________________________________________________________
40228 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
40229         Log: gv_fullname and gv_efullname are definately mathoms.
40230      Branch: perl
40231            ! gv.c mathoms.c
40232 ____________________________________________________________________________
40233 [ 25868] By: stevep                                on 2005/10/28  23:38:35
40234         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
40235              From: Brendan O'Dea <bod@debian.org>
40236              Date: Sat, 29 Oct 2005 07:14:40 +1000
40237              Message-ID: <20051028211440.GA23305@londo.c47.org>
40238      Branch: perl
40239            ! lib/perl5db.pl
40240 ____________________________________________________________________________
40241 [ 25867] By: stevep                                on 2005/10/28  21:12:35
40242         Log: Makefiles like tabs, not spaces.
40243      Branch: perl
40244            ! win32/Makefile win32/makefile.mk
40245 ____________________________________________________________________________
40246 [ 25866] By: stevep                                on 2005/10/28  21:09:31
40247         Log: Add a new file, mathoms.c, to hold old code kept around for binary
40248              compatability with previous versions of Perl.  Change also includes
40249              various Makefile changes to compile the new file and link it into 
40250              libperl.
40251      Branch: perl
40252            + mathoms.c
40253            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
40254            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
40255            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
40256            ! wince/Makefile.ce
40257 ____________________________________________________________________________
40258 [ 25865] By: stevep                                on 2005/10/28  11:30:51
40259         Log: Check for changes in IO on CPAN.
40260      Branch: perl
40261            ! Porting/Maintainers.pl
40262 ____________________________________________________________________________
40263 [ 25864] By: stevep                                on 2005/10/28  11:21:48
40264         Log: gbarr is maintaining IO.
40265      Branch: perl
40266            ! Porting/Maintainers.pl
40267 ____________________________________________________________________________
40268 [ 25863] By: stevep                                on 2005/10/28  10:48:32
40269         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
40270      Branch: perl
40271            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40272            ! win32/config_H.vc64
40273 ____________________________________________________________________________
40274 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
40275         Log: Use the return value from sprintf and avoid a call to strlen
40276      Branch: perl
40277            ! sv.c
40278 ____________________________________________________________________________
40279 [ 25861] By: stevep                                on 2005/10/27  11:13:50
40280         Log: Subject: Re: IO::File performace issue
40281              From: gisle@ActiveState.com (Gisle Aas)
40282              Date: 27 Oct 2005 01:00:39 -0700
40283              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
40284              
40285              Also includes a version bump for IO::File.
40286      Branch: perl
40287            ! ext/IO/lib/IO/File.pm
40288 ____________________________________________________________________________
40289 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
40290         Log: Change 25850 failed to include all changed headers
40291      Branch: perl
40292            ! embed.h proto.h
40293 ____________________________________________________________________________
40294 [ 25859] By: stevep                                on 2005/10/27  01:55:08
40295         Log: Win32 fix for change #25850.  I don't know if this define will ever
40296              be used on Win32, but it does fix the problem at hand.
40297      Branch: perl
40298            ! win32/perlhost.h
40299 ____________________________________________________________________________
40300 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
40301         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
40302              From: "John E. Malmberg" <wb8tyw@qsl.net>
40303              Date: Wed, 26 Oct 2005 08:08:05 -0400
40304              Message-ID: <435F71A5.6030809@qsl.net>
40305      Branch: perl
40306            ! vms/vms.c
40307 ____________________________________________________________________________
40308 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
40309         Log: FAQ sync.
40310      Branch: perl
40311            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
40312            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
40313            ! pod/perlfaq7.pod pod/perlfaq9.pod
40314 ____________________________________________________________________________
40315 [ 25856] By: merijn                                on 2005/10/26  12:37:47
40316         Log: Subject: [PATCH] Symbian: better Series 80 support
40317              From: <jarkko.hietaniemi@nokia.com>
40318              Date: Wed, 26 Oct 2005 15:50:08 +0300
40319              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
40320      Branch: perl
40321            + symbian/hexdump.pl
40322            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
40323            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
40324            ! symbian/sisify.pl
40325 ____________________________________________________________________________
40326 [ 25855] By: stevep                                on 2005/10/26  11:52:46
40327         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
40328      Branch: perl
40329            ! t/op/sprintf.t
40330 ____________________________________________________________________________
40331 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
40332         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
40333              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
40334              Date: Tue, 25 Oct 2005 08:11:42 +0200
40335              Message-id: <20051025061141.GA2256@ethan>
40336      Branch: perl
40337            ! pp.c
40338 ____________________________________________________________________________
40339 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
40340         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
40341              stringification, as removing the conversions saves time and code.
40342      Branch: perl
40343            ! util.c
40344 ____________________________________________________________________________
40345 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
40346         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
40347              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
40348              Date: Tue, 25 Oct 2005 15:27:28 -0700
40349              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
40350      Branch: perl
40351            ! perl.h
40352 ____________________________________________________________________________
40353 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
40354         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
40355              From: "John E. Malmberg" <wb8tyw@qsl.net>
40356              Date: Tue, 25 Oct 2005 13:36:20 -0400
40357              Message-ID: <435E6D14.7000104@qsl.net>
40358      Branch: perl
40359            ! perl.h vms/perlvms.pod
40360 ____________________________________________________________________________
40361 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
40362         Log: Most platforms don't actually need PL_pidstatus, or the associated
40363              .5K of code.
40364      Branch: perl
40365            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
40366            ! pp_sys.c sv.c util.c
40367 ____________________________________________________________________________
40368 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
40369         Log: Back out change #25839, and apply :
40370              
40371              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
40372              From: "John E. Malmberg" <wb8tyw@qsl.net>
40373              Date: Tue, 25 Oct 2005 11:09:37 -0400
40374              Message-ID: <435E4AB1.1000106@qsl.net>
40375      Branch: perl
40376            ! perl.c perl.h vms/perlvms.pod
40377 ____________________________________________________________________________
40378 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
40379         Log: Code in wait4pid was calling hv_delete with the hash iterator
40380              currently on that entry. On aggregate this does more work, beacuse
40381              the next call to hv_iterinit() would spot the flag, and have to call
40382              the delete routine, while in the meantime any new entries can't
40383              re-use that memory.
40384      Branch: perl
40385            ! util.c
40386 ____________________________________________________________________________
40387 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
40388         Log: t/TEST should require Time::HiRes only when it uses it.
40389              This fixes minitest.
40390      Branch: perl
40391            ! t/TEST
40392 ____________________________________________________________________________
40393 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
40394         Log: Rediff the Makefile.SH patch for cross-compilation.
40395              (this doesn't mean it works, though.)
40396      Branch: perl
40397            ! Cross/Makefile.SH.patch
40398 ____________________________________________________________________________
40399 [ 25845] By: stevep                                on 2005/10/25  11:56:53
40400         Log: Upgrade to Time-HiRes-1.76
40401      Branch: perl
40402            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40403            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40404            ! ext/Time/HiRes/t/HiRes.t
40405 ____________________________________________________________________________
40406 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
40407         Log: Remove remaining references to mv-if-diff
40408      Branch: perl
40409            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
40410 ____________________________________________________________________________
40411 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
40412         Log: Oops. the trick is to edit Makefile.SH
40413      Branch: perl
40414            ! Makefile.SH
40415 ____________________________________________________________________________
40416 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
40417         Log: Subject: [PATCH] remove mv-if-diff
40418              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
40419              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
40420              Date: Mon, 24 Oct 2005 19:32:57 +0200
40421              
40422              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
40423              this removal in MANIFEST)
40424      Branch: perl
40425            - mv-if-diff
40426            ! MANIFEST Makefile.SH
40427 ____________________________________________________________________________
40428 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
40429         Log: Replace all the strlen()s related to PL_pidstatus with the return
40430              value of my_sprintf
40431      Branch: perl
40432            ! util.c
40433 ____________________________________________________________________________
40434 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
40435         Log: Whoops. The Windows build is going to need to know that this symbol is
40436              defined.
40437      Branch: perl
40438            ! perl.c
40439 ____________________________________________________________________________
40440 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
40441         Log: Subject: VMS exit handling still broken, need some help.
40442              From: "John E. Malmberg" <wb8tyw@qsl.net>
40443              Date: Mon, 24 Oct 2005 01:34:41 -0400
40444              Message-ID: <435C7271.8070403@qsl.net>
40445      Branch: perl
40446            ! perl.c perl.h vms/vms.c
40447 ____________________________________________________________________________
40448 [ 25838] By: merijn                                on 2005/10/25  05:58:00
40449         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
40450              From: "John E. Malmberg" <wb8tyw@qsl.net>
40451              Date: Mon, 24 Oct 2005 23:37:46 -0400
40452              Message-ID: <435DA88A.90201@qsl.net>
40453      Branch: perl
40454            ! configure.com
40455 ____________________________________________________________________________
40456 [ 25837] By: merijn                                on 2005/10/24  23:35:40
40457         Log: Backport of changes #25831 and #25832. Re-order needed
40458              
40459              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
40460              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40461              Date: Mon, 24 Oct 2005 13:04:58 -0700
40462              Message-ID: <20051024200458.GC2312@efn.org>
40463      Branch: perl
40464            ! Configure config_h.SH
40465 ____________________________________________________________________________
40466 [ 25833] By: merijn                                on 2005/10/24  22:44:22
40467         Log: Subject: [PATCH] Compress::Zlib
40468              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
40469              Date: Mon, 24 Oct 2005 23:19:48 +0100
40470              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
40471      Branch: perl
40472            ! ext/Compress/Zlib/Zlib.pm
40473            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
40474            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
40475            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
40476            ! ext/Compress/Zlib/t/03zlib-v1.t
40477            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
40478 ____________________________________________________________________________
40479 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
40480         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
40481              places where we want to use the return value of sprintf. This allows
40482              a wrapper to be used for platforms where the C library isn't ANSI-
40483              conformant.
40484      Branch: perl
40485            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
40486            ! proto.h util.c
40487 ____________________________________________________________________________
40488 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
40489         Log: Add a probe for whether sprintf returns the length of the buffer.
40490              Update all the canned config.sh files.
40491              Assume that symbian and Win32 are all ANSI conformant, note that ARM
40492              Linux (ie glibc) will be, don't assume that any other platform is.
40493      Branch: perl
40494            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
40495            ! Porting/Glossary configure.com epoc/config.sh
40496            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
40497            ! win32/config.bc win32/config.gc win32/config.vc
40498            ! win32/config.vc64 wince/config.ce
40499 ____________________________________________________________________________
40500 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
40501         Log: Fix path in code example
40502      Branch: perl
40503            ! pod/perlfunc.pod
40504 ____________________________________________________________________________
40505 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
40506         Log: Subject: Re: do { EXPR for EXPR }
40507              From: Robin Houston <robin@cpan.org>
40508              Date: Sat, 22 Oct 2005 16:56:27 +0100
40509              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
40510      Branch: perl
40511            ! op.c t/cmd/mod.t
40512 ____________________________________________________________________________
40513 [ 25828] By: stevep                                on 2005/10/24  14:16:32
40514         Log: Update one of merijn's previous emails.
40515      Branch: perl
40516            ! Porting/checkAUTHORS.pl
40517 ____________________________________________________________________________
40518 [ 25827] By: craigb                                on 2005/10/23  22:17:44
40519         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
40520              From: "John E. Malmberg" <wb8tyw@qsl.net>
40521              Date: Sun, 23 Oct 2005 17:46:46 -0400
40522              Message-id: <435C04C6.2090405@qsl.net>
40523      Branch: perl
40524            ! vms/vms.c
40525 ____________________________________________________________________________
40526 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
40527         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
40528      Branch: perl
40529            ! perl.c
40530 ____________________________________________________________________________
40531 [ 25824] By: craigb                                on 2005/10/22  16:43:40
40532         Log: VMS threaded build fixes for things broken in #25783
40533      Branch: perl
40534            ! vms/vms.c vms/vmsish.h
40535 ____________________________________________________________________________
40536 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
40537         Log: use more 'const' in the Encode data structures.
40538      Branch: perl
40539            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
40540 ____________________________________________________________________________
40541 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
40542         Log: Turn NN to NULLOK for functions that have code to handle
40543              the ptr == NULL case and are currently called with NULL
40544              pointers. Having parameters tagged NN can make gcc optimize
40545              away the code for the NULL case, causing segfaults.
40546      Branch: perl
40547            ! embed.fnc proto.h
40548 ____________________________________________________________________________
40549 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
40550         Log: Mark more static Encode data structures as const.
40551      Branch: perl
40552            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
40553            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
40554 ____________________________________________________________________________
40555 [ 25820] By: stevep                                on 2005/10/21  21:54:01
40556         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
40557              perlref.pod.  Thanks for David Wheeler for starting the discussion
40558              and Paul Johnson for confirming that it could actually be done.
40559      Branch: perl
40560            ! pod/perlref.pod
40561 ____________________________________________________________________________
40562 [ 25819] By: merijn                                on 2005/10/21  15:49:00
40563         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
40564              From: <jarkko.hietaniemi@nokia.com>
40565              Date: Fri, 21 Oct 2005 17:15:23 +0300
40566              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
40567      Branch: perl
40568            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
40569            ! MANIFEST
40570 ____________________________________________________________________________
40571 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
40572         Log: Subject: allow "" as select bitmask [PATCH]
40573              From: Gisle Aas <gisle@ActiveState.com>
40574              Date: 21 Oct 2005 08:04:40 -0700
40575              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
40576      Branch: perl
40577            ! pp_sys.c t/op/sselect.t
40578 ____________________________________________________________________________
40579 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
40580         Log: Rewording of doc change #25812
40581      Branch: perl
40582            ! pod/perlsub.pod
40583 ____________________________________________________________________________
40584 [ 25815] By: merijn                                on 2005/10/21  14:12:37
40585         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
40586              From: <jarkko.hietaniemi@nokia.com>
40587              Date: Fri, 21 Oct 2005 17:15:23 +0300
40588              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
40589      Branch: perl
40590            - symbian/PerlApp.rss
40591 ____________________________________________________________________________
40592 [ 25814] By: merijn                                on 2005/10/21  14:12:10
40593         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
40594              From: <jarkko.hietaniemi@nokia.com>
40595              Date: Fri, 21 Oct 2005 17:15:23 +0300
40596              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
40597      Branch: perl
40598            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
40599            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
40600            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
40601            ! symbian/xsbuild.pl
40602 ____________________________________________________________________________
40603 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
40604         Log: Subject: wrong maxlen in sselect [PATCH]
40605              From: Gisle Aas <gisle@ActiveState.com>
40606              Date: 21 Oct 2005 05:24:30 -0700
40607              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
40608              
40609              Plus a regression test for the new warning.
40610      Branch: perl
40611            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
40612 ____________________________________________________________________________
40613 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
40614         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
40615              From: Xavier Noria <fxn@hashref.com>
40616              Date: Fri, 21 Oct 2005 08:43:12 +0200
40617              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
40618              
40619              (with minor tweaks)
40620      Branch: perl
40621            ! pod/perlsub.pod
40622 ____________________________________________________________________________
40623 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
40624         Log: Remove last remaining reference to vax11c
40625      Branch: perl
40626            ! x2p/a2p.h
40627 ____________________________________________________________________________
40628 [ 25810] By: craigb                                on 2005/10/20  22:38:36
40629         Log: Subject: [patch@25809]restore documented exit behavior
40630              From: "John E. Malmberg" <wb8tyw@qsl.net>
40631              Date: Thu, 20 Oct 2005 18:21:20 -0400
40632              Message-id: <43581860.3020108@qsl.net>
40633      Branch: perl
40634            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
40635 ____________________________________________________________________________
40636 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
40637         Log: Fix doc typo, by Gisle Aas
40638      Branch: perl
40639            ! lib/User/grent.pm
40640 ____________________________________________________________________________
40641 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
40642         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
40643              From: Robin Houston <robin@cpan.org>
40644              Date: Oct 14, 2005 1:54 AM
40645              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
40646      Branch: perl
40647            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
40648 ____________________________________________________________________________
40649 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
40650         Log: Forgotten chunk by jhi
40651      Branch: perl
40652            ! symbian/makesis.pl
40653 ____________________________________________________________________________
40654 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
40655         Log: Subject: [PATCH] blead 25801: Symbian batch of today
40656              From: <jarkko.hietaniemi@nokia.com>
40657              Date: Wed, 19 Oct 2005 16:19:23 +0300
40658              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
40659      Branch: perl
40660            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
40661            ! symbian/xsbuild.pl
40662 ____________________________________________________________________________
40663 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
40664         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
40665              From: Andy Lester <andy@petdance.com>
40666              Date: Tue, 18 Oct 2005 09:57:23 -0500
40667              Message-ID: <20051018145723.GA4964@petdance.com>
40668      Branch: perl
40669            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
40670 ____________________________________________________________________________
40671 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
40672         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
40673              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
40674              Date: Tue, 18 Oct 2005 22:22:57 +0200
40675              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
40676              
40677              (tweaked to remove trailing whitespace to doc entries)
40678              Plus, regenerate doc and headers
40679      Branch: perl
40680            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
40681 ____________________________________________________________________________
40682 [ 25801] By: craigb                                on 2005/10/19  00:29:00
40683         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
40684              From: "John E. Malmberg" <wb8tyw@qsl.net>
40685              Date: Tue, 18 Oct 2005 14:43:29 -0400
40686              Message-id: <43554251.5020704@qsl.net>
40687      Branch: perl
40688            ! vms/vms.c vms/vmsish.h
40689 ____________________________________________________________________________
40690 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
40691         Log: Add notes about -f _ and defined %foo:: in perldelta
40692      Branch: perl
40693            ! pod/perl593delta.pod
40694 ____________________________________________________________________________
40695 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
40696         Log: Force _ to be always a bareword after filetest operators
40697      Branch: perl
40698            ! t/op/filetest.t toke.c
40699 ____________________________________________________________________________
40700 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
40701         Log: Add Rafael's 5.10 roadmap to perltodo.
40702              Add state variables.
40703              Remove xsubpp entry, as that had been done already.
40704      Branch: perl
40705            ! pod/perltodo.pod
40706 ____________________________________________________________________________
40707 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
40708         Log: Fix tokenizer debugging trace for file tests
40709      Branch: perl
40710            ! toke.c
40711 ____________________________________________________________________________
40712 [ 25796] By: stevep                                on 2005/10/18  19:15:40
40713         Log: Upgrade to Digest-1.13
40714      Branch: perl
40715            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
40716 ____________________________________________________________________________
40717 [ 25795] By: merijn                                on 2005/10/18  16:30:54
40718         Log: VMS does not have clearenv () according to John E. Malmberg
40719              Followup to 25793
40720      Branch: perl
40721            ! configure.com
40722 ____________________________________________________________________________
40723 [ 25794] By: steveh                                on 2005/10/18  15:03:50
40724         Log: Update win32 config files w.r.t. change #25793
40725      Branch: perl
40726            ! win32/config.bc win32/config.gc win32/config.vc
40727            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
40728            ! win32/config_H.vc win32/config_H.vc64
40729 ____________________________________________________________________________
40730 [ 25793] By: merijn                                on 2005/10/18  13:50:15
40731         Log: Add probe for clearenv (), like #25733 for unsetenv ()
40732      Branch: perl
40733            ! Configure Porting/Glossary config_h.SH handy.h
40734 ____________________________________________________________________________
40735 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
40736         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
40737              From: <jarkko.hietaniemi@nokia.com>
40738              Date: Tue, 18 Oct 2005 16:07:28 +0300
40739              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
40740      Branch: perl
40741            ! perl.h util.h
40742 ____________________________________________________________________________
40743 [ 25789] By: stevep                                on 2005/10/18  10:52:01
40744         Log: Upgrade to Time-HiRes-1.75
40745      Branch: perl
40746            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40747            ! ext/Time/HiRes/Makefile.PL
40748 ____________________________________________________________________________
40749 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
40750         Log: Subject: [PATCH] Symbian: New vs New
40751              From: <jarkko.hietaniemi@nokia.com>
40752              Date: Tue, 18 Oct 2005 12:53:16 +0300
40753              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
40754      Branch: perl
40755            ! symbian/PerlUtil.cpp
40756 ____________________________________________________________________________
40757 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
40758         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
40759              From: "John E. Malmberg" <wb8tyw@qsl.net>
40760              Date: Mon, 17 Oct 2005 17:08:19 -0400
40761              Message-ID: <435412C3.3080504@qsl.net>
40762      Branch: perl
40763            ! vms/vmsish.h
40764 ____________________________________________________________________________
40765 [ 25784] By: steveh                                on 2005/10/17  15:48:24
40766         Log: Silence gcc complaints about comments in config.h
40767              
40768              This suppresses dozens of lines of warnings seen, e.g. here:
40769              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
40770      Branch: perl
40771            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
40772 ____________________________________________________________________________
40773 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
40774         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
40775              From: "John E. Malmberg" <wb8tyw@qsl.net>
40776              Date: Mon, 17 Oct 2005 08:12:37 -0400
40777              Message-ID: <43539535.70609@qsl.net>
40778      Branch: perl
40779            ! vms/vms.c vms/vmsish.h
40780 ____________________________________________________________________________
40781 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
40782         Log: Subject: [PATCH] even more Symbian
40783              From: <jarkko.hietaniemi@nokia.com>
40784              Date: Mon, 17 Oct 2005 18:27:57 +0300
40785              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
40786      Branch: perl
40787            ! ext/Storable/Storable.xs symbian/TODO
40788            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
40789 ____________________________________________________________________________
40790 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
40791         Log: Correct precedence from and to && in an expression with assignment.
40792      Branch: perl
40793            ! ext/IO/t/io_sock.t
40794 ____________________________________________________________________________
40795 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
40796         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
40797              From: Xavier Noria <fxn@hashref.com>
40798              Date: Sun, 16 Oct 2005 12:27:30 +0200
40799              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
40800      Branch: perl
40801            ! pod/perlvar.pod
40802 ____________________________________________________________________________
40803 [ 25779] By: steveh                                on 2005/10/17  10:14:46
40804         Log: Make some casts explicit to keep VC++ 7 happy
40805              
40806              Specifically, this silences the warnings from the following smoke:
40807              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
40808              (Hmm. Looks like you need to decode the base64 yourself before you
40809              can read that.)
40810      Branch: perl
40811            ! numeric.c op.c pp_pack.c toke.c
40812 ____________________________________________________________________________
40813 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
40814         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
40815              From: <jarkko.hietaniemi@nokia.com>
40816              Date: Mon, 17 Oct 2005 13:19:34 +0300
40817              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
40818      Branch: perl
40819            + symbian/find_writeable_data.pl
40820            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
40821            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
40822            ! util.c
40823 ____________________________________________________________________________
40824 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
40825         Log: Doc/style fixes pointed out by Gisle
40826      Branch: perl
40827            ! lib/warnings/register.pm
40828 ____________________________________________________________________________
40829 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
40830         Log: Subject: [PATCH] blead@25775 Symbian update
40831              From: <jarkko.hietaniemi@nokia.com>
40832              Date: Mon, 17 Oct 2005 11:49:20 +0300
40833              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
40834      Branch: perl
40835            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
40836            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
40837            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
40838            ! symbian/symbian_proto.h symbian/xsbuild.pl
40839 ____________________________________________________________________________
40840 [ 25775] By: davem                                 on 2005/10/16  23:05:44
40841         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
40842      Branch: perl
40843            ! sv.c
40844 ____________________________________________________________________________
40845 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
40846         Log: Subject: [PATCH] Keys of %INC always use forward slashes
40847              From: Jan Dubois <jand@activestate.com>
40848              Date: Oct 16, 2005 8:24 PM
40849              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
40850      Branch: perl
40851            ! lib/CPAN.pm
40852 ____________________________________________________________________________
40853 [ 25772] By: craigb                                on 2005/10/16  19:10:56
40854         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
40855              From: "John E. Malmberg" <wb8tyw@qsl.net>
40856              Message-id: <4351F393.8030809@qsl.net>
40857              Date: Sun, 16 Oct 2005 02:30:43 -0400
40858      Branch: perl
40859            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
40860 ____________________________________________________________________________
40861 [ 25771] By: davem                                 on 2005/10/16  17:46:10
40862         Log: an assert in av_undef was leaking memory
40863      Branch: perl
40864            ! av.c
40865 ____________________________________________________________________________
40866 [ 25770] By: davem                                 on 2005/10/16  17:39:20
40867         Log: static functions should be prefixed S_
40868      Branch: perl
40869            ! ext/threads/threads.xs
40870 ____________________________________________________________________________
40871 [ 25769] By: davem                                 on 2005/10/16  14:53:45
40872         Log: free a thread's interpreter after $t->join() rather than after undef $t
40873              This should fix some ithreads memory leaks.
40874      Branch: perl
40875            ! ext/threads/threads.xs
40876 ____________________________________________________________________________
40877 [ 25768] By: stevep                                on 2005/10/16  13:53:00
40878         Log: Upgrade to version-0.49
40879      Branch: perl
40880            ! lib/version.pm lib/version.pod
40881 ____________________________________________________________________________
40882 [ 25767] By: stevep                                on 2005/10/16  13:24:23
40883         Log: No more attempting to edit Pod before the first coffee of the morning.
40884      Branch: perl
40885            ! ext/DynaLoader/XSLoader_pm.PL
40886 ____________________________________________________________________________
40887 [ 25766] By: stevep                                on 2005/10/16  13:10:02
40888         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
40889      Branch: perl
40890            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
40891 ____________________________________________________________________________
40892 [ 25765] By: stevep                                on 2005/10/16  13:02:19
40893         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
40894              to work within the core).
40895      Branch: perl
40896            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
40897            ! MANIFEST lib/Pod/Find.pm
40898 ____________________________________________________________________________
40899 [ 25764] By: stevep                                on 2005/10/16  12:36:37
40900         Log: Upgrade to ExtUtils-ParseXS-2.15.
40901      Branch: perl
40902            ! lib/ExtUtils/ParseXS.pm
40903 ____________________________________________________________________________
40904 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
40905         Log: Subject: pre{inc,dec} is faster, even with integers
40906              From: hv@crypt.org
40907              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
40908              Date: Fri, 14 Oct 2005 18:22:41 +0100
40909      Branch: perl
40910            ! op.c t/op/inc.t
40911 ____________________________________________________________________________
40912 [ 25761] By: craigb                                on 2005/10/15  03:59:44
40913         Log: Subject: [patch@blead] perlport.pod
40914              From: "John E. Malmberg" <wb8tyw@qsl.net>
40915              Date: Fri, 14 Oct 2005 23:48:20 -0400
40916              Message-id: <43507C04.8050003@qsl.net>
40917      Branch: perl
40918            ! pod/perlport.pod
40919 ____________________________________________________________________________
40920 [ 25760] By: craigb                                on 2005/10/15  03:43:30
40921         Log: Subject: patch for blead - Perlvms.pod update
40922              From: "John E. Malmberg" <wb8tyw@qsl.net>
40923              Date: Fri, 14 Oct 2005 21:15:26 -0400
40924              Message-id: <4350582E.4070209@qsl.net>
40925      Branch: perl
40926            ! vms/perlvms.pod
40927 ____________________________________________________________________________
40928 [ 25759] By: craigb                                on 2005/10/14  15:31:33
40929         Log: Grab enough room from the outset in do_tovmsspec()
40930      Branch: perl
40931            ! vms/vms.c
40932 ____________________________________________________________________________
40933 [ 25758] By: steveh                                on 2005/10/14  08:00:58
40934         Log: Subject: [PATCH] Compress::Zlib - fix for win32
40935              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
40936              Date: Thu, 13 Oct 2005 23:06:25 +0100
40937              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
40938      Branch: perl
40939            ! ext/Compress/Zlib/Zlib.xs
40940 ____________________________________________________________________________
40941 [ 25757] By: stevep                                on 2005/10/14  03:46:24
40942         Log: gcc complains when it sees variables declared
40943              
40944              const register ...
40945              
40946              switched them all to 
40947              
40948              register const ...
40949      Branch: perl
40950            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
40951 ____________________________________________________________________________
40952 [ 25756] By: stevep                                on 2005/10/14  01:20:21
40953         Log: Upgrade to Unicode-Collate-0.52
40954      Branch: perl
40955            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
40956            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
40957 ____________________________________________________________________________
40958 [ 25755] By: stevep                                on 2005/10/13  23:31:03
40959         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
40960      Branch: perl
40961            ! perl.c
40962 ____________________________________________________________________________
40963 [ 25754] By: stevep                                on 2005/10/13  23:03:46
40964         Log: Subject: [PATCH] Stas' croak patch and then some
40965              From: Andy Lester <andy@petdance.com>
40966              Date: Thu, 13 Oct 2005 16:42:12 -0500
40967              Message-ID: <20051013214212.GA1122@petdance.com>
40968      Branch: perl
40969            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
40970            ! sv.c t/TEST toke.c utf8.c
40971 ____________________________________________________________________________
40972 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
40973         Log: If /dev/null is not readable, perl -e fails with
40974              an obscure error message. Make it more understandable.
40975      Branch: perl
40976            ! perl.c
40977 ____________________________________________________________________________
40978 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
40979         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
40980              From: "John E. Malmberg" <wb8tyw@qsl.net>
40981              Date: Thu, 13 Oct 2005 10:28:23 -0400
40982              Message-ID: <434E6F07.5020108@qsl.net>
40983      Branch: perl
40984            ! t/op/local.t
40985 ____________________________________________________________________________
40986 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
40987         Log: Subject: SvPVutf8_nolen crashes [PATCH]
40988              From: Gisle Aas <gisle@ActiveState.com>
40989              Date: 13 Oct 2005 06:00:49 -0700
40990              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
40991      Branch: perl
40992            ! sv.c
40993 ____________________________________________________________________________
40994 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
40995         Log: Better cleanup of directories created by C::Zlib
40996      Branch: perl
40997            ! Makefile.SH
40998 ____________________________________________________________________________
40999 [ 25749] By: merijn                                on 2005/10/13  12:17:41
41000         Log: PL_use_safe_putenv needs to be in the export lists
41001      Branch: perl
41002            ! makedef.pl
41003 ____________________________________________________________________________
41004 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
41005         Log: Subject: [PATCH] POD index entries with X<>
41006              From: Ivan Tubert-Brohman <itub@cpan.org>
41007              Date: Wed, 12 Oct 2005 19:20:18 -0400
41008              Message-ID: <434D9A32.4050305@cpan.org>
41009      Branch: perl
41010            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
41011            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
41012            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
41013            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
41014            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
41015            ! pod/perlsyn.pod pod/perltie.pod
41016 ____________________________________________________________________________
41017 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
41018         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
41019              From: Gisle Aas <gisle@ActiveState.com>
41020              Date: 13 Oct 2005 01:42:32 -0700
41021              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
41022      Branch: perl
41023            ! lib/Pod/Html.pm
41024 ____________________________________________________________________________
41025 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
41026         Log: The new REQUIRE token introduced by change 25599 must be
41027              nonassoc, just like the UNIOP token it's patterned after.
41028              (While we're at it, allow to use bison 2.1 to regenerate
41029              the parser files.)
41030      Branch: perl
41031            ! perly.act perly.h perly.tab perly.y regen_perly.pl
41032 ____________________________________________________________________________
41033 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
41034         Log: Document that -F doesn't accept whitespace in patterns.
41035              (fixes bug #37366)
41036      Branch: perl
41037            ! pod/perlrun.pod
41038 ____________________________________________________________________________
41039 [ 25744] By: merijn                                on 2005/10/13  06:10:27
41040         Log: Subject: RE: [PATCH] Compress::Zlib
41041              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41042              Date: Wed, 12 Oct 2005 22:41:41 +0100
41043              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
41044      Branch: perl
41045            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41046 ____________________________________________________________________________
41047 [ 25743] By: stevep                                on 2005/10/12  23:28:04
41048         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
41049              From: Abigail <abigail@abigail.nl>
41050              Date: Thu, 13 Oct 2005 01:25:10 +0200
41051              Message-ID: <20051012232509.GA1018@abigail.nl>
41052      Branch: perl
41053            ! pp_sort.c
41054 ____________________________________________________________________________
41055 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
41056         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
41057              From: <jarkko.hietaniemi@nokia.com>
41058              Date: Wed, 12 Oct 2005 19:12:57 +0300
41059              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
41060      Branch: perl
41061            + symbian/sisify.pl
41062            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
41063            ! symbian/TODO symbian/config.pl symbian/port.pl
41064 ____________________________________________________________________________
41065 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
41066         Log: Update to the config boilerplates, by Jarkko
41067      Branch: perl
41068            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
41069            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
41070            ! wince/config.ce
41071 ____________________________________________________________________________
41072 [ 25740] By: craigb                                on 2005/10/11  23:58:26
41073         Log: disarm unsetenv() on VMS for now (function is present
41074              but %ENV is more complicated)
41075      Branch: perl
41076            ! configure.com
41077 ____________________________________________________________________________
41078 [ 25739] By: stevep                                on 2005/10/11  22:27:18
41079         Log: Subject: [PATCH] Compress::Zlib
41080              From: Paul Marquess <Paul.Marquess@ntlworld.com>
41081              Date: Tue, 11 Oct 2005 22:54:25 +0100
41082              
41083              This silences a few warnings on AIX
41084      Branch: perl
41085            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41086            ! ext/Compress/Zlib/t/04def.t
41087 ____________________________________________________________________________
41088 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
41089         Log: Comment fix
41090      Branch: perl
41091            ! perl.c
41092 ____________________________________________________________________________
41093 [ 25737] By: merijn                                on 2005/10/11  15:15:37
41094         Log: Subject: [PATCH] environ fixup
41095              From: Alan Burlison <Alan.Burlison@sun.com>
41096              Date: Tue, 11 Oct 2005 16:29:54 +0100
41097              Message-ID: <434BDA72.4090109@sun.com>
41098      Branch: perl
41099            ! handy.h hints/solaris_2.sh perl.c util.c
41100 ____________________________________________________________________________
41101 [ 25736] By: merijn                                on 2005/10/11  11:30:22
41102         Log: Subject: [PATCH] Symbian blead fix
41103              From: <jarkko.hietaniemi@nokia.com>
41104              Date: Tue, 11 Oct 2005 14:48:49 +0300
41105              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
41106      Branch: perl
41107            ! symbian/PerlApp.cpp
41108 ____________________________________________________________________________
41109 [ 25735] By: merijn                                on 2005/10/11  11:25:46
41110         Log: Subject: [PATCH] Compress::Zlib
41111              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41112              Date: Tue, 11 Oct 2005 12:35:22 +0100
41113              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
41114      Branch: perl
41115            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41116            ! ext/Compress/Zlib/t/16oneshot.t
41117 ____________________________________________________________________________
41118 [ 25734] By: steveh                                on 2005/10/11  10:09:48
41119         Log: Update win32 config files w.r.t. change #25733
41120      Branch: perl
41121            ! win32/config.bc win32/config.gc win32/config.vc
41122            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
41123            ! win32/config_H.vc win32/config_H.vc64
41124 ____________________________________________________________________________
41125 [ 25733] By: merijn                                on 2005/10/10  13:47:17
41126         Log: Add probe for unsetenv ()
41127              Subject: Re: Perl's handling of environ breaks on Solaris 10
41128              From: Steve Peters <steve@fisharerojo.org>
41129              Date: Mon, 10 Oct 2005 07:51:17 -0500
41130              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
41131      Branch: perl
41132            ! Configure Porting/Glossary config_h.SH handy.h
41133 ____________________________________________________________________________
41134 [ 25731] By: stevep                                on 2005/10/10  13:14:50
41135         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
41136              From: Gisle Aas <gisle@ActiveState.com>
41137              Date: 10 Oct 2005 06:20:23 -0700
41138              
41139              Change to remove a call to Win32::GetShortPathName() from 
41140              Test::Harness::Straps.
41141      Branch: perl
41142            ! lib/Test/Harness/Straps.pm
41143 ____________________________________________________________________________
41144 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
41145         Log: Subject: [PATCH] Symbian bleadperl@25725 update
41146              From: <jarkko.hietaniemi@nokia.com>
41147              Date: Mon, 10 Oct 2005 14:28:31 +0300
41148              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
41149      Branch: perl
41150            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
41151            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
41152            ! symbian/xsbuild.pl
41153 ____________________________________________________________________________
41154 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
41155         Log: Subject: RE: [PATCH] Compress::Zlib
41156              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41157              Date: Mon, 10 Oct 2005 12:24:29 +0100
41158              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
41159      Branch: perl
41160            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
41161 ____________________________________________________________________________
41162 [ 25728] By: merijn                                on 2005/10/10  10:36:51
41163         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
41164              From: Gisle Aas <gisle@ActiveState.com>
41165              Date: 10 Oct 2005 03:58:09 -0700
41166              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
41167      Branch: perl
41168            ! win32/ext/Win32/Win32.pm
41169 ____________________________________________________________________________
41170 [ 25727] By: merijn                                on 2005/10/10  10:27:12
41171         Log: Making t/14gzopen.t a bit more robust.
41172              Subject: [PATCH] Compress::Zlib
41173              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41174              Date: Mon, 10 Oct 2005 11:40:00 +0100
41175              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
41176      Branch: perl
41177            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
41178            ! ext/Compress/Zlib/t/14gzopen.t
41179 ____________________________________________________________________________
41180 [ 25726] By: merijn                                on 2005/10/10  06:14:30
41181         Log: Compress::Zlib should not ask under Cygwin in CORE
41182      Branch: perl
41183            ! ext/Compress/Zlib/Makefile.PL
41184 ____________________________________________________________________________
41185 [ 25725] By: stevep                                on 2005/10/10  01:18:58
41186         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
41187              Subject: RE: [PATCH] DB_File 1.1812
41188              Date: Sun, 9 Oct 2005 23:25:38 +0100
41189              
41190              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
41191      Branch: perl
41192            ! ext/Compress/Zlib/Zlib.xs
41193 ____________________________________________________________________________
41194 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
41195         Log: Upgrade to DB_File 1.1812, by Paul Marquess
41196      Branch: perl
41197            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
41198            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
41199            ! ext/DB_File/t/db-hash.t
41200 ____________________________________________________________________________
41201 [ 25723] By: stevep                                on 2005/10/09  18:53:02
41202         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
41203      Branch: perl
41204            ! lib/Test/Simple/t/tbt_01basic.t
41205            ! lib/Test/Simple/t/tbt_04line_num.t
41206 ____________________________________________________________________________
41207 [ 25722] By: stevep                                on 2005/10/09  18:06:13
41208         Log: Upgraded to ExtUtils-ParseXS-2.14.
41209      Branch: perl
41210            ! lib/ExtUtils/ParseXS.pm
41211 ____________________________________________________________________________
41212 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
41213         Log: Don't use a regexp in DB::sub().
41214              This should work around perlbug #37102.
41215      Branch: perl
41216            ! lib/DB.pm
41217 ____________________________________________________________________________
41218 [ 25720] By: stevep                                on 2005/10/09  15:37:41
41219         Log: It would be nice to upgrade the right file.   Double grrrrr.
41220      Branch: perl
41221            ! lib/ExtUtils/CBuilder.pm
41222 ____________________________________________________________________________
41223 [ 25719] By: stevep                                on 2005/10/09  15:32:29
41224         Log: Add standard core test header to Test::Builder::Tester tests.
41225      Branch: perl
41226            ! lib/Test/Simple/t/tbt_01basic.t
41227            ! lib/Test/Simple/t/tbt_02fhrestore.t
41228            ! lib/Test/Simple/t/tbt_03die.t
41229            ! lib/Test/Simple/t/tbt_04line_num.t
41230            ! lib/Test/Simple/t/tbt_05faildiag.t
41231            ! lib/Test/Simple/t/tbt_06errormess.t
41232            ! lib/Test/Simple/t/tbt_07args.t
41233 ____________________________________________________________________________
41234 [ 25718] By: stevep                                on 2005/10/09  15:24:43
41235         Log: Upgrade to Test-Simple-0.62.
41236      Branch: perl
41237            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
41238            + lib/Test/Simple/t/tbt_01basic.t
41239            + lib/Test/Simple/t/tbt_02fhrestore.t
41240            + lib/Test/Simple/t/tbt_03die.t
41241            + lib/Test/Simple/t/tbt_04line_num.t
41242            + lib/Test/Simple/t/tbt_05faildiag.t
41243            + lib/Test/Simple/t/tbt_06errormess.t
41244            + lib/Test/Simple/t/tbt_07args.t
41245            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
41246            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
41247            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
41248            ! lib/Test/Simple/t/is_deeply_fail.t
41249 ____________________________________________________________________________
41250 [ 25717] By: stevep                                on 2005/10/09  14:51:12
41251         Log: Missed files in upgrading modules.  Grrrr
41252      Branch: perl
41253            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
41254 ____________________________________________________________________________
41255 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
41256         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
41257              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41258              Date: Oct 8, 2005 9:59 AM
41259              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
41260      Branch: perl
41261            ! lib/utf8.t utf8.c utf8.h
41262 ____________________________________________________________________________
41263 [ 25712] By: stevep                                on 2005/10/07  15:41:32
41264         Log: Documentation nit in INSTALL found by Alan Burlison.
41265      Branch: perl
41266            ! INSTALL
41267 ____________________________________________________________________________
41268 [ 25711] By: stevep                                on 2005/10/07  03:29:37
41269         Log: Upgrade to Pathtools-3.12
41270      Branch: perl
41271            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
41272            ! lib/File/Spec/Win32.pm
41273 ____________________________________________________________________________
41274 [ 25710] By: craigb                                on 2005/10/07  02:41:03
41275         Log: Parse symbols for the linker when more than one declaration
41276              on the same line (the way PERLVARISC now throws at us).
41277      Branch: perl
41278            ! vms/gen_shrfls.pl
41279 ____________________________________________________________________________
41280 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
41281         Log: Avoid a cast
41282      Branch: perl
41283            ! perl.c
41284 ____________________________________________________________________________
41285 [ 25708] By: stevep                                on 2005/10/06  19:23:59
41286         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
41287              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
41288      Branch: perl
41289            ! ext/Compress/Zlib/Zlib.xs
41290 ____________________________________________________________________________
41291 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
41292         Log: Be nice with subversion hidden directories
41293      Branch: perl
41294            ! ext/Compress/Zlib/Makefile.PL
41295 ____________________________________________________________________________
41296 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
41297         Log: Update with new files from C::Zlib
41298      Branch: perl
41299            ! Porting/Maintainers.pl
41300 ____________________________________________________________________________
41301 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
41302         Log: Move ZlibTestUtils.pm under t/
41303      Branch: perl
41304            + t/lib/ZlibTestUtils.pm
41305            - lib/ZlibTestUtils.pm
41306            ! MANIFEST ext/Compress/Zlib/t/01version.t
41307            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
41308            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
41309            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41310            ! ext/Compress/Zlib/t/08encoding.t
41311            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41312            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41313            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41314            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41315            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41316            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41317            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41318            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
41319 ____________________________________________________________________________
41320 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
41321         Log: Don't install pods via MakeMaker for C::Zlib,
41322              as suggested by Robin Barker
41323      Branch: perl
41324            ! ext/Compress/Zlib/Makefile.PL
41325 ____________________________________________________________________________
41326 [ 25703] By: merijn                                on 2005/10/06  08:42:56
41327         Log: Add -C to allowed $PERL5OPT options
41328              Add -C to the $PERL5OPT documentation (and added the missing -A too)
41329              t/run/runenv.t Could use some more tests about how supported
41330              and unsupported options in $PERL5OPT are handled
41331      Branch: perl
41332            ! perl.c pod/perldiag.pod pod/perlrun.pod
41333 ____________________________________________________________________________
41334 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
41335         Log: Remove the getprotobynumber test, for portability concerns
41336      Branch: perl
41337            - t/op/getprotobynumber.t
41338            ! MANIFEST
41339 ____________________________________________________________________________
41340 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
41341         Log: Fix Compress::Zlib test boilerplate
41342      Branch: perl
41343            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
41344            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
41345            ! ext/Compress/Zlib/t/05examples.t
41346            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41347            ! ext/Compress/Zlib/t/08encoding.t
41348            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41349            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41350            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41351            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41352            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41353            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41354            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41355            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
41356 ____________________________________________________________________________
41357 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
41358         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
41359      Branch: perl
41360            ! ext/Compress/Zlib/Makefile.PL
41361 ____________________________________________________________________________
41362 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
41363         Log: Add test preambles to Compress::Zlib.
41364              Remove 99pod.t, useless in the core
41365      Branch: perl
41366            - ext/Compress/Zlib/t/99pod.t
41367            ! MANIFEST ext/Compress/Zlib/t/01version.t
41368            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
41369            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
41370            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41371            ! ext/Compress/Zlib/t/08encoding.t
41372            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41373            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41374            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41375            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41376            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41377            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41378            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41379            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
41380 ____________________________________________________________________________
41381 [ 25697] By: stevep                                on 2005/10/05  18:20:54
41382         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
41383              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
41384              Date: Thu, 2 Jun 2005 13:34:49 +0200
41385              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
41386      Branch: perl
41387            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
41388 ____________________________________________________________________________
41389 [ 25696] By: steveh                                on 2005/10/05  16:04:26
41390         Log: Subject: [PATCH] Re: Untested builtins
41391              From: Steven Schubiger <sts@accognoscere.org>
41392              Date: Wed, 28 Sep 2005 15:46:45 +0200
41393              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
41394      Branch: perl
41395            + t/op/getprotobynumber.t
41396            ! MANIFEST
41397 ____________________________________________________________________________
41398 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
41399         Log: Upgrade to Compress::Zlib 2.000_05
41400      Branch: perl
41401            + ext/Compress/Zlib/examples/gzcat.zlib
41402            + ext/Compress/Zlib/fallback/constants.h
41403            + ext/Compress/Zlib/fallback/constants.xs
41404            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
41405            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41406            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
41407            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
41408            + ext/Compress/Zlib/lib/File/GlobMapper.pm
41409            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
41410            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
41411            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
41412            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
41413            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
41414            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
41415            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
41416            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
41417            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
41418            + ext/Compress/Zlib/t/05examples.t
41419            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41420            + ext/Compress/Zlib/t/08encoding.t
41421            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41422            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41423            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41424            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41425            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41426            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41427            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41428            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
41429            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
41430            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
41431            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
41432            - ext/Compress/Zlib/t/04encoding.t
41433            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
41434            - ext/Compress/Zlib/zlib-src/gzio.c
41435            ! MANIFEST ext/Compress/Zlib/Changes
41436            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
41437            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
41438            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
41439            ! ext/Compress/Zlib/examples/filtinf
41440            ! ext/Compress/Zlib/examples/gzcat
41441            ! ext/Compress/Zlib/examples/gzgrep
41442            ! ext/Compress/Zlib/examples/gzstream
41443            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
41444            ! ext/Compress/Zlib/typemap
41445 ____________________________________________________________________________
41446 [ 25694] By: steveh                                on 2005/10/05  15:34:18
41447         Log: Fix $Config{ccflags} for Win32 perls built with dmake
41448              
41449              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
41450              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
41451              (win32/makefile.mk) doesn't.  This means that extensions built with
41452              perls built with VC++ and dmake spit out damn M$ logo messages and use
41453              a lower warning level.
41454              
41455              The reason for the difference is probably that the dmake makefile
41456              supports multiple compilers.  Therefore, put the extra ccflags into a
41457              new macro, and set it appropriately for each compiler.  Add the new
41458              macro to the nmake makefile too for orthogonality.
41459      Branch: perl
41460            ! win32/Makefile win32/makefile.mk
41461 ____________________________________________________________________________
41462 [ 25693] By: merijn                                on 2005/10/05  15:34:09
41463         Log: Subject: Re: [PATCH] Random constings and printf cleanup
41464              From: Andy Lester <andy@petdance.com>
41465              Date: Tue, 4 Oct 2005 15:16:05 -0500
41466              Message-ID: <20051004201605.GA31682@petdance.com>
41467      Branch: perl
41468            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
41469 ____________________________________________________________________________
41470 [ 25691] By: stevep                                on 2005/10/04  16:24:28
41471         Log: Fixes to Pod errors found by podchecker.
41472      Branch: perl
41473            ! README.os2 pod/perlfunc.pod
41474 ____________________________________________________________________________
41475 [ 25690] By: stevep                                on 2005/10/04  12:02:04
41476         Log: Upgrade to ExtUtils-ParseXS-2.13
41477      Branch: perl
41478            ! lib/ExtUtils/ParseXS.pm
41479 ____________________________________________________________________________
41480 [ 25689] By: stevep                                on 2005/10/04  11:01:11
41481         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
41482              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
41483      Branch: perl
41484            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
41485            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
41486            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
41487            ! lib/ExtUtils/CBuilder/Platform/os2.pm
41488            ! lib/ExtUtils/CBuilder/t/02-link.t
41489 ____________________________________________________________________________
41490 [ 25688] By: merijn                                on 2005/10/04  10:10:41
41491         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
41492              From: Gisle Aas <gisle@ActiveState.com>
41493              Date: 04 Oct 2005 02:18:27 -0700
41494              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
41495      Branch: perl
41496            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
41497            ! wince/perlhost.h
41498 ____________________________________________________________________________
41499 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
41500         Log: Subject: Clone PL_statusvalue_posix [PATCH]
41501              From: Gisle Aas <gisle@ActiveState.com>
41502              Date: 03 Oct 2005 09:37:57 -0700
41503              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
41504      Branch: perl
41505            ! sv.c
41506 ____________________________________________________________________________
41507 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
41508         Log: Pod::Usage documentation fix, suggested by :
41509              
41510              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
41511              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
41512              Date: Sun, 02 Oct 2005 07:25:37 -0700
41513              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
41514      Branch: perl
41515            ! lib/Pod/Usage.pm
41516 ____________________________________________________________________________
41517 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
41518         Log: Yitzchak points out that this function argument is NULLOK
41519      Branch: perl
41520            ! embed.fnc proto.h
41521 ____________________________________________________________________________
41522 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
41523         Log: Spaces to tabs
41524      Branch: perl
41525            ! MANIFEST
41526 ____________________________________________________________________________
41527 [ 25683] By: craigb                                on 2005/10/03  03:43:31
41528         Log: We lied about strtoq way back in #8120
41529      Branch: perl
41530            ! configure.com
41531 ____________________________________________________________________________
41532 [ 25682] By: stevep                                on 2005/10/03  03:10:05
41533         Log: Upgrade to Digest-1.12
41534      Branch: perl
41535            ! lib/Digest.pm lib/Digest/Changes
41536 ____________________________________________________________________________
41537 [ 25681] By: craigb                                on 2005/10/03  00:20:30
41538         Log: fix bug introduced by #25507 that kept ccflags from
41539              making it into config.sh
41540      Branch: perl
41541            ! configure.com
41542 ____________________________________________________________________________
41543 [ 25680] By: craigb                                on 2005/10/02  21:45:20
41544         Log: assorted blead build help for VMS (mostly ithreads-related)
41545      Branch: perl
41546            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
41547 ____________________________________________________________________________
41548 [ 25679] By: stevep                                on 2005/10/02  12:50:02
41549         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
41550              From: perlbug-followup[at]perl.org (Yves Orton)
41551              Date: Thu, 22 Sep 2005 11:31:02 -0700
41552              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
41553      Branch: perl
41554            ! lib/Carp/Heavy.pm
41555 ____________________________________________________________________________
41556 [ 25678] By: stevep                                on 2005/10/02  04:42:46
41557         Log: Clarify the documentation regarding the return value from C<push>.
41558      Branch: perl
41559            ! pod/perlfunc.pod
41560 ____________________________________________________________________________
41561 [ 25677] By: stevep                                on 2005/10/02  04:32:48
41562         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
41563              give an appropriate error message rather than saying the module
41564              cannot be found in @INC.
41565      Branch: perl
41566            ! pp_ctl.c
41567 ____________________________________________________________________________
41568 [ 25676] By: stevep                                on 2005/10/02  03:30:55
41569         Log: Missed test changes and a bit of debugging code that should 
41570              have been removed.
41571      Branch: perl
41572            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
41573 ____________________________________________________________________________
41574 [ 25675] By: stevep                                on 2005/10/02  02:24:12
41575         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
41576              with a debugger to figure out what is going on.
41577      Branch: perl
41578            ! lib/Pod/Html.pm
41579 ____________________________________________________________________________
41580 [ 25674] By: davem                                 on 2005/10/01  23:51:40
41581         Log: Improve -DT output and fix wild buffer pointer error
41582      Branch: perl
41583            ! toke.c
41584 ____________________________________________________________________________
41585 [ 25672] By: steveh                                on 2005/09/30  15:52:30
41586         Log: Make building perl on Win32 with the free VC++ toolkit easier
41587              
41588              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
41589              versions of MS VC++ 7.x respectively.  Perl can now be built with the
41590              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
41591              hacking of the win32/Makefile required.  Update README.win32 with
41592              these changes.
41593              
41594              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
41595              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
41596              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
41597      Branch: perl
41598            ! README.win32 win32/Makefile win32/makefile.mk
41599 ____________________________________________________________________________
41600 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
41601         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
41602              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
41603      Branch: perl
41604            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
41605 ____________________________________________________________________________
41606 [ 25665] By: davem                                 on 2005/09/29  22:57:44
41607         Log: PL_defoutgv could be used after being freed
41608              Was giving "use of freed value" warnings in t/io/through.t
41609              and t/io/crlf_through.t
41610      Branch: perl
41611            ! perl.c
41612 ____________________________________________________________________________
41613 [ 25664] By: davem                                 on 2005/09/29  21:01:54
41614         Log: the return value of start_subparse() can legally be ignored
41615      Branch: perl
41616            ! embed.fnc gv.c proto.h
41617 ____________________________________________________________________________
41618 [ 25663] By: stevep                                on 2005/09/29  20:43:52
41619         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
41620              compatibility mode.
41621      Branch: perl
41622            ! utils/h2xs.PL
41623 ____________________________________________________________________________
41624 [ 25662] By: stevep                                on 2005/09/29  18:04:29
41625         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
41626              if the compatible version is less than 5.006 (the first version with 
41627              XSLoader).
41628      Branch: perl
41629            ! utils/h2xs.PL
41630 ____________________________________________________________________________
41631 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
41632         Log: 2 more e-mail addresses that map to rgs
41633      Branch: perl
41634            ! Porting/checkAUTHORS.pl
41635 ____________________________________________________________________________
41636 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
41637         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
41638      Branch: perl
41639            ! Porting/checkAUTHORS.pl
41640 ____________________________________________________________________________
41641 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
41642         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
41643      Branch: perl
41644            ! Changes
41645 ____________________________________________________________________________
41646 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
41647         Log: Teach the alias mapping about new committers.
41648      Branch: perl
41649            ! Porting/checkAUTHORS.pl
41650 ____________________________________________________________________________
41651 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
41652         Log: Cope with completely empty lines within the Changes file.
41653              Better diagnostics on "malformed" lines.
41654      Branch: perl
41655            ! Porting/checkAUTHORS.pl
41656 ____________________________________________________________________________
41657 [ 25652] By: steveh                                on 2005/09/29  08:47:26
41658         Log: Clean up CBuilder and ParseXS test files
41659              
41660              This was done once already in change 25222, but then modified in change
41661              25225.  The new versions of CBuilder and ParseXS that sync'ed those
41662              changes and have now been integrated back into bleadperl missed some
41663              bits of change 25225.  Try again.
41664      Branch: perl
41665            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
41666            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
41667            ! lib/ExtUtils/ParseXS/t/basic.t
41668 ____________________________________________________________________________
41669 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
41670         Log: Attempting to do too many things simultaneously with the C pre-
41671              processor considered harmful.
41672      Branch: perl
41673            ! perl.c
41674 ____________________________________________________________________________
41675 [ 25650] By: stevep                                on 2005/09/29  00:23:44
41676         Log: Upgrade to ExtUtils::CBuilder 0.14
41677      Branch: perl
41678            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
41679            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
41680            ! lib/ExtUtils/CBuilder/t/01-basic.t
41681            ! lib/ExtUtils/CBuilder/t/02-link.t
41682 ____________________________________________________________________________
41683 [ 25649] By: stevep                                on 2005/09/28  22:59:08
41684         Log: Upgrade to Test::Harness 2.56
41685      Branch: perl
41686            + t/lib/sample-tests/bignum_many
41687            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
41688            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
41689            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
41690            ! t/lib/sample-tests/bignum
41691 ____________________________________________________________________________
41692 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
41693         Log: savepv and savepvn are actually NULLOK
41694      Branch: perl
41695            ! embed.fnc proto.h
41696 ____________________________________________________________________________
41697 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
41698         Log: Forgot to run embed.pl after change 25637
41699      Branch: perl
41700            ! proto.h
41701 ____________________________________________________________________________
41702 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
41703         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
41704              From: Andy Lester <andy@petdance.com>
41705              Message-ID: <20050928172254.GE20201@petdance.com>
41706              Date: Wed, 28 Sep 2005 12:22:54 -0500
41707      Branch: perl
41708            ! embed.fnc embed.pl
41709 ____________________________________________________________________________
41710 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
41711         Log: We can use the C pre-processor to build a single, longer string
41712              constant which makes the object code slightly smaller.
41713      Branch: perl
41714            ! perl.c
41715 ____________________________________________________________________________
41716 [ 25627] By: steveh                                on 2005/09/28  08:23:01
41717         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
41718              
41719              Subject: Improved File::Spec::Win32->path [PATCH]
41720              From: Gisle Aas <gisle@ActiveState.com>
41721              Date: 17 Sep 2005 00:13:41 -0700
41722              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
41723              
41724              Subject: Re: Improved File::Spec::Win32->path [PATCH]
41725              From: Michael G Schwern <schwern@pobox.com>
41726              Date: Tue, 27 Sep 2005 13:05:54 -0700
41727              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
41728      Branch: perl
41729            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
41730 ____________________________________________________________________________
41731 [ 25626] By: stevep                                on 2005/09/28  00:06:29
41732         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
41733              bleadperl.
41734      Branch: perl
41735            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
41736 ____________________________________________________________________________
41737 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
41738         Log: Comment nit by Vadim Konovalov
41739              And while we're at it, reindent consistently.
41740      Branch: perl
41741            ! t/io/crlf.t
41742 ____________________________________________________________________________
41743 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
41744         Log: POD nit by Yitzchak
41745      Branch: perl
41746            ! pod/perlfunc.pod
41747 ____________________________________________________________________________
41748 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
41749         Log: Clarify what -MFoo=number does on the command-line
41750      Branch: perl
41751            ! pod/perlrun.pod
41752 ____________________________________________________________________________
41753 [ 25621] By: stevep                                on 2005/09/27  15:05:18
41754         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
41755              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
41756              Date: Tue, 27 Sep 2005 15:18:00 +0200
41757      Branch: perl
41758            ! doio.c
41759 ____________________________________________________________________________
41760 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
41761         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
41762              too many warnings.
41763      Branch: perl
41764            ! mg.c t/io/binmode.t t/lib/warnings/2use
41765 ____________________________________________________________________________
41766 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
41767         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
41768              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41769              Date: Tue, 27 Sep 2005 02:07:35 -0700
41770              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
41771      Branch: perl
41772            + t/io/crlf_through.t t/io/through.t
41773            ! MANIFEST perlio.c
41774 ____________________________________________________________________________
41775 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
41776         Log: OPpRUNTIME can be set on OP_QR too
41777      Branch: perl
41778            ! ext/B/B/Concise.pm
41779 ____________________________________________________________________________
41780 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
41781         Log: Fix the overriding of CORE::do, just like change 25599
41782              was fixing the overriding of CORE::require
41783      Branch: perl
41784            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
41785 ____________________________________________________________________________
41786 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
41787         Log: Micro-optimisation: use PL_globalstash instead of looking up
41788              CORE::GLOBAL::require by name
41789      Branch: perl
41790            ! op.c
41791 ____________________________________________________________________________
41792 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
41793         Log: Addition to change 25612
41794      Branch: perl
41795            ! symbian/PerlApp.cpp
41796 ____________________________________________________________________________
41797 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
41798         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
41799              From: "Jan Dubois" <jand@ActiveState.com>
41800              Date: Mon, 26 Sep 2005 21:19:51 -0700
41801              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
41802      Branch: perl
41803            ! XSUB.h
41804 ____________________________________________________________________________
41805 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
41806         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
41807              From: <jarkko.hietaniemi@nokia.com>
41808              Date: Tue, 27 Sep 2005 11:54:00 +0300
41809              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
41810      Branch: perl
41811            ! symbian/PerlApp.cpp symbian/config.sh
41812 ____________________________________________________________________________
41813 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
41814         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
41815              Plus a regression test by Schwern.
41816      Branch: perl
41817            ! pp_ctl.c t/op/override.t
41818 ____________________________________________________________________________
41819 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
41820         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
41821              From: Michael G Schwern <schwern@pobox.com>
41822              Date: Mon, 26 Sep 2005 14:21:09 -0700
41823              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
41824      Branch: perl
41825            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
41826 ____________________________________________________________________________
41827 [ 25609] By: stevep                                on 2005/09/27  02:45:50
41828         Log: Upgrade to Encode 2.12
41829      Branch: perl
41830            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41831            ! ext/Encode/Encode.xs ext/Encode/META.yml
41832            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
41833            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
41834 ____________________________________________________________________________
41835 [ 25608] By: stevep                                on 2005/09/26  23:09:44
41836         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
41837      Branch: perl
41838            ! lib/Digest.pm lib/Digest/Changes
41839 ____________________________________________________________________________
41840 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
41841         Log: const sausage const const bacon const tomato and const
41842              The search_ext parameter to find_script can be a little more const.
41843      Branch: perl
41844            ! embed.fnc proto.h util.c
41845 ____________________________________________________________________________
41846 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
41847         Log: Upgrade to Test::Simple 0.61
41848      Branch: perl
41849            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
41850            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
41851            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
41852            ! lib/Test/Simple.pm lib/Test/Simple/Changes
41853            ! lib/Test/Simple/t/00test_harness_check.t
41854            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
41855            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41856            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
41857            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
41858            ! lib/Test/Simple/t/fail_one.t
41859            ! lib/Test/Simple/t/harness_active.t
41860            ! lib/Test/Simple/t/has_plan2.t
41861            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
41862            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
41863            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
41864            ! lib/Test/Simple/t/undef.t
41865            ! t/lib/Test/Simple/sample_tests/too_few.plx
41866 ____________________________________________________________________________
41867 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
41868         Log: Fix change 25597 for non-Windows platforms
41869      Branch: perl
41870            ! lib/File/Find.pm
41871 ____________________________________________________________________________
41872 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
41873         Log: Make B::Deparse handle correctly CORE::require
41874      Branch: perl
41875            ! ext/B/B/Deparse.pm
41876 ____________________________________________________________________________
41877 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
41878         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
41879      Branch: perl
41880            ! op.h
41881 ____________________________________________________________________________
41882 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
41883         Log: CORE::require was always parsed as require().
41884              That's because require() isn't overridable at tokenizer-level
41885              like other overridable built-ins, but is handled by the optree
41886              builder. So, find a way to pass the information that require()
41887              was written as CORE::require() to Perl_ck_require. This is
41888              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
41889              to OP_REQUIRE when it's saw as CORE::require in the program text.
41890              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
41891      Branch: perl
41892            ! op.c perly.act perly.h perly.tab perly.y toke.c
41893 ____________________________________________________________________________
41894 [ 25597] By: steveh                                on 2005/09/26  08:54:13
41895         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
41896              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41897              Date: Sun, 25 Sep 2005 14:41:03 -0700
41898              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
41899              
41900              and update docs
41901      Branch: perl
41902            ! lib/File/Find.pm
41903 ____________________________________________________________________________
41904 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
41905         Log: Upgrade to Compress::Zlib 1.40
41906      Branch: perl
41907            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
41908            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
41909            ! ext/Compress/Zlib/t/03examples.t
41910 ____________________________________________________________________________
41911 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
41912         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
41913              From: Steve Peters <steve@fisharerojo.org>
41914              Date: Sep 23, 2005 8:11 PM
41915              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
41916      Branch: perl
41917            ! sv.h
41918 ____________________________________________________________________________
41919 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
41920         Log: Subject: Re: pod/pod2usage2.t
41921              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
41922              Date: Thu, 22 Sep 2005 12:12:49 +0200
41923              Message-ID: <20050922121249.5077ee3e@pc09>
41924              
41925              Also, skip all tests on Windows until we find a way
41926              to write them portably
41927      Branch: perl
41928            ! t/pod/pod2usage2.t
41929 ____________________________________________________________________________
41930 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
41931         Log: Subject: [PATCH] quiet a few warnings
41932              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41933              Date: Wed, 21 Sep 2005 18:45:56 -0700
41934              Message-ID: <20050922014555.GA2852@efn.org>
41935      Branch: perl
41936            ! cygwin/cygwin.c embed.fnc proto.h
41937 ____________________________________________________________________________
41938 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
41939         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
41940              From: Steve Peters <steve@fisharerojo.org>
41941              Date: Fri, 23 Sep 2005 08:38:58 -0500
41942              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
41943      Branch: perl
41944            ! hints/linux.sh
41945 ____________________________________________________________________________
41946 [ 25581] By: steveh                                on 2005/09/23  13:46:40
41947         Log: Extend 25579 to cover vc64 too
41948      Branch: perl
41949            ! Porting/checkcfgvar.pl
41950 ____________________________________________________________________________
41951 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
41952         Log: Add Porting/checkcfgvar.pl by Jarkko
41953      Branch: perl
41954            + Porting/checkcfgvar.pl
41955            ! MANIFEST
41956 ____________________________________________________________________________
41957 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
41958         Log: SAPER is the new maintainer of XSLoader
41959      Branch: perl
41960            ! Porting/Maintainers.pl
41961 ____________________________________________________________________________
41962 [ 25573] By: steveh                                on 2005/09/23  08:40:58
41963         Log: Change 25226 should have done this too
41964      Branch: perl
41965            ! win32/config.bc
41966 ____________________________________________________________________________
41967 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
41968         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
41969      Branch: perl
41970            ! sv.h
41971 ____________________________________________________________________________
41972 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
41973         Log: The New*() compatibility macros aren't needed inside the perl core.
41974      Branch: perl
41975            ! handy.h
41976 ____________________________________________________________________________
41977 [ 25563] By: steveh                                on 2005/09/22  07:26:20
41978         Log: Forgot to update MANIFEST in change 25547
41979      Branch: perl
41980            ! MANIFEST
41981 ____________________________________________________________________________
41982 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
41983         Log: Add an option --ignore to installhtml
41984              and use it to avoid to install doc in Porting/.
41985              Skip also test modules.
41986      Branch: perl
41987            ! Makefile.SH installhtml
41988 ____________________________________________________________________________
41989 [ 25547] By: steveh                                on 2005/09/21  16:19:03
41990         Log: Localize $@ in Locale::Maketext::maketext()
41991              so that $lh->maketext("Error: [_1]\n", $@) works as expected
41992              
41993              Also added a new test for this fix
41994      Branch: perl
41995            + lib/Locale/Maketext/t/30_local.t
41996            ! lib/Locale/Maketext.pm
41997 ____________________________________________________________________________
41998 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
41999         Log: A few POD fixes
42000      Branch: perl
42001            ! Porting/pumpkin.pod ext/B/B/Concise.pm
42002            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
42003 ____________________________________________________________________________
42004 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
42005         Log: Upgrade to Pod::Parser 1.33
42006      Branch: perl
42007            + t/pod/pod2usage2.t
42008            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
42009            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
42010            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
42011 ____________________________________________________________________________
42012 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
42013         Log: PodParser is now Pod-Parser on CPAN
42014      Branch: perl
42015            ! Porting/Maintainers.pl
42016 ____________________________________________________________________________
42017 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
42018         Log: Subject: [PATCH 5.8.7] misc a2p fixes
42019              From: Brendan O'Dea <bod@debian.org>
42020              Date: Sun, 11 Sep 2005 19:43:14 +1000
42021              Message-ID: <20050911094314.GA15155@londo.c47.org>
42022              
42023              and remove the check_byacc target from the x2p makefile
42024      Branch: perl
42025            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
42026 ____________________________________________________________________________
42027 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
42028         Log: Upgrade to ExtUtils::ParseXS 2.12
42029      Branch: perl
42030            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
42031 ____________________________________________________________________________
42032 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
42033         Log: Upgrade to Time::HiRes 1.74
42034      Branch: perl
42035            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42036            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42037 ____________________________________________________________________________
42038 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
42039         Log: Remove the last STRLEN n_a;s that my compiler can reach.
42040      Branch: perl
42041            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
42042            ! perly.y pp_pack.c sv.h
42043 ____________________________________________________________________________
42044 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
42045         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
42046              (Text-Tabs+Wrap-2005.0824). Keep local changes.
42047      Branch: perl
42048            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
42049 ____________________________________________________________________________
42050 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
42051         Log: Yitzchak says that Tim says that we can distribute
42052              the perl glossary under the same terms as Perl itself.
42053      Branch: perl
42054            ! pod/perlglossary.pod
42055 ____________________________________________________________________________
42056 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
42057         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
42058              From: Rick Delaney <rick@bort.ca>
42059              Date: Thu, 8 Sep 2005 08:55:16 -0400
42060              Message-ID: <20050908125516.GA18184@localhost.localdomain>
42061      Branch: perl
42062            ! hv.c t/op/local.t
42063 ____________________________________________________________________________
42064 [ 25513] By: steveh                                on 2005/09/20  09:20:16
42065         Log: Resolve [perl #37110]: Update README.win32
42066              
42067              I give up trying to keep the Platform SDK links up-to-date. They seem
42068              to have changed every time that I look at them, so make the
42069              instructions more general.
42070      Branch: perl
42071            ! README.win32
42072 ____________________________________________________________________________
42073 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
42074         Log: Upgrade to Compress::Zlib 1.39
42075      Branch: perl
42076            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
42077            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
42078 ____________________________________________________________________________
42079 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
42080         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
42081              From: Salvador "FandiXo" <sfandino@yahoo.com>
42082              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
42083              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
42084              
42085              (adapted to bleadperl)
42086      Branch: perl
42087            ! pp_ctl.c
42088 ____________________________________________________________________________
42089 [ 25507] By: merijn                                on 2005/09/20  06:51:38
42090         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
42091              From: "John E. Malmberg" <wb8tyw@qsl.net>
42092              Date: Tue, 20 Sep 2005 01:22:24 -0400
42093              Message-ID: <432F9C90.7080702@qsl.net>
42094      Branch: perl
42095            ! configure.com vms/descrip_mms.template x2p/s2p.PL
42096 ____________________________________________________________________________
42097 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
42098         Log: The second argument to Move() is the destination, so cannot possibly
42099              be const. Pesky casting in handy.h. Getting in the way of correctness.
42100      Branch: perl
42101            ! sv.c
42102 ____________________________________________________________________________
42103 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
42104         Log: Add parallel testing to TODO
42105      Branch: perl
42106            ! pod/perltodo.pod
42107 ____________________________________________________________________________
42108 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
42109         Log: First argument to he_dup is actually a const HE *
42110      Branch: perl
42111            ! embed.fnc hv.c proto.h sv.c
42112 ____________________________________________________________________________
42113 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
42114         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
42115              work with a macro version.
42116      Branch: perl
42117            ! ext/ByteLoader/bytecode.h
42118 ____________________________________________________________________________
42119 [ 25488] By: steveh                                on 2005/09/19  14:18:40
42120         Log: Update win32 config files w.r.t. change #25387
42121      Branch: perl
42122            ! win32/config.bc win32/config.gc win32/config.vc
42123            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
42124            ! win32/config_H.vc win32/config_H.vc64
42125 ____________________________________________________________________________
42126 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
42127         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
42128              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42129              Date: Sun, 18 Sep 2005 19:46:37 -0700
42130              Message-ID: <20050919024637.GA2860@efn.org>
42131      Branch: perl
42132            ! ext/Devel/DProf/DProf.xs
42133 ____________________________________________________________________________
42134 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
42135         Log: Improve failure case diagnostics from comp/package.t
42136      Branch: perl
42137            ! t/comp/package.t
42138 ____________________________________________________________________________
42139 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
42140         Log: Should have been embed.h, not proto.h, in 25475
42141      Branch: perl
42142            ! embed.h
42143 ____________________________________________________________________________
42144 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
42145         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
42146              macro in 5.8.x is to make it available as hv_name_set.
42147              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
42148              warnings or other games when Perl_hv_name_set() is a macro]
42149      Branch: perl
42150            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
42151 ____________________________________________________________________________
42152 [ 25474] By: merijn                                on 2005/09/18  18:36:15
42153         Log: Subject: [patch@25452] VMS fix required by Change 25387
42154              From: "John E. Malmberg" <wb8tyw@qsl.net>
42155              Date: Sun, 18 Sep 2005 14:53:09 -0400
42156              Message-ID: <432DB795.8050801@qsl.net>
42157      Branch: perl
42158            ! configure.com
42159 ____________________________________________________________________________
42160 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
42161         Log: Tidying up the unused or unneeded global variables would be good.
42162      Branch: perl
42163            ! pod/perltodo.pod
42164 ____________________________________________________________________________
42165 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
42166         Log: Controlling what the GNU linker exports from a shared library would
42167              be a useful thing TODO
42168      Branch: perl
42169            ! pod/perltodo.pod
42170 ____________________________________________________________________________
42171 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
42172         Log: Detail the minimal rewards programme we have on offer.
42173              Hoik relocatable perl to the top of its section.
42174              Some other formatting tweaks.
42175      Branch: perl
42176            ! pod/perltodo.pod
42177 ____________________________________________________________________________
42178 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
42179         Log: 
42180              refactoring xsubpp should have been in the "just perl" section.
42181      Branch: perl
42182            ! pod/perltodo.pod
42183 ____________________________________________________________________________
42184 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
42185         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
42186              to the TODO
42187      Branch: perl
42188            ! pod/perltodo.pod
42189 ____________________________________________________________________________
42190 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
42191         Log: Add shrinking GVs and CVs to the TODO
42192      Branch: perl
42193            ! pod/perltodo.pod
42194 ____________________________________________________________________________
42195 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
42196         Log: Add reduce duplication in sv_setsv_flags to TODO
42197      Branch: perl
42198            ! pod/perltodo.pod
42199 ____________________________________________________________________________
42200 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
42201         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
42202              (and the don't know the pointer size case)
42203      Branch: perl
42204            ! pp_pack.c
42205 ____________________________________________________________________________
42206 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
42207         Log: vv5.9.3 is clearly a bug.
42208      Branch: perl
42209            ! utils/perlbug.PL
42210 ____________________________________________________________________________
42211 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
42212         Log: Add ordering of "global" variables to TODO
42213      Branch: perl
42214            ! pod/perltodo.pod
42215 ____________________________________________________________________________
42216 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
42217         Log: Holding a mutex then croak()ing strikes me as deadlock.
42218      Branch: perl
42219            ! ext/threads/threads.xs
42220 ____________________________________________________________________________
42221 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
42222         Log: Add emulate the per-thread memory pool on Unix to the TODO
42223      Branch: perl
42224            ! pod/perltodo.pod
42225 ____________________________________________________________________________
42226 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
42227         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
42228      Branch: perl
42229            ! pod/perltodo.pod
42230 ____________________________________________________________________________
42231 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
42232         Log: add merge Perl_sv_2[inpu]v to TODO
42233      Branch: perl
42234            ! pod/perltodo.pod
42235 ____________________________________________________________________________
42236 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
42237         Log: Making make -j... work is a TODO
42238      Branch: perl
42239            ! pod/perltodo.pod
42240 ____________________________________________________________________________
42241 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
42242         Log: Add "automating coverage tests" as a TODO
42243      Branch: perl
42244            ! pod/perltodo.pod
42245 ____________________________________________________________________________
42246 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
42247         Log: Re-order the TODO tasks based on the skills they need, putting the
42248              easist tasks first. I've categorised them as
42249              
42250              =head1 Tasks that only need Perl knowledge
42251              =head1 Tasks that need a little sysadmin-type knowledge
42252              =head1 Tasks that need a little C knowledge
42253              =head1 Tasks that need a knowledge of XS
42254              =head1 Tasks that need a knowledge of the interpreter
42255              =head1 Big projects
42256              
42257              Lets see if we get any takers.
42258      Branch: perl
42259            ! pod/perltodo.pod
42260 ____________________________________________________________________________
42261 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
42262         Log: Revert change #24223 : select() will continue
42263              to return -1 on error, like in previous versions, and
42264              like other system builtins.
42265      Branch: perl
42266            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
42267 ____________________________________________________________________________
42268 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
42269         Log: Fix obsolete identifiers in comment
42270      Branch: perl
42271            ! av.h
42272 ____________________________________________________________________________
42273 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
42274         Log: Upgrade to version.pm 0.48
42275      Branch: perl
42276            + lib/version.pod
42277            ! MANIFEST lib/version.pm lib/version.t util.c
42278 ____________________________________________________________________________
42279 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
42280         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
42281              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42282              Date: Wed, 14 Sep 2005 09:26:11 +0300
42283              Message-ID: <4327C283.80706@gmail.com>
42284      Branch: perl
42285            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
42286            ! lib/Math/Trig.t pod/perlfunc.pod
42287 ____________________________________________________________________________
42288 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
42289         Log: Subject: [perl #37163] dprofpp array subscript error 
42290              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
42291              Date: Tue, 13 Sep 2005 12:11:46 -0700
42292              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
42293      Branch: perl
42294            ! utils/dprofpp.PL
42295 ____________________________________________________________________________
42296 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
42297         Log: Change 25409 wasn't necessary for threaded perls
42298      Branch: perl
42299            ! toke.c
42300 ____________________________________________________________________________
42301 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
42302         Log: The debugger wasn't tracing correctly execution in eval("")'ed
42303              code containing #line directives
42304      Branch: perl
42305            ! toke.c
42306 ____________________________________________________________________________
42307 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
42308         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
42309              From: Dominic Dunlop <shouldbedomo@mac.com>
42310              Date: Sep 13, 2005 11:13 PM
42311              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
42312      Branch: perl
42313            ! lib/locale.t
42314 ____________________________________________________________________________
42315 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
42316         Log: Add Luke Closs to AUTHORS
42317      Branch: perl
42318            ! AUTHORS
42319 ____________________________________________________________________________
42320 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
42321         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
42322              From: Luke Closs (via RT) <perlbug-followup@perl.org>
42323              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
42324              Date: 1 Jul 2005 21:56:31 -0000
42325      Branch: perl
42326            ! Configure hints/darwin.sh
42327 ____________________________________________________________________________
42328 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
42329         Log: Allow non-arrowed form of chained subscripts after slices
42330              
42331              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
42332              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42333              Date: Thu, 1 Sep 2005 17:41:36 -0700
42334              Message-ID: <20050902004136.GA2656@efn.org>
42335              
42336              Date: Mon, 5 Sep 2005 08:10:20 -0700
42337              Message-ID: <20050905151020.GA3556@efn.org>
42338      Branch: perl
42339            ! perly.act perly.h perly.tab perly.y t/op/ref.t
42340 ____________________________________________________________________________
42341 [ 25398] By: merijn                                on 2005/09/13  06:22:58
42342         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
42343              From: "John E. Malmberg" <wb8tyw@qsl.net>
42344              Date: Mon, 12 Sep 2005 23:56:36 -0400
42345              Message-ID: <43264DF4.6090403@qsl.net>
42346      Branch: perl
42347            ! vms/vms.c
42348 ____________________________________________________________________________
42349 [ 25397] By: merijn                                on 2005/09/13  06:18:46
42350         Log: Subject: [PATCH] The return of the consting
42351              From: Andy Lester <andy@petdance.com>
42352              Date: Tue, 13 Sep 2005 01:08:36 -0500
42353              Message-ID: <20050913060835.GA1037@petdance.com>
42354      Branch: perl
42355            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
42356 ____________________________________________________________________________
42357 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
42358         Log: Subject: [perl #37142] h2xs skips enums with negative values 
42359              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
42360              Date: Sun, 11 Sep 2005 13:33:44 -0700
42361              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
42362      Branch: perl
42363            ! utils/h2xs.PL
42364 ____________________________________________________________________________
42365 [ 25387] By: merijn                                on 2005/09/12  13:26:31
42366         Log: Detection of malloc_size and malloc_good_size
42367      Branch: perl
42368            ! Configure Porting/Glossary config_h.SH handy.h
42369 ____________________________________________________________________________
42370 [ 25383] By: merijn                                on 2005/09/11  13:50:53
42371         Log: Reverted 25364 on authors request
42372      Branch: perl
42373            ! lib/ExtUtils/CBuilder/Base.pm
42374            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
42375 ____________________________________________________________________________
42376 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
42377         Log: Experiment with putting the F<.patch>level into patchlevel.h
42378              (a sure way to accelerate any change to subversion)
42379      Branch: perl
42380            ! cflags.SH patchlevel.h
42381 ____________________________________________________________________________
42382 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
42383         Log: Minor comment fix
42384      Branch: perl
42385            ! hv.h
42386 ____________________________________________________________________________
42387 [ 25365] By: merijn                                on 2005/09/08  07:20:19
42388         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
42389              From: Rick Delaney <rick@bort.ca>
42390              Date: Wed, 7 Sep 2005 22:45:44 -0400
42391              Message-ID: <20050908024544.GA4058@localhost.localdomain>
42392      Branch: perl
42393            ! t/op/local.t
42394 ____________________________________________________________________________
42395 [ 25364] By: merijn                                on 2005/09/08  06:07:53
42396         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
42397              From: "John E. Malmberg" <wb8tyw@qsl.net>
42398              Date: Wed, 07 Sep 2005 19:59:36 -0400
42399              Message-ID: <431F7EE8.3040908@qsl.net>
42400      Branch: perl
42401            ! lib/ExtUtils/CBuilder/Base.pm
42402            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
42403 ____________________________________________________________________________
42404 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
42405         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
42406              Work around it.
42407      Branch: perl
42408            ! lib/Carp/Heavy.pm
42409 ____________________________________________________________________________
42410 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
42411         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
42412              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
42413              Date: Tue, 06 Sep 2005 08:07:14 -0700
42414              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
42415      Branch: perl
42416            ! lib/File/Path.pm
42417 ____________________________________________________________________________
42418 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
42419         Log: Upgrade to Compress::Zlib 1.38
42420      Branch: perl
42421            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
42422            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
42423            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
42424 ____________________________________________________________________________
42425 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
42426         Log: Add a TODO test for bug #37038 - assigning to the match variable
42427              should not corrupt match vars such as $1 and $2
42428      Branch: perl
42429            ! t/op/pat.t
42430 ____________________________________________________________________________
42431 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
42432         Log: Revert Makefile.PL change from #25355
42433      Branch: perl
42434            ! ext/IO/Makefile.PL
42435 ____________________________________________________________________________
42436 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
42437         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
42438              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42439              Date: Fri, 2 Sep 2005 00:05:52 -0700
42440              Message-ID: <20050902070552.GA3992@efn.org>
42441      Branch: perl
42442            ! mg.c t/op/tie.t
42443 ____________________________________________________________________________
42444 [ 25357] By: merijn                                on 2005/09/06  14:10:28
42445         Log: Added amd64 and x86_64 to recognized predefined cpp syms
42446      Branch: perl
42447            ! Configure
42448 ____________________________________________________________________________
42449 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
42450         Log: Upgrade to IO 1.22 from gbarr
42451              - Adjust the regression tests to use t/test.pl from bleadperl
42452              when $ENV{PERL_CORE} is defined
42453              - Add can_ok and isa_ok to t/test.pl from the implementation
42454              found in the IO CPAN distribution
42455      Branch: perl
42456            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
42457            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
42458            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
42459            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
42460            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
42461            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
42462            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
42463            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
42464            ! ext/IO/t/io_utf8.t t/test.pl
42465 ____________________________________________________________________________
42466 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
42467         Log: Subject: regression test for 25352
42468              From: Jim Cromie <jim.cromie@gmail.com>
42469              Date: Sat, 03 Sep 2005 22:38:13 -0600
42470              Message-ID: <431A7A35.6050705@gmail.com>
42471      Branch: perl
42472            ! ext/B/t/optree_specials.t
42473 ____________________________________________________________________________
42474 [ 25353] By: davem                                 on 2005/09/04  09:40:05
42475         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
42476              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
42477              Date:  Thu, 1 Sep 2005 17:41:36 -0700
42478              Message-Id:  <20050902004136.GA2656@efn.org>
42479              
42480              Allow any variant of bison 1.875 to be used
42481      Branch: perl
42482            ! regen_perly.pl
42483 ____________________________________________________________________________
42484 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
42485         Log: Subject: Re: Optree Generation
42486              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42487              Date: Aug 31, 2005 2:18 PM
42488              Message-ID: <20050831121822.GA3464@efn.org>
42489      Branch: perl
42490            ! ext/B/B/Concise.pm
42491 ____________________________________________________________________________
42492 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
42493         Log: Subject: document index() with out of bounds POSITION
42494              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42495              Date: Sep 2, 2005 2:23 PM
42496              Message-ID: <20050902122311.GA3104@efn.org>
42497      Branch: perl
42498            ! pod/perlfunc.pod
42499 ____________________________________________________________________________
42500 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
42501         Log: Really fix the Archive::Tar setup test.
42502              p4 and svn don't behave similarly concerning removal
42503              of empty directories...
42504      Branch: perl
42505            ! lib/Archive/Tar/t/00_setup.t
42506 ____________________________________________________________________________
42507 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
42508         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
42509      Branch: perl
42510            ! lib/Archive/Tar/t/00_setup.t
42511 ____________________________________________________________________________
42512 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
42513         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
42514              From: Robin Barker <Robin.Barker@npl.co.uk>
42515              Date: Thu, 1 Sep 2005 20:09:43 +0100 
42516              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
42517      Branch: perl
42518            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
42519            ! MANIFEST lib/Archive/Tar/t/00_setup.t
42520            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
42521 ____________________________________________________________________________
42522 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
42523         Log: Regression test for the fix in change #25308,
42524              based on code by Troy Loveday
42525      Branch: perl
42526            + ext/Data/Dumper/t/bugs.t
42527            ! MANIFEST
42528 ____________________________________________________________________________
42529 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
42530         Log: Oops, fix threaded build
42531      Branch: perl
42532            ! toke.c
42533 ____________________________________________________________________________
42534 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
42535         Log: Don't list test modules when listing cpan versions
42536      Branch: perl
42537            ! Porting/corecpan.pl
42538 ____________________________________________________________________________
42539 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
42540         Log: Add the "no 6" / "no v6" syntax.
42541      Branch: perl
42542            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
42543            ! proto.h t/comp/use.t toke.c
42544 ____________________________________________________________________________
42545 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
42546         Log: Remove no 6 from the todo list
42547      Branch: perl
42548            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
42549            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
42550 ____________________________________________________________________________
42551 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
42552         Log: Document that Sys::Syslog::openlog might die.
42553              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
42554      Branch: perl
42555            ! ext/Sys/Syslog/Syslog.pm
42556 ____________________________________________________________________________
42557 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
42558         Log: Fix for [perl #37036] perl segfault at 'compile'-time
42559      Branch: perl
42560            ! op.c
42561 ____________________________________________________________________________
42562 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
42563         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
42564              From: "John E. Malmberg" <wb8tyw@qsl.net>
42565              Date: Tue, 30 Aug 2005 22:17:42 -0400
42566              Message-ID: <43151346.4010001@qsl.net>
42567      Branch: perl
42568            ! ext/Devel/Peek/t/Peek.t
42569 ____________________________________________________________________________
42570 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
42571         Log: Clarify the cases where system() returns 1,
42572              per a suggestion of Rick Delaney (bug #36976)
42573      Branch: perl
42574            ! pod/perlfunc.pod
42575 ____________________________________________________________________________
42576 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
42577         Log: Upgrade to PathTools 3.11
42578              (no real changes)
42579      Branch: perl
42580            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
42581 ____________________________________________________________________________
42582 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
42583         Log: Subject: sv-head refactor
42584              From: Jim Cromie <jim.cromie@gmail.com>
42585              Date: Thu, 25 Aug 2005 21:42:44 -0600
42586              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
42587      Branch: perl
42588            ! sv.h
42589 ____________________________________________________________________________
42590 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
42591         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
42592              From: "John E. Malmberg" <wb8tyw@qsl.net>
42593              Date: Sat, 27 Aug 2005 19:54:26 -0400
42594              Message-ID: <4310FD32.70809@qsl.net>
42595      Branch: perl
42596            ! t/op/magic.t
42597 ____________________________________________________________________________
42598 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
42599         Log: Subject: [patch@25334] hv.c vms environment fix.
42600              From: "John E. Malmberg" <wb8tyw@qsl.net>
42601              Date: Sat, 27 Aug 2005 19:20:50 -0400
42602              Message-ID: <4310F552.8050401@qsl.net>
42603      Branch: perl
42604            ! hv.c
42605 ____________________________________________________________________________
42606 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
42607         Log: Upgrade to PathTools 3.10
42608      Branch: perl
42609            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
42610            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42611            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
42612 ____________________________________________________________________________
42613 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
42614         Log: Fix failure in Archive::Tar tests when perl is built
42615              with -Dmksymlinks
42616      Branch: perl
42617            ! lib/Archive/Tar/t/02_methods.t
42618 ____________________________________________________________________________
42619 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
42620         Log: Revert 25331 (except for the typo fix).
42621      Branch: perl
42622            ! sv.c
42623 ____________________________________________________________________________
42624 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
42625         Log: To make the current implementation of sv_replace sane, we should
42626              assert that the reference count of the target is also 1.
42627              (Given that we're splatting an SV with a reference count of 1 onto
42628              the target)
42629      Branch: perl
42630            ! sv.c
42631 ____________________________________________________________________________
42632 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
42633         Log: Promote the warning about reference miscount in sv_replace to a panic.
42634              TODO - document the panics
42635      Branch: perl
42636            ! sv.c
42637 ____________________________________________________________________________
42638 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
42639         Log: No need to manually set the reference count of a new IO to 1.
42640      Branch: perl
42641            ! gv.c
42642 ____________________________________________________________________________
42643 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
42644         Log: Don't mention redundant usethreads in -V output
42645              Be more consistent in using commas
42646      Branch: perl
42647            ! myconfig.SH
42648 ____________________________________________________________________________
42649 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
42650         Log: Subject: update B::Concise pod to reflect previous changes
42651              From: Jim Cromie <jcromie@divsol.com>
42652              Date: Wed, 24 Aug 2005 11:05:47 -0600
42653              Message-ID: <430CA8EB.3010904@divsol.com>
42654      Branch: perl
42655            ! ext/B/B/Concise.pm
42656 ____________________________________________________________________________
42657 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
42658         Log: Fix miniperl build with threaded perl
42659      Branch: perl
42660            ! util.c
42661 ____________________________________________________________________________
42662 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
42663         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
42664              From: "John Peacock" <jpeacock@rowman.com>
42665              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
42666              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
42667      Branch: perl
42668            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
42669            ! pod/perlapi.pod proto.h t/comp/use.t util.c
42670 ____________________________________________________________________________
42671 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
42672         Log: Unmatched parentheses (thanks to Steve Peters)
42673      Branch: perl
42674            ! pod/perlvar.pod
42675 ____________________________________________________________________________
42676 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
42677         Log: My system produces core.$$ files
42678      Branch: perl
42679            ! Makefile.SH
42680 ____________________________________________________________________________
42681 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
42682         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
42683              From: Rick Delaney <rick@bort.ca>
42684              Date: Mon, 22 Aug 2005 13:00:33 -0400
42685              Message-ID: <20050822170033.GH7674@localhost.localdomain>
42686      Branch: perl
42687            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
42688 ____________________________________________________________________________
42689 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
42690         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
42691              From: "Jan Dubois" <jand@ActiveState.com>
42692              Date: Mon, 22 Aug 2005 15:37:09 -0700
42693              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
42694      Branch: perl
42695            ! win32/ext/Win32/Win32.pm
42696 ____________________________________________________________________________
42697 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
42698         Log: Subject: Re: Documentation change for IPC::Open*.pm
42699              From: Ben Tilly <btilly@gmail.com>
42700              Date: Mon, 22 Aug 2005 08:30:14 -0700
42701              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
42702      Branch: perl
42703            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
42704 ____________________________________________________________________________
42705 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
42706         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
42707              From: Rick Delaney <rick@bort.ca>
42708              Date: Sun, 21 Aug 2005 15:09:57 -0400
42709              Message-ID: <20050821190957.GE7674@localhost.localdomain>
42710      Branch: perl
42711            ! pp_ctl.c t/op/range.t
42712 ____________________________________________________________________________
42713 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
42714         Log: Upgrade to Term::ANSIColor 1.10
42715      Branch: perl
42716            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
42717            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
42718 ____________________________________________________________________________
42719 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
42720         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
42721              From: Michael G Schwern <schwern@pobox.com>
42722              Date: Sun, 21 Aug 2005 00:16:26 -0700
42723              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
42724      Branch: perl
42725            ! lib/CPAN.pm
42726 ____________________________________________________________________________
42727 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
42728         Log: Argh. I've overwritten local changes to ptar with change 25312
42729      Branch: perl
42730            ! lib/Archive/Tar/bin/ptar
42731 ____________________________________________________________________________
42732 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
42733         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
42734              From: Abe Timmerman <abe@ztreet.demon.nl>
42735              Date: Sun, 21 Aug 2005 16:28:42 +0200
42736              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
42737      Branch: perl
42738            ! configure.com
42739 ____________________________________________________________________________
42740 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
42741         Log: Don't install ptar in module tree
42742      Branch: perl
42743            ! installperl
42744 ____________________________________________________________________________
42745 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
42746         Log: Fix typo in file name
42747      Branch: perl
42748            ! MANIFEST
42749 ____________________________________________________________________________
42750 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
42751         Log: Upgrade to Archive::Tar 1.26
42752              Preserve some local typo fixes
42753              Don't load Data::Dumper
42754      Branch: perl
42755            + lib/Archive/Tar/bin/ptardiff
42756            + lib/Archive/Tar/t/04_resolved_issues.t
42757            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
42758            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
42759            ! lib/Archive/Tar/t/02_methods.t
42760 ____________________________________________________________________________
42761 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
42762         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
42763              From: "John E. Malmberg" <wb8tyw@qsl.net>
42764              Message-ID: <4307F348.70603@qsl.net>
42765              Date: Sat, 20 Aug 2005 23:21:44 -0400
42766      Branch: perl
42767            ! t/op/arith.t
42768 ____________________________________________________________________________
42769 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
42770         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
42771              From: "John E. Malmberg" <wb8tyw@qsl.net>
42772              Message-ID: <43080395.50807@qsl.net>
42773              Date: Sun, 21 Aug 2005 00:31:17 -0400
42774      Branch: perl
42775            ! lib/ExtUtils/t/Constant.t
42776 ____________________________________________________________________________
42777 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
42778         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
42779              From: Abigail <abigail@abigail.nl>
42780              Message-ID: <20050723003235.GJ15093@abigail.nl>
42781              Date: Sat, 23 Jul 2005 02:32:35 +0200
42782      Branch: perl
42783            ! ext/POSIX/POSIX.xs
42784 ____________________________________________________________________________
42785 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
42786         Log: Subject: Re: Data::Dumper bug?
42787              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42788              Date: Mon, 8 Aug 2005 20:33:02 -0700
42789              Message-ID: <20050809033301.GA3804@efn.org>
42790      Branch: perl
42791            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
42792 ____________________________________________________________________________
42793 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
42794         Log: Subject: [PATCH] make threads.xs emit warnings properly
42795              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
42796              Date: Aug 7, 2005 7:10 AM
42797              Message-id: <20050807051041.GA3924@ethan>
42798      Branch: perl
42799            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
42800 ____________________________________________________________________________
42801 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
42802         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
42803              From: "John E. Malmberg" <wb8tyw@qsl.net>
42804              Date: Thu, 18 Aug 2005 21:18:27 -0400
42805              Message-ID: <43053363.8090809@qsl.net>
42806      Branch: perl
42807            ! vms/vms.c
42808 ____________________________________________________________________________
42809 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
42810         Log: Subject: make test of perl 5.8.7 failed on icc9
42811              From: YAMASHINA Hio <hio@ymir.co.jp>
42812              Date: Thu, 18 Aug 2005 20:36:57 +0900
42813              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
42814      Branch: perl
42815            ! hints/linux.sh
42816 ____________________________________________________________________________
42817 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
42818         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
42819              From: <jarkko.hietaniemi@nokia.com>
42820              Date: Thu, 18 Aug 2005 13:43:46 +0300
42821              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
42822      Branch: perl
42823            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
42824            ! symbian/TODO symbian/config.pl symbian/config.sh
42825            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
42826 ____________________________________________________________________________
42827 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
42828         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
42829              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42830              Date: Fri, 12 Aug 2005 00:20:39 +0900
42831              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
42832      Branch: perl
42833            ! t/op/tr.t toke.c
42834 ____________________________________________________________________________
42835 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
42836         Log: Subject: autouse.pm: remove unneeded eval
42837              From: Alexey Tourbin <at@altlinux.ru>
42838              Date: Thu, 18 Aug 2005 08:13:24 +0400
42839              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
42840              
42841              Subject: autouse.pm: check stub, use goto in stub
42842              From: Alexey Tourbin <at@altlinux.ru>
42843              Date: Thu, 18 Aug 2005 09:06:20 +0400
42844              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
42845      Branch: perl
42846            ! lib/autouse.pm
42847 ____________________________________________________________________________
42848 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
42849         Log: FAQ sync
42850      Branch: perl
42851            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
42852            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
42853            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
42854 ____________________________________________________________________________
42855 [ 25300] By: steveh                                on 2005/08/17  14:33:00
42856         Log: Subject: Your bug reports for Time::Local
42857              From: Dave Rolsky <autarch@urth.org>
42858              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
42859              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
42860              
42861              An improvement on change 25287 from Dave Rolsky
42862      Branch: perl
42863            ! lib/Time/Local.t
42864 ____________________________________________________________________________
42865 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
42866         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
42867              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42868              Date: Aug 7, 2005 8:03 PM
42869              Message-ID: <20050807180308.GA2112@efn.org>
42870              
42871              Subject: Re: [perl #36654] Inconsistent treatment of NaN
42872              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42873              Date: Wed, 10 Aug 2005 22:53:51 -0700
42874              Message-ID: <20050811055351.GA2296@efn.org>
42875      Branch: perl
42876            ! numeric.c pod/perlop.pod
42877 ____________________________________________________________________________
42878 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
42879         Log: Upgrade to Time::HiRes 1.73
42880      Branch: perl
42881            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42882 ____________________________________________________________________________
42883 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
42884         Log: Given that we now have a union, there's no need for all the HvARRAY()
42885              casting games.
42886      Branch: perl
42887            ! hv.h sv.h
42888 ____________________________________________________________________________
42889 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
42890         Log: Fix for [perl #36853] -Dx can crash bleadperl
42891              The PL_op_sequence global hash wasn't initialized
42892      Branch: perl
42893            ! dump.c
42894 ____________________________________________________________________________
42895 [ 25295] By: merijn                                on 2005/08/16  07:36:58
42896         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
42897              From: Gisle Aas <gisle@ActiveState.com>
42898              Date: 15 Aug 2005 21:05:22 -0700
42899              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
42900      Branch: perl
42901            ! ext/Time/HiRes/hints/solaris.pl
42902 ____________________________________________________________________________
42903 [ 25294] By: merijn                                on 2005/08/15  09:36:30
42904         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
42905              From: "John E. Malmberg" <wb8tyw@qsl.net>
42906              Date: Sat, 13 Aug 2005 12:20:34 -0400
42907              Message-ID: <42FE1DD2.8050803@qsl.net>
42908      Branch: perl
42909            ! configure.com
42910 ____________________________________________________________________________
42911 [ 25293] By: merijn                                on 2005/08/15  09:34:28
42912         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
42913              From: Abe Timmerman <abe@ztreet.demon.nl>
42914              Date: Sat, 13 Aug 2005 18:16:29 +0200
42915              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
42916      Branch: perl
42917            ! configure.com
42918 ____________________________________________________________________________
42919 [ 25292] By: merijn                                on 2005/08/13  07:38:54
42920         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
42921              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
42922              Date: Fri, 12 Aug 2005 16:31:42 +0100
42923              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
42924      Branch: perl
42925            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
42926            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
42927            ! ext/Compress/Zlib/t/03examples.t
42928 ____________________________________________________________________________
42929 [ 25291] By: merijn                                on 2005/08/13  07:33:46
42930         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
42931              From: "John E. Malmberg" <wb8tyw@qsl.net>
42932              Date: Fri, 12 Aug 2005 13:39:25 -0400
42933              Message-ID: <42FCDECD.8090009@qsl.net>
42934      Branch: perl
42935            ! configure.com
42936 ____________________________________________________________________________
42937 [ 25290] By: merijn                                on 2005/08/13  07:30:05
42938         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
42939              From: "John E. Malmberg" <wb8tyw@qsl.net>
42940              Date: Fri, 12 Aug 2005 23:17:39 -0400
42941              Message-ID: <42FD6653.6010605@qsl.net>
42942      Branch: perl
42943            ! lib/bignum/t/bninfnan.t
42944 ____________________________________________________________________________
42945 [ 25289] By: steveh                                on 2005/08/12  16:13:11
42946         Log: Supply same libs for bcc32 builds as cl and gcc builds have
42947              
42948              It makes life easier for third-party extensions if perl provides a
42949              decent set of libs to link against. cl and gcc builds already have
42950              this (except that gcc was missing one lib), but bcc32 builds only
42951              have one or two libs supplied.  In particular, the ODBC libs
42952              required for building libwin32 were not specified.  One of these
42953              doesn't exist in the Borland lib dirs by default, so generate it
42954              from the DLL if it is missing.
42955      Branch: perl
42956            ! win32/makefile.mk
42957 ____________________________________________________________________________
42958 [ 25288] By: steveh                                on 2005/08/12  15:26:11
42959         Log: Make change 25286 better
42960              
42961              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
42962      Branch: perl
42963            ! win32/win32.c
42964 ____________________________________________________________________________
42965 [ 25287] By: steveh                                on 2005/08/11  11:56:26
42966         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
42967              
42968              See comments at:
42969              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
42970      Branch: perl
42971            ! lib/Time/Local.t
42972 ____________________________________________________________________________
42973 [ 25286] By: steveh                                on 2005/08/11  10:56:12
42974         Log: Silence Win32 compiler warnings following change 25280
42975      Branch: perl
42976            ! win32/win32.c
42977 ____________________________________________________________________________
42978 [ 25285] By: steveh                                on 2005/08/11  09:21:37
42979         Log: Run regen.pl
42980      Branch: perl
42981            ! pod/perlapi.pod proto.h
42982 ____________________________________________________________________________
42983 [ 25284] By: merijn                                on 2005/08/11  07:35:27
42984         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
42985              From: "John E. Malmberg" <wb8tyw@qsl.net>
42986              Date: Wed, 10 Aug 2005 23:26:03 -0400
42987              Message-ID: <42FAC54B.2050207@qsl.net>
42988      Branch: perl
42989            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
42990            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
42991            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
42992            ! utils/c2ph.PL vms/ext/Stdio/test.pl
42993 ____________________________________________________________________________
42994 [ 25283] By: merijn                                on 2005/08/11  07:25:32
42995         Log: Subject: [patch] blead@25282
42996              From: "John E. Malmberg" <wb8tyw@qsl.net>
42997              Date: Wed, 10 Aug 2005 23:47:47 -0400
42998              Message-ID: <42FACA63.4030805@qsl.net>
42999      Branch: perl
43000            ! t/op/exec.t t/run/exit.t
43001 ____________________________________________________________________________
43002 [ 25282] By: merijn                                on 2005/08/10  20:34:03
43003         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
43004              From: Andy Dougherty <doughera@lafayette.edu>
43005              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
43006              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
43007      Branch: perl
43008            ! hints/solaris_2.sh
43009 ____________________________________________________________________________
43010 [ 25281] By: merijn                                on 2005/08/10  11:45:11
43011         Log: Subject: conflicting types for 'Perl_my_popen'
43012              From: Alexey Tourbin <at@altlinux.ru>
43013              Date: Wed, 10 Aug 2005 15:19:15 +0400
43014              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
43015      Branch: perl
43016            ! util.c
43017 ____________________________________________________________________________
43018 [ 25280] By: merijn                                on 2005/08/10  09:14:23
43019         Log: Subject: patch@25279 VMS error handling and const fixes
43020              From: "John E. Malmberg" <wb8tyw@qsl.net>
43021              Date: Wed, 10 Aug 2005 00:37:13 -0400
43022              Message-ID: <42F98479.6030207@qsl.net>
43023      Branch: perl
43024            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
43025            ! vms/vmsish.h
43026 ____________________________________________________________________________
43027 [ 25279] By: merijn                                on 2005/08/09  11:24:54
43028         Log: Subject: [PATCH] Fix a couple of random warnings
43029              From: Steve Peters <steve@fisharerojo.org>
43030              Date: Tue, 9 Aug 2005 06:21:48 -0500
43031              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
43032      Branch: perl
43033            ! nostdio.h perl.c
43034 ____________________________________________________________________________
43035 [ 25278] By: steveh                                on 2005/08/08  16:12:12
43036         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
43037              
43038              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
43039              it supports the ServerAliveInterval config setting which prevents the
43040              ssh client from timing out every so often
43041      Branch: perl
43042            ! Porting/repository.pod
43043 ____________________________________________________________________________
43044 [ 25277] By: merijn                                on 2005/08/08  06:22:38
43045         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
43046              From: Andy Lester <andy@petdance.com>
43047              Date: Sun, 7 Aug 2005 00:59:11 -0500
43048              Message-ID: <20050807055911.GA6384@petdance.com>
43049      Branch: perl
43050            ! embed.fnc op.c
43051 ____________________________________________________________________________
43052 [ 25276] By: merijn                                on 2005/08/08  06:17:33
43053         Log: Subject: Re: [PATCH] undup
43054              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43055              Date: Sun, 07 Aug 2005 14:49:40 +0300
43056              Message-ID: <42F5F554.5020701@gmail.com>
43057      Branch: perl
43058            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
43059 ____________________________________________________________________________
43060 [ 25275] By: davem                                 on 2005/08/07  11:15:32
43061         Log: run regen.pl after change #25274
43062      Branch: perl
43063            ! pod/perlintern.pod
43064 ____________________________________________________________________________
43065 [ 25274] By: merijn                                on 2005/08/07  10:10:12
43066         Log: Subject: [PATCH] undup 
43067              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43068              Date: Sun, 07 Aug 2005 13:28:19 +0300
43069              Message-ID: <42F5E243.80500@gmail.com>
43070      Branch: perl
43071            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
43072            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
43073            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
43074 ____________________________________________________________________________
43075 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
43076         Log: Add files missed in change 25271
43077      Branch: perl
43078            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
43079            + ext/Encode/t/mime_header_iso2022jp.t
43080 ____________________________________________________________________________
43081 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
43082         Log: Clarify docs
43083      Branch: perl
43084            ! ext/PerlIO/encoding/encoding.pm
43085 ____________________________________________________________________________
43086 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
43087         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
43088              by Dan Kogai to fix encoding(utf-8-strict) with partial
43089              characters.
43090      Branch: perl
43091            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
43092            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43093            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
43094            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
43095            ! ext/Encode/lib/Encode/Config.pm
43096            ! ext/Encode/lib/Encode/MIME/Header.pm
43097            ! ext/PerlIO/encoding/encoding.pm
43098 ____________________________________________________________________________
43099 [ 25270] By: merijn                                on 2005/08/06  15:54:55
43100         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
43101              From: Dominic Dunlop <shouldbedomo@mac.com>
43102              Date: Sat, 6 Aug 2005 17:47:40 +0200
43103              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
43104      Branch: perl
43105            ! pp.c t/op/arith.t
43106 ____________________________________________________________________________
43107 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
43108         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
43109              From: John E. Malmberg <wb8tyw@qsl.net>
43110              Date: Mon, 01 Aug 2005 19:54:22 -0400
43111              Message-ID: <42EEB62E.3020108@qsl.net>
43112      Branch: perl
43113            ! vms/vms.c
43114 ____________________________________________________________________________
43115 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
43116         Log: "thread failed to start" is a severe warning, not a fatal error
43117              as reported by Tassilo von Parseval.
43118      Branch: perl
43119            ! pod/perldiag.pod
43120 ____________________________________________________________________________
43121 [ 25267] By: merijn                                on 2005/08/05  14:13:26
43122         Log: ASCIZ is not a typo
43123      Branch: perl
43124            ! pod/perlfunc.pod
43125 ____________________________________________________________________________
43126 [ 25266] By: merijn                                on 2005/08/05  07:50:40
43127         Log: Subject: [PATCH] Typos in *.p[lm]
43128              From: "Piotr Fusik" <pfusik@op.pl>
43129              Date: Sun, 31 Jul 2005 12:50:04 +0200
43130              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
43131      Branch: perl
43132            ! ext/Encode/lib/Encode/PerlIO.pod
43133            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
43134            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
43135            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
43136            ! pod/perlfunc.pod pod/perltoc.pod
43137 ____________________________________________________________________________
43138 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
43139         Log: VMS debugging help, by John E. Malmberg
43140      Branch: perl
43141            ! vms/descrip_mms.template
43142 ____________________________________________________________________________
43143 [ 25264] By: merijn                                on 2005/08/03  10:30:54
43144         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
43145              From: Dominic Dunlop <shouldbedomo@mac.com>
43146              Date: Wed, 3 Aug 2005 12:19:03 +0200
43147              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
43148      Branch: perl
43149            ! t/op/sprintf.t
43150 ____________________________________________________________________________
43151 [ 25263] By: merijn                                on 2005/08/02  13:59:49
43152         Log: The typo changes from 25261 (of course) altered the MD5's
43153      Branch: perl
43154            ! ext/Digest/MD5/t/files.t
43155 ____________________________________________________________________________
43156 [ 25262] By: merijn                                on 2005/08/02  13:45:35
43157         Log: Typoes from 25261 also in expected for tests
43158      Branch: perl
43159            ! t/pod/pod2usage.xr
43160 ____________________________________________________________________________
43161 [ 25261] By: merijn                                on 2005/08/02  10:39:51
43162         Log: Subject: [PATCH] Typos in *.p[lm]
43163              From: "Piotr Fusik" <pfusik@op.pl>
43164              Date: Sun, 31 Jul 2005 12:50:04 +0200
43165              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
43166      Branch: perl
43167            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
43168            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
43169            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
43170            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
43171            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
43172            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
43173            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
43174            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
43175            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
43176            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
43177            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
43178            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
43179            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
43180            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
43181            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
43182            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
43183            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
43184            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
43185            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
43186            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
43187            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
43188            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
43189            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
43190            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
43191            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
43192            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43193            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
43194            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
43195            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
43196            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
43197            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
43198            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
43199            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
43200            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
43201            ! wince/comp.pl
43202 ____________________________________________________________________________
43203 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
43204         Log: Document where to find maintainers of dual live modules
43205      Branch: perl
43206            ! pod/perlhack.pod
43207 ____________________________________________________________________________
43208 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
43209         Log: More typo fixes (damn generated pod files)
43210      Branch: perl
43211            ! pad.c
43212 ____________________________________________________________________________
43213 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
43214         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
43215              From: Michael G Schwern <schwern@pobox.com>
43216              Date: Sat, 23 Jul 2005 19:59:29 -0700
43217              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
43218      Branch: perl
43219            ! pod/perlfunc.pod
43220 ____________________________________________________________________________
43221 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
43222         Log: Various patches by John E. Malmberg to fix data
43223              corruption issues on VMS. Back out change 25218 and
43224              the parts of change 25217 that affect pp_ctl.c and
43225              pp_sys.c.
43226      Branch: perl
43227            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
43228            ! vms/vms.c vms/vmsish.h
43229 ____________________________________________________________________________
43230 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
43231         Log: Various patches by John E. Malmberg to fix data
43232              corruption issues on VMS. Back out change 25218 and
43233              the parts of change 25217 that affect pp_ctl.c and
43234              pp_sys.c.
43235      Branch: perl
43236            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
43237            ! vms/vms.c vms/vmsish.h
43238 ____________________________________________________________________________
43239 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
43240         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
43241              From: "John E. Malmberg" <wb8tyw@qsl.net>
43242              Date: Fri, 29 Jul 2005 10:24:15 -0400
43243              Message-ID: <42EA3C0F.9040900@qsl.net>
43244      Branch: perl
43245            ! vms/vms.c
43246 ____________________________________________________________________________
43247 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
43248         Log: Another typo fix
43249      Branch: perl
43250            ! XSUB.h pod/perlapi.pod
43251 ____________________________________________________________________________
43252 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
43253         Log: Subject: [PATCH] POD typos
43254              From: "Piotr Fusik" <pfusik@op.pl>
43255              Date: Sat, 30 Jul 2005 21:54:19 +0200
43256              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
43257      Branch: perl
43258            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
43259            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
43260            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
43261            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
43262            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
43263            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
43264 ____________________________________________________________________________
43265 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
43266         Log: Subject: Re: [perl #36622] y/// at end of file
43267              From: Michael G Schwern <schwern@pobox.com>
43268              Date: Fri, 22 Jul 2005 11:51:15 -0700
43269              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
43270      Branch: perl
43271            ! t/op/tr.t t/test.pl
43272 ____________________________________________________________________________
43273 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
43274         Log: Subject: Re: blead@25210 on OpenVMS (not good)
43275              From: "John E. Malmberg" <wb8tyw@qsl.net>
43276              Date: Sun, 24 Jul 2005 19:09:01 -0400
43277              Message-ID: <42E41F8D.3040306@qsl.net>
43278              
43279              constify Perl_unlnk
43280      Branch: perl
43281            ! embed.fnc perl.h proto.h util.c
43282 ____________________________________________________________________________
43283 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
43284         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
43285              From: "John E. Malmberg" <wb8tyw@qsl.net>
43286              Date: Sun, 31 Jul 2005 23:19:51 -0400
43287              Message-ID: <42ED94D6.7020104@qsl.net>
43288      Branch: perl
43289            ! ext/Compress/Zlib/t/03examples.t
43290 ____________________________________________________________________________
43291 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
43292         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
43293              From: "John E. Malmberg" <wb8tyw@qsl.net>
43294              Date: Sun, 31 Jul 2005 22:18:19 -0400
43295              Message-ID: <42ED866B.3000308@qsl.net>
43296      Branch: perl
43297            ! t/op/pack.t
43298 ____________________________________________________________________________
43299 [ 25248] By: merijn                                on 2005/07/31  15:50:45
43300         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
43301              POSIX::SigRt is not available on use
43302      Branch: perl
43303            ! ext/POSIX/t/sigaction.t
43304 ____________________________________________________________________________
43305 [ 25247] By: merijn                                on 2005/07/31  15:47:51
43306         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
43307              From: Dominic Dunlop <shouldbedomo@mac.com>
43308              Date: Fri, 29 Jul 2005 17:41:59 +0200
43309              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
43310      Branch: perl
43311            ! sv.h
43312 ____________________________________________________________________________
43313 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
43314         Log: Remove the documentation for $#, which has been removed
43315      Branch: perl
43316            ! pod/perlvar.pod
43317 ____________________________________________________________________________
43318 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
43319         Log: Update Changes
43320      Branch: perl
43321            ! Changes
43322 ____________________________________________________________________________
43323 [ 25244] By: steveh                                on 2005/07/29  09:41:38
43324         Log: Skip op/sprintf.t test 147 on MSWin32
43325              ... and fix the skip code so that it actually works ;-)
43326      Branch: perl
43327            ! t/op/sprintf.t
43328 ____________________________________________________________________________
43329 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
43330         Log: Subject: [PATCH] More embed.fnc goodness
43331              From: Andy Lester <andy@petdance.com>
43332              Date: Thu, 28 Jul 2005 14:09:56 -0500
43333              Message-ID: <20050728190956.GB607@petdance.com>
43334      Branch: perl
43335            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
43336            ! regexec.c sv.c util.c
43337 ____________________________________________________________________________
43338 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
43339         Log: Subject: [PATCH] Fix English error in overload.pm
43340              From: Andy Lester <andy@petdance.com>
43341              Date: Thu, 28 Jul 2005 14:10:43 -0500
43342              Message-ID: <20050728191043.GC607@petdance.com>
43343      Branch: perl
43344            ! lib/overload.pm
43345 ____________________________________________________________________________
43346 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
43347         Log: Clarification to the syntax of loop modifiers
43348              by Piotr Fusik
43349      Branch: perl
43350            ! pod/perlfunc.pod
43351 ____________________________________________________________________________
43352 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
43353         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
43354              From: "Green, Paul" <Paul.Green@stratus.com>
43355              Date: Mon, 25 Jul 2005 12:39:32 -0400
43356              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
43357      Branch: perl
43358            ! mg.c
43359 ____________________________________________________________________________
43360 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
43361         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
43362              From: Michael G Schwern <schwern@pobox.com>
43363              Date: Fri, 22 Jul 2005 12:53:34 -0700
43364              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
43365      Branch: perl
43366            ! t/run/fresh_perl.t
43367 ____________________________________________________________________________
43368 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
43369         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
43370              From: Robin Barker <Robin.Barker@npl.co.uk>
43371              Date: Thu, 28 Jul 2005 12:13:13 +0100
43372              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
43373      Branch: perl
43374            ! perl.h
43375 ____________________________________________________________________________
43376 [ 25237] By: merijn                                on 2005/07/28  13:03:09
43377         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
43378              From: Robin Barker <Robin.Barker@npl.co.uk>
43379              Date: Thu, 28 Jul 2005 14:05:51 +0100
43380              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
43381      Branch: perl
43382            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
43383 ____________________________________________________________________________
43384 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
43385         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
43386              From: Robin Barker <Robin.Barker@npl.co.uk>
43387              Date: Thu, 28 Jul 2005 13:57:31 +0100
43388              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
43389      Branch: perl
43390            ! ext/POSIX/POSIX.xs mg.c perl.h
43391 ____________________________________________________________________________
43392 [ 25235] By: merijn                                on 2005/07/28  12:22:27
43393         Log: sprintf now has all but two tests enabled.
43394              the list supports skipping of expected fails
43395              new test for %.0g from Dominic Dunlop
43396      Branch: perl
43397            ! t/op/sprintf.t
43398 ____________________________________________________________________________
43399 [ 25234] By: steveh                                on 2005/07/28  09:10:41
43400         Log: Subject: [PATCH] perlfunc.pod grammar fixes
43401              From: Steve Peters <steve@fisharerojo.org>
43402              Date: Wed, 27 Jul 2005 22:02:13 -0500
43403              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
43404              
43405              (with minor tweaks)
43406      Branch: perl
43407            ! pod/perlfunc.pod
43408 ____________________________________________________________________________
43409 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
43410         Log: Sync change 25229 to .h source files
43411      Branch: perl
43412            ! cv.h pad.h
43413 ____________________________________________________________________________
43414 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
43415         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
43416              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
43417              Date: Wed, 27 Jul 2005 15:43:17 -0700
43418              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
43419              
43420              (except the redundant test)
43421      Branch: perl
43422            ! opcode.h opcode.pl t/lib/warnings/9uninit
43423 ____________________________________________________________________________
43424 [ 25231] By: merijn                                on 2005/07/28  06:48:14
43425         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
43426              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43427              Date: Thu, 28 Jul 2005 10:01:51 +0300
43428              Message-ID: <42E882DF.6020100@gmail.com>
43429              Message-ID: <42E86DE9.6090709@gmail.com>
43430      Branch: perl
43431            ! handy.h hints/dec_osf.sh
43432 ____________________________________________________________________________
43433 [ 25230] By: merijn                                on 2005/07/27  16:28:58
43434         Log: Some signals are more real than others
43435              Also added comment about why the tests are there
43436      Branch: perl
43437            ! ext/POSIX/t/sigaction.t
43438 ____________________________________________________________________________
43439 [ 25229] By: merijn                                on 2005/07/27  16:26:16
43440         Log: Subject: [PATCH] id est is i.e.
43441              From: Steve Peters <steve@fisharerojo.org>
43442              Date: Tue, 26 Jul 2005 20:42:38 -0500
43443              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
43444      Branch: perl
43445            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
43446            ! pod/perlintern.pod
43447 ____________________________________________________________________________
43448 [ 25228] By: merijn                                on 2005/07/26  13:23:10
43449         Log: Use the correct gcc when more than one gcc is installed
43450              Thanks to Campo
43451      Branch: perl
43452            ! hints/aix.sh
43453 ____________________________________________________________________________
43454 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
43455         Log: Subject: [perl #36658] Typo in perlfunc.pod 
43456              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
43457              Date: Tue, 26 Jul 2005 01:07:18 -0700
43458              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
43459      Branch: perl
43460            ! pod/perlfunc.pod
43461 ____________________________________________________________________________
43462 [ 25226] By: steveh                                on 2005/07/25  14:37:41
43463         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
43464              
43465              This was disabled by change 22689 because it was severely broken
43466              at the time.  See the thread starting here:
43467              
43468              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
43469              
43470              The PERL_MALLOC_WRAP code in handy.h has since changed along the
43471              lines of what was discussed in that thread (in particular, by change
43472              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
43473              re-enabled.
43474      Branch: perl
43475            ! win32/config_H.bc
43476 ____________________________________________________________________________
43477 [ 25225] By: steveh                                on 2005/07/25  14:34:12
43478         Log: Ken pointed out that CBuilder's cleanup is too agrressive
43479              
43480              The Windows compile() and link() methods bizarrely include their own
43481              output files in the list of files to be cleaned up.  Now that they
43482              actually are being cleaned up, this isn't ideal ;-)
43483              
43484              Stop compile() and link() from cleaning up their own output, and
43485              reinstate the explicit deletion of those output files in the test
43486              scripts.
43487      Branch: perl
43488            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
43489            ! lib/ExtUtils/CBuilder/t/01-basic.t
43490            ! lib/ExtUtils/CBuilder/t/02-link.t
43491            ! lib/ExtUtils/ParseXS/t/basic.t
43492 ____________________________________________________________________________
43493 [ 25224] By: steveh                                on 2005/07/25  11:53:44
43494         Log: Silence uninitialized value warnings in Net::Cmd
43495              
43496              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
43497      Branch: perl
43498            ! lib/Net/Cmd.pm
43499 ____________________________________________________________________________
43500 [ 25223] By: merijn                                on 2005/07/25  11:47:03
43501         Log: use POSIX might not throw an error. Check for useful values also
43502      Branch: perl
43503            ! ext/POSIX/t/sigaction.t
43504 ____________________________________________________________________________
43505 [ 25222] By: steveh                                on 2005/07/25  11:11:29
43506         Log: Make CBuilder and ParseXS clean up their temp test files
43507      Branch: perl
43508            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
43509            ! lib/ExtUtils/CBuilder/t/01-basic.t
43510            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
43511            ! lib/ExtUtils/ParseXS/t/basic.t
43512 ____________________________________________________________________________
43513 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
43514         Log: Increment the version number of version.pm
43515              (no code changes on CPAN)
43516      Branch: perl
43517            ! lib/version.pm
43518 ____________________________________________________________________________
43519 [ 25220] By: merijn                                on 2005/07/25  08:53:34
43520         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
43521              From: Michael G Schwern <schwern@pobox.com>
43522              Date: Sat, 23 Jul 2005 17:25:18 -0700
43523              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
43524              
43525              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
43526              From: Michael G Schwern <schwern@pobox.com>
43527              Date: Sun, 24 Jul 2005 13:49:25 -0700
43528              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
43529      Branch: perl
43530            ! pod/perlfunc.pod
43531 ____________________________________________________________________________
43532 [ 25219] By: merijn                                on 2005/07/25  08:39:08
43533         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
43534              From: "Piotr Fusik" <pfusik@op.pl>
43535              Date: Sun, 24 Jul 2005 12:55:09 +0200
43536              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
43537      Branch: perl
43538            ! pod/perlfunc.pod
43539 ____________________________________________________________________________
43540 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
43541         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
43542              From: "Craig A. Berry" <craigberry@mac.com>
43543              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
43544              Date: Sun, 24 Jul 2005 17:47:26 -0500
43545      Branch: perl
43546            ! doio.c
43547 ____________________________________________________________________________
43548 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
43549         Log: Subject: [PATCH] blead help for VMS
43550              From: "Craig A. Berry" <craigberry@mac.com>
43551              Message-ID: <42E3FABB.1020900@mac.com>
43552              Date: Sun, 24 Jul 2005 15:31:55 -0500
43553      Branch: perl
43554           +> ext/Compress/Zlib/zlib-src/adler32.c
43555           +> ext/Compress/Zlib/zlib-src/compress.c
43556           +> ext/Compress/Zlib/zlib-src/crc32.c
43557           +> ext/Compress/Zlib/zlib-src/crc32.h
43558           +> ext/Compress/Zlib/zlib-src/deflate.c
43559           +> ext/Compress/Zlib/zlib-src/deflate.h
43560           +> ext/Compress/Zlib/zlib-src/gzio.c
43561           +> ext/Compress/Zlib/zlib-src/infback.c
43562           +> ext/Compress/Zlib/zlib-src/inffast.c
43563           +> ext/Compress/Zlib/zlib-src/inffast.h
43564           +> ext/Compress/Zlib/zlib-src/inffixed.h
43565           +> ext/Compress/Zlib/zlib-src/inflate.c
43566           +> ext/Compress/Zlib/zlib-src/inflate.h
43567           +> ext/Compress/Zlib/zlib-src/inftrees.c
43568           +> ext/Compress/Zlib/zlib-src/inftrees.h
43569           +> ext/Compress/Zlib/zlib-src/trees.c
43570           +> ext/Compress/Zlib/zlib-src/trees.h
43571           +> ext/Compress/Zlib/zlib-src/uncompr.c
43572           +> ext/Compress/Zlib/zlib-src/zconf.h
43573           +> ext/Compress/Zlib/zlib-src/zlib.h
43574           +> ext/Compress/Zlib/zlib-src/zutil.c
43575           +> ext/Compress/Zlib/zlib-src/zutil.h
43576            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
43577            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
43578            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
43579            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
43580            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
43581            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
43582            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
43583            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
43584            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
43585            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
43586            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
43587            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
43588            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
43589            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
43590            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
43591            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
43592            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
43593            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
43594            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
43595            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
43596            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
43597            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
43598            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
43599            ! vms/gen_shrfls.pl
43600 ____________________________________________________________________________
43601 [ 25216] By: steveh                                on 2005/07/22  16:53:11
43602         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
43603              
43604              Trawling through all these config files, I think I've found the
43605              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
43606              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
43607              lseeksize and lseektype were set to 8 and __int64, but Borland's
43608              <io.h> suggests that they should be 4 and long respectively.
43609              
43610              Changing them accordingly makes all tests pass. And I see that
43611              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
43612              presumably to cope with this difference?
43613      Branch: perl
43614            ! win32/config.bc
43615 ____________________________________________________________________________
43616 [ 25215] By: steveh                                on 2005/07/22  16:36:41
43617         Log: Tweak the canned win32/config.* files
43618              
43619              uselargefiles, usemultiplicity, useperlio and useithreads are now
43620              off in the canned win32/config_H.* files, so change these to match.
43621              
43622              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
43623              which don't actually work since no such CFG_VARS are passed in to
43624              config_sh.PL. (The useperlio and usesitecustomize entries actually
43625              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
43626      Branch: perl
43627            ! win32/config.bc win32/config.gc win32/config.vc
43628            ! win32/config.vc64
43629 ____________________________________________________________________________
43630 [ 25214] By: steveh                                on 2005/07/22  14:22:38
43631         Log: Add missing entries to win32/config.*
43632              
43633              No existing entries changed, just adding some missing ones based
43634              on Porting/config.sh
43635      Branch: perl
43636            ! win32/config.bc win32/config.gc win32/config.vc
43637            ! win32/config.vc64
43638 ____________________________________________________________________________
43639 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
43640         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
43641              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
43642              Date: Wed, 20 Jul 2005 18:26:23 -0700
43643              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
43644      Branch: perl
43645            ! pod/perlfunc.pod
43646 ____________________________________________________________________________
43647 [ 25212] By: steveh                                on 2005/07/22  10:32:02
43648         Log: Tidy up options / defines output from makedef.pl
43649              and change Win32-specific comments to say "On Win32 ..." now
43650              that AIX is using the same code too
43651      Branch: perl
43652            ! makedef.pl
43653 ____________________________________________________________________________
43654 [ 25211] By: steveh                                on 2005/07/22  10:29:51
43655         Log: Silence Win32 warnings when not using USE_LARGE_FILES
43656      Branch: perl
43657            ! win32/win32.c
43658 ____________________________________________________________________________
43659 [ 25210] By: merijn                                on 2005/07/21  17:40:06
43660         Log: I *DO* have AIX, and extending #25209 like this make it happy again
43661              Thank you Steve!
43662      Branch: perl
43663            ! makedef.pl
43664 ____________________________________________________________________________
43665 [ 25209] By: steveh                                on 2005/07/21  17:01:33
43666         Log: Make makedef.pl read "miniperl -V" on Win32
43667              
43668              Perhaps other platforms that use makedef.pl also need a similar
43669              change (currently required to pick up PERL_DONT_CREATE_GVSV),
43670              but it also requires them to have minimal canned configs (if they
43671              are using canned configs like Win32 does) and I don't have any
43672              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
43673              NetWare) for testing, so play it safe instead
43674      Branch: perl
43675            ! makedef.pl
43676 ____________________________________________________________________________
43677 [ 25208] By: steveh                                on 2005/07/21  16:50:27
43678         Log: Make the canned config.h files used on Win32 more minimal
43679              
43680              These are used in their unedited form to build miniperl, so should
43681              represent a minimal configuration
43682              
43683              The plan is to use miniperl's "-V" output in makedef.pl, so it is
43684              important that it doesn't include any of the optional things in the
43685              makefiles that the user might have chosen to disable
43686              
43687              (The actual config.h used to build perl itself is, of course, an
43688              edited version of these canned configs produced by using miniperl
43689              to run config_h.PL so these changes won't affect perl itself)
43690      Branch: perl
43691            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43692            ! win32/config_H.vc64
43693 ____________________________________________________________________________
43694 [ 25207] By: merijn                                on 2005/07/21  15:41:39
43695         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
43696              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43697              Date: Thu, 21 Jul 2005 18:33:22 +0300
43698              Message-ID: <42DFC042.1090201@gmail.com>
43699      Branch: perl
43700            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
43701 ____________________________________________________________________________
43702 [ 25206] By: steveh                                on 2005/07/21  14:20:06
43703         Log: Rearrange win32/config_H.* to match config_h.SH
43704              
43705              No actual changes, just reordering the contents of the files so that
43706              diff works better.
43707      Branch: perl
43708            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43709            ! win32/config_H.vc64
43710 ____________________________________________________________________________
43711 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
43712         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
43713              From: "Paul Marquess" <paul.marquess@ntlworld.com>
43714              Date: Thu, 21 Jul 2005 10:06:06 +0100
43715              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
43716      Branch: perl
43717            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
43718            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
43719            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
43720            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
43721            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
43722            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
43723            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
43724            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
43725            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
43726            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
43727            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
43728            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
43729            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
43730            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
43731            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
43732            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
43733            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
43734            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
43735            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
43736            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
43737            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
43738            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
43739            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
43740            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
43741            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
43742            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
43743            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
43744            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
43745            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
43746            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
43747            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
43748            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
43749            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
43750            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
43751            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
43752            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
43753            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
43754            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
43755            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
43756            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
43757            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
43758            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
43759            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
43760            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
43761            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
43762            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
43763            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
43764 ____________________________________________________________________________
43765 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
43766         Log: Remove :base_io from the set of default "safe" opcodes.
43767              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
43768              that allows access to any file" but introduces a backward
43769              compatibility issue.
43770      Branch: perl
43771            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
43772 ____________________________________________________________________________
43773 [ 25203] By: steveh                                on 2005/07/20  13:59:18
43774         Log: Fix definition of Perl_sighandler following change 25200
43775      Branch: perl
43776            ! mg.c
43777 ____________________________________________________________________________
43778 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
43779         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
43780              From: Steve Peters <steve@fisharerojo.org>
43781              Date: Wed, 20 Jul 2005 08:06:38 -0500
43782              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
43783      Branch: perl
43784            ! t/op/vec.t
43785 ____________________________________________________________________________
43786 [ 25201] By: steveh                                on 2005/07/20  13:08:54
43787         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
43788      Branch: perl
43789            ! pad.c
43790 ____________________________________________________________________________
43791 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
43792         Log: Subject: [PATCH] support POSIX SA_SIGINFO
43793              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43794              Date: Wed, 20 Jul 2005 14:40:54 +0300
43795              Message-ID: <42DE3846.6050606@gmail.com>
43796      Branch: perl
43797            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
43798            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
43799            ! util.c
43800 ____________________________________________________________________________
43801 [ 25199] By: steveh                                on 2005/07/20  12:11:56
43802         Log: Silence warnings about NSIG redefinition on Win32
43803              
43804              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
43805              too, which it currently only does for DJGPP)
43806      Branch: perl
43807            ! dosish.h
43808 ____________________________________________________________________________
43809 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
43810         Log: Remove obsolete error messages
43811      Branch: perl
43812            ! pod/perldiag.pod
43813 ____________________________________________________________________________
43814 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
43815         Log: croak() accepts Nullch as a parameter.
43816              (spotted by Stas Bekman)
43817      Branch: perl
43818            ! embed.fnc proto.h
43819 ____________________________________________________________________________
43820 [ 25196] By: steveh                                on 2005/07/20  10:36:20
43821         Log: Fix Newz() backwards-compatibility macro
43822      Branch: perl
43823            ! handy.h
43824 ____________________________________________________________________________
43825 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
43826         Log: Remove :unique attribute from Config.pm,
43827              until we find a better implementation of it (or
43828              remove it). See [perl #36375].
43829      Branch: perl
43830            ! configpm
43831 ____________________________________________________________________________
43832 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
43833         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
43834              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
43835              Date: Wed, 20 Jul 2005 10:43:11 +0200
43836              Message-id: <20050720084311.GA20332@ethan>
43837      Branch: perl
43838            ! pp_hot.c t/op/sub_lval.t
43839 ____________________________________________________________________________
43840 [ 25193] By: steveh                                on 2005/07/20  09:00:29
43841         Log: Exit test script (if we're going to) *before* declaring a plan
43842      Branch: perl
43843            ! ext/POSIX/t/sigaction.t
43844 ____________________________________________________________________________
43845 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
43846         Log: Subject: [PATCH] RE: rebuilding lib/Config*
43847              From: Robin Barker <Robin.Barker@npl.co.uk>
43848              Date: Jul 14, 2005 3:27 PM
43849              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
43850      Branch: perl
43851            ! Makefile.SH
43852 ____________________________________________________________________________
43853 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
43854         Log: Subject: [PATCH] move NSIG logic
43855              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43856              Date: Wed, 20 Jul 2005 09:57:44 +0300
43857              Message-ID: <42DDF5E8.1060100@gmail.com>
43858      Branch: perl
43859            ! handy.h perl.h
43860 ____________________________________________________________________________
43861 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
43862         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
43863              (Certainly where there is AUTOLOADing and XS)
43864              Hopefully *this* fixes the POSIX breakage.
43865      Branch: perl
43866            ! ext/POSIX/POSIX.pm
43867 ____________________________________________________________________________
43868 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
43869         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
43870              (Certainly where there is AUTOLOADing and XS)
43871              Hopefully this fixes the POSIX breakage.
43872      Branch: perl
43873            ! ext/POSIX/POSIX.xs
43874 ____________________________________________________________________________
43875 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
43876         Log: XS constants fail when their value is called for, not at import.
43877              This might be construed as a bug. Fixing is probably a greater evil.
43878      Branch: perl
43879            ! ext/POSIX/t/sigaction.t
43880 ____________________________________________________________________________
43881 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
43882         Log: Extend the the "our variable redeclared" warning to the case:
43883              our $x; our $x;
43884              and add more tests
43885      Branch: perl
43886            ! pad.c t/lib/strict/vars t/lib/warnings/pad
43887 ____________________________________________________________________________
43888 [ 25186] By: steveh                                on 2005/07/19  13:25:42
43889         Log: Fix test following change #25181
43890      Branch: perl
43891            ! lib/Pod/t/htmlview.t
43892 ____________________________________________________________________________
43893 [ 25185] By: merijn                                on 2005/07/19  11:06:22
43894         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
43895              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43896              Date: Tue, 19 Jul 2005 12:06:00 +0300
43897              Message-ID: <42DCC278.2010009@gmail.com>
43898      Branch: perl
43899            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
43900            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
43901            ! handy.h
43902 ____________________________________________________________________________
43903 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
43904         Log: Fix strict test to go with the precedent warning change
43905      Branch: perl
43906            ! t/lib/strict/vars
43907 ____________________________________________________________________________
43908 [ 25181] By: steveh                                on 2005/07/19  10:07:46
43909         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
43910              From: Earl Hood (via RT) <perlbug-followup@perl.org>
43911              Date: Tue, 12 Jul 2005 23:55:28 -0700
43912              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
43913              
43914              (with old code deleted rather than commented out)
43915      Branch: perl
43916            ! lib/Pod/Html.pm
43917 ____________________________________________________________________________
43918 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
43919         Log: Silence new (expected) warnings
43920      Branch: perl
43921            ! t/op/mydef.t
43922 ____________________________________________________________________________
43923 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
43924         Log: Overhaul the semantics of the warning
43925              ""%s" variable %s masks earlier declaration",
43926              based on a patch by Rick Delaney. Now we have :
43927              my $x;   my $x; # warns
43928              my $x;  our $x; # warns
43929              our $x;  my $x; # warns
43930              our $x; our $x; # silent
43931      Branch: perl
43932            ! pad.c t/lib/warnings/pad
43933 ____________________________________________________________________________
43934 [ 25178] By: merijn                                on 2005/07/19  05:42:52
43935         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
43936              From: Steve Peters <steve@fisharerojo.org>
43937              Date: Mon, 18 Jul 2005 22:59:19 -0500
43938              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
43939      Branch: perl
43940            ! pp_sys.c
43941 ____________________________________________________________________________
43942 [ 25177] By: davem                                 on 2005/07/19  01:16:09
43943         Log: Subject:  Re: [PATCH] Faster **
43944              From:      "Piotr Fusik" <pfusik@op.pl>
43945              Date:      Fri, 24 Jun 2005 12:47:40 +0200
43946              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
43947      Branch: perl
43948            ! pp.c
43949 ____________________________________________________________________________
43950 [ 25176] By: davem                                 on 2005/07/19  01:05:18
43951         Log: the "local @foo with $#foo" tests are no longer TODO
43952      Branch: perl
43953            ! t/op/array.t
43954 ____________________________________________________________________________
43955 [ 25174] By: steveh                                on 2005/07/18  16:53:21
43956         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
43957              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
43958              Date: Mon, 18 Jul 2005 18:35:09 +0200
43959              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
43960      Branch: perl
43961            ! perl.h
43962 ____________________________________________________________________________
43963 [ 25173] By: merijn                                on 2005/07/18  16:37:11
43964         Log: Subject: Re: AIX 5.2 localtime bug attack
43965              From: Campo Weijerman <rfc822@nl.ibm.com>
43966              Date: Mon, 18 Jul 2005 17:34:55 +0200
43967              Message-ID: <20050718153455.GA29381@python>
43968              
43969              mday++ is also wday++ and yday++
43970      Branch: perl
43971            ! pp_sys.c
43972 ____________________________________________________________________________
43973 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
43974         Log: Subject: [PATCH] The continuing plod through embed.fnc
43975              From: Andy Lester <andy@petdance.com>
43976              Date: Mon, 18 Jul 2005 10:37:38 -0500
43977              Message-ID: <20050718153738.GB20193@petdance.com>
43978      Branch: perl
43979            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
43980            ! regcomp.c utf8.c
43981 ____________________________________________________________________________
43982 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
43983         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
43984              From: Robin Barker <Robin.Barker@npl.co.uk>
43985              Date: Jul 14, 2005 2:31 PM
43986              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
43987      Branch: perl
43988            ! perl.h sv.c t/op/sprintf.t
43989 ____________________________________________________________________________
43990 [ 25170] By: merijn                                on 2005/07/18  11:02:01
43991         Log: tests are expected to fail if dirfd () does not exist
43992              make the tests to expect failures in that case
43993      Branch: perl
43994            ! t/op/chdir.t
43995 ____________________________________________________________________________
43996 [ 25169] By: merijn                                on 2005/07/18  10:27:06
43997         Log: 1. Typo detected by Schwern (#25151)
43998              2. Added proza about patches (#25152)
43999              3. dirfd got the wrong define based on previous tests (#25168)
44000      Branch: perl
44001            ! Configure
44002 ____________________________________________________________________________
44003 [ 25167] By: steveh                                on 2005/07/18  09:54:58
44004         Log: Silence compiler warning following change 25157
44005              
44006              (DIE returns Perl_die's return value which is an OP*, not the I32
44007              that Perl_apply is expected to return)
44008      Branch: perl
44009            ! doio.c
44010 ____________________________________________________________________________
44011 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
44012         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
44013              From: Rick Delaney <rick@bort.ca>
44014              Date: Jul 14, 2005 4:10 PM
44015              Message-ID: <20050714141059.GF19090@localhost.localdomain>
44016      Branch: perl
44017            + t/op/regexp_qr_embed.t
44018            ! MANIFEST t/op/regexp.t
44019 ____________________________________________________________________________
44020 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
44021         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
44022              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44023              Date: Sun, 17 Jul 2005 11:38:05 +0900
44024              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
44025      Branch: perl
44026            ! pod/perlop.pod
44027 ____________________________________________________________________________
44028 [ 25164] By: steveh                                on 2005/07/18  08:38:27
44029         Log: Subject: Re: Why does our() cross packages? (PATCH)
44030              From: Michael G Schwern <schwern@pobox.com>
44031              Date: Fri, 15 Jul 2005 14:35:18 -0700
44032              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
44033              
44034              (with minor tweaks suggested in subsequent posts)
44035      Branch: perl
44036            ! pod/perlfunc.pod
44037 ____________________________________________________________________________
44038 [ 25163] By: davem                                 on 2005/07/18  00:16:31
44039         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
44040      Branch: perl
44041            ! pp_ctl.c
44042 ____________________________________________________________________________
44043 [ 25162] By: davem                                 on 2005/07/17  22:07:14
44044         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
44045              Spotted by Gisle Aas.
44046      Branch: perl
44047            ! t/op/stat.t
44048 ____________________________________________________________________________
44049 [ 25161] By: davem                                 on 2005/07/17  20:54:15
44050         Log: document what can be assigned to a shared scalar
44051      Branch: perl
44052            ! ext/threads/shared/shared.pm
44053 ____________________________________________________________________________
44054 [ 25160] By: davem                                 on 2005/07/17  20:12:54
44055         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
44056      Branch: perl
44057            ! t/op/goto.t util.c
44058 ____________________________________________________________________________
44059 [ 25159] By: davem                                 on 2005/07/17  19:02:10
44060         Log: change #25129 was overzealous in delaying the call to ckWARN
44061      Branch: perl
44062            ! doio.c pp_hot.c toke.c
44063 ____________________________________________________________________________
44064 [ 25158] By: merijn                                on 2005/07/16  13:20:09
44065         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
44066              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44067              Date: Sat, 16 Jul 2005 22:05:13 +0900
44068              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
44069      Branch: perl
44070            ! doop.c t/op/chop.t
44071 ____________________________________________________________________________
44072 [ 25157] By: merijn                                on 2005/07/16  08:07:44
44073         Log: Subject: Re: fchmod, fchown, fchdir
44074              From: Gisle Aas <gisle@ActiveState.com>
44075              Date: 15 Jul 2005 02:32:50 -0700
44076              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
44077              
44078              + Schwern's ok -> like changes
44079      Branch: perl
44080            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
44081            ! t/op/chdir.t
44082 ____________________________________________________________________________
44083 [ 25156] By: steveh                                on 2005/07/15  16:30:05
44084         Log: Subject: [PATCH] more embed cleanup
44085              From: Andy Lester <andy@petdance.com>
44086              Date: Fri, 15 Jul 2005 10:51:15 -0500
44087              Message-ID: <20050715155115.GC29983@petdance.com>
44088              
44089              (and run regen.pl)
44090      Branch: perl
44091            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
44092            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
44093 ____________________________________________________________________________
44094 [ 25155] By: steveh                                on 2005/07/15  15:50:38
44095         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
44096              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44097              Date: Fri, 15 Jul 2005 02:11:29 -0700
44098              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
44099              
44100              (and bump $CPAN::FirstTime::VERSION)
44101      Branch: perl
44102            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44103 ____________________________________________________________________________
44104 [ 25153] By: steveh                                on 2005/07/15  15:35:55
44105         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
44106              From: Michael G Schwern <schwern@pobox.com>
44107              Date: Wed, 13 Jul 2005 15:57:39 -0700
44108              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
44109              
44110              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
44111              From: Rick Delaney <rick@bort.ca>
44112              Date: Wed, 13 Jul 2005 20:24:56 -0400
44113              Message-ID: <20050714002456.GD19090@localhost.localdomain>
44114      Branch: perl
44115            ! ext/B/B/Deparse.pm t/op/inc.t
44116 ____________________________________________________________________________
44117 [ 25150] By: steveh                                on 2005/07/15  10:35:55
44118         Log: Fix static extensions when building with nmake on Win32
44119              
44120              They were broken because change 24806 forgot to add -DWITH_STATIC
44121              to the recipe for compiling perllib.c which meant that perllibst.h
44122              was not included and hence although they built OK, the static
44123              extensions could not actually be used!
44124              
44125              In fact, since perllibst.h is always created (it is more or less
44126              empty when static extensions are not being used), there is no need
44127              for -DWITH_STATIC at all. So rather than adding it to Makefile,
44128              just drop it from makefile.mk and perllib.c.
44129              
44130              Also add the missing cleanup of perllibst.h to Makefile.
44131      Branch: perl
44132            ! win32/Makefile win32/makefile.mk win32/perllib.c
44133 ____________________________________________________________________________
44134 [ 25149] By: steveh                                on 2005/07/15  09:04:57
44135         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
44136              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44137              Date: Thu, 14 Jul 2005 16:57:45 -0700
44138              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
44139              
44140              (with minor tweaks)
44141      Branch: perl
44142            ! pod/perlop.pod
44143 ____________________________________________________________________________
44144 [ 25148] By: steveh                                on 2005/07/15  07:48:31
44145         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
44146              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44147              Date: Thu, 14 Jul 2005 19:10:51 -0700
44148              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
44149      Branch: perl
44150            ! pod/perlfunc.pod
44151 ____________________________________________________________________________
44152 [ 25147] By: steveh                                on 2005/07/15  07:44:32
44153         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
44154              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44155              Date: Tue, 12 Jul 2005 00:00:17 -0700
44156              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
44157              
44158              (with spaces trimmed from username too)
44159      Branch: perl
44160            ! lib/CPAN/FirstTime.pm
44161 ____________________________________________________________________________
44162 [ 25146] By: merijn                                on 2005/07/15  07:33:01
44163         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
44164              From: Michael G Schwern <schwern@pobox.com>
44165              Date: Fri, 15 Jul 2005 00:49:12 -0700
44166              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
44167      Branch: perl
44168            ! t/op/universal.t
44169 ____________________________________________________________________________
44170 [ 25145] By: merijn                                on 2005/07/15  06:49:16
44171         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
44172              From: Matt Sergeant <matt@sergeant.org>
44173              Date: Thu, 14 Jul 2005 16:53:03 -0400
44174              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
44175      Branch: perl
44176            ! ext/NDBM_File/NDBM_File.pm
44177 ____________________________________________________________________________
44178 [ 25144] By: merijn                                on 2005/07/15  06:33:21
44179         Log: Subject: Typo in t/op/stat.t
44180              From: Gisle Aas <gisle@ActiveState.com>
44181              Date: 14 Jul 2005 23:20:18 -0700
44182              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
44183      Branch: perl
44184            ! t/op/stat.t
44185 ____________________________________________________________________________
44186 [ 25143] By: steveh                                on 2005/07/14  16:08:00
44187         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
44188              From: Michael G Schwern <schwern@pobox.com>
44189              Date: Tue, 12 Jul 2005 15:51:18 -0700
44190              Message-ID: <20050712225118.GA944@windhund.schwern.org>
44191              
44192              (and update SKIP counts)
44193      Branch: perl
44194            ! lib/File/Copy.pm lib/File/Copy.t
44195 ____________________________________________________________________________
44196 [ 25142] By: steveh                                on 2005/07/14  08:12:11
44197         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
44198              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44199              Date: Mon, 11 Jul 2005 22:41:06 -0700
44200              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
44201      Branch: perl
44202            ! lib/CPAN.pm
44203 ____________________________________________________________________________
44204 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
44205         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
44206              From: John Peacock <jpeacock@rowman.com>
44207              Message-ID: <42D55C46.5030905@rowman.com>
44208              Date: Wed, 13 Jul 2005 14:24:06 -0400
44209      Branch: perl
44210            ! universal.c
44211 ____________________________________________________________________________
44212 [ 25140] By: merijn                                on 2005/07/13  17:22:07
44213         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
44214              From: "Steve Peters via RT" <perlbug-followup@perl.org>
44215              Date: Wed, 13 Jul 2005 06:51:45 -0700
44216              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
44217      Branch: perl
44218            ! t/op/groups.t
44219 ____________________________________________________________________________
44220 [ 25139] By: merijn                                on 2005/07/13  16:52:48
44221         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
44222              From: Steve Peters <steve@fisharerojo.org>
44223              Date: Fri, 8 Jul 2005 16:42:56 -0500
44224              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
44225      Branch: perl
44226            ! t/io/dup.t t/io/open.t
44227 ____________________________________________________________________________
44228 [ 25138] By: merijn                                on 2005/07/13  16:37:48
44229         Log: Subject: [PATCH] More embed.fnc plowing
44230              From: Andy Lester <andy@petdance.com>
44231              Date: Wed, 13 Jul 2005 10:49:19 -0500
44232              Message-ID: <20050713154919.GA24586@petdance.com>
44233      Branch: perl
44234            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
44235            ! proto.h toke.c
44236 ____________________________________________________________________________
44237 [ 25137] By: merijn                                on 2005/07/13  16:27:43
44238         Log: Subject: [PATCH] Error in earlier patch in sv.c
44239              From: Robin Barker <Robin.Barker@npl.co.uk>
44240              Date: Wed, 13 Jul 2005 17:29:48 +0100
44241              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
44242      Branch: perl
44243            ! sv.c t/op/sprintf.t
44244 ____________________________________________________________________________
44245 [ 25136] By: steveh                                on 2005/07/13  13:39:44
44246         Log: Make -V "Compile-time options" list everything used in makedef.pl
44247      Branch: perl
44248            ! perl.c
44249 ____________________________________________________________________________
44250 [ 25135] By: steveh                                on 2005/07/13  09:48:10
44251         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
44252              From: David Manura <dm.list@math2.org>
44253              Date: Wed, 21 Jan 2004 20:59:27 -0500
44254              Message-ID: <400F2E7F.9090601@math2.org>
44255              
44256              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
44257              included in perl #25157.
44258      Branch: perl
44259            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
44260            ! lib/Text/Balanced/t/extqlk.t
44261 ____________________________________________________________________________
44262 [ 25134] By: steveh                                on 2005/07/13  09:23:37
44263         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
44264              From: Tels <nospam-abuse@bloodgate.com>
44265              Date: Sat, 9 Jul 2005 23:10:29 +0200
44266              Message-Id: <200507092310.30592@bloodgate.com>
44267              
44268              (with minor tweaks)
44269      Branch: perl
44270            ! lib/Text/Balanced.pm
44271 ____________________________________________________________________________
44272 [ 25133] By: steveh                                on 2005/07/13  08:34:53
44273         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
44274              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44275              Date: Tue, 12 Jul 2005 00:16:49 -0700
44276              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
44277              
44278              (and remove a couple of unused variables)
44279      Branch: perl
44280            ! lib/CPAN.pm
44281 ____________________________________________________________________________
44282 [ 25132] By: steveh                                on 2005/07/13  07:52:21
44283         Log: Subject: [perl #24275] CPAN shell - online help not clear 
44284              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44285              Date: Mon, 11 Jul 2005 23:32:12 -0700
44286              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
44287      Branch: perl
44288            ! lib/CPAN.pm
44289 ____________________________________________________________________________
44290 [ 25131] By: merijn                                on 2005/07/13  06:37:41
44291         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
44292              From: Michael G Schwern <schwern@pobox.com>
44293              Date: Tue, 12 Jul 2005 13:18:34 -0700
44294              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
44295      Branch: perl
44296            ! ext/IO/lib/IO/Socket.pm
44297 ____________________________________________________________________________
44298 [ 25130] By: merijn                                on 2005/07/13  06:27:48
44299         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
44300              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44301              Date: Tue, 12 Jul 2005 15:36:54 -0700
44302              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
44303      Branch: perl
44304            ! lib/dumpvar.pl
44305 ____________________________________________________________________________
44306 [ 25129] By: davem                                 on 2005/07/13  00:21:13
44307         Log: make the expensive ckWARN() be called as late as possible
44308              reorganise
44309              if (ckWARN(FOO) && should_not_happen_condition)
44310              to
44311              if (should_not_happen_condition && ckWARN(FOO))
44312      Branch: perl
44313            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
44314            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
44315 ____________________________________________________________________________
44316 [ 25128] By: davem                                 on 2005/07/12  18:46:34
44317         Log: Subject: Make PERL_MEM_LOG more portable.
44318              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
44319              Date:  Mon, 11 Jul 2005 15:29:46 +0300
44320              Message-Id:  <42D2663A.4050204@gmail.com>
44321      Branch: perl
44322            ! handy.h pod/perlhack.pod util.c
44323 ____________________________________________________________________________
44324 [ 25127] By: davem                                 on 2005/07/12  18:29:43
44325         Log: S_pad_findlex has side effects, so its return value may be ignored
44326      Branch: perl
44327            ! embed.fnc pad.c proto.h
44328 ____________________________________________________________________________
44329 [ 25126] By: davem                                 on 2005/07/12  18:15:48
44330         Log: get_?v have side effects, so their return values may be ignored
44331      Branch: perl
44332            ! embed.fnc proto.h
44333 ____________________________________________________________________________
44334 [ 25125] By: steveh                                on 2005/07/12  16:30:16
44335         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
44336              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44337              Date: Mon, 11 Jul 2005 23:24:56 -0700
44338              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
44339      Branch: perl
44340            ! lib/CPAN.pm
44341 ____________________________________________________________________________
44342 [ 25124] By: steveh                                on 2005/07/12  16:18:22
44343         Log: Subject: [perl #17487] ncftp only handles http 
44344              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44345              Date: Mon, 11 Jul 2005 23:19:06 -0700
44346              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
44347              
44348              (and bump $VERSION (1.76_01 is a CPAN release already))
44349      Branch: perl
44350            ! lib/CPAN.pm
44351 ____________________________________________________________________________
44352 [ 25123] By: steveh                                on 2005/07/12  13:19:51
44353         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
44354              From: Steve Hay <steve.hay@uk.radan.com>
44355              Date: Mon, 11 Jul 2005 13:29:37 +0100
44356              Message-ID: <42D26631.1070500@uk.radan.com>
44357      Branch: perl
44358            ! sv.c
44359 ____________________________________________________________________________
44360 [ 25122] By: steveh                                on 2005/07/12  11:42:07
44361         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
44362              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44363              Date: Mon, 11 Jul 2005 19:16:10 -0700
44364              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
44365      Branch: perl
44366            ! lib/File/Copy.t
44367 ____________________________________________________________________________
44368 [ 25121] By: steveh                                on 2005/07/12  11:33:01
44369         Log: Subject: [PATCH] Cleanup File::Copy tests
44370              From: Michael G Schwern <schwern@pobox.com>
44371              Date: Mon, 11 Jul 2005 18:45:42 -0700
44372              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
44373              
44374              (and fix the SKIP: {} blocks to say $how_many)
44375      Branch: perl
44376            ! lib/File/Copy.t
44377 ____________________________________________________________________________
44378 [ 25120] By: steveh                                on 2005/07/12  11:03:55
44379         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
44380              From: Michael G Schwern <schwern@pobox.com>
44381              Date: Mon, 11 Jul 2005 17:35:14 -0700
44382              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
44383      Branch: perl
44384            ! lib/File/Copy.pm
44385 ____________________________________________________________________________
44386 [ 25119] By: steveh                                on 2005/07/12  09:01:11
44387         Log: Missed a New() -> Newx().
44388              
44389              This one only had 3 args to start with! Presumably nobody uses
44390              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
44391              but someone else that is interested in YYERROR_VERBOSE will have
44392              to look into that.)
44393      Branch: perl
44394            ! perly.c
44395 ____________________________________________________________________________
44396 [ 25118] By: steveh                                on 2005/07/12  08:46:13
44397         Log: Hack out -DL documentation from perldebuguts.pod
44398              
44399              Now that the perl core uses Newx*() rather than New*() this chunk
44400              of old documentation is more obsolete than ever before.
44401      Branch: perl
44402            ! pod/perldebguts.pod
44403 ____________________________________________________________________________
44404 [ 25117] By: steveh                                on 2005/07/12  08:20:11
44405         Log: Fix worrying typo in handy.h :-s
44406      Branch: perl
44407            ! handy.h
44408 ____________________________________________________________________________
44409 [ 25116] By: steveh                                on 2005/07/12  08:17:47
44410         Log: Change New*() to Newx*() in various comments and documentation
44411      Branch: perl
44412            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
44413            ! pod/perlhack.pod sv.c
44414 ____________________________________________________________________________
44415 [ 25115] By: steveh                                on 2005/07/12  07:48:51
44416         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
44417              From: Jim Cromie <jcromie@divsol.com>
44418              Date: Mon, 11 Jul 2005 19:18:02 -0600
44419              Message-ID: <42D31A4A.1020305@divsol.com>
44420              
44421              (with some minor tweaks)
44422      Branch: perl
44423            ! handy.h pod/perlapi.pod
44424 ____________________________________________________________________________
44425 [ 25114] By: merijn                                on 2005/07/12  06:26:39
44426         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
44427              From: Michael G Schwern <schwern@pobox.com>
44428              Date: Mon, 11 Jul 2005 18:41:30 -0700
44429              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
44430      Branch: perl
44431            ! t/TEST
44432 ____________________________________________________________________________
44433 [ 25113] By: steveh                                on 2005/07/11  15:54:46
44434         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
44435              From: Jim Cromie <jcromie@divsol.com>
44436              Date: Sun, 10 Jul 2005 15:59:30 -0600
44437              Message-ID: <42D19A42.8040409@divsol.com>
44438      Branch: perl
44439            ! sv.c
44440 ____________________________________________________________________________
44441 [ 25112] By: steveh                                on 2005/07/11  15:19:11
44442         Log: Subject: [PATCH] perlfunc.pod
44443              From: "Piotr Fusik" <pfusik@op.pl>
44444              Date:      Sat, 9 Jul 2005 16:21:05 +0200
44445              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
44446      Branch: perl
44447            ! pod/perlfunc.pod
44448 ____________________________________________________________________________
44449 [ 25111] By: steveh                                on 2005/07/11  14:41:27
44450         Log: Subject: [patch hv.h doc] HvNAME
44451              From: Stas Bekman <stas@stason.org>
44452              Date: Fri, 08 Jul 2005 13:52:13 +0300
44453              Message-ID: <42CE5ADD.3020003@stason.org>
44454              
44455              Subject: Re: [patch hv.h doc] HvNAME
44456              From: Nicholas Clark <nick@ccl4.org>
44457              Date: Sat, 9 Jul 2005 15:23:51 +0100
44458              Message-ID: <20050709142351.GT15833@plum.flirble.org>
44459      Branch: perl
44460            ! hv.h pod/perlapi.pod
44461 ____________________________________________________________________________
44462 [ 25110] By: davem                                 on 2005/07/10  23:04:26
44463         Log: no code before declarations!
44464      Branch: perl
44465            ! doio.c
44466 ____________________________________________________________________________
44467 [ 25109] By: davem                                 on 2005/07/10  20:02:07
44468         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44469              Date: Sun, 10 Jul 2005 21:50:27 +0300
44470              Subject: [PATCH] yet another way of debugging memory allocations
44471              Message-ID: <42D16DF3.4040806@gmail.com>
44472              
44473              tweak PERL_MEM_LOG
44474      Branch: perl
44475            ! handy.h pod/perlhack.pod util.c
44476 ____________________________________________________________________________
44477 [ 25108] By: davem                                 on 2005/07/10  19:57:31
44478         Log: run regen.pl
44479      Branch: perl
44480            ! embed.h proto.h
44481 ____________________________________________________________________________
44482 [ 25107] By: merijn                                on 2005/07/10  19:19:56
44483         Log: Subject: [PATCH] Making my way thru embed.fnc
44484              From: Andy Lester <andy@petdance.com>
44485              Date: Sun, 10 Jul 2005 14:36:35 -0500
44486              Message-ID: <20050710193635.GC8081@petdance.com>
44487      Branch: perl
44488            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
44489            ! pp_hot.c regexec.c toke.c util.c
44490 ____________________________________________________________________________
44491 [ 25106] By: davem                                 on 2005/07/10  13:53:49
44492         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
44493              From: demerphq <demerphq@gmail.com>
44494              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
44495              Date: Fri, 8 Jul 2005 17:07:26 +0200
44496              
44497              Fix trie codepath of mixed utf8/latin1 pattern matches
44498      Branch: perl
44499            ! regexec.c t/op/pat.t
44500 ____________________________________________________________________________
44501 [ 25105] By: davem                                 on 2005/07/10  12:29:25
44502         Log: Message-ID: <42D0F25E.3040801@gmail.com>
44503              Date: Sun, 10 Jul 2005 13:03:10 +0300
44504              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44505              Subject: [PATCH] yet another way of debugging memory allocations
44506              
44507              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
44508      Branch: perl
44509            ! handy.h util.c
44510 ____________________________________________________________________________
44511 [ 25104] By: davem                                 on 2005/07/10  11:39:50
44512         Log: silence some compiler warnings
44513      Branch: perl
44514            ! embed.fnc gv.h proto.h
44515 ____________________________________________________________________________
44516 [ 25103] By: davem                                 on 2005/07/10  11:15:32
44517         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
44518      Branch: perl
44519            ! handy.h
44520 ____________________________________________________________________________
44521 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
44522         Log: sv_dec is supposed to go *down*, m'kay.
44523      Branch: perl
44524            ! sv.c t/op/inc.t
44525 ____________________________________________________________________________
44526 [ 25101] By: steveh                                on 2005/07/08  16:35:10
44527         Log: Subject: Re: janitorial work ? [patch]
44528              From: Jim Cromie <jcromie@divsol.com>
44529              Date: Wed, 06 Jul 2005 14:19:53 -0600
44530              Message-ID: <42CC3CE9.5050606@divsol.com>
44531              
44532              (reverted all dual-lived modules since they must work with older
44533              perls too so must wait for a new Devel::PPPort)
44534      Branch: perl
44535            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
44536            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
44537            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
44538            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
44539            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
44540            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
44541            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
44542            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
44543            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
44544            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
44545            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
44546            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
44547            ! win32/win32sck.c wince/perlhost.h wince/wince.c
44548 ____________________________________________________________________________
44549 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
44550         Log: We no longer default to creating a new SV for GvSV.
44551      Branch: perl
44552            ! perl.h
44553 ____________________________________________________________________________
44554 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
44555         Log: DEFSV causes GvSVn() to be used in lvalue context.
44556              Not sure if instead we should recode DEFSV to avoid this, and leave
44557              GvSVn() as rvalue only, like its namesakes.
44558      Branch: perl
44559            ! gv.h
44560 ____________________________________________________________________________
44561 [ 25098] By: steveh                                on 2005/07/08  10:04:24
44562         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
44563              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44564              Date: Thu, 7 Jul 2005 15:05:51 -0700
44565              Message-ID: <20050707220551.GB2388@efn.org>
44566              
44567              (plus fix a couple of POD warnings)
44568      Branch: perl
44569            ! pod/perlglossary.pod
44570 ____________________________________________________________________________
44571 [ 25097] By: steveh                                on 2005/07/08  09:48:50
44572         Log: Subject: [PATCH] basename() and suffixes
44573              From: Michael G Schwern <schwern@pobox.com>
44574              Date: Thu, 7 Jul 2005 15:38:32 -0700
44575              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
44576      Branch: perl
44577            ! lib/File/Basename.pm lib/File/Basename.t
44578 ____________________________________________________________________________
44579 [ 25096] By: steveh                                on 2005/07/08  08:43:07
44580         Log: Subject: Re: [perl #36477] File::Basename basename() bug
44581              From: Michael G Schwern <schwern@pobox.com>
44582              Date: Thu, 7 Jul 2005 14:16:01 -0700
44583              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
44584      Branch: perl
44585            ! lib/File/Basename.pm lib/File/Basename.t
44586 ____________________________________________________________________________
44587 [ 25095] By: davem                                 on 2005/07/08  01:43:24
44588         Log: UTF8/Latin 1/i regexp "Malformed character" warning
44589              $utf8 =~ /latin/i didn't match. 
44590              Also added TODO for $latin =~ /utf8/i which also fails
44591      Branch: perl
44592            ! t/op/pat.t utf8.c
44593 ____________________________________________________________________________
44594 [ 25094] By: davem                                 on 2005/07/07  14:47:51
44595         Log: more taint fallout from change 24943
44596      Branch: perl
44597            ! mg.c scope.c t/op/taint.t
44598 ____________________________________________________________________________
44599 [ 25093] By: merijn                                on 2005/07/07  13:26:32
44600         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
44601              From: Tels <nospam-abuse@bloodgate.com>
44602              Date: Wed, 6 Jul 2005 21:11:59 +0200
44603              Message-Id: <200507062112.12159@bloodgate.com>
44604      Branch: perl
44605            ! lib/charnames.pm
44606 ____________________________________________________________________________
44607 [ 25092] By: steveh                                on 2005/07/07  12:11:38
44608         Log: Subject: ReadParse in the CGI docs
44609              From: "Ton Hospel" <me-02@ton.iguana.be>
44610              Date: 9 Oct 2003 15:04:53 -0000
44611              To: perlbug@perl.org
44612              
44613              (plus blank lines so example code is in verbatim paragraphs,
44614              and bump $VERSION)
44615      Branch: perl
44616            ! lib/CGI.pm
44617 ____________________________________________________________________________
44618 [ 25091] By: steveh                                on 2005/07/07  11:21:41
44619         Log: Subject: [PATCH] Mention File::Spec in File::Basename
44620              From: Michael G Schwern <schwern@pobox.com>
44621              Date: Wed, 6 Jul 2005 13:06:20 -0700
44622              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
44623              
44624              (plus bump $VERSION)
44625      Branch: perl
44626            ! lib/File/Basename.pm
44627 ____________________________________________________________________________
44628 [ 25090] By: steveh                                on 2005/07/07  11:06:17
44629         Log: Subject: [perl #22236] File::Basename behavior is misleading 
44630              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44631              Date: 6 Jul 2005 19:45:40 -0000
44632              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
44633      Branch: perl
44634            ! lib/File/Basename.pm lib/File/Basename.t
44635 ____________________________________________________________________________
44636 [ 25089] By: steveh                                on 2005/07/07  09:22:48
44637         Log: Subject: [PATCH] Further lies in the File::Basename docs
44638              From: Michael G Schwern <schwern@pobox.com>
44639              Date: Wed, 6 Jul 2005 09:22:32 -0700
44640              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
44641              
44642              (plus some minor POD changes and a bug fix)
44643      Branch: perl
44644            ! lib/File/Basename.pm lib/File/Basename.t
44645 ____________________________________________________________________________
44646 [ 25088] By: davem                                 on 2005/07/07  00:11:00
44647         Log: bytes pragma error in substitution operator
44648      Branch: perl
44649            ! pp_ctl.c t/op/subst.t
44650 ____________________________________________________________________________
44651 [ 25087] By: davem                                 on 2005/07/06  20:09:29
44652         Log: 'undef $@; die' gives uninint value warning
44653      Branch: perl
44654            ! pp_sys.c t/op/die.t
44655 ____________________________________________________________________________
44656 [ 25086] By: steveh                                on 2005/07/06  09:36:08
44657         Log: Subject: [PATCH] File::Basename doc overhaul
44658              From: Michael G Schwern <schwern@pobox.com>
44659              Date: Tue, 5 Jul 2005 20:11:27 -0700
44660              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
44661              
44662              (with some minor changes)
44663      Branch: perl
44664            ! lib/File/Basename.pm
44665 ____________________________________________________________________________
44666 [ 25085] By: steveh                                on 2005/07/06  08:05:21
44667         Log: Subject: [PATCH @ 25084] simple authors removal
44668              From: Vadim Konovalov <vadim@vkonovalov.ru>
44669              Date: Wed, 06 Jul 2005 00:15:48 +0400
44670              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
44671      Branch: perl
44672            ! AUTHORS
44673 ____________________________________________________________________________
44674 [ 25084] By: davem                                 on 2005/07/05  18:17:34
44675         Log: a long /etc/groups entry could cause memory exhaustion.
44676              Too small a buffer would cause ERANGE and a retry with double the
44677              buffer size. later at EOF, the apparent error got 'stuck' as
44678              ERANGE rather than ENOENT, so the buffer size doubled recursively 
44679      Branch: perl
44680            ! reentr.h reentr.pl
44681 ____________________________________________________________________________
44682 [ 25083] By: steveh                                on 2005/07/05  16:55:29
44683         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
44684              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44685              Date: Mon, 4 Jul 2005 02:07:38 -0700
44686              Message-ID: <20050704090738.GA4056@efn.org>
44687              
44688              (plus a new test, although it is currently marked TODO)
44689      Branch: perl
44690            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
44691            ! MANIFEST lib/Pod/Html.pm
44692 ____________________________________________________________________________
44693 [ 25082] By: steveh                                on 2005/07/05  16:54:11
44694         Log: Oops! Change 25080 should have updated checksums too.
44695      Branch: perl
44696            ! ext/Digest/MD5/t/files.t
44697 ____________________________________________________________________________
44698 [ 25081] By: davem                                 on 2005/07/05  13:01:23
44699         Log: change 24943 broke restoration of localized taint values
44700      Branch: perl
44701            ! mg.c t/op/taint.t
44702 ____________________________________________________________________________
44703 [ 25080] By: steveh                                on 2005/07/05  10:32:08
44704         Log: Remove an unreferenced local variable in Digest-MD5
44705      Branch: perl
44706            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
44707 ____________________________________________________________________________
44708 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
44709         Log: Subject: [PATCH] Remove unnecessary null check
44710              From: Andy Lester <andy@petdance.com>
44711              Date: Mon, 4 Jul 2005 14:12:00 -0500
44712              Message-ID: <20050704191200.GA2614@petdance.com>
44713      Branch: perl
44714            ! embed.fnc hv.c proto.h
44715 ____________________________________________________________________________
44716 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
44717         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
44718              -DPURIFY too.
44719      Branch: perl
44720            ! ext/XS/APItest/APItest.xs
44721 ____________________________________________________________________________
44722 [ 25077] By: merijn                                on 2005/07/04  18:47:02
44723         Log: Subject: [PATCH] Better string constant in hv.c
44724              From: Andy Lester <andy@petdance.com>
44725              Date: Mon, 4 Jul 2005 13:53:49 -0500
44726              Message-ID: <20050704185349.GA2351@petdance.com>
44727      Branch: perl
44728            ! hv.c
44729 ____________________________________________________________________________
44730 [ 25076] By: steveh                                on 2005/07/04  16:15:37
44731         Log: Add regression test for change 25062
44732      Branch: perl
44733            ! t/op/magic.t
44734 ____________________________________________________________________________
44735 [ 25075] By: steveh                                on 2005/07/04  15:57:32
44736         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
44737      Branch: perl
44738            ! ext/XS/APItest/APItest.xs
44739 ____________________________________________________________________________
44740 [ 25074] By: steveh                                on 2005/07/04  15:36:04
44741         Log: Perl_share_hek needs exporting for change 25070 on Win32
44742      Branch: perl
44743            ! embed.fnc embed.h global.sym
44744 ____________________________________________________________________________
44745 [ 25073] By: steveh                                on 2005/07/04  15:34:11
44746         Log: Regen after change 25067
44747      Branch: perl
44748            ! proto.h
44749 ____________________________________________________________________________
44750 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
44751         Log: Implement hv_delayfree_ent in terms of hv_free_ent
44752      Branch: perl
44753            ! hv.c
44754 ____________________________________________________________________________
44755 [ 25071] By: steveh                                on 2005/07/04  14:53:54
44756         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
44757              From: Steve Peters <steve@fisharerojo.org>
44758              Date: Mon, 4 Jul 2005 10:10:13 -0500
44759              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
44760      Branch: perl
44761            ! t/op/lfs.t
44762 ____________________________________________________________________________
44763 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
44764         Log: Tests for hv_delayfree_ent and hv_free_ent
44765      Branch: perl
44766            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
44767            ! ext/XS/APItest/t/hash.t
44768 ____________________________________________________________________________
44769 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
44770         Log: Provide a macro version of S_new_body to inline it within the hot code.
44771      Branch: perl
44772            ! sv.c
44773 ____________________________________________________________________________
44774 [ 25068] By: steveh                                on 2005/07/04  13:21:36
44775         Log: Borland's .pdb files are called .tds
44776      Branch: perl
44777            ! win32/makefile.mk
44778 ____________________________________________________________________________
44779 [ 25067] By: steveh                                on 2005/07/04  12:30:50
44780         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
44781              From: Andy Lester <andy@petdance.com>
44782              Date: Sun, 3 Jul 2005 18:31:56 -0500
44783              Message-ID: <20050703233156.GA20967@petdance.com>
44784      Branch: perl
44785            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
44786 ____________________________________________________________________________
44787 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
44788         Log: Inlining del_HE is actually a space optimisation.
44789              It's therefore likely also to be a speed optimisation. :-)
44790      Branch: perl
44791            ! embed.fnc embed.h hv.c proto.h
44792 ____________________________________________________________________________
44793 [ 25065] By: steveh                                on 2005/07/04  10:40:10
44794         Log: Subject: [PATCH] perlglossary.pod: add jump points
44795              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44796              Date: Mon, 4 Jul 2005 02:07:52 -0700
44797              Message-ID: <20050704090752.GB4056@efn.org>
44798      Branch: perl
44799            ! pod/perlglossary.pod
44800 ____________________________________________________________________________
44801 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
44802         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
44803              needed.
44804      Branch: perl
44805            ! sv.c
44806 ____________________________________________________________________________
44807 [ 25063] By: steveh                                on 2005/07/04  10:13:41
44808         Log: Subject: Re: How to suppress warnings when building Errno with gcc
44809              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44810              Date: Fri, 1 Jul 2005 10:56:23 -0700
44811              Message-ID: <20050701175623.GD216@efn.org>
44812      Branch: perl
44813            ! ext/Errno/Errno_pm.PL
44814 ____________________________________________________________________________
44815 [ 25062] By: steveh                                on 2005/07/04  09:17:06
44816         Log: Fix change 25045
44817      Branch: perl
44818            ! mg.c
44819 ____________________________________________________________________________
44820 [ 25061] By: steveh                                on 2005/07/04  08:26:38
44821         Log: Here's the rest of change 25058 ;-)
44822      Branch: perl
44823            ! embed.h global.sym
44824 ____________________________________________________________________________
44825 [ 25060] By: davem                                 on 2005/07/04  08:11:33
44826         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
44827              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
44828              Date:  Mon, 04 Jul 2005 00:19:28 +0300
44829              Message-Id:  <42C85660.50807@gmail.com>
44830      Branch: perl
44831            ! perl.h
44832 ____________________________________________________________________________
44833 [ 25059] By: steveh                                on 2005/07/04  08:10:27
44834         Log: Stop reentr.pl changing EOL on the files it writes on Win32
44835      Branch: perl
44836            ! reentr.pl
44837 ____________________________________________________________________________
44838 [ 25058] By: steveh                                on 2005/07/04  08:09:36
44839         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
44840              
44841              (At least PerlIO/via uses it, so it must be public)
44842      Branch: perl
44843            ! embed.fnc
44844 ____________________________________________________________________________
44845 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
44846         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
44847              a different compiler warnings. I guess we need a waterbed theory of
44848              compiler warnings.
44849      Branch: perl
44850            ! handy.h
44851 ____________________________________________________________________________
44852 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
44853         Log: Convert bless.t to test.pl
44854      Branch: perl
44855            ! t/op/bless.t
44856 ____________________________________________________________________________
44857 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
44858         Log: Copying the first parameter in the macro del_body seems to reduce
44859              code size.  Presumably an expression is no longer evaluated twice.
44860      Branch: perl
44861            ! sv.c
44862 ____________________________________________________________________________
44863 [ 25052] By: davem                                 on 2005/07/02  16:11:46
44864         Log: do just-in-time loading of Carp.pm in some modules
44865              
44866              From: Tels <nospam-abuse@bloodgate.com>
44867              Subject: [PATCH] No Carp #4 AutoSplit.pm
44868              Subject: [PATCH] no Carp #5 (File::Path)
44869              Subject: [PATCH] no Carp #7 - charnames.pm
44870              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
44871              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
44872      Branch: perl
44873            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
44874            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
44875            ! lib/open.pm
44876 ____________________________________________________________________________
44877 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
44878         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
44879              the body to. This comletely eliminates the second switch statement.
44880      Branch: perl
44881            ! sv.c
44882 ____________________________________________________________________________
44883 [ 25050] By: davem                                 on 2005/07/02  15:05:04
44884         Log: replace ckWARN macros with functions
44885      Branch: perl
44886            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
44887            ! warnings.pl
44888 ____________________________________________________________________________
44889 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
44890         Log: Given that the GV no longer owns a reference on the symbol table, we
44891              dont need the deferred SvREFCNT_dec games.
44892      Branch: perl
44893            ! sv.c
44894 ____________________________________________________________________________
44895 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
44896         Log: Passing gvtype as char rather than char * to S_varname generates
44897              smaller code.
44898      Branch: perl
44899            ! embed.fnc proto.h sv.c
44900 ____________________________________________________________________________
44901 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
44902         Log: Don't inline offer_nice_chunk, as it's rarely called.
44903      Branch: perl
44904            ! embed.fnc embed.h perl.h proto.h sv.c
44905 ____________________________________________________________________________
44906 [ 25046] By: davem                                 on 2005/07/02  12:35:12
44907         Log: missed one PAD_SET_CUR
44908      Branch: perl
44909            ! pp_hot.c
44910 ____________________________________________________________________________
44911 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
44912         Log: Don't check the pointer is non-NULL before calling Safefree() in
44913              little used code, code used only once per run (such as interpreter
44914              construction and destruction), and cases where the pointer nearly
44915              never is NULL. Safefree does its own non-NULL check, and even that
44916              isn't strictly necessary as all conformant free()s accept a NULL
44917              pointer.
44918      Branch: perl
44919            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
44920 ____________________________________________________________________________
44921 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
44922         Log: Upgrade to Time::HiRes 1.72
44923      Branch: perl
44924            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44925            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
44926 ____________________________________________________________________________
44927 [ 25043] By: steveh                                on 2005/07/01  16:33:42
44928         Log: Make Archive::Tar clean up its test files on Win32
44929              
44930              (The old "can't delete an open file on Win32" chestnut again)
44931      Branch: perl
44932            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
44933 ____________________________________________________________________________
44934 [ 25042] By: davem                                 on 2005/07/01  15:40:40
44935         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
44936      Branch: perl
44937            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
44938 ____________________________________________________________________________
44939 [ 25041] By: steveh                                on 2005/07/01  15:15:23
44940         Log: Silence MinGW warning about "'noreturn' function does return"
44941              
44942              (Thanks to Nicholas Clark)
44943      Branch: perl
44944            ! iperlsys.h
44945 ____________________________________________________________________________
44946 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
44947         Log: Install perlglossary on VMS and Windows
44948      Branch: perl
44949            ! vms/descrip_mms.template win32/pod.mak
44950 ____________________________________________________________________________
44951 [ 25039] By: davem                                 on 2005/07/01  14:34:52
44952         Log: undo some excessive Carp.pm minimalisation
44953      Branch: perl
44954            ! lib/Carp.pm
44955 ____________________________________________________________________________
44956 [ 25038] By: steveh                                on 2005/07/01  13:39:33
44957         Log: Remove unreferenced local variable (and the warning about it)
44958      Branch: perl
44959            ! ext/XS/APItest/APItest.xs
44960 ____________________________________________________________________________
44961 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
44962         Log: Add the perlglossary man page
44963              
44964              Subject: [PATCH] perlglossary.pod
44965              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44966              Date: Fri, 1 Jul 2005 03:10:50 -0700
44967              Message-ID: <20050701101050.GA2448@efn.org>
44968      Branch: perl
44969            + pod/perlglossary.pod
44970            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
44971            ! pod/perltoc.pod
44972 ____________________________________________________________________________
44973 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
44974         Log: Subject: [PATCH] Make Exporter.t warnings clean
44975              From: Michael G Schwern <schwern@pobox.com>
44976              Date: Tue, 28 Jun 2005 15:58:36 -0700
44977              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
44978      Branch: perl
44979            ! lib/Exporter.t
44980 ____________________________________________________________________________
44981 [ 25035] By: davem                                 on 2005/07/01  11:49:22
44982         Log: silence a warning in Perl_sv_compile_2op
44983      Branch: perl
44984            ! pp_ctl.c
44985 ____________________________________________________________________________
44986 [ 25034] By: davem                                 on 2005/07/01  11:45:40
44987         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
44988              Only a partial fix: works where sizeof(type)==1; since we
44989              can never wraparound in that case, disarm the check
44990      Branch: perl
44991            ! handy.h
44992 ____________________________________________________________________________
44993 [ 25033] By: steveh                                on 2005/07/01  07:44:50
44994         Log: Silence some cast warnings from bcc32 on Win32
44995              
44996              See the thread starting here for arguments:
44997              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
44998      Branch: perl
44999            ! win32/win32.c
45000 ____________________________________________________________________________
45001 [ 25032] By: davem                                 on 2005/06/30  22:41:07
45002         Log: assigning shared consts (eg __PACKAGE__) to magic vars
45003      Branch: perl
45004            ! sv.c t/op/magic.t
45005 ____________________________________________________________________________
45006 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
45007         Log: By grabbing the length, we can use sv_setpvn here.
45008      Branch: perl
45009            ! util.c
45010 ____________________________________________________________________________
45011 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
45012         Log: Use sv_setpvn where we know the length.
45013      Branch: perl
45014            ! universal.c
45015 ____________________________________________________________________________
45016 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
45017         Log: A terser way of implementing require_pv.
45018      Branch: perl
45019            ! perl.c
45020 ____________________________________________________________________________
45021 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
45022         Log: We know the length, so use sv_setpvn rather than sv_setpv.
45023      Branch: perl
45024            ! universal.c
45025 ____________________________________________________________________________
45026 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
45027         Log: Avoid using PL_Sv in the -V argument processing.
45028              Express the embedded perl program in a slightly terser way.
45029      Branch: perl
45030            ! perl.c
45031 ____________________________________________________________________________
45032 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
45033         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
45034              commandline -V options that q\0...\0.
45035      Branch: perl
45036            ! perl.c
45037 ____________________________________________________________________________
45038 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
45039         Log: Add TODO tests for bug #36434
45040      Branch: perl
45041            ! t/op/magic.t
45042 ____________________________________________________________________________
45043 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
45044         Log: The core shouldn't be using PL_na
45045      Branch: perl
45046            ! perl.c
45047 ____________________________________________________________________________
45048 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
45049         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
45050      Branch: perl
45051            ! perl.c
45052 ____________________________________________________________________________
45053 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
45054         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
45055      Branch: perl
45056            ! perl.c regcomp.c sv.c
45057 ____________________________________________________________________________
45058 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
45059         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
45060      Branch: perl
45061            ! perl.c
45062 ____________________________________________________________________________
45063 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
45064         Log: Subject: [PATCH] make t/uni/class.t faster
45065              From: Tels <nospam-abuse@bloodgate.com>
45066              Date: Wed, 29 Jun 2005 21:19:52 +0200
45067              Message-Id: <200506292120.05519@bloodgate.com>
45068      Branch: perl
45069            ! t/uni/class.t
45070 ____________________________________________________________________________
45071 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
45072         Log: If gp_flags is unused, why are we even allocating it?
45073      Branch: perl
45074            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
45075 ____________________________________________________________________________
45076 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
45077         Log: Nothing is actually relying on GvUNIQUE holding state.
45078      Branch: perl
45079            ! gv.h
45080 ____________________________________________________________________________
45081 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
45082         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
45083              From: Michael G Schwern <schwern@pobox.com>
45084              Date: Thu, 30 Jun 2005 01:02:30 -0700
45085              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
45086      Branch: perl
45087            ! lib/File/Basename.t
45088 ____________________________________________________________________________
45089 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
45090         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
45091              From: Steve Peters <steve@fisharerojo.org>
45092              Date: Wed, 29 Jun 2005 21:47:23 -0500
45093              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
45094      Branch: perl
45095            ! ext/IO/lib/IO/Handle.pm
45096 ____________________________________________________________________________
45097 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
45098         Log: Subject: some dusting off of the cross-compilation information
45099              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
45100              Date: Thu, 30 Jun 2005 08:41:17 +0300
45101              Message-ID: <42C385FD.9040601@gmail.com>
45102      Branch: perl
45103            ! Cross/README INSTALL
45104 ____________________________________________________________________________
45105 [ 25014] By: steveh                                on 2005/06/30  07:57:25
45106         Log: Silence MinGW warnings about system headers when building Errno
45107              
45108              Thanks to Mike Guy for the suggested fix.
45109      Branch: perl
45110            ! ext/Errno/Errno_pm.PL
45111 ____________________________________________________________________________
45112 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
45113         Log: Expand on parts of perltodo
45114      Branch: perl
45115            ! pod/perltodo.pod
45116 ____________________________________________________________________________
45117 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
45118         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
45119      Branch: perl
45120            ! pp.c pp_hot.c
45121 ____________________________________________________________________________
45122 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
45123         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
45124      Branch: perl
45125            ! pp_sys.c
45126 ____________________________________________________________________________
45127 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
45128         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
45129      Branch: perl
45130            ! doio.c gv.c perl.h sv.c
45131 ____________________________________________________________________________
45132 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
45133         Log: First stab at not automatically creating an unused SV for GvSV
45134              Enable it with -DPERL_DONT_CREATE_GVSV.
45135              Currently if enabled 22 test scripts have failures, so still some way
45136              to go.
45137      Branch: perl
45138            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
45139            ! pp_hot.c proto.h sv.c
45140 ____________________________________________________________________________
45141 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
45142         Log: Remove old variable needed for binary compatibility
45143      Branch: perl
45144            ! embedvar.h intrpvar.h perlapi.h sv.c
45145 ____________________________________________________________________________
45146 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
45147         Log: Convert strcpy to memcpy where we already know the length.
45148      Branch: perl
45149            ! gv.c sv.c util.c
45150 ____________________________________________________________________________
45151 [ 25006] By: davem                                 on 2005/06/28  11:28:20
45152         Log: move Carp.pod back into Carp.pm
45153      Branch: perl
45154            - lib/Carp.pod
45155            ! MANIFEST lib/Carp.pm
45156 ____________________________________________________________________________
45157 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
45158         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
45159      Branch: perl
45160            ! ext/B/B/Deparse.pm
45161 ____________________________________________________________________________
45162 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
45163         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
45164              From: Dominic Dunlop <domo@computer.org>
45165              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
45166              Date: Mon, 27 Jun 2005 19:46:59 +0200
45167      Branch: perl
45168            ! hints/darwin.sh
45169 ____________________________________________________________________________
45170 [ 25003] By: steveh                                on 2005/06/28  08:01:21
45171         Log: Stop "Possible use before definition" warning following change 24997
45172      Branch: perl
45173            ! pp_sys.c
45174 ____________________________________________________________________________
45175 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
45176         Log: Upgrade to Time::HiRes 1.71
45177      Branch: perl
45178            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45179            ! ext/Time/HiRes/Makefile.PL
45180 ____________________________________________________________________________
45181 [ 25001] By: steveh                                on 2005/06/28  07:40:01
45182         Log: Stop "suspicious pointer conversion" warning following change 24997
45183      Branch: perl
45184            ! hv.c
45185 ____________________________________________________________________________
45186 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
45187         Log: Don't install demo files with perl
45188      Branch: perl
45189            ! installperl
45190 ____________________________________________________________________________
45191 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
45192         Log: From: Mattia Barbon <mattia.barbon@libero.it>
45193              Subject: [PATCH] Avoid redefinition warning for MinGW
45194              Date: Jun 27, 2005 10:07 PM
45195              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
45196      Branch: perl
45197            ! win32/win32iop.h
45198 ____________________________________________________________________________
45199 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
45200         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
45201              (b) give -1, rather than +1
45202      Branch: perl
45203            ! sv.c t/op/inc.t
45204 ____________________________________________________________________________
45205 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
45206         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
45207              From: Andy Lester <andy@petdance.com>
45208              Date: Mon, 27 Jun 2005 13:06:59 -0500
45209              Message-ID: <20050627180659.GB29744@petdance.com>
45210              
45211              (edited)
45212      Branch: perl
45213            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
45214            ! regexec.c sv.c toke.c
45215 ____________________________________________________________________________
45216 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
45217         Log: Fix installation of ptar(1) manpage.
45218              The __END__ was making the POD being ignored by pod2man.
45219      Branch: perl
45220            ! lib/Archive/Tar/bin/ptar
45221 ____________________________________________________________________________
45222 [ 24995] By: davem                                 on 2005/06/27  16:34:34
45223         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
45224              Also move carp.pm pod to carp.pod
45225      Branch: perl
45226            + lib/Carp.pod
45227            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
45228            ! warnings.pl
45229 ____________________________________________________________________________
45230 [ 24994] By: steveh                                on 2005/06/27  15:45:05
45231         Log: Silence compiler warning in SDBM_File
45232              
45233              Unless I'm missing something it looks like "key" actually is used,
45234              and the "key = key" assignment causes bcc32 to complain about use
45235              before definition!
45236      Branch: perl
45237            ! ext/SDBM_File/SDBM_File.xs
45238 ____________________________________________________________________________
45239 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
45240         Log: Subject: [PATCH] XSLoader for Sys::Syslog
45241              From: Alexey Tourbin <at@altlinux.ru>
45242              Date: Sun, 26 Jun 2005 08:32:05 +0400
45243              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
45244      Branch: perl
45245            ! ext/Sys/Syslog/Syslog.pm
45246 ____________________________________________________________________________
45247 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
45248         Log: Oops (fix previous fix).
45249      Branch: perl
45250            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
45251            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
45252            ! lib/Filter/Simple/t/import.t
45253 ____________________________________________________________________________
45254 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
45255         Log: Fix tests of Filter::Simple 0.82 in the core
45256      Branch: perl
45257            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
45258            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
45259            ! lib/Filter/Simple/t/import.t
45260 ____________________________________________________________________________
45261 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
45262         Log: Upgrade to Filter::Simple 0.82
45263      Branch: perl
45264            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
45265            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
45266            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
45267            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
45268            ! t/lib/Filter/Simple/FilterOnlyTest.pm
45269            ! t/lib/Filter/Simple/FilterTest.pm
45270            ! t/lib/Filter/Simple/ImportTest.pm
45271 ____________________________________________________________________________
45272 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
45273         Log: Upgrade to Test::Harness 2.52
45274      Branch: perl
45275            ! lib/Test/Harness.pm lib/Test/Harness/Changes
45276            ! lib/Test/Harness/bin/prove
45277 ____________________________________________________________________________
45278 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
45279         Log: Upgrade to Time::HiRes 1.70
45280      Branch: perl
45281            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45282            ! ext/Time/HiRes/HiRes.xs
45283 ____________________________________________________________________________
45284 [ 24987] By: steveh                                on 2005/06/27  07:41:52
45285         Log: Suppress warnings about a clash between redefined malloc and the
45286              use of __attribute__malloc__
45287              
45288              Subject: Re: Fun with __attribute__malloc__
45289              From: Andy Lester <andy@petdance.com>
45290              Date: Fri, 24 Jun 2005 12:11:59 -0500
45291              Message-ID: <20050624171159.GB29590@petdance.com>
45292      Branch: perl
45293            ! perl.h
45294 ____________________________________________________________________________
45295 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
45296         Log: Tweak the child dump socket protocol to return error messages to the
45297              parent so that it can display what went wrong.
45298      Branch: perl
45299            ! perl.c
45300 ____________________________________________________________________________
45301 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
45302         Log: Upgrade to Time::HiRes 1.69
45303      Branch: perl
45304            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45305            ! ext/Time/HiRes/Makefile.PL
45306 ____________________________________________________________________________
45307 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
45308         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
45309              indefinite hangs when the debugging child holds open Perl_debug_log,
45310              and it happens to be a file descriptor that is one end of a pipe,
45311              with a process sitting at the other end waitng for EOF.
45312              So close all descriptors in the child *including* Perl_debug_log,
45313              and pass it back in over the control socket if it's needed.
45314      Branch: perl
45315            ! perl.c
45316 ____________________________________________________________________________
45317 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
45318         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
45319      Branch: perl
45320            ! pp_sys.c
45321 ____________________________________________________________________________
45322 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
45323         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
45324              Configure_heavy.pl gets truncated.
45325      Branch: perl
45326            ! configpm
45327 ____________________________________________________________________________
45328 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
45329         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
45330              using system malloc, because sbrk() stops giving us memory after about
45331              14Mb.
45332      Branch: perl
45333            ! hints/darwin.sh
45334 ____________________________________________________________________________
45335 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
45336         Log: Need to skip exporting PL_dumper_fd unless it is used.
45337      Branch: perl
45338            ! makedef.pl
45339 ____________________________________________________________________________
45340 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
45341         Log: If forking during global destruction, the child needs to close all
45342              unused file descriptors, else it can cause other processes to hang
45343              because it accidentally holds open pipes and sockets.
45344      Branch: perl
45345            ! perl.c
45346 ____________________________________________________________________________
45347 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
45348         Log: Upgrade to Unicode::Collate 0.51
45349      Branch: perl
45350            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45351            ! lib/Unicode/Collate/README
45352 ____________________________________________________________________________
45353 [ 24977] By: steveh                                on 2005/06/24  14:38:05
45354         Log: Fix typo in win32.c
45355              
45356              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
45357      Branch: perl
45358            ! win32/win32.c
45359 ____________________________________________________________________________
45360 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
45361         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
45362              which become unreferenced. This is less likely to be successful.
45363              The #define needs a better name.
45364      Branch: perl
45365            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
45366            ! proto.h sv.c
45367 ____________________________________________________________________________
45368 [ 24975] By: steveh                                on 2005/06/24  13:56:15
45369         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
45370      Branch: perl
45371            ! perl.h win32/config_H.gc
45372 ____________________________________________________________________________
45373 [ 24974] By: steveh                                on 2005/06/24  12:27:45
45374         Log: Make opendir() filename const in Win32-land & friends
45375              
45376              That fact that it wasn't const already was highlighted by a warning
45377              from pp_open_dir() generated by change 24743. Rather than undo the
45378              const change in pp_open_dir(), this seems to make more sense. Hope I
45379              haven't broken Netware or WinCE.
45380      Branch: perl
45381            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
45382            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
45383            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
45384 ____________________________________________________________________________
45385 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
45386         Log: Need to do some sort of die/warn to get the "global destruction"
45387              text if the bug is still present.
45388      Branch: perl
45389            ! t/op/gv.t
45390 ____________________________________________________________________________
45391 [ 24972] By: steveh                                on 2005/06/24  09:37:24
45392         Log: Fix t\op\gv.t on Win32
45393      Branch: perl
45394            ! t/op/gv.t
45395 ____________________________________________________________________________
45396 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
45397         Log: Remove cargo-culted binmode.
45398      Branch: perl
45399            ! lib/Archive/Tar/t/00_setup.t
45400 ____________________________________________________________________________
45401 [ 24970] By: steveh                                on 2005/06/24  07:42:41
45402         Log: Fix Archive-Tar tests on Win32 following change 24954
45403      Branch: perl
45404            ! lib/Archive/Tar/t/00_setup.t
45405 ____________________________________________________________________________
45406 [ 24969] By: merijn                                on 2005/06/24  07:41:08
45407         Log: Workaround localtime edge case where TZ makes time go beyond
45408              the defined working range (AIX 5.2)
45409      Branch: perl
45410            ! pp_sys.c
45411 ____________________________________________________________________________
45412 [ 24968] By: davem                                 on 2005/06/23  22:59:36
45413         Log: change 24967 got the #endif in the wrong place
45414      Branch: perl
45415            ! pad.c
45416 ____________________________________________________________________________
45417 [ 24967] By: davem                                 on 2005/06/23  22:48:40
45418         Log: don't repopulate PADTMP slots with null SVs when freeing ops
45419      Branch: perl
45420            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
45421 ____________________________________________________________________________
45422 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
45423         Log: Remove the reference loop between symbol tables and typeglobs.
45424              Typeglobs now have a weak reference onto their symbol table.
45425      Branch: perl
45426            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
45427 ____________________________________________________________________________
45428 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
45429         Log: Subject: [PATCH] Pre-YAPC consting fun
45430              From: Andy Lester <andy@petdance.com>
45431              Date: Jun 23, 2005 9:04 PM
45432              Message-ID: <20050623190423.GA13835@petdance.com>
45433      Branch: perl
45434            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
45435            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
45436            ! taint.c util.c
45437 ____________________________________________________________________________
45438 [ 24964] By: merijn                                on 2005/06/23  18:43:42
45439         Log: Take a larger margin to prevent 'X' failures in smokes
45440              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
45441              when reps was still 10000. With 15000 I didn't get a single warning
45442      Branch: perl
45443            ! t/op/rand.t
45444 ____________________________________________________________________________
45445 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
45446         Log: Warning suppression.
45447      Branch: perl
45448            ! pp_sys.c
45449 ____________________________________________________________________________
45450 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
45451         Log: The current implementation of :unique is fundamentally flawed,
45452              because declaring a scalar READONLY does not stop it being modified.
45453              Hence the current implementation of :unique is *not threadsafe*
45454              D'oh!
45455              Better implementations welcome.
45456      Branch: perl
45457            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
45458            ! proto.h sv.c
45459 ____________________________________________________________________________
45460 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
45461         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
45462      Branch: perl
45463            ! lib/Archive/Tar/t/02_methods.t
45464 ____________________________________________________________________________
45465 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
45466         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
45467              From: Steve Peters <steve@fisharerojo.org>
45468              Date: Fri, 17 Jun 2005 23:27:14 -0500
45469              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
45470      Branch: perl
45471            ! lib/File/Find.pm
45472 ____________________________________________________________________________
45473 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
45474         Log: Add a define PERL_POISON which tries to trip up anything accessing
45475              freed or uninitialised memory. Currently only Poison()s freed
45476              pointers.
45477      Branch: perl
45478            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
45479            ! sv.c
45480 ____________________________________________________________________________
45481 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
45482         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
45483              Simplify SvPV_free slightly.
45484      Branch: perl
45485            ! sv.h
45486 ____________________________________________________________________________
45487 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
45488         Log: This dummy test didn't pass
45489      Branch: perl
45490            ! lib/Archive/Tar/t/99_clean.t
45491 ____________________________________________________________________________
45492 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
45493         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
45494      Branch: perl
45495            + lib/Archive/Tar/t/99_clean.t
45496            ! MANIFEST
45497 ____________________________________________________________________________
45498 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
45499         Log: Remove test that relies on Test::POD
45500      Branch: perl
45501            - lib/Archive/Tar/t/99_pod.t
45502            ! MANIFEST
45503 ____________________________________________________________________________
45504 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
45505         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
45506      Branch: perl
45507            + lib/Archive/Tar/t/00_setup.t
45508            - lib/Archive/Tar/t/src/long/bar.tar
45509            - lib/Archive/Tar/t/src/long/foo.tgz
45510            - lib/Archive/Tar/t/src/short/bar.tar
45511            - lib/Archive/Tar/t/src/short/foo.tgz
45512            ! MANIFEST
45513 ____________________________________________________________________________
45514 [ 24953] By: steveh                                on 2005/06/23  11:02:42
45515         Log: Silence bcc32 compiler warnings following change 24945
45516              
45517              ("Possible use of '%s' before definition")
45518      Branch: perl
45519            ! pp_ctl.c pp_sys.c
45520 ____________________________________________________________________________
45521 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
45522         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
45523      Branch: perl
45524            ! perl.c
45525 ____________________________________________________________________________
45526 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
45527         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
45528              From: Salvador Fandino <sfandino@yahoo.com>
45529              Date: Tue, 21 Jun 2005 19:50:35 +0200
45530              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
45531      Branch: perl
45532            ! pp_sort.c
45533 ____________________________________________________________________________
45534 [ 24950] By: steveh                                on 2005/06/23  10:21:53
45535         Log: Oops! Change 24946 wasn't quite right
45536      Branch: perl
45537            ! doio.c
45538 ____________________________________________________________________________
45539 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
45540         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
45541      Branch: perl
45542            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
45543 ____________________________________________________________________________
45544 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
45545         Log: Define d_nv_zero_is_allbits_zero for symbian
45546              (noticed by Jarkko)
45547      Branch: perl
45548            ! symbian/config.sh
45549 ____________________________________________________________________________
45550 [ 24947] By: steveh                                on 2005/06/23  09:18:37
45551         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
45552              
45553              It still whines about 'in' and 'b' being assigned values that are
45554              never used on lines 348 and 505 respectively (as side effects of the
45555              calls to c2l and l2c respectively), but I'm not sure how to shut
45556              them up.
45557      Branch: perl
45558            ! win32/fcrypt.c
45559 ____________________________________________________________________________
45560 [ 24946] By: steveh                                on 2005/06/23  09:00:28
45561         Log: More bcc32 compiler warnings to silence
45562              
45563              ("Suspicious pointer conversion")
45564      Branch: perl
45565            ! doio.c win32/win32io.c
45566 ____________________________________________________________________________
45567 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
45568         Log: Subject: [PATCH] Const Boy II: The Localizing
45569              From: Andy Lester <andy@petdance.com>
45570              Date: Wed, 22 Jun 2005 09:41:00 -0500
45571              Message-ID: <20050622144059.GA19598@petdance.com>
45572      Branch: perl
45573            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
45574            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
45575            ! util.c
45576 ____________________________________________________________________________
45577 [ 24944] By: steveh                                on 2005/06/23  08:04:21
45578         Log: Silence another bcc32 compiler warning
45579              
45580              ("Possible use of '%s' before definition")
45581      Branch: perl
45582            ! toke.c
45583 ____________________________________________________________________________
45584 [ 24943] By: davem                                 on 2005/06/22  23:08:55
45585         Log: remove taint hack now that local $tainted no longer copies taint magic
45586      Branch: perl
45587            ! mg.c sv.c
45588 ____________________________________________________________________________
45589 [ 24942] By: davem                                 on 2005/06/22  21:42:54
45590         Log: handle magic in local correctly
45591              the local SV now gets a copy of any container magic, and no value
45592              magic; in the past the whole magic chain was either shared or
45593              moved
45594      Branch: perl
45595            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
45596            ! proto.h scope.c t/op/local.t
45597 ____________________________________________________________________________
45598 [ 24941] By: merijn                                on 2005/06/22  17:14:04
45599         Log: Upgrade to Test::Harness 2.50
45600      Branch: perl
45601            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
45602 ____________________________________________________________________________
45603 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
45604         Log: Add facility to fork() early in perl_destruct and use the child to
45605              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
45606              when DEBUG_LEAKING_SCALARS is already in force)
45607      Branch: perl
45608            ! perl.c
45609 ____________________________________________________________________________
45610 [ 24939] By: steveh                                on 2005/06/22  13:25:16
45611         Log: Silence yet more bcc32 compiler warnings
45612              
45613              ("Code has no effect")
45614      Branch: perl
45615            ! hv.c pp_ctl.c pp_hot.c
45616 ____________________________________________________________________________
45617 [ 24938] By: steveh                                on 2005/06/22  13:02:17
45618         Log: Silence some more bcc32 compiler warnings
45619              
45620              ("Suggest parentheses to clarify precedence")
45621      Branch: perl
45622            ! warnings.h warnings.pl
45623 ____________________________________________________________________________
45624 [ 24937] By: steveh                                on 2005/06/22  12:31:59
45625         Log: Silence some bcc32 compiler warnings
45626              
45627              ("Superfluous & with function")
45628      Branch: perl
45629            ! perlvars.h pp.c win32/win32.c
45630 ____________________________________________________________________________
45631 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
45632         Log: Now that the global string table is using a single hunk of memory
45633              for both HE and HEK, we need to actually free things in perl_destruct
45634      Branch: perl
45635            ! perl.c
45636 ____________________________________________________________________________
45637 [ 24935] By: steveh                                on 2005/06/22  09:40:25
45638         Log: Fix Archive-Tar tests on Win32
45639              
45640              (Patch from Jos Boumans, from his current dev version.)
45641      Branch: perl
45642            ! lib/Archive/Tar.pm
45643 ____________________________________________________________________________
45644 [ 24934] By: merijn                                on 2005/06/21  19:27:38
45645         Log: Redo generation of change #24898
45646              Do not forget to run Porting/config_h.pl!
45647      Branch: perl
45648            ! Configure config_h.SH
45649 ____________________________________________________________________________
45650 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
45651         Log: Upgrade to Test::Harness 2.49_02
45652      Branch: perl
45653            ! lib/Test/Harness.pm lib/Test/Harness/Changes
45654            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
45655            ! lib/Test/Harness/t/test-harness.t
45656 ____________________________________________________________________________
45657 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
45658         Log: Add Archive::Tar to the maintainers list
45659      Branch: perl
45660            ! Porting/Maintainers.pl
45661 ____________________________________________________________________________
45662 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
45663         Log: Trim trailing spaces
45664      Branch: perl
45665            ! lib/Archive/Tar/bin/ptar
45666 ____________________________________________________________________________
45667 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
45668         Log: Add pod, so ptar has a manpage
45669      Branch: perl
45670            ! lib/Archive/Tar/bin/ptar
45671 ____________________________________________________________________________
45672 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
45673         Log: POD nits
45674      Branch: perl
45675            ! ext/Storable/Storable.pm
45676 ____________________________________________________________________________
45677 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
45678         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
45679              (or at least into the decade of t/test.pl)
45680      Branch: perl
45681            ! t/op/gv.t
45682 ____________________________________________________________________________
45683 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
45684         Log: Add the ptar(1) utility from Archive::Tar
45685      Branch: perl
45686            + lib/Archive/Tar/bin/ptar utils/ptar.PL
45687            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
45688            ! win32/Makefile win32/makefile.mk
45689 ____________________________________________________________________________
45690 [ 24925] By: steveh                                on 2005/06/21  13:49:10
45691         Log: Trim trailing whitespace from $! and $^E
45692              
45693              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
45694              good for consistency anyway)
45695      Branch: perl
45696            ! mg.c
45697 ____________________________________________________________________________
45698 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
45699         Log: Avoid having NULL entries in the weakref backreference array, and
45700              make S_sv_add_backref O(1) (instead of O(n))
45701      Branch: perl
45702            ! sv.c
45703 ____________________________________________________________________________
45704 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
45705         Log: Cleanup after this test
45706      Branch: perl
45707            ! lib/Archive/Tar/t/02_methods.t
45708 ____________________________________________________________________________
45709 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
45710         Log: Add Archive::Tar 1.24, except ptar for now
45711      Branch: perl
45712            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
45713            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
45714            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
45715            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
45716            + lib/Archive/Tar/t/src/long/bar.tar
45717            + lib/Archive/Tar/t/src/long/foo.tgz
45718            + lib/Archive/Tar/t/src/short/b
45719            + lib/Archive/Tar/t/src/short/bar.tar
45720            + lib/Archive/Tar/t/src/short/foo.tgz
45721            ! MANIFEST
45722 ____________________________________________________________________________
45723 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
45724         Log: weak references aren't UVs, do don't show this in the dump flags.
45725      Branch: perl
45726            ! dump.c
45727 ____________________________________________________________________________
45728 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
45729         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
45730              From: Salvador Fandiño <sfandino@yahoo.com>
45731              Date: Fri, 17 Jun 2005 14:06:30 +0100
45732              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
45733              
45734              with wordings improvements suggested by Ronald J Kimball
45735      Branch: perl
45736            ! pod/perldiag.pod toke.c
45737 ____________________________________________________________________________
45738 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
45739         Log: No need to set flags twice.
45740      Branch: perl
45741            ! av.c
45742 ____________________________________________________________________________
45743 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
45744         Log: As there will be no old body to dispose of, we can return immediately.
45745      Branch: perl
45746            ! sv.c
45747 ____________________________________________________________________________
45748 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
45749         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
45750      Branch: perl
45751            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
45752            ! ext/Data/Dumper/t/dumper.t
45753 ____________________________________________________________________________
45754 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
45755         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
45756              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
45757              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
45758              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
45759      Branch: perl
45760            ! sv.c
45761 ____________________________________________________________________________
45762 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
45763         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
45764              From: Robin Barker <Robin.Barker@npl.co.uk>
45765              Date: Mon, 20 Jun 2005 13:47:37 +0100
45766              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
45767      Branch: perl
45768            ! perl.h
45769 ____________________________________________________________________________
45770 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
45771         Log: Replace the non-const initialiser block + loop with a series of calls
45772              to a small static function.
45773              c.f. "I will replace you with a small shell script..."
45774      Branch: perl
45775            ! sv.c
45776 ____________________________________________________________________________
45777 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
45778         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
45779              From: Andy Lester <andy@petdance.com>
45780              Date: Mon, 20 Jun 2005 10:22:37 -0500
45781              Message-ID: <20050620152237.GA5032@petdance.com>
45782      Branch: perl
45783            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
45784            ! perl.h proto.h sv.c universal.c util.c
45785 ____________________________________________________________________________
45786 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
45787         Log: Same fix, for the test, now.
45788      Branch: perl
45789            ! t/run/switches.t
45790 ____________________________________________________________________________
45791 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
45792         Log: perl -v was outputting a double v (spotted by Jarkko)
45793      Branch: perl
45794            ! perl.c
45795 ____________________________________________________________________________
45796 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
45797         Log: Remove signature test, which is always skipped
45798      Branch: perl
45799            - lib/Test/Simple/t/00signature.t
45800            ! MANIFEST
45801 ____________________________________________________________________________
45802 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
45803         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
45804              From: chromatic <chromatic@wgz.org>
45805              Date: Sat, 18 Jun 2005 12:15:41 -0700
45806              Message-Id: <1119122141.21521.9.camel@localhost>
45807      Branch: perl
45808            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
45809 ____________________________________________________________________________
45810 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
45811         Log: Remove the deprecated $# variable
45812      Branch: perl
45813            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
45814            ! pod/perldiag.pod sv.c t/lib/warnings/gv
45815 ____________________________________________________________________________
45816 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
45817         Log: Silence warning in debug printf
45818      Branch: perl
45819            ! doop.c
45820 ____________________________________________________________________________
45821 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
45822         Log: Subject: [PATCH] More random cleanups
45823              From: Andy Lester <andy@petdance.com>
45824              Date: Fri, 17 Jun 2005 09:50:29 -0500
45825              Message-ID: <20050617145029.GC11769@petdance.com>
45826      Branch: perl
45827            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
45828 ____________________________________________________________________________
45829 [ 24905] By: steveh                                on 2005/06/20  09:30:23
45830         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
45831              
45832              The try.c test program added to Configure by change 24898 outputs
45833              "Yes" using each of VC++, GCC and BCC32, so here goes...
45834      Branch: perl
45835            ! win32/config.bc win32/config.gc win32/config.vc
45836            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
45837            ! win32/config_H.vc win32/config_H.vc64
45838 ____________________________________________________________________________
45839 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
45840         Log: Hugo suggests this.
45841      Branch: perl
45842            ! pod/perlhack.pod
45843 ____________________________________________________________________________
45844 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
45845         Log: Missed a chunk in previous commit
45846      Branch: perl
45847            ! pod/perlsyn.pod
45848 ____________________________________________________________________________
45849 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
45850         Log: Subject: [perl #36328] Until Statement Undocumented 
45851              From: Eric Amick (via RT) <perlbug-followup@perl.org>
45852              Date: 18 Jun 2005 03:47:32 -0000
45853              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
45854      Branch: perl
45855            ! pod/perlsyn.pod
45856 ____________________________________________________________________________
45857 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
45858         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
45859              From: Rick Delaney <rick@bort.ca>
45860              Date: Sun, 19 Jun 2005 09:47:22 -0400
45861              Message-ID: <20050619134722.GB31592@localhost.localdomain>
45862      Branch: perl
45863            ! op.c t/comp/parser.t
45864 ____________________________________________________________________________
45865 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
45866         Log: S_del_body is sufficiently small that inlining it is a space win.
45867      Branch: perl
45868            ! sv.c
45869 ____________________________________________________________________________
45870 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
45871         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
45872              to 0.0, as the memset has already done it.
45873      Branch: perl
45874            ! sv.c
45875 ____________________________________________________________________________
45876 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
45877         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
45878              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
45879              
45880              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
45881              From: "Craig A. Berry" <craigberry@mac.com>
45882              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
45883              Date: Sat, 18 Jun 2005 18:23:59 -0500
45884      Branch: perl
45885            ! Configure Porting/Glossary config_h.SH configure.com
45886 ____________________________________________________________________________
45887 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
45888         Log: Move the offset calculations outside of new_body/del_body.
45889              This makes some of the upgrade code slightly simpler.
45890      Branch: perl
45891            ! sv.c
45892 ____________________________________________________________________________
45893 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
45894         Log: Refactor sv_dup to memcpy from source to destination, and only
45895              explicitly copy the structure members that need explicit duplication.
45896      Branch: perl
45897            ! sv.c
45898 ____________________________________________________________________________
45899 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
45900         Log: Squeeze a little more savings by moving pte and he arenas into the
45901              common arena free code.
45902      Branch: perl
45903            ! hv.h perl.h sv.c
45904 ____________________________________________________________________________
45905 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
45906         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
45907              From: Jim Cromie <jcromie@divsol.com>
45908              Message-ID: <42B3C388.2090902@divsol.com>
45909              Date: Sat, 18 Jun 2005 00:47:36 -0600
45910      Branch: perl
45911            ! sv.c
45912 ____________________________________________________________________________
45913 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
45914         Log: update AVs and HVs using the old_body, and remove all of the local
45915              variables used to hold the SV body piecemeal.
45916      Branch: perl
45917            ! sv.c
45918 ____________________________________________________________________________
45919 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
45920         Log: sv_upgrade by memcpy
45921              AV and HV cases need tidyup
45922      Branch: perl
45923            ! sv.c
45924 ____________________________________________________________________________
45925 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
45926         Log: Fix compiling with -DPURIFY
45927      Branch: perl
45928            ! sv.c
45929 ____________________________________________________________________________
45930 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
45931         Log: Change 24886 was buggy - should be taking (and passing in) the
45932              address of the arena.
45933      Branch: perl
45934            ! sv.c
45935 ____________________________________________________________________________
45936 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
45937         Log: Add new internal error message to perldiag
45938      Branch: perl
45939            ! pod/perldiag.pod
45940 ____________________________________________________________________________
45941 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
45942         Log: Collect a little more information about the body we're getting rid of
45943      Branch: perl
45944            ! sv.c
45945 ____________________________________________________________________________
45946 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
45947         Log: Missing aTHX_ (noticed by Jim Cromie)
45948      Branch: perl
45949            ! sv.c
45950 ____________________________________________________________________________
45951 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
45952         Log: Move freeing the old body after the creating of the new body.
45953      Branch: perl
45954            ! sv.c
45955 ____________________________________________________________________________
45956 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
45957         Log: The only way is up!
45958              (*up*grades. Or croak)
45959      Branch: perl
45960            ! sv.c
45961 ____________________________________________________________________________
45962 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
45963         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
45964              From: "Steve Peters via RT" <perlbug-followup@perl.org>
45965              Date: 16 Jun 2005 17:11:14 -0000
45966              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
45967      Branch: perl
45968            ! Makefile.SH
45969 ____________________________________________________________________________
45970 [ 24883] By: steveh                                on 2005/06/17  11:36:45
45971         Log: Silence STDERR grumblings from Borland's math library.
45972              
45973              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
45974              renders change 24870 obsolete, hence it is reverted here).
45975      Branch: perl
45976            ! lib/warnings.t makedef.pl win32/win32.c
45977 ____________________________________________________________________________
45978 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
45979         Log: Upgrade to PathTools 3.09
45980      Branch: perl
45981            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
45982            ! lib/File/Spec.pm
45983 ____________________________________________________________________________
45984 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
45985         Log: new_pte/del_pte can use new_body/del_body too
45986      Branch: perl
45987            ! sv.c
45988 ____________________________________________________________________________
45989 [ 24880] By: steveh                                on 2005/06/17  08:28:32
45990         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
45991              From: "Jan Dubois" <jand@ActiveState.com>
45992              Date: Thu, 16 Jun 2005 11:43:15 -0700
45993              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
45994      Branch: perl
45995            ! win32/win32.c
45996 ____________________________________________________________________________
45997 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
45998         Log: Storing the ixv for magic arrays seems to cause double free errors on
45999              OS X. This all feels like voodoo.
46000      Branch: perl
46001            ! ext/B/B/Bytecode.pm
46002 ____________________________________________________________________________
46003 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
46004         Log: Replace all the new/del static functions with calls to a single pair
46005              of functions that uproot/plant bodies
46006      Branch: perl
46007            ! embed.fnc embed.h proto.h sv.c
46008 ____________________________________________________________________________
46009 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
46010         Log: Making more_* return a pointer, and swapping to a ternary ?: in
46011              new_* seems to generate slightly terser object code.
46012      Branch: perl
46013            ! sv.c
46014 ____________________________________________________________________________
46015 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
46016         Log: Replace all the S_more_* functions with a single function.
46017              Saves 1.5K on the object file in OS X when built with -Os
46018      Branch: perl
46019            ! sv.c
46020 ____________________________________________________________________________
46021 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
46022         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
46023              From: Jim Cromie <jcromie@divsol.com>
46024              Message-ID: <42ADC8ED.4090009@divsol.com>
46025              Date: Mon, 13 Jun 2005 11:57:01 -0600
46026      Branch: perl
46027            ! sv.c
46028 ____________________________________________________________________________
46029 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
46030         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
46031              idea, but as we are, turning on shared keys makes sense.
46032      Branch: perl
46033            ! util.c
46034 ____________________________________________________________________________
46035 [ 24873] By: merijn                                on 2005/06/16  14:33:10
46036         Log: Subject: [PATCH] Lint support
46037              From: Andy Lester <andy@petdance.com>
46038              Date: Thu, 16 Jun 2005 09:35:21 -0500
46039              Message-ID: <20050616143521.GB22188@petdance.com>
46040      Branch: perl
46041            ! XSUB.h perl.h universal.c
46042 ____________________________________________________________________________
46043 [ 24872] By: merijn                                on 2005/06/16  14:24:43
46044         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
46045              From: Ken Williams <ken@mathforum.org>
46046              Date: Wed, 15 Jun 2005 20:00:42 -0500
46047              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
46048      Branch: perl
46049            ! lib/ExtUtils/ParseXS/t/XSTest.xs
46050 ____________________________________________________________________________
46051 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
46052         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
46053              From: Andy Lester <andy@petdance.com>
46054              Date: Thu, 16 Jun 2005 09:13:42 -0500
46055              Message-ID: <20050616141342.GA22188@petdance.com>
46056      Branch: perl
46057            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
46058            ! regexec.c sv.c toke.c util.c
46059 ____________________________________________________________________________
46060 [ 24870] By: steveh                                on 2005/06/16  13:16:56
46061         Log: Teach lib/warnings.t about Borland CRT error messages
46062      Branch: perl
46063            ! lib/warnings.t
46064 ____________________________________________________________________________
46065 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
46066         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
46067              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
46068              Date: 10 Jun 2005 12:46:41 -0000
46069              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
46070              
46071              and bump version number
46072      Branch: perl
46073            ! ext/IO/lib/IO/File.pm
46074 ____________________________________________________________________________
46075 [ 24868] By: steveh                                on 2005/06/16  11:10:01
46076         Log: Update README.win32
46077              
46078              (Mention Borland compiler is also free; update libwin32 link)
46079      Branch: perl
46080            ! README.win32
46081 ____________________________________________________________________________
46082 [ 24867] By: steveh                                on 2005/06/16  11:00:19
46083         Log: Give op/taint.t a helping hand for Borland compiler on Win32
46084      Branch: perl
46085            ! t/op/taint.t
46086 ____________________________________________________________________________
46087 [ 24866] By: steveh                                on 2005/06/16  09:51:33
46088         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
46089      Branch: perl
46090            ! win32/makefile.mk
46091 ____________________________________________________________________________
46092 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
46093         Log: Subs with builtin attributes shouldn't be made constant
46094              
46095              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
46096              From: Salvador "FandiXo" <sfandino@yahoo.com>
46097              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
46098              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
46099      Branch: perl
46100            ! op.c
46101 ____________________________________________________________________________
46102 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
46103         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
46104      Branch: perl
46105            ! pod/perl.pod pod/perlrun.pod
46106 ____________________________________________________________________________
46107 [ 24863] By: steveh                                on 2005/06/16  09:09:22
46108         Log: Simplify win32/makefile.mk for static extensions with GCC
46109      Branch: perl
46110            ! win32/makefile.mk
46111 ____________________________________________________________________________
46112 [ 24862] By: steveh                                on 2005/06/16  08:51:14
46113         Log: Enable static extensions with Borland compiler on Win32
46114      Branch: perl
46115            ! win32/buildext.pl win32/makefile.mk
46116 ____________________________________________________________________________
46117 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
46118         Log: Revert part of change #24854
46119      Branch: perl
46120            ! ext/Devel/DProf/t/DProf.t perl.c
46121 ____________________________________________________________________________
46122 [ 24860] By: steveh                                on 2005/06/16  07:40:21
46123         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
46124              
46125              (Fixes a linker error on Win 32 introduced by change #24847)
46126      Branch: perl
46127            ! makedef.pl
46128 ____________________________________________________________________________
46129 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
46130         Log: Don't write bytecode to load the NVX of AVs and HVs
46131      Branch: perl
46132            ! ext/B/B/Bytecode.pm
46133 ____________________________________________________________________________
46134 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
46135         Log: We were failing to pring "not ok" if the text exited uncleanly
46136      Branch: perl
46137            ! ext/B/t/bytecode.t
46138 ____________________________________________________________________________
46139 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
46140         Log: assert that you aren't assigning to the NVX of an AV or HV
46141      Branch: perl
46142            ! sv.h
46143 ____________________________________________________________________________
46144 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
46145         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
46146              this can be useful to use valgrind for example
46147      Branch: perl
46148            ! t/test.pl
46149 ____________________________________________________________________________
46150 [ 24855] By: steveh                                on 2005/06/15  16:30:58
46151         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
46152              
46153              This pattern match seems a little saner, and stops " for Win32"
46154              getting picked up from the following output:
46155              
46156              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
46157              
46158              Maybe it breaks older versions, but at least the latest now works
46159              correctly. If anyone knows what older versions' messages look like
46160              then speak up!
46161      Branch: perl
46162            ! win32/config_sh.PL
46163 ____________________________________________________________________________
46164 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
46165         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
46166              From: Steve Peters <steve@fisharerojo.org>
46167              Date: Wed, 15 Jun 2005 11:30:41 -0500
46168              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
46169      Branch: perl
46170            ! ext/Devel/DProf/t/DProf.t perl.c
46171 ____________________________________________________________________________
46172 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
46173         Log: Subject: sort optimization
46174              From: Salvador Fandiño <sfandino@yahoo.com>
46175              Date: Mon, 06 Jun 2005 12:05:05 +0100
46176              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
46177      Branch: perl
46178            ! pp_sort.c
46179 ____________________________________________________________________________
46180 [ 24852] By: steveh                                on 2005/06/15  16:02:06
46181         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
46182      Branch: perl
46183            ! win32/makefile.mk
46184 ____________________________________________________________________________
46185 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
46186         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
46187              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
46188              Date: 15 Jun 2005 13:54:53 -0000
46189              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
46190      Branch: perl
46191            ! op.c t/op/attrs.t
46192 ____________________________________________________________________________
46193 [ 24850] By: merijn                                on 2005/06/15  13:57:57
46194         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
46195              Thanks Nick!
46196      Branch: perl
46197            ! sv.c
46198 ____________________________________________________________________________
46199 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
46200         Log: Better phrasing
46201      Branch: perl
46202            ! pod/perlfunc.pod
46203 ____________________________________________________________________________
46204 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
46205         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
46206              From: Alexey Tourbin <at@altlinux.ru>
46207              Date: Sun, 5 Jun 2005 03:42:42 +0400
46208              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
46209      Branch: perl
46210            ! ext/Storable/Storable.xs
46211 ____________________________________________________________________________
46212 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
46213         Log: Subject: [PATCH] CopSTASH_eq again
46214              From: Andy Lester <andy@petdance.com>
46215              Date: Tue, 14 Jun 2005 23:49:26 -0500
46216              Message-ID: <20050615044926.GA29087@petdance.com>
46217      Branch: perl
46218            ! cop.h embed.fnc embed.h global.sym proto.h util.c
46219 ____________________________________________________________________________
46220 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
46221         Log: Fix warning nits, by Jarkko
46222      Branch: perl
46223            ! sv.c
46224 ____________________________________________________________________________
46225 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
46226         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
46227              From: Steve Peters <steve@fisharerojo.org>
46228              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
46229              Date: Tue, 14 Jun 2005 14:30:52 -0500
46230      Branch: perl
46231            ! embed.fnc proto.h
46232 ____________________________________________________________________________
46233 [ 24844] By: davem                                 on 2005/06/14  17:24:18
46234         Log: whoops, Perl_magic_freearylen_p returns int
46235      Branch: perl
46236            ! mg.c
46237 ____________________________________________________________________________
46238 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
46239         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
46240              Here's a temporary hack, pending a way for B to correctly identify
46241              PVs that are variable names in pads.
46242      Branch: perl
46243            ! ext/B/B.xs
46244 ____________________________________________________________________________
46245 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
46246         Log: Add core test preamble
46247      Branch: perl
46248            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
46249            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
46250            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
46251            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
46252            ! lib/IO/Zlib/t/uncomp2.t
46253 ____________________________________________________________________________
46254 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
46255         Log: Test was coredumping with a shared perl library.
46256              This is wrong. It seems that what gets peephole optimised
46257              (in this case named method calls into shared string scalars) depends
46258              on whether there is a shared perl library.
46259              Anyway, fix the symptom - the coredump.
46260      Branch: perl
46261            ! ext/XS/APItest/t/hash.t
46262 ____________________________________________________________________________
46263 [ 24840] By: steveh                                on 2005/06/14  13:36:03
46264         Log: Stop "test" filename clashing with "TEST" on Win32
46265              
46266              (and bump $IO::Zlib::VERSION again)
46267      Branch: perl
46268            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
46269 ____________________________________________________________________________
46270 [ 24839] By: steveh                                on 2005/06/14  13:26:30
46271         Log: Actually skip tests when they're supposed to be skipped!
46272              
46273              (and bump $IO::Zlib::VERSION)
46274      Branch: perl
46275            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
46276 ____________________________________________________________________________
46277 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
46278         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
46279              From: Steve Peters <steve@fisharerojo.org>
46280              Date: Tue, 14 Jun 2005 08:16:38 -0500
46281              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
46282      Branch: perl
46283            ! ext/B/B.xs
46284 ____________________________________________________________________________
46285 [ 24837] By: steveh                                on 2005/06/14  13:13:17
46286         Log: Don't delete IO/Zlib during distclean on Win32
46287              
46288              (IO/Socket still needs to go, though)
46289      Branch: perl
46290            ! win32/Makefile win32/makefile.mk
46291 ____________________________________________________________________________
46292 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
46293         Log: Document ${^UTF8LOCALE}
46294      Branch: perl
46295            ! pod/perlvar.pod
46296 ____________________________________________________________________________
46297 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
46298         Log: Add IO::Zlib in maintainers list
46299      Branch: perl
46300            ! Porting/Maintainers.pl
46301 ____________________________________________________________________________
46302 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
46303         Log: Add IO::Zlib 1.04 to bleadperl
46304      Branch: perl
46305            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
46306            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
46307            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
46308            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
46309            + lib/IO/Zlib/t/uncomp2.t
46310            ! MANIFEST Makefile.SH
46311 ____________________________________________________________________________
46312 [ 24833] By: davem                                 on 2005/06/14  10:15:10
46313         Log: Perl_magic_freearylen_p could coredump
46314      Branch: perl
46315            ! mg.c
46316 ____________________________________________________________________________
46317 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
46318         Log: Subject: better assertion support
46319              From: Salvador Fandiño <sfandino@yahoo.com>
46320              Date: Mon, 13 Jun 2005 16:48:01 +0100
46321              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
46322      Branch: perl
46323            + lib/assertions/compat.pm t/comp/asstcompat.t
46324            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
46325            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
46326 ____________________________________________________________________________
46327 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
46328         Log: Since the version module is use'd afterwards, use_ok needs to be
46329              in a BEGIN block
46330      Branch: perl
46331            ! lib/version.t
46332 ____________________________________________________________________________
46333 [ 24830] By: steveh                                on 2005/06/14  07:42:33
46334         Log: Add BUILDOPTEXTRA to Win32 makefiles
46335              
46336              This allows extra build options, e.g. -DNO_HASH_SEED, to be
46337              specified on the command line, which is otherwise not possible
46338              under nmake using the existing BUILDOPT macro
46339              
46340              Suggested by Jan Dubois <jand@ActiveState.com>
46341      Branch: perl
46342            ! win32/Makefile win32/makefile.mk
46343 ____________________________________________________________________________
46344 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
46345         Log: Pay attention to the comments that Dave writes.
46346      Branch: perl
46347            ! sv.c
46348 ____________________________________________________________________________
46349 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
46350         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
46351      Branch: perl
46352            ! ext/POSIX/POSIX.xs
46353 ____________________________________________________________________________
46354 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
46355         Log: Croak if an attempt is made to modify PL_strtab
46356              (er, TODO - these should be in perldiag)
46357      Branch: perl
46358            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
46359            ! ext/XS/APItest/t/hash.t hv.c
46360 ____________________________________________________________________________
46361 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
46362         Log: More SvPV consting
46363      Branch: perl
46364            ! perl.c
46365 ____________________________________________________________________________
46366 [ 24825] By: steveh                                on 2005/06/13  16:35:19
46367         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
46368              From: vadim <vadim@vkonovalov.ru>
46369              Date: Mon, 13 Jun 2005 15:41:41 -0400
46370              Message-Id: <1118691701.6333.32.camel@mdk10>
46371      Branch: perl
46372            ! win32/Makefile win32/makefile.mk
46373 ____________________________________________________________________________
46374 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
46375         Log: With shared hash key scalars now accessing the hash via the PVX, you
46376              can't fake them with regular PVIVs. So fake method calls have to use
46377              real shared hask key scalars.
46378      Branch: perl
46379            ! ext/B/t/optree_specials.t op.c
46380 ____________________________________________________________________________
46381 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
46382         Log: Subject: [PATCH] Bring bleadperl up to version.pm
46383              From: John Peacock <jpeacock@rowman.com>
46384              Date: Mon, 06 Jun 2005 05:18:21 -0400
46385              Message-ID: <42A414DD.8090504@rowman.com>
46386      Branch: perl
46387            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
46388            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
46389            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
46390 ____________________________________________________________________________
46391 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
46392         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
46393              From: Offer Kaye <offer.kaye@gmail.com>
46394              Date: Thu, 2 Jun 2005 09:14:53 +0300
46395              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
46396      Branch: perl
46397            ! pod/perlmod.pod
46398 ____________________________________________________________________________
46399 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
46400         Log: Change 24816 forgot to update makedef.pl
46401      Branch: perl
46402            ! makedef.pl
46403 ____________________________________________________________________________
46404 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
46405         Log: Make some variables global, to avoid some "will not stay
46406              shared" warnings at compile time
46407      Branch: perl
46408            ! lib/ExtUtils/ParseXS.pm
46409 ____________________________________________________________________________
46410 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
46411         Log: S_share_hek_flags can revert to returning a HEK
46412      Branch: perl
46413            ! embed.fnc hv.c proto.h
46414 ____________________________________________________________________________
46415 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
46416         Log: Remove MANIFEST for Compress::Zlib
46417      Branch: perl
46418            - ext/Compress/Zlib/MANIFEST
46419            ! MANIFEST
46420 ____________________________________________________________________________
46421 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
46422         Log: Make SvUPGRADE always have the value '1'
46423              Make sv_upgrade a void function
46424      Branch: perl
46425            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
46426 ____________________________________________________________________________
46427 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
46428         Log: We no longer need PL_shared_hek_table
46429      Branch: perl
46430            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
46431            ! sv.c
46432 ____________________________________________________________________________
46433 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
46434         Log: Help "make distclean"
46435      Branch: perl
46436            ! Makefile.SH
46437 ____________________________________________________________________________
46438 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
46439         Log: Clone all shared string PVs as shared string PVs (now that we can do
46440              it very efficiently)
46441      Branch: perl
46442            ! sv.c
46443 ____________________________________________________________________________
46444 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
46445         Log: duping shared hask key scalars can use hek_dup
46446      Branch: perl
46447            ! sv.c
46448 ____________________________________________________________________________
46449 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
46450         Log: hek_dup can now store the HEK rather than the HE, as there is now a
46451              fast way to share a hek
46452      Branch: perl
46453            ! hv.c
46454 ____________________________________________________________________________
46455 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
46456         Log: Provide share_hek_hek, and use it for fast copying of shared string
46457              scalars.
46458      Branch: perl
46459            ! hv.h sv.c
46460 ____________________________________________________________________________
46461 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
46462         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
46463              HEKs
46464      Branch: perl
46465            ! hv.c
46466 ____________________________________________________________________________
46467 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
46468         Log: Shortcut chasing round strtab when we're not the last reference.
46469      Branch: perl
46470            ! hv.c
46471 ____________________________________________________________________________
46472 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
46473         Log: In the shared string table, store the HE and HEK next to each other
46474              in one malloc()ed block.
46475      Branch: perl
46476            ! hv.c hv.h
46477 ____________________________________________________________________________
46478 [ 24807] By: merijn                                on 2005/06/12  09:58:32
46479         Log: Subject: [PATCH] perlipc.pod: mkfifo()
46480              From: Alexey Tourbin <at@altlinux.ru>
46481              Date: Sat, 11 Jun 2005 16:26:56 +0400
46482              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
46483      Branch: perl
46484            ! pod/perlipc.pod
46485 ____________________________________________________________________________
46486 [ 24806] By: merijn                                on 2005/06/12  09:54:07
46487         Log: Subject: improve static build for win32/Makefile
46488              From: vadim <vadim@vkonovalov.ru>
46489              Date: Sun, 12 Jun 2005 14:09:11 -0400
46490              Message-Id: <1118599750.2732.2.camel@mdk10>
46491      Branch: perl
46492            ! win32/Makefile
46493 ____________________________________________________________________________
46494 [ 24805] By: merijn                                on 2005/06/12  09:19:38
46495         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
46496              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
46497              Date: Sat, 11 Jun 2005 22:23:00 +0100
46498              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
46499      Branch: perl
46500            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
46501            ! ext/Compress/Zlib/t/05gzsetp.t
46502 ____________________________________________________________________________
46503 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
46504         Log: This isn't an LVALUE, so make the compiler enforce that.
46505      Branch: perl
46506            ! sv.h
46507 ____________________________________________________________________________
46508 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
46509         Log: hash key code cleanup
46510      Branch: perl
46511            ! embed.fnc hv.c hv.h proto.h
46512 ____________________________________________________________________________
46513 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
46514         Log: Shrink shared hash scalars from PVIV to PV
46515      Branch: perl
46516            ! embed.fnc embed.h proto.h sv.c sv.h
46517 ____________________________________________________________________________
46518 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
46519         Log: Propagate const/mutable/not into the SvPV call for retrieving an
46520              overloaded value.
46521      Branch: perl
46522            ! sv.c
46523 ____________________________________________________________________________
46524 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
46525         Log: More SvPV consting. And other related drive-by refactoring.
46526      Branch: perl
46527            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
46528            ! xsutils.c
46529 ____________________________________________________________________________
46530 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
46531         Log: More SvPV consting, including some code cleanup and living dangerously
46532              with socket API calls.
46533      Branch: perl
46534            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
46535 ____________________________________________________________________________
46536 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
46537         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
46538      Branch: perl
46539            ! doio.c doop.c dump.c op.c sv.c
46540 ____________________________________________________________________________
46541 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
46542         Log: Allison says that "Media" isn't really needed in the name.
46543      Branch: perl
46544            ! pod/perl.pod
46545 ____________________________________________________________________________
46546 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
46547         Log: Add SvGROW_mutable
46548      Branch: perl
46549            ! sv.c sv.h
46550 ____________________________________________________________________________
46551 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
46552         Log: Passing read only values (such as string constants) to select should
46553              croak.
46554      Branch: perl
46555            + t/op/sselect.t
46556            ! MANIFEST pp_sys.c
46557 ____________________________________________________________________________
46558 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
46559         Log: Don't pass constants to select
46560      Branch: perl
46561            ! t/op/lex_assign.t
46562 ____________________________________________________________________________
46563 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
46564         Log: Pre-run and disarm the code automodification run by
46565              Compress::Zlib's Makefile
46566      Branch: perl
46567            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
46568            ! ext/Compress/Zlib/examples/filtdef
46569            ! ext/Compress/Zlib/examples/filtinf
46570            ! ext/Compress/Zlib/examples/gzcat
46571            ! ext/Compress/Zlib/examples/gzgrep
46572            ! ext/Compress/Zlib/examples/gzstream
46573            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
46574            ! ext/Compress/Zlib/t/03examples.t
46575            ! ext/Compress/Zlib/t/04encoding.t
46576            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
46577 ____________________________________________________________________________
46578 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
46579         Log: Update Windows makefiles
46580      Branch: perl
46581            ! win32/Makefile win32/makefile.mk
46582 ____________________________________________________________________________
46583 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
46584         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
46585              $#... interaction. 
46586      Branch: perl
46587            ! scope.c t/op/array.t
46588 ____________________________________________________________________________
46589 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
46590         Log: Update maintainers list
46591      Branch: perl
46592            ! Porting/Maintainers.pl
46593 ____________________________________________________________________________
46594 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
46595         Log: Bump version number
46596      Branch: perl
46597            ! ext/Compress/Zlib/Zlib.pm
46598 ____________________________________________________________________________
46599 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
46600         Log: Makefile.PL adjustments for the core
46601      Branch: perl
46602            ! ext/Compress/Zlib/Makefile.PL
46603 ____________________________________________________________________________
46604 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
46605         Log: SvUPGRADE returns void in blead
46606      Branch: perl
46607            ! ext/Compress/Zlib/Zlib.xs
46608 ____________________________________________________________________________
46609 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
46610         Log: Drom Compress::Zlib 1.34 in ext/
46611      Branch: perl
46612            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
46613            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
46614            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
46615            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
46616            + ext/Compress/Zlib/examples/filtdef
46617            + ext/Compress/Zlib/examples/filtinf
46618            + ext/Compress/Zlib/examples/gzcat
46619            + ext/Compress/Zlib/examples/gzgrep
46620            + ext/Compress/Zlib/examples/gzstream
46621            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
46622            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
46623            + ext/Compress/Zlib/t/03examples.t
46624            + ext/Compress/Zlib/t/04encoding.t
46625            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
46626            + ext/Compress/Zlib/typemap
46627            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
46628            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
46629            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
46630            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
46631            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
46632            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
46633            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
46634            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
46635            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
46636            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
46637            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
46638            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
46639            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
46640            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
46641            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
46642            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
46643            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
46644            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
46645            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
46646            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
46647            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
46648            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
46649            ! MANIFEST
46650 ____________________________________________________________________________
46651 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
46652         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
46653      Branch: perl
46654            ! sv.c
46655 ____________________________________________________________________________
46656 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
46657         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
46658      Branch: perl
46659            ! av.c pod/perldiag.pod t/op/array.t
46660 ____________________________________________________________________________
46661 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
46662         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
46663              (but not \$#a after local @a or my @a leave a block)
46664      Branch: perl
46665            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
46666 ____________________________________________________________________________
46667 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
46668         Log: Convert op/array.t to test.pl
46669      Branch: perl
46670            ! t/op/array.t
46671 ____________________________________________________________________________
46672 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
46673         Log: Revert part of previous patch
46674      Branch: perl
46675            ! util.c
46676 ____________________________________________________________________________
46677 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
46678         Log: Subject: [PATCH] regcomp.c and more
46679              From: Andy Lester <andy@petdance.com>
46680              Date: Thu, 9 Jun 2005 10:05:56 -0500
46681              Message-ID: <20050609150556.GA30554@petdance.com>
46682      Branch: perl
46683            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
46684 ____________________________________________________________________________
46685 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
46686         Log: More SvPV consting
46687      Branch: perl
46688            ! mg.c perlio.c pp_pack.c
46689 ____________________________________________________________________________
46690 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
46691         Log: Don't ignore errors from an eval.
46692      Branch: perl
46693            ! t/op/pack.t
46694 ____________________________________________________________________________
46695 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
46696         Log: Update API docs.
46697      Branch: perl
46698            ! pod/perlapi.pod
46699 ____________________________________________________________________________
46700 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
46701         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
46702      Branch: perl
46703            ! opnames.h reentr.c reentr.h
46704 ____________________________________________________________________________
46705 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
46706         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
46707              starts.
46708      Branch: perl
46709            ! reentr.pl
46710 ____________________________________________________________________________
46711 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
46712         Log: Make minitest pass (must skip if no dynaloading)
46713      Branch: perl
46714            ! t/op/goto_xs.t
46715 ____________________________________________________________________________
46716 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
46717         Log: Subject: [PATCH] pp_pack.c cleanup
46718              From: Andy Lester <andy@petdance.com>
46719              Date: Wed, 8 Jun 2005 10:23:53 -0500
46720              Message-ID: <20050608152353.GA6253@petdance.com>
46721      Branch: perl
46722            ! pp_pack.c
46723 ____________________________________________________________________________
46724 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
46725         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
46726              From: Alexey Tourbin <at@altlinux.ru>
46727              Date: Wed, 8 Jun 2005 13:45:08 +0400
46728              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
46729      Branch: perl
46730            ! pod/perlfunc.pod
46731 ____________________________________________________________________________
46732 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
46733         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
46734              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
46735              Date: Thu, 09 Jun 2005 08:50:56 +0300
46736              Message-ID: <42A7D8C0.1080104@gmail.com>
46737      Branch: perl
46738            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
46739 ____________________________________________________________________________
46740 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
46741         Log: More SvPV consting
46742      Branch: perl
46743            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
46744 ____________________________________________________________________________
46745 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
46746         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
46747      Branch: perl
46748            ! sv.c
46749 ____________________________________________________________________________
46750 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
46751         Log: Add SvPV_mutable for use by the old COW code.
46752      Branch: perl
46753            ! sv.h
46754 ____________________________________________________________________________
46755 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
46756         Log: sv_setsv is allowed to swipe buffers from read only scalars
46757      Branch: perl
46758            ! sv.c
46759 ____________________________________________________________________________
46760 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
46761         Log: const-ize pp_formline
46762      Branch: perl
46763            ! pp_ctl.c
46764 ____________________________________________________________________________
46765 [ 24764] By: merijn                                on 2005/06/08  19:14:19
46766         Log: Cygwin fails to open $^X on many occasion here
46767              afile is still available from the previous test
46768      Branch: perl
46769            ! t/io/layers.t
46770 ____________________________________________________________________________
46771 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
46772         Log: Remove repeated C<n_a>s
46773      Branch: perl
46774            ! perl.c
46775 ____________________________________________________________________________
46776 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
46777         Log: Remove the n_a
46778      Branch: perl
46779            ! malloc.c
46780 ____________________________________________________________________________
46781 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
46782         Log: Add and use MgPV_nolen_const
46783      Branch: perl
46784            ! mg.c mg.h
46785 ____________________________________________________________________________
46786 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
46787         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
46788      Branch: perl
46789            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
46790            ! proto.h regcomp.c taint.c toke.c
46791 ____________________________________________________________________________
46792 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
46793         Log: Allow a null length pointer to sv_pvn_force_flags.
46794              Add SvPV_force_nolen and use it to remove some C<n_a>s
46795      Branch: perl
46796            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
46797 ____________________________________________________________________________
46798 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
46799         Log: n_a no more
46800      Branch: perl
46801            ! perl.c pp_ctl.c pp_sys.c universal.c
46802 ____________________________________________________________________________
46803 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
46804         Log: Eliminate more C<n_a>s
46805      Branch: perl
46806            ! XSUB.h pp.h
46807 ____________________________________________________________________________
46808 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
46809         Log: A mising cast (given that rx->subbeg is only char *)
46810      Branch: perl
46811            ! pp_hot.c
46812 ____________________________________________________________________________
46813 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
46814         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
46815      Branch: perl
46816            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
46817            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
46818            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
46819            ! sv.h
46820 ____________________________________________________________________________
46821 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
46822         Log: Subject: [PATCH] regexec.c utf8 loading
46823              From: Andy Lester <andy@petdance.com>
46824              Date: Wed, 8 Jun 2005 00:03:32 -0500
46825              Message-ID: <20050608050332.GA31059@petdance.com>
46826      Branch: perl
46827            ! regexec.c
46828 ____________________________________________________________________________
46829 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
46830         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
46831              From: José Pedro Oliveira <jpo@di.uminho.pt>
46832              Date: Tue, 07 Jun 2005 21:07:42 +0100
46833              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
46834      Branch: perl
46835            ! lib/FindBin.pm
46836 ____________________________________________________________________________
46837 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
46838         Log: One more SvPV_const
46839      Branch: perl
46840            ! pp.c
46841 ____________________________________________________________________________
46842 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
46843         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
46844      Branch: perl
46845            ! sv.h
46846 ____________________________________________________________________________
46847 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
46848         Log: Remove two more unused C<n_a>s
46849      Branch: perl
46850            ! pp_sys.c
46851 ____________________________________________________________________________
46852 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
46853         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
46854      Branch: perl
46855            ! sv.c
46856 ____________________________________________________________________________
46857 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
46858         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
46859              Elminate a lot of C<n_a>s
46860      Branch: perl
46861            ! pp.h pp_ctl.c pp_sys.c
46862 ____________________________________________________________________________
46863 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
46864         Log: Add SvPVx_nolen and SvPVbytex_nolen
46865      Branch: perl
46866            ! sv.h
46867 ____________________________________________________________________________
46868 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
46869         Log: More SvPV consting
46870      Branch: perl
46871            ! perly.act perly.y
46872 ____________________________________________________________________________
46873 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
46874         Log: Mark a static function as static
46875      Branch: perl
46876            ! utf8.c
46877 ____________________________________________________________________________
46878 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
46879         Log: More SvPV consting
46880      Branch: perl
46881            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
46882            ! sv.c toke.c
46883 ____________________________________________________________________________
46884 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
46885         Log: More SvPV consting
46886      Branch: perl
46887            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
46888            ! sv.c
46889 ____________________________________________________________________________
46890 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
46891         Log: More consting of SvPV
46892      Branch: perl
46893            ! embed.fnc pp_ctl.c proto.h sv.c
46894 ____________________________________________________________________________
46895 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
46896         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
46897      Branch: perl
46898            ! sv.h
46899 ____________________________________________________________________________
46900 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
46901         Log: More SvPV consting.
46902      Branch: perl
46903            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
46904            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
46905 ____________________________________________________________________________
46906 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
46907         Log: Add SvPV_nolen_const and SvPV_nomg_const
46908      Branch: perl
46909            ! sv.h
46910 ____________________________________________________________________________
46911 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
46912         Log: Add MgPV_const
46913      Branch: perl
46914            ! mg.h
46915 ____________________________________________________________________________
46916 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
46917         Log: Remove unused variable (thanks to Andy's lint)
46918      Branch: perl
46919            ! mg.c
46920 ____________________________________________________________________________
46921 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
46922         Log: Change 24733 allows several pointers to be NULL. Therefore this
46923              should be reflected in their attributes.
46924      Branch: perl
46925            ! embed.fnc proto.h
46926 ____________________________________________________________________________
46927 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
46928         Log: Subject: [PATCH] Random cleanups #47
46929              From: Andy Lester <andy@petdance.com>
46930              Date: Mon, 6 Jun 2005 10:11:07 -0500
46931              Message-ID: <20050606151107.GC7022@petdance.com>
46932      Branch: perl
46933            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
46934            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
46935 ____________________________________________________________________________
46936 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
46937         Log: make some more functions static
46938              
46939              Subject: [PATCH] B/C/C.xs: static my_runops()
46940              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
46941              
46942              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
46943              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
46944              
46945              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
46946              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
46947              
46948              all being :
46949              From: Alexey Tourbin <at@altlinux.ru>
46950              Date: Sun, 5 Jun 2005
46951      Branch: perl
46952            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
46953 ____________________________________________________________________________
46954 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
46955         Log: Simplify the implementation of SvPV*nolen functions
46956      Branch: perl
46957            ! sv.c sv.h
46958 ____________________________________________________________________________
46959 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
46960         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
46961      Branch: perl
46962            ! sv.c sv.h
46963 ____________________________________________________________________________
46964 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
46965         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
46966              (spotted by Steve_p)
46967      Branch: perl
46968            ! util.c
46969 ____________________________________________________________________________
46970 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
46971         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
46972              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
46973              Date: Sun, 05 Jun 2005 18:06:12 +0300
46974              Message-ID: <42A314E4.8060608@gmail.com>
46975      Branch: perl
46976            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
46977            ! utf8.c utf8.h
46978 ____________________________________________________________________________
46979 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
46980         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
46981              From: Alexey Tourbin <at@altlinux.ru>
46982              Date: Sun, 5 Jun 2005 03:08:30 +0400
46983              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
46984      Branch: perl
46985            ! util.c
46986 ____________________________________________________________________________
46987 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
46988         Log: Fix apidoc for newSVhek
46989      Branch: perl
46990            ! pod/perlapi.pod sv.c
46991 ____________________________________________________________________________
46992 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
46993         Log: make pp_split const
46994      Branch: perl
46995            ! pp.c
46996 ____________________________________________________________________________
46997 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
46998         Log: Lots of consting
46999      Branch: perl
47000            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
47001            ! pp_sys.c
47002 ____________________________________________________________________________
47003 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
47004         Log: The FBM compile code is mutable, because it's permissible to FBM
47005              compile a read-only value.
47006      Branch: perl
47007            ! util.c
47008 ____________________________________________________________________________
47009 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
47010         Log: XS_VERSION_BOOTCHECK is read only.
47011      Branch: perl
47012            ! XSUB.h
47013 ____________________________________________________________________________
47014 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
47015         Log: POPpx needs a const equivalent.
47016      Branch: perl
47017            ! pp.h
47018 ____________________________________________________________________________
47019 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
47020         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
47021              routines need to be mutable, as it's permitted to change the type of
47022              a READONLY SV, or cache the string or number conversion.
47023              Other routines are mostly const.
47024      Branch: perl
47025            ! sv.c
47026 ____________________________________________________________________________
47027 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
47028         Log: Need const versions of SvPV(), so that its callers can indicate
47029              whether they are read/write or read only
47030              Also provide a mutable version, for the internals to use where it
47031              needs a non-const pointer, but will be writing. Callers of this are
47032              assumed to be aware of how copy on write is working, and to keep
47033              track of core changes.
47034              
47035              For now check that SVs are not READONLY when const versions are used.
47036              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
47037              READONLY flag, but for now it provides a good test indicator.
47038      Branch: perl
47039            ! sv.h
47040 ____________________________________________________________________________
47041 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
47042         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
47043              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47044              Date: Mon, 06 Jun 2005 20:28:35 +0300
47045              Message-ID: <42A487C3.8010306@gmail.com>
47046      Branch: perl
47047            ! pod/perlfunc.pod pp.c t/op/chr.t
47048 ____________________________________________________________________________
47049 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
47050         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
47051              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
47052              Date: Tue, 7 Jun 2005 13:19:33 +0400 
47053              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
47054      Branch: perl
47055            ! README.win32
47056 ____________________________________________________________________________
47057 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
47058         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
47059              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
47060              Date: 6 Jun 2005 23:24:28 -0000
47061              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
47062      Branch: perl
47063            ! toke.c
47064 ____________________________________________________________________________
47065 [ 24717] By: merijn                                on 2005/06/07  08:18:59
47066         Log: Subject: [PATCH] Unvoid SvUPGRADE
47067              From: Andy Lester <andy@petdance.com>
47068              Date: Mon, 6 Jun 2005 23:08:50 -0500
47069              Message-ID: <20050607040850.GA7033@petdance.com>
47070      Branch: perl
47071            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
47072            ! scope.c sv.c sv.h toke.c util.c
47073 ____________________________________________________________________________
47074 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
47075         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
47076      Branch: perl
47077            ! hv.c pp_hot.c sv.c sv.h
47078 ____________________________________________________________________________
47079 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
47080         Log: SvIsCOW_shared_hash is declared all the time, so use it.
47081      Branch: perl
47082            ! pp_hot.c
47083 ____________________________________________________________________________
47084 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
47085         Log: Shared hash key scalars can be safely copied as shared hash key scalars
47086              all the time.
47087      Branch: perl
47088            ! sv.c
47089 ____________________________________________________________________________
47090 [ 24713] By: steveh                                on 2005/06/06  07:52:59
47091         Log: NORETURN_FUNCTION_END is not a complete statement
47092              
47093              (Fix compilation error following change #24702)
47094      Branch: perl
47095            ! ext/IO/IO.xs
47096 ____________________________________________________________________________
47097 [ 24712] By: steveh                                on 2005/06/06  07:47:06
47098         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
47099              
47100              (Fix compilation error following change #24689)
47101      Branch: perl
47102            ! sv.c
47103 ____________________________________________________________________________
47104 [ 24711] By: merijn                                on 2005/06/06  06:18:51
47105         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
47106              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47107              Date: Sun, 05 Jun 2005 18:28:08 +0300
47108              Message-ID: <42A31A08.3070601@gmail.com>
47109      Branch: perl
47110            ! Makefile.SH
47111 ____________________________________________________________________________
47112 [ 24710] By: merijn                                on 2005/06/06  06:01:30
47113         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
47114              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47115              Date: Sun, 5 Jun 2005 20:43:55 -0700
47116              Message-ID: <20050606034354.GA1456@efn.org>
47117      Branch: perl
47118            ! cygwin/cygwin.c
47119 ____________________________________________________________________________
47120 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
47121         Log: New test for getppid(), by Alexey Tourbin
47122      Branch: perl
47123            + t/op/getppid.t
47124            ! MANIFEST
47125 ____________________________________________________________________________
47126 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
47127         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
47128              From: Salvador Fandiño <sfandino@yahoo.com>
47129              Date: Jun 5, 2005 4:25 AM
47130              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
47131      Branch: perl
47132            ! pp_sort.c
47133 ____________________________________________________________________________
47134 [ 24707] By: ams                                   on 2005/06/05  03:55:11
47135         Log: Subject: [PATCH] Fix minor bummer in 24706
47136              From: Andy Lester <andy@petdance.com>
47137              Date: Sat, 4 Jun 2005 23:09:04 -0500
47138              Message-Id: <20050605040904.GA27783@petdance.com>
47139      Branch: perl
47140            ! utf8.c
47141 ____________________________________________________________________________
47142 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
47143         Log: Subject: [PATCH] further speeding up of is_utf8_string()
47144              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47145              Date: Sat, 04 Jun 2005 13:40:15 +0300
47146              Message-ID: <42A1850F.4040109@gmail.com>
47147      Branch: perl
47148            + t/op/chr.t
47149            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
47150 ____________________________________________________________________________
47151 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
47152         Log: Silence a const warning
47153      Branch: perl
47154            ! sv.c
47155 ____________________________________________________________________________
47156 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
47157         Log: Improve FindBin discovery of current directory, based on :
47158              
47159              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
47160              From: José Pedro Oliveira <jpo@di.uminho.pt>
47161              Date: Thu, 12 May 2005 20:36:48 +0100
47162              Message-ID: <4283B050.6080805@di.uminho.pt>
47163              
47164              Plus POD fixes
47165      Branch: perl
47166            ! lib/FindBin.pm
47167 ____________________________________________________________________________
47168 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
47169         Log: Simplify the getppid code, by Alexey Tourbin
47170      Branch: perl
47171            ! pp_sys.c
47172 ____________________________________________________________________________
47173 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
47174         Log: Subject: [PATCH] Consting IO and Devel::Peek
47175              From: Andy Lester <andy@petdance.com>
47176              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
47177              Message-ID: <20050531212621.GA12117@petdance.com>
47178      Branch: perl
47179            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
47180 ____________________________________________________________________________
47181 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
47182         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
47183              From: Andy Lester <andy@petdance.com>
47184              Date: Jun 3, 2005 7:14 PM
47185              Message-ID: <20050603171448.GA5834@petdance.com>
47186      Branch: perl
47187            ! toke.c
47188 ____________________________________________________________________________
47189 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
47190         Log: Subject: B::Concise torture
47191              From: Jim Cromie <jcromie@divsol.com>
47192              Date: Jun 2, 2005 6:36 AM
47193              Message-ID: <429E8CBE.406@divsol.com>
47194              (with formatting nits)
47195      Branch: perl
47196            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
47197 ____________________________________________________________________________
47198 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
47199         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
47200              From: Gisle Aas <gisle@activestate.com>
47201              Date: 03 Jun 2005 09:17:44 -0700
47202              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
47203      Branch: perl
47204            ! lib/Net/Ping.pm
47205 ____________________________________________________________________________
47206 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
47207         Log: Use newSVhek in the cloning code.
47208      Branch: perl
47209            ! sv.c
47210 ____________________________________________________________________________
47211 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
47212         Log: Use newSVhek where we're generating SVs from package names
47213      Branch: perl
47214            ! op.c pp.c sv.c toke.c
47215 ____________________________________________________________________________
47216 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
47217         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
47218      Branch: perl
47219            ! embed.fnc embed.h hv.c proto.h sv.c
47220 ____________________________________________________________________________
47221 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
47222         Log: Bump version number
47223      Branch: perl
47224            ! ext/Devel/DProf/DProf.pm
47225 ____________________________________________________________________________
47226 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
47227         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
47228              From: Duncan Findlay <duncf@debian.org>
47229              Date: Wed, 1 Jun 2005 12:18:08 -0400
47230              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
47231      Branch: perl
47232            ! utils/dprofpp.PL
47233 ____________________________________________________________________________
47234 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
47235         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
47236              turned into SVs
47237      Branch: perl
47238            ! embed.fnc embed.h global.sym hv.c sv.c
47239 ____________________________________________________________________________
47240 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
47241         Log: POD fixes
47242      Branch: perl
47243            ! pod/perlfunc.pod
47244 ____________________________________________________________________________
47245 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
47246         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
47247              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47248              Date: Thu, 2 Jun 2005 11:49:11 -0700
47249              Message-ID: <20050602184911.GA3292@efn.org>
47250      Branch: perl
47251            ! pod/perlop.pod
47252 ____________________________________________________________________________
47253 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
47254         Log: Subject: [PATCH] Random consting
47255              From: Andy Lester <andy@petdance.com>
47256              Date: Thu, 2 Jun 2005 12:19:43 -0500
47257              Message-ID: <20050602171943.GA16553@petdance.com>
47258      Branch: perl
47259            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
47260            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
47261            ! util.c
47262 ____________________________________________________________________________
47263 [ 24688] By: steveh                                on 2005/06/03  08:12:45
47264         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
47265              From: "Jan Dubois" <jand@ActiveState.com>
47266              Date: Mon, 18 Apr 2005 20:16:24 -0700
47267              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
47268              
47269              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
47270              From: "Jan Dubois" <jand@ActiveState.com>
47271              Date: Tue, 19 Apr 2005 01:49:51 -0700
47272              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
47273              
47274              (There was no reply from Rob Brown in over a month, so commit to blead
47275              for now.  I'll email him again...)
47276      Branch: perl
47277            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
47278            ! lib/Net/Ping/t/500_ping_icmp.t
47279 ____________________________________________________________________________
47280 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
47281         Log: Subject: [PATCH] speed up is_utf8_char()
47282              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47283              Date: Thu, 02 Jun 2005 21:52:46 +0300
47284              Message-ID: <429F557E.3090007@gmail.com>
47285      Branch: perl
47286            ! utf8.c utf8.h
47287 ____________________________________________________________________________
47288 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
47289         Log: Subject: [PATCH] Quotes in pod/*.pod
47290              From: Andy Lester <andy@petdance.com>
47291              Date: Thu, 2 Jun 2005 16:19:54 -0500
47292              Message-ID: <20050602211954.GA22107@petdance.com>
47293      Branch: perl
47294            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
47295            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
47296            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
47297            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
47298            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
47299            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
47300            ! pod/perlthrtut.pod
47301 ____________________________________________________________________________
47302 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
47303         Log: Indent fix
47304      Branch: perl
47305            ! pod/perlfaq7.pod
47306 ____________________________________________________________________________
47307 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
47308         Log: FAQ sync
47309      Branch: perl
47310            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
47311            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
47312            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
47313 ____________________________________________________________________________
47314 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
47315         Log: Subject: [PATCH] symbian/xsbuild.pl
47316              From: <jarkko.hietaniemi@nokia.com>
47317              Date: Fri, 3 Jun 2005 11:00:01 +0300
47318              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
47319      Branch: perl
47320            ! symbian/xsbuild.pl
47321 ____________________________________________________________________________
47322 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
47323         Log: Subject: [PATCH] SvPVX_const() - patch #4
47324              From: Steve Peters <steve@fisharerojo.org>
47325              Date: Thu, 2 Jun 2005 13:41:35 -0500
47326              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
47327      Branch: perl
47328            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
47329 ____________________________________________________________________________
47330 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
47331         Log: Subject: Re: [patch] teach B::Concise to see XS code
47332              From: Jim Cromie <jcromie@divsol.com>
47333              Date: Wed, 01 Jun 2005 08:01:17 -0600
47334              Message-ID: <429DBFAD.1090308@divsol.com>
47335      Branch: perl
47336            ! ext/B/B/Concise.pm ext/B/t/concise.t
47337 ____________________________________________________________________________
47338 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
47339         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
47340              the relevant makefiles and tables-of-contents to reflect this.
47341      Branch: perl
47342           +> pod/perl587delta.pod
47343           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
47344           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
47345           !> win32/makefile.mk win32/pod.mak
47346 ____________________________________________________________________________
47347 [ 24679] By: steveh                                on 2005/06/02  15:57:13
47348         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
47349              From: DH <crazyinsomniac@yahoo.com>
47350              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
47351              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
47352              
47353              (with a couple of minor tweaks)
47354      Branch: perl
47355            ! win32/dl_win32.xs
47356 ____________________________________________________________________________
47357 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
47358         Log: Dave can see a better way of doing the rounding.
47359      Branch: perl
47360            ! handy.h
47361 ____________________________________________________________________________
47362 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
47363         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
47364      Branch: perl
47365            ! toke.c
47366 ____________________________________________________________________________
47367 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
47368         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
47369              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
47370              it for now.
47371      Branch: perl
47372            ! hv.c sv.c toke.c
47373 ____________________________________________________________________________
47374 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
47375         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
47376      Branch: perl
47377            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
47378            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
47379            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
47380            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
47381            ! lib/ExtUtils/CBuilder/Platform/aix.pm
47382            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
47383            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
47384            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
47385 ____________________________________________________________________________
47386 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
47387         Log: CPP typo fix (by Dominic Dunlop)
47388      Branch: perl
47389            ! perl.c
47390 ____________________________________________________________________________
47391 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
47392         Log: Oops. My maths was too generous (by 1).
47393      Branch: perl
47394            ! handy.h
47395 ____________________________________________________________________________
47396 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
47397         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
47398              macro.
47399      Branch: perl
47400            ! toke.c
47401 ____________________________________________________________________________
47402 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
47403         Log: Fix changed diagnostic
47404      Branch: perl
47405            ! pod/perldiag.pod
47406 ____________________________________________________________________________
47407 [ 24670] By: ams                                   on 2005/06/02  08:44:41
47408         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
47409              From: Steve Peters <steve@fisharerojo.org>
47410              Date: Tue, 31 May 2005 09:55:43 -0500
47411              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
47412      Branch: perl
47413            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
47414            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
47415            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
47416            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
47417 ____________________________________________________________________________
47418 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
47419         Log: Subject: [PATCH] use lengths in sv_setpv() calls
47420              From: Andy Lester <andy@petdance.com>
47421              Date: Wed, 1 Jun 2005 23:16:56 -0500
47422              Message-ID: <20050602041656.GA3000@petdance.com>
47423      Branch: perl
47424            ! gv.c sv.c util.c
47425 ____________________________________________________________________________
47426 [ 24668] By: merijn                                on 2005/06/02  08:02:23
47427         Log: New HW model; more on threads for 10.20
47428      Branch: perl
47429            ! README.hpux
47430 ____________________________________________________________________________
47431 [ 24667] By: merijn                                on 2005/06/02  07:52:09
47432         Log: HP-UX specific #pragma entered in #23890 is not supported
47433              on HP-UX 10.20 and older
47434      Branch: perl
47435            ! perl.c
47436 ____________________________________________________________________________
47437 [ 24666] By: merijn                                on 2005/06/02  07:39:30
47438         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
47439              From: Andy Lester <andy@petdance.com>
47440              Date: Thu, 2 Jun 2005 00:02:38 -0500
47441              Message-ID: <20050602050238.GA4001@petdance.com>
47442      Branch: perl
47443            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
47444            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
47445            ! scope.h thrdvar.h toke.c util.c
47446 ____________________________________________________________________________
47447 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
47448         Log: Round up all string length requests to malloc()/realloc() to the next
47449              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
47450              internally will quantise, and so we're going to use space that
47451              otherwise would be wasted. Hopefully this will save realloc()ing.
47452      Branch: perl
47453            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
47454 ____________________________________________________________________________
47455 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
47456         Log: I think SvCUR() was intended rather than SvLEN()
47457      Branch: perl
47458            ! ext/Storable/Storable.xs
47459 ____________________________________________________________________________
47460 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
47461         Log: We don't have XRVs any more, so remove the typedef
47462      Branch: perl
47463            ! perl.h
47464 ____________________________________________________________________________
47465 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
47466         Log: Zero-ing the new HV array is pointless, as we write to every element.
47467              Also avoid calling into he_dup when the HE is 0, to save the function
47468              call overhead.
47469      Branch: perl
47470            ! sv.c
47471 ____________________________________________________________________________
47472 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
47473         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
47474              char rather than HE *. Bug was harmless, overallocating by a factor
47475              of sizeof(HE *)
47476      Branch: perl
47477            ! hv.c
47478 ____________________________________________________________________________
47479 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
47480         Log: Store the xhv_aux structure after the main array.
47481              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
47482              build. It has the side effect of defined %symbol_table:: now always
47483              being true. defined %hash is already deprecated.
47484      Branch: perl
47485            ! hv.c hv.h sv.c sv.h t/op/magic.t
47486 ____________________________________________________________________________
47487 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
47488         Log: If we're building config_heavy.pl somewhere else, then we need to
47489              require it, not something (or maybe nothing) in the correct place.
47490      Branch: perl
47491            ! configpm
47492 ____________________________________________________________________________
47493 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
47494         Log: Revert change #24656
47495      Branch: perl
47496            ! Makefile.SH
47497 ____________________________________________________________________________
47498 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
47499         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
47500              So PL_mess_sv contained an uninitialised value.
47501      Branch: perl
47502            ! util.c
47503 ____________________________________________________________________________
47504 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
47505         Log: Subject: [PATCH] eliminate always running mktables
47506              From: Robin Barker <Robin.Barker@npl.co.uk>
47507              Date: Wed, 1 Jun 2005 09:55:16 +0100 
47508              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
47509      Branch: perl
47510            ! Makefile.SH
47511 ____________________________________________________________________________
47512 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
47513         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
47514      Branch: perl
47515            ! Makefile.SH
47516 ____________________________________________________________________________
47517 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
47518         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
47519              From: Stephen McCamant <smcc@mit.edu>
47520              Date: Sat, 21 May 2005 21:52:31 -0700
47521              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
47522              
47523              Correctly nullify CvSTART when undef'ing a CV
47524      Branch: perl
47525            ! op.c
47526 ____________________________________________________________________________
47527 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
47528         Log: Subject: Re: [patch] teach B::Concise to see XS code
47529              From: Jim Cromie <jcromie@divsol.com>
47530              Date: Sat, 21 May 2005 09:24:24 -0600
47531              Message-ID: <428F52A8.20702@divsol.com>
47532      Branch: perl
47533            + ext/B/t/concise-xs.t
47534            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
47535 ____________________________________________________________________________
47536 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
47537         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
47538              From: Andy Lester <andy@petdance.com>
47539              Date: Tue, 31 May 2005 12:39:00 -0500
47540              Message-ID: <20050531173900.GA9820@petdance.com>
47541      Branch: perl
47542            ! lib/unicore/mktables
47543 ____________________________________________________________________________
47544 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
47545         Log: Remove duplicated line
47546      Branch: perl
47547            ! lib/Module/CoreList.pm
47548 ____________________________________________________________________________
47549 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
47550         Log: Upgrade to Module::CoreList 2.02
47551      Branch: perl
47552            ! lib/Module/CoreList.pm
47553 ____________________________________________________________________________
47554 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
47555         Log: Attempt 2 at a diet memory layout can go live.
47556      Branch: perl
47557            ! av.h hv.h
47558 ____________________________________________________________________________
47559 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
47560         Log: Avoid updating a variable in a loop.
47561              Only calculate the number of links in a hash bucket chain if we really
47562              need it.
47563      Branch: perl
47564            ! hv.c
47565 ____________________________________________________________________________
47566 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
47567         Log: Avoid updating a variable in the loop
47568      Branch: perl
47569            ! hv.c
47570 ____________________________________________________________________________
47571 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
47572         Log: Subject: [PATCH] ByteLoader.xs cleanup
47573              From: Andy Lester <andy@petdance.com>
47574              Date: Mon, 30 May 2005 22:28:36 -0500
47575              Message-ID: <20050531032836.GA32198@petdance.com>
47576      Branch: perl
47577            ! ext/ByteLoader/ByteLoader.xs
47578 ____________________________________________________________________________
47579 [ 24644] By: merijn                                on 2005/05/31  05:41:24
47580         Log: Add DECC to the symbol list
47581              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
47582              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47583              Date: Mon, 30 May 2005 16:33:15 -0700
47584              Message-ID: <20050530233315.GA3088@efn.org>
47585      Branch: perl
47586            ! Configure
47587 ____________________________________________________________________________
47588 [ 24642] By: davem                                 on 2005/05/30  23:37:15
47589         Log: add pointer to email explaining why eval {goto &foo} is banned
47590      Branch: perl
47591            ! pp_ctl.c
47592 ____________________________________________________________________________
47593 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
47594         Log: Change the logic to avoid needing to set a variable during the loop
47595      Branch: perl
47596            ! hv.c
47597 ____________________________________________________________________________
47598 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
47599         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
47600      Branch: perl
47601            ! hv.c
47602 ____________________________________________________________________________
47603 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
47604         Log: Upgrade to PathTools 3.08
47605      Branch: perl
47606            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
47607 ____________________________________________________________________________
47608 [ 24630] By: merijn                                on 2005/05/30  11:07:45
47609         Log: gcc hints were not yet applied to gcc-4.x
47610              Now they are
47611      Branch: perl
47612            ! hints/hpux.sh
47613 ____________________________________________________________________________
47614 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
47615         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
47616              From: Olli Savia (via RT) <perlbug-followup@perl.org>
47617              Date: 30 May 2005 10:59:35 -0000
47618              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
47619      Branch: perl
47620            ! util.c
47621 ____________________________________________________________________________
47622 [ 24628] By: merijn                                on 2005/05/30  10:28:06
47623         Log: regen after #24627
47624      Branch: perl
47625            ! perlapi.h
47626 ____________________________________________________________________________
47627 [ 24627] By: merijn                                on 2005/05/30  10:19:09
47628         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
47629              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47630              Date: Mon, 30 May 2005 09:15:56 +0300
47631              Message-ID: <429AAF9C.30503@gmail.com>
47632      Branch: perl
47633            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
47634 ____________________________________________________________________________
47635 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
47636         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
47637              From: Andy Lester <andy@petdance.com>
47638              Date: Tue, 24 May 2005 11:41:15 -0500
47639              Message-ID: <20050524164115.GA12027@petdance.com>
47640      Branch: perl
47641            ! hv.c
47642 ____________________________________________________________________________
47643 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
47644         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
47645              From: Andy Lester <andy@petdance.com>
47646              Date: Tue, 24 May 2005 11:47:22 -0500
47647              Message-ID: <20050524164722.GC12027@petdance.com>
47648              
47649              Subject: [PATCH] Remove unused casts
47650              From: Andy Lester <andy@petdance.com>
47651              Date: Tue, 24 May 2005 11:42:18 -0500
47652              Message-ID: <20050524164218.GB12027@petdance.com>
47653      Branch: perl
47654            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
47655            ! sv.c
47656 ____________________________________________________________________________
47657 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
47658         Log: Minor grammar fix by Uri Guttman
47659      Branch: perl
47660            ! pod/perlre.pod
47661 ____________________________________________________________________________
47662 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
47663         Log: Subject: [PATCH] perlrun.pod -w description typo
47664              From: Offer Kaye <offer.kaye@gmail.com>
47665              Date: Mon, 30 May 2005 11:27:38 +0300
47666              Message-ID: <569425050530012768a9baca@mail.gmail.com>
47667      Branch: perl
47668            ! pod/perlrun.pod
47669 ____________________________________________________________________________
47670 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
47671         Log: Subject: [PATCH] Minor warning squashings
47672              From: Andy Lester <andy@petdance.com>
47673              Date: Sun, 29 May 2005 00:19:06 -0500
47674              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
47675              
47676              Subject: [PATCH] Consting in Opcode.xs
47677              From: Andy Lester <andy@petdance.com>
47678              Date: Sun, 29 May 2005 11:23:50 -0500
47679              Message-ID: <20050529162350.GA13965@petdance.com>
47680              
47681              Subject: [PATCH] consting attrs.xs
47682              From: Andy Lester <andy@petdance.com>
47683              Date: Sun, 29 May 2005 14:15:46 -0500
47684              Message-ID: <20050529191546.GA15581@petdance.com>
47685              
47686              Subject: [PATCH] consting B.xs
47687              From: Andy Lester <andy@petdance.com>
47688              Date: Sun, 29 May 2005 15:09:24 -0500
47689              Message-ID: <20050529200924.GA15873@petdance.com>
47690      Branch: perl
47691            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
47692            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
47693 ____________________________________________________________________________
47694 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
47695         Log: Need a cast to avoid a compiler warning.
47696      Branch: perl
47697            ! ext/ByteLoader/bytecode.h
47698 ____________________________________________________________________________
47699 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
47700         Log: Goodbye xav_arylen. You won't be missed that much.
47701              So now there's a buy 5 get one free offer on PVAV bodies.
47702      Branch: perl
47703            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
47704 ____________________________________________________________________________
47705 [ 24618] By: ams                                   on 2005/05/29  18:07:37
47706         Log: Subject: [PATCH configure.com] compiler awareness week
47707              From: "Craig A. Berry" <craigberry@mac.com>
47708              Date: Sun, 29 May 2005 12:43:09 -0500
47709              Message-Id: <4299FF2D.90209@mac.com>
47710      Branch: perl
47711            ! configure.com
47712 ____________________________________________________________________________
47713 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
47714         Log: Change the IV to a union.
47715              Revert the NV union back to a plain NV
47716              Transpose the positions of IV and NV (NV is now first)
47717              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
47718              currently disabled by default)
47719      Branch: perl
47720            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
47721 ____________________________________________________________________________
47722 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
47723         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
47724      Branch: perl
47725            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
47726            ! win32/makefile.mk
47727 ____________________________________________________________________________
47728 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
47729         Log: Restort into bulidtoc's preferred order
47730      Branch: perl
47731            ! MANIFEST
47732 ____________________________________________________________________________
47733 [ 24613] By: ams                                   on 2005/05/29  04:45:05
47734         Log: Subject: [PATCH] VMS build update for blead
47735              From: "Craig A. Berry" <craigberry@mac.com>
47736              Date: Sat, 28 May 2005 23:18:46 -0500
47737              Message-Id: <429942A6.10601@mac.com>
47738      Branch: perl
47739            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
47740            ! vms/vms.c vms/vmsish.h
47741 ____________________________________________________________________________
47742 [ 24612] By: ams                                   on 2005/05/28  14:40:32
47743         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
47744              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47745              Date: Sat, 28 May 2005 11:47:47 +0300
47746              Message-Id: <42983033.5050509@gmail.com>
47747      Branch: perl
47748            ! t/uni/class.t
47749 ____________________________________________________________________________
47750 [ 24610] By: merijn                                on 2005/05/27  19:22:39
47751         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
47752              From: Michael G Schwern <schwern@pobox.com>
47753              Date: Fri, 27 May 2005 12:33:27 -0700
47754              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
47755      Branch: perl
47756            ! installperl
47757 ____________________________________________________________________________
47758 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
47759         Log: In assert(), we mustn't stringify the message as part of the first
47760              argument to croak, as it's a *printf format, and the thing we're
47761              asserting might itself contain % signs.
47762              Also, as __FILE__ is a string, we can append that to the format,
47763              rather than needing a %s for it.
47764      Branch: perl
47765            ! perl.h
47766 ____________________________________________________________________________
47767 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
47768         Log: is() is better than ok()
47769      Branch: perl
47770            ! t/op/each.t
47771 ____________________________________________________________________________
47772 [ 24607] By: steveh                                on 2005/05/27  16:22:59
47773         Log: Fix failing Cwd tests on Win32
47774              
47775              Patch was posted to Ken previously
47776              
47777              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
47778              
47779              but no reply as yet.  I'll mail him again...
47780      Branch: perl
47781            ! lib/Cwd.pm
47782 ____________________________________________________________________________
47783 [ 24606] By: steveh                                on 2005/05/27  16:15:41
47784         Log: Skip signals and core dump tests on Win32
47785              
47786              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
47787      Branch: perl
47788            ! t/run/exit.t
47789 ____________________________________________________________________________
47790 [ 24605] By: steveh                                on 2005/05/27  15:54:09
47791         Log: Fix more Win32 linker errors caused by change 24561
47792              
47793              Apparently sys_intern_init and sys_intern_clear are required even for
47794              non-threaded builds on Win32.
47795      Branch: perl
47796            ! embed.fnc embed.h proto.h
47797 ____________________________________________________________________________
47798 [ 24596] By: merijn                                on 2005/05/27  10:20:54
47799         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
47800              From: Michael G Schwern <schwern@pobox.com>
47801              Date: Thu, 26 May 2005 13:43:05 -0700
47802              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
47803      Branch: perl
47804            ! installperl
47805 ____________________________________________________________________________
47806 [ 24595] By: merijn                                on 2005/05/27  10:06:25
47807         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
47808              From: <jarkko.hietaniemi@nokia.com>
47809              Date: Fri, 27 May 2005 13:15:36 +0300
47810              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
47811      Branch: perl
47812            ! perl.h
47813 ____________________________________________________________________________
47814 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
47815         Log: Get the HEK once only in the hot code (class method calls)
47816      Branch: perl
47817            ! hv.h pp_hot.c
47818 ____________________________________________________________________________
47819 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
47820         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
47821              From: Michael G Schwern <schwern@pobox.com>
47822              Date: Thu, 26 May 2005 13:39:38 -0700
47823              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
47824      Branch: perl
47825            ! pod/perlfunc.pod pod/perlport.pod
47826 ____________________________________________________________________________
47827 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
47828         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
47829              From: Steve Peters <steve@fisharerojo.org>
47830              Date: Thu, 26 May 2005 14:58:50 -0500
47831              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
47832      Branch: perl
47833            ! pod/perlapi.pod sv.h
47834 ____________________________________________________________________________
47835 [ 24591] By: steveh                                on 2005/05/26  16:56:03
47836         Log: Fix some Win32 link errors
47837      Branch: perl
47838            ! global.sym makedef.pl proto.h
47839 ____________________________________________________________________________
47840 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
47841         Log: Rename the members of the SV head union to avoid pre-processor
47842              arguments with embed.h
47843      Branch: perl
47844            ! av.h hv.h sv.c sv.h
47845 ____________________________________________________________________________
47846 [ 24588] By: ams                                   on 2005/05/26  15:33:58
47847         Log: -Wall is intolerably noisy with icc.
47848      Branch: perl
47849            ! cflags.SH
47850 ____________________________________________________________________________
47851 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
47852         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
47853              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47854              Date: Thu, 26 May 2005 23:46:35 +0900
47855              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
47856      Branch: perl
47857            ! lib/bytes.pm lib/bytes.t
47858 ____________________________________________________________________________
47859 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
47860         Log: Store the package name as a shared HEK.
47861              Abolish HvNAME() - as the stored pointer is not a char* you can't set
47862              it directly now.
47863              Storing a pointer to a HEK tracks the length too, and seems to be
47864              faster.
47865      Branch: perl
47866            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
47867            ! xsutils.c
47868 ____________________________________________________________________________
47869 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
47870         Log: We know how big the global string table will be, so use that
47871              information.
47872      Branch: perl
47873            ! sv.c
47874 ____________________________________________________________________________
47875 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
47876         Log: It helps to set the total keys correctly when duplicating a hash.
47877              It helps even more to have a test for this.
47878      Branch: perl
47879            ! ext/threads/t/problems.t sv.c
47880 ____________________________________________________________________________
47881 [ 24581] By: merijn                                on 2005/05/26  11:26:05
47882         Log: More possible re-order dependencies solved
47883      Branch: perl
47884            ! Porting/config_h.pl config_h.SH
47885 ____________________________________________________________________________
47886 [ 24580] By: merijn                                on 2005/05/26  08:43:38
47887         Log: Subject: [PATCH] Updated lint infrastructure
47888              From: Andy Lester <andy@petdance.com>
47889              Date: Wed, 25 May 2005 12:31:39 -0500
47890              Message-ID: <20050525173139.GB1701@petdance.com>
47891      Branch: perl
47892            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
47893 ____________________________________________________________________________
47894 [ 24579] By: ams                                   on 2005/05/26  07:08:22
47895         Log: Subject: [PATCH] MPE/iX has no lchown()
47896              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47897              Date: Thu, 26 May 2005 08:36:19 +0300
47898              Message-Id: <42956053.4010200@gmail.com>
47899      Branch: perl
47900            ! hints/mpeix.sh
47901 ____________________________________________________________________________
47902 [ 24578] By: merijn                                on 2005/05/25  19:05:07
47903         Log: Added Porting/config_h.pl
47904      Branch: perl
47905            ! MANIFEST
47906 ____________________________________________________________________________
47907 [ 24576] By: merijn                                on 2005/05/25  18:41:52
47908         Log: Reordering config_h.SH after metaconfig now semi automated
47909              This will save me *a lot* of manual work
47910      Branch: perl
47911            + Porting/config_h.pl
47912            ! Configure config_h.SH
47913 ____________________________________________________________________________
47914 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
47915         Log: Export Perl_hek_dup, which duplicates shared hash keys.
47916      Branch: perl
47917            ! embed.fnc embed.h hv.c proto.h
47918 ____________________________________________________________________________
47919 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
47920         Log: Track the mapping between source shared hash keys and target shared
47921              hash keys to save repeated lookups during cloning.
47922      Branch: perl
47923            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
47924            ! perl.c perlapi.h proto.h sv.c
47925 ____________________________________________________________________________
47926 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
47927         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
47928              HvNAME_set
47929      Branch: perl
47930            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
47931            ! ext/ByteLoader/byterun.c
47932 ____________________________________________________________________________
47933 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
47934         Log: I think for now these have to be disabled by default.
47935      Branch: perl
47936            ! av.h hv.h
47937 ____________________________________________________________________________
47938 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
47939         Log: Update description of Term::ReadLine and fix typo
47940              Subject: [perl #35963] Typo in Term::ReadLine 
47941              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
47942              Date: 24 May 2005 23:29:37 -0000
47943              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
47944      Branch: perl
47945            ! lib/Term/ReadLine.pm
47946 ____________________________________________________________________________
47947 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
47948         Log: Initialising the hash seed needs to be early in case anything
47949              calcualtes HASHes during dup()ing.
47950      Branch: perl
47951            ! sv.c
47952 ____________________________________________________________________________
47953 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
47954         Log: Reorder the union to cause Win32 compilers to use void * alignment for
47955              it.
47956      Branch: perl
47957            ! av.h cv.h hv.h sv.h
47958 ____________________________________________________________________________
47959 [ 24568] By: ams                                   on 2005/05/24  16:44:53
47960         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
47961              From: jarkko.hietaniemi@nokia.com
47962              Date: Tue, 24 May 2005 12:48:38 +0300
47963              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
47964      Branch: perl
47965            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
47966 ____________________________________________________________________________
47967 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
47968         Log: Clarification on the behaviour of qw// and x :
47969              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
47970              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47971              Date: Tue, 24 May 2005 08:52:00 -0700
47972              Message-ID: <20050524155200.GA1784@efn.org>
47973      Branch: perl
47974            ! pod/perlop.pod
47975 ____________________________________________________________________________
47976 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
47977         Log: Leaking is bad, m'kay.
47978      Branch: perl
47979            ! hv.c sv.c
47980 ____________________________________________________________________________
47981 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
47982         Log: Remove Perl_ck_* functions from public API
47983      Branch: perl
47984            ! embed.fnc embed.h global.sym
47985 ____________________________________________________________________________
47986 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
47987         Log: Correct the description of pte_arenaroot
47988      Branch: perl
47989            ! intrpvar.h
47990 ____________________________________________________________________________
47991 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
47992         Log: Documentation nit on @-, found by Guillaume Rousse
47993              (plus POD markup simplification, for readability with pod2text)
47994      Branch: perl
47995            ! pod/perlvar.pod
47996 ____________________________________________________________________________
47997 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
47998         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
47999      Branch: perl
48000            ! ext/B/t/deparse.t
48001 ____________________________________________________________________________
48002 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
48003         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
48004              From: Andy Lester <andy@petdance.com>
48005              Date: Sat, 21 May 2005 09:06:40 -0500
48006              Message-ID: <20050521140640.GB875@petdance.com>
48007      Branch: perl
48008            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
48009            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
48010 ____________________________________________________________________________
48011 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
48012         Log: The tokenizer should expect an operator after qw().
48013              This fixes [perl #35885] qw and x operators doesn't mix
48014      Branch: perl
48015            ! t/op/repeat.t toke.c
48016 ____________________________________________________________________________
48017 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
48018         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
48019              From: demerphq <demerphq@gmail.com>
48020              Date: Mon, 23 May 2005 11:43:56 +0200
48021              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
48022      Branch: perl
48023            ! ext/B/t/deparse.t
48024 ____________________________________________________________________________
48025 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
48026         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
48027      Branch: perl
48028            ! Makefile.SH
48029 ____________________________________________________________________________
48030 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
48031         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
48032      Branch: perl
48033            ! av.h hv.h sv.h
48034 ____________________________________________________________________________
48035 [ 24556] By: ams                                   on 2005/05/23  16:58:46
48036         Log: Assorted 2.15 fixes.
48037      Branch: perl
48038            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
48039 ____________________________________________________________________________
48040 [ 24555] By: ams                                   on 2005/05/23  16:34:16
48041         Log: Remove one const to ensure that the universe doesn't tip over.
48042              (At least on AIX.)
48043      Branch: perl
48044            ! ext/Storable/Storable.xs
48045 ____________________________________________________________________________
48046 [ 24554] By: merijn                                on 2005/05/23  15:29:01
48047         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) 
48048              From: Andrew Dougherty <doughera@lafayette.edu>
48049              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
48050              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
48051      Branch: perl
48052            ! ext/SDBM_File/sdbm/sdbm.c
48053 ____________________________________________________________________________
48054 [ 24553] By: ams                                   on 2005/05/23  15:24:05
48055         Log: Subject: [PATCH] universal.c warnings hushed
48056              From: Andy Lester <andy@petdance.com>
48057              Date: Mon, 23 May 2005 10:38:25 -0500
48058              Message-Id: <20050523153825.GA28498@petdance.com>
48059      Branch: perl
48060            ! universal.c
48061 ____________________________________________________________________________
48062 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
48063         Log: Attribute compilation fix for Windows by Andy Lester
48064      Branch: perl
48065            ! perl.h perlio.h
48066 ____________________________________________________________________________
48067 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
48068         Log: Update to Scalar-List-Utils-1.17
48069      Branch: perl
48070            ! ext/List/Util/Changes ext/List/Util/README
48071            ! ext/List/Util/lib/List/Util.pm
48072            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
48073            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
48074 ____________________________________________________________________________
48075 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
48076         Log: Declaration nit spotted by Jarkko
48077      Branch: perl
48078            ! hv.c
48079 ____________________________________________________________________________
48080 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
48081         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
48082              regexps. Don't attempt to look at the IVX if it's not an IV.
48083      Branch: perl
48084            ! perl.c sv.c
48085 ____________________________________________________________________________
48086 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
48087         Log: Oops. What is looking at an array's SvIVX()?
48088      Branch: perl
48089            ! sv.c
48090 ____________________________________________________________________________
48091 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
48092         Log: We don't need IV and RV arena variables anymore. We don't need to set
48093              SvIVX or SvNVX on hashes.
48094      Branch: perl
48095            ! embedvar.h intrpvar.h perlapi.h sv.c
48096 ____________________________________________________________________________
48097 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
48098         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
48099              containing pointers initialised to zero.
48100      Branch: perl
48101            ! ext/B/B/Bytecode.pm
48102 ____________________________________________________________________________
48103 [ 24545] By: steveh                                on 2005/05/23  08:46:37
48104         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
48105              
48106              (None are actually defined, but it's nice to have them there anyway)
48107      Branch: perl
48108            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48109            ! win32/config_H.vc64
48110 ____________________________________________________________________________
48111 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
48112         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
48113      Branch: perl
48114            ! av.h hv.h intrpvar.h sv.c sv.h
48115 ____________________________________________________________________________
48116 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
48117         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
48118              because PerlIOScalar_unread was broken.
48119              Bump version number of PerlIO::scalar to 0.04.
48120      Branch: perl
48121            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
48122            ! ext/PerlIO/t/scalar.t
48123 ____________________________________________________________________________
48124 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
48125         Log: Re-order IVX slot in SV bodies
48126      Branch: perl
48127            ! av.h cv.h hv.h sv.h
48128 ____________________________________________________________________________
48129 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
48130         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
48131              From: Michael G Schwern <schwern@pobox.com>
48132              Date: May 20, 2005 10:09 PM
48133              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
48134      Branch: perl
48135            ! lib/Carp.t
48136 ____________________________________________________________________________
48137 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
48138         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
48139              the memory to store pointers and integers.
48140              (Part 1 - will be reworked to be more efficient when IV or void*
48141              is 64 bit soon)
48142      Branch: perl
48143            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
48144            ! hv.h sv.h
48145 ____________________________________________________________________________
48146 [ 24537] By: ams                                   on 2005/05/21  22:26:34
48147         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
48148              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48149              Date: Sat, 21 May 2005 23:20:21 +0300
48150              Message-Id: <428F9805.70108@gmail.com>
48151      Branch: perl
48152            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
48153            ! MANIFEST
48154 ____________________________________________________________________________
48155 [ 24536] By: ams                                   on 2005/05/21  22:17:20
48156         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
48157              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
48158      Branch: perl
48159            ! perl.h
48160 ____________________________________________________________________________
48161 [ 24535] By: davem                                 on 2005/05/21  22:10:19
48162         Log: goto &xsub that croaks corrupts memory
48163              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
48164              goto &xs_sub mimic this behaviour by first popping the old CxSUB
48165      Branch: perl
48166            ! pp_ctl.c t/op/goto_xs.t
48167 ____________________________________________________________________________
48168 [ 24534] By: davem                                 on 2005/05/21  21:38:55
48169         Log: stop goto &foo wasting stack space
48170              it used to push @_ onto the end of the stack; now it pops the stack
48171              back to the old watermark first.
48172      Branch: perl
48173            ! pp_ctl.c
48174 ____________________________________________________________________________
48175 [ 24533] By: davem                                 on 2005/05/21  19:50:50
48176         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
48177      Branch: perl
48178            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
48179            ! ext/XS/APItest/t/exception.t
48180 ____________________________________________________________________________
48181 [ 24532] By: davem                                 on 2005/05/21  19:15:43
48182         Log: disallow eval { goto &foo }
48183              eval 'goto &foo' is already banned, and the try-version usually
48184              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
48185              Anyway exiting an eval but preserving "it's" @_ doesn't make much
48186              sense.
48187      Branch: perl
48188            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
48189 ____________________________________________________________________________
48190 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
48191         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
48192              IV and UV. Avoid allocating a body for IVs and RVs.
48193      Branch: perl
48194            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
48195            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
48196            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
48197 ____________________________________________________________________________
48198 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
48199         Log: Really fix change 24527
48200      Branch: perl
48201            ! gv.c
48202 ____________________________________________________________________________
48203 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
48204         Log: Fool. That should be I32 everywhere.
48205      Branch: perl
48206            ! hv.c
48207 ____________________________________________________________________________
48208 [ 24528] By: ams                                   on 2005/05/21  15:35:44
48209         Log: Subject: [PATCH] ctags parms need to know .h is C
48210              From: Andy Lester <andy@petdance.com>
48211              Date: Sat, 21 May 2005 08:58:14 -0500
48212              Message-Id: <20050521135814.GA875@petdance.com>
48213      Branch: perl
48214            ! Makefile.SH
48215 ____________________________________________________________________________
48216 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
48217         Log: Compilation fix
48218      Branch: perl
48219            ! gv.c
48220 ____________________________________________________________________________
48221 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
48222         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
48223              Provide (more efficient) _get and _set macros.
48224              Adjust the core to use them.
48225      Branch: perl
48226            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
48227            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
48228            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
48229            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
48230            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
48231            ! toke.c universal.c xsutils.c
48232 ____________________________________________________________________________
48233 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
48234         Log: Move placeholders into a new rhash magic type.
48235      Branch: perl
48236            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
48237            ! perl.h proto.h sv.c
48238 ____________________________________________________________________________
48239 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
48240         Log: Update to MakeMaker 6.30
48241      Branch: perl
48242            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
48243            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
48244            ! lib/ExtUtils/t/PL_FILES.t
48245            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
48246 ____________________________________________________________________________
48247 [ 24523] By: ams                                   on 2005/05/21  02:58:49
48248         Log: Subject: [PATCH] SvPVX_const - patch #2
48249              From: Steve Peters <steve@fisharerojo.org>
48250              Date: Fri, 20 May 2005 21:42:10 -0500
48251              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
48252      Branch: perl
48253            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
48254 ____________________________________________________________________________
48255 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
48256         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
48257              (PMROOT being needed to implement bare C<reset> - how often do you
48258              use that?)
48259      Branch: perl
48260            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
48261            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
48262            ! op.c perl.h sv.c
48263 ____________________________________________________________________________
48264 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
48265         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
48266      Branch: perl
48267            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
48268            ! ext/Storable/Storable.xs
48269 ____________________________________________________________________________
48270 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
48271         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
48272      Branch: perl
48273            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
48274 ____________________________________________________________________________
48275 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
48276         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
48277              it being redefined.
48278      Branch: perl
48279            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
48280 ____________________________________________________________________________
48281 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
48282         Log: Goodbye AvFLAGS
48283      Branch: perl
48284            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
48285            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
48286            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
48287            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
48288 ____________________________________________________________________________
48289 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
48290         Log: Upgrade to Math::BigInt 1.77
48291      Branch: perl
48292            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48293            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
48294            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
48295            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
48296 ____________________________________________________________________________
48297 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
48298         Log: Fix a typo
48299      Branch: perl
48300            ! hv.h
48301 ____________________________________________________________________________
48302 [ 24514] By: ams                                   on 2005/05/20  14:42:21
48303         Log: Damnable applypatch nonsense.
48304      Branch: perl
48305            ! ext/Storable/t/sig_die.t
48306 ____________________________________________________________________________
48307 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
48308         Log: Update MANIFEST
48309      Branch: perl
48310            ! MANIFEST
48311 ____________________________________________________________________________
48312 [ 24512] By: ams                                   on 2005/05/20  14:21:21
48313         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
48314              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
48315      Branch: perl
48316            + ext/Storable/t/sig_die.t
48317            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
48318 ____________________________________________________________________________
48319 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
48320         Log: Subject: [PATCH] Add a Makefile target for ctags
48321              From: Andy Lester <andy@petdance.com>
48322              Date: Thu, 12 May 2005 11:40:52 -0500
48323              Message-ID: <20050512164052.GA30287@petdance.com>
48324      Branch: perl
48325            ! Makefile.SH
48326 ____________________________________________________________________________
48327 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
48328         Log: Upgrade to MakeMaker 6.29
48329      Branch: perl
48330            + lib/ExtUtils/t/FIRST_MAKEFILE.t
48331            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
48332            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
48333            ! lib/ExtUtils/t/Installed.t
48334 ____________________________________________________________________________
48335 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
48336         Log: Subject: SvPVX_const() - Patch #1
48337              From: Steve Peters <steve@fisharerojo.org>
48338              Date: Tue, 17 May 2005 18:17:01 -0500
48339              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
48340      Branch: perl
48341            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
48342 ____________________________________________________________________________
48343 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
48344         Log: Subject: [PATCH] Attribute configuration
48345              From: Andy Lester <andy@petdance.com>
48346              Date: Thu, 19 May 2005 12:32:56 -0500
48347              Message-ID: <20050519173256.GA29039@petdance.com>
48348      Branch: perl
48349            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
48350            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
48351            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
48352            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
48353            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
48354            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
48355            ! win32/config.bc win32/config.gc win32/config.vc
48356            ! win32/config.vc64 wince/config.ce
48357 ____________________________________________________________________________
48358 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
48359         Log: Gisle noted an unused variable
48360      Branch: perl
48361            ! t/run/exit.t
48362 ____________________________________________________________________________
48363 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
48364         Log: Fix the new exit() tests, by Gisle Aas :
48365              don't let the shell interfere with the process return value
48366      Branch: perl
48367            ! t/run/exit.t
48368 ____________________________________________________________________________
48369 [ 24505] By: ams                                   on 2005/05/19  17:51:48
48370         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
48371              From: yves orton <perlbug-followup@perl.org>
48372              Date: 18 May 2005 08:30:44 -0000
48373              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
48374      Branch: perl
48375            ! ext/B/B/Deparse.pm
48376 ____________________________________________________________________________
48377 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
48378         Log: tabs, not spaces. Bad editor. No cookie.
48379              Does the MANIFEST file support comments, sufficient to add an editor
48380              block?
48381      Branch: perl
48382            ! MANIFEST
48383 ____________________________________________________________________________
48384 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
48385         Log: Adjust VMS test count
48386      Branch: perl
48387            ! t/run/exit.t
48388 ____________________________________________________________________________
48389 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
48390         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
48391              From: Gisle Aas <gisle@ActiveState.com>
48392              Date: 18 May 2005 08:35:47 -0700
48393              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
48394      Branch: perl
48395            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
48396            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
48397 ____________________________________________________________________________
48398 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
48399         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
48400              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48401              Date: Wed, 18 May 2005 07:13:40 -0700
48402              Message-ID: <20050518141131.GA2704@efn.org>
48403      Branch: perl
48404            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
48405            + lib/ExtUtils/CBuilder/Platform/Unix.pm
48406            + lib/ExtUtils/CBuilder/Platform/VMS.pm
48407            + lib/ExtUtils/CBuilder/Platform/Windows.pm
48408            + lib/ExtUtils/CBuilder/Platform/aix.pm
48409            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
48410            + lib/ExtUtils/CBuilder/Platform/darwin.pm
48411            + lib/ExtUtils/CBuilder/Platform/os2.pm
48412            + lib/ExtUtils/CBuilder/t/01-basic.t
48413            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
48414            + lib/ExtUtils/ParseXS/t/XSTest.pm
48415            + lib/ExtUtils/ParseXS/t/XSTest.xs
48416            + lib/ExtUtils/ParseXS/t/basic.t
48417            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
48418            ! lib/ExtUtils/xsubpp
48419 ____________________________________________________________________________
48420 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
48421         Log: Subject: B::Disassembler.pm
48422              From: Nicholas Clark <nick@ccl4.org>
48423              Date: Tue, 17 May 2005 11:28:18 +0100
48424              Message-ID: <20050517102817.GD94420@plum.flirble.org>
48425      Branch: perl
48426            ! ext/B/B/Disassembler.pm
48427 ____________________________________________________________________________
48428 [ 24498] By: davem                                 on 2005/05/18  12:39:22
48429         Log: make t/TEST print summary times consistently to two decimal places
48430      Branch: perl
48431            ! t/TEST
48432 ____________________________________________________________________________
48433 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
48434         Log: Default to allocating the correct size for the array in the HV.
48435              Override this with -DPERL_USE_LARGE_HV_ALLOC
48436      Branch: perl
48437            ! hv.h
48438 ____________________________________________________________________________
48439 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
48440         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
48441              From: Michael G Schwern <schwern@pobox.com>
48442              Date: Mon, 16 May 2005 15:17:05 -0700
48443              Message-ID: <20050516221705.GA212@windhund.schwern.org>
48444              
48445              Subject: [PATCH] Eliminate function signatures from perlport
48446              From: Michael G Schwern <schwern@pobox.com>
48447              Date: Mon, 16 May 2005 15:24:18 -0700
48448              Message-ID: <20050516222418.GA422@windhund.schwern.org>
48449      Branch: perl
48450            ! pod/perlport.pod
48451 ____________________________________________________________________________
48452 [ 24495] By: merijn                                on 2005/05/17  18:45:56
48453         Log: Subject: [PATCH] more about __attribute__
48454              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48455              Date: Tue, 17 May 2005 20:36:43 +0300
48456              Message-ID: <428A2BAB.9020306@gmail.com>
48457      Branch: perl
48458            ! perl.h
48459 ____________________________________________________________________________
48460 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
48461         Log: Clarify definition of octal literals
48462              (thanks to Olivier Blin)
48463      Branch: perl
48464            ! pod/perldata.pod
48465 ____________________________________________________________________________
48466 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
48467         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
48468              From: <jarkko.hietaniemi@nokia.com>
48469              Date: Mon, 16 May 2005 17:59:35 +0300
48470              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
48471              
48472              completed by:
48473              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
48474      Branch: perl
48475            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
48476            ! symbian/port.pl universal.c
48477 ____________________________________________________________________________
48478 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
48479         Log: One last 1008 to replace with PERL_ARENA_SIZE
48480      Branch: perl
48481            ! sv.c
48482 ____________________________________________________________________________
48483 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
48484         Log: Upgrade to Encode 2.10
48485      Branch: perl
48486            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
48487            ! ext/Encode/Encode.xs ext/Encode/META.yml
48488            ! ext/Encode/lib/Encode/Alias.pm
48489 ____________________________________________________________________________
48490 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
48491         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
48492              From: Andy Lester <andy@petdance.com>
48493              Date: Mon, 16 May 2005 10:13:53 -0500
48494              Message-ID: <20050516151353.GA25387@petdance.com>
48495      Branch: perl
48496            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
48497            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
48498            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
48499            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
48500 ____________________________________________________________________________
48501 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
48502         Log: Bump the version number on Win32::Win32
48503      Branch: perl
48504            ! win32/ext/Win32/Win32.pm
48505 ____________________________________________________________________________
48506 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
48507         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
48508      Branch: perl
48509            ! sv.c
48510 ____________________________________________________________________________
48511 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
48512         Log: This seems to be the right thing to do to iterate over layers
48513      Branch: perl
48514            ! ext/PerlIO/via/via.xs
48515 ____________________________________________________________________________
48516 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
48517         Log: $! might contain "unknown" if strerror(3) says so
48518      Branch: perl
48519            ! t/op/mkdir.t
48520 ____________________________________________________________________________
48521 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
48522         Log: Upgrade to Time::HiRes 1.68
48523      Branch: perl
48524            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48525            ! ext/Time/HiRes/HiRes.xs
48526 ____________________________________________________________________________
48527 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
48528         Log: Subject: [PATCH] Minor tweak to via
48529              From: Andy Lester <andy@petdance.com>
48530              Message-ID: <20050513163952.GA20167@petdance.com>
48531              Date: Fri, 13 May 2005 11:39:52 -0500
48532              
48533              from a bug report and patch by Matt Lawrence
48534      Branch: perl
48535            ! ext/PerlIO/via/via.xs
48536 ____________________________________________________________________________
48537 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
48538         Log: Upgrade to CGI.pm 3.10
48539      Branch: perl
48540            + lib/CGI/t/can.t
48541            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
48542 ____________________________________________________________________________
48543 [ 24469] By: davem                                 on 2005/05/15  00:09:35
48544         Log: avoid leaked scalar in BEGIN { threads->new(...) }
48545      Branch: perl
48546            ! sv.c
48547 ____________________________________________________________________________
48548 [ 24468] By: davem                                 on 2005/05/14  23:16:50
48549         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
48550      Branch: perl
48551            ! perl.c
48552 ____________________________________________________________________________
48553 [ 24467] By: davem                                 on 2005/05/14  15:11:30
48554         Log: initialize the PL_xpvgv_[arena]root vars during clone
48555      Branch: perl
48556            ! sv.c
48557 ____________________________________________________________________________
48558 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
48559         Log: Update to Scalar-List-Utils-1.15
48560      Branch: perl
48561            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
48562            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
48563            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
48564            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
48565            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
48566            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
48567            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
48568            + ext/List/Util/t/p_tainted.t
48569            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
48570            ! ext/List/Util/lib/List/Util.pm
48571            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
48572            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
48573            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
48574            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
48575            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
48576            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
48577            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
48578            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
48579            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
48580            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
48581 ____________________________________________________________________________
48582 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
48583         Log: Subject: change to quiet cygwin's perlld
48584              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48585              Date: Fri, 13 May 2005 06:15:45 -0700
48586              Message-ID: <20050513131545.GB4024@efn.org>
48587      Branch: perl
48588            ! cygwin/perlld.in
48589 ____________________________________________________________________________
48590 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
48591         Log: Reorder the *more* arena allocation functions into a block
48592              As they are now ahead of their corresponding *new* functions, no need
48593              for all the embedding guff.
48594              Remove all the "register" keywords.
48595      Branch: perl
48596            ! embed.fnc embed.h hv.c proto.h sv.c
48597 ____________________________________________________________________________
48598 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
48599         Log: Allocate GV bodies from arenas
48600      Branch: perl
48601            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
48602 ____________________________________________________________________________
48603 [ 24455] By: davem                                 on 2005/05/12  19:07:27
48604         Log: make join.t threadsafe!
48605              tests 13 and 14 could output in reverse order. Add a lock to stop
48606              this.
48607      Branch: perl
48608            ! ext/threads/t/join.t
48609 ____________________________________________________________________________
48610 [ 24454] By: steveh                                on 2005/05/12  10:56:20
48611         Log: Remove a couple of unreferenced local variables
48612      Branch: perl
48613            ! win32/ext/Win32/Win32.xs
48614 ____________________________________________________________________________
48615 [ 24453] By: steveh                                on 2005/05/12  10:10:37
48616         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
48617              From: "Jan Dubois" <jand@ActiveState.com>
48618              Date: Wed, 11 May 2005 22:30:37 -0700
48619              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
48620      Branch: perl
48621            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
48622 ____________________________________________________________________________
48623 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
48624         Log: Silence DEBUGGING compilation warnings
48625      Branch: perl
48626            ! toke.c
48627 ____________________________________________________________________________
48628 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
48629         Log: SvUPGRADE doesn't return false.
48630      Branch: perl
48631            ! toke.c
48632 ____________________________________________________________________________
48633 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
48634         Log: Rework documentation of split(//,...)
48635      Branch: perl
48636            ! pod/perlfunc.pod
48637 ____________________________________________________________________________
48638 [ 24449] By: ams                                   on 2005/05/11  16:57:27
48639         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
48640              From: Steve Peters via RT <perlbug-followup@perl.org>
48641              Date: 11 May 2005 16:58:22 -0000
48642              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
48643              
48644              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
48645              From: Steve Peters via RT <perlbug-followup@perl.org>
48646              Date: 11 May 2005 17:13:29 -0000
48647              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
48648      Branch: perl
48649            ! pod/perlfunc.pod pod/perlsyn.pod
48650 ____________________________________________________________________________
48651 [ 24446] By: merijn                                on 2005/05/11  09:39:06
48652         Log: Subject: Hints changes for OS X 10.4
48653              From: Michael G Schwern <schwern@pobox.com>
48654              Date: Tue, 10 May 2005 18:10:47 -0700
48655              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
48656      Branch: perl
48657            ! hints/darwin.sh
48658 ____________________________________________________________________________
48659 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
48660         Log: Include vim/emacs modelines in generated files to open them
48661              in read-only mode. Make vi modelines compatible with non-vim
48662              vi versions.
48663      Branch: perl
48664            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
48665            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
48666            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
48667            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
48668            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
48669            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
48670            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
48671            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
48672            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
48673            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
48674 ____________________________________________________________________________
48675 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
48676         Log: Subject: potential [PATCH] Tru64 crank up strictness
48677              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48678              Date: May 10, 2005 7:44 PM
48679              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
48680      Branch: perl
48681            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
48682 ____________________________________________________________________________
48683 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
48684         Log: "make regen" should run reentr.pl
48685      Branch: perl
48686            ! regen.pl
48687 ____________________________________________________________________________
48688 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
48689         Log: Regenerate reentr.[ch]
48690      Branch: perl
48691            ! reentr.c reentr.h
48692 ____________________________________________________________________________
48693 [ 24441] By: ams                                   on 2005/05/10  17:23:26
48694         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
48695              From: Steve Peters <steve@fisharerojo.org>
48696              Date: Tue, 10 May 2005 12:44:13 -0500
48697              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
48698      Branch: perl
48699            + README.openbsd
48700            ! MANIFEST reentr.pl
48701 ____________________________________________________________________________
48702 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
48703         Log: Add editor boilerplates to all C files
48704              (except the generated ones)
48705      Branch: perl
48706            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
48707            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
48708            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
48709            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
48710            ! universal.c utf8.c util.c xsutils.c
48711 ____________________________________________________________________________
48712 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
48713         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
48714              plus a couple of 1 byte sv_setpv()s too.
48715      Branch: perl
48716            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
48717            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
48718 ____________________________________________________________________________
48719 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
48720         Log: As we have the length of the string easily to hand, no reason not to
48721              use it.
48722      Branch: perl
48723            ! op.c
48724 ____________________________________________________________________________
48725 [ 24437] By: ams                                   on 2005/05/10  14:41:08
48726         Log: Subject: [PATCH] perlop.pod nit
48727              From: Steve Peters <steve@fisharerojo.org>
48728              Date: Tue, 10 May 2005 09:41:01 -0500
48729              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
48730      Branch: perl
48731            ! pod/perlop.pod
48732 ____________________________________________________________________________
48733 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
48734         Log: Experiment with using the ptr_table code to hold the seen hash
48735      Branch: perl
48736            ! ext/Storable/Storable.xs
48737 ____________________________________________________________________________
48738 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
48739         Log: Simplify the debug and assert logic.
48740      Branch: perl
48741            ! ext/Storable/Storable.xs
48742 ____________________________________________________________________________
48743 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
48744         Log: Change 24165 missed one s/class/classname/ in the debugging code.
48745      Branch: perl
48746            ! ext/Storable/Storable.xs
48747 ____________________________________________________________________________
48748 [ 24433] By: ams                                   on 2005/05/10  03:16:23
48749         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
48750              From: Steve Peters <steve@fisharerojo.org>
48751              Date: Mon, 9 May 2005 21:10:49 -0500
48752              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
48753      Branch: perl
48754            ! reentr.h
48755 ____________________________________________________________________________
48756 [ 24432] By: ams                                   on 2005/05/10  03:15:34
48757         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
48758              From: Jan Dubois <jand@ActiveState.com>
48759              Date: Mon, 9 May 2005 19:29:06 -0700
48760              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
48761      Branch: perl
48762            ! config_h.SH
48763 ____________________________________________________________________________
48764 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
48765         Log: Subject: [PATCH] attributes-two.patch, the next batch
48766              From: Andy Lester <andy@petdance.com>
48767              Date: May 9, 2005 5:45 PM
48768              Message-ID: <20050509154518.GA18273@petdance.com>
48769      Branch: perl
48770            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
48771            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
48772            ! utf8.c
48773 ____________________________________________________________________________
48774 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
48775         Log: Fix typo (bug #35368)
48776      Branch: perl
48777            ! pod/perlreftut.pod
48778 ____________________________________________________________________________
48779 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
48780         Log: Update the comment describing arenas.
48781      Branch: perl
48782            ! sv.c
48783 ____________________________________________________________________________
48784 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
48785         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
48786              object file slightly smaller, and also increases the proportion of
48787              read only data section.
48788      Branch: perl
48789            ! gv.c
48790 ____________________________________________________________________________
48791 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
48792         Log: Upgrade to Unicode::Collate 0.50
48793      Branch: perl
48794            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
48795            + lib/Unicode/Collate/t/override.t
48796            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
48797            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
48798            ! lib/Unicode/Collate/t/contract.t
48799            ! lib/Unicode/Collate/t/hangtype.t
48800            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
48801            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
48802            ! lib/Unicode/Collate/t/normal.t
48803            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
48804            ! lib/Unicode/Collate/t/trailwt.t
48805            ! lib/Unicode/Collate/t/variable.t
48806            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
48807 ____________________________________________________________________________
48808 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
48809         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
48810              symbols are ithreads only.
48811      Branch: perl
48812            ! makedef.pl
48813 ____________________________________________________________________________
48814 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
48815         Log: Change 24420 should have hand updated globvar.sym to reflect the
48816              renaming of the global variable.
48817      Branch: perl
48818            ! globvar.sym
48819 ____________________________________________________________________________
48820 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
48821         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
48822              template. (Also slightly smaller object code)
48823      Branch: perl
48824            ! hv.c
48825 ____________________________________________________________________________
48826 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
48827         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
48828              From: Steve Peters <steve@fisharerojo.org>
48829              Date: Sun, 8 May 2005 20:49:17 -0500
48830              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
48831      Branch: perl
48832            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
48833 ____________________________________________________________________________
48834 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
48835         Log: Revert to Andy's first solution for nonnull attributes;
48836              add the missing defines for non-threaded perls in perl.h
48837      Branch: perl
48838            ! embed.h embed.pl global.sym perl.h proto.h
48839 ____________________________________________________________________________
48840 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
48841         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
48842              SvPV and a %s format.
48843      Branch: perl
48844            ! mg.c perl.h pp.c pp_hot.c
48845 ____________________________________________________________________________
48846 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
48847         Log: There's no need to set a reference count for the new SV heads, as it's
48848              always set to 1 at uprooting time.
48849              But set it to zero when DEBUGGING to make things clearer. Plus fix a
48850              bug introduced by change 22945, where the last SV head had an
48851              uninitialised reference count.
48852      Branch: perl
48853            ! sv.c
48854 ____________________________________________________________________________
48855 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
48856         Log: The idea is that when you find something, you stop looking.
48857              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
48858      Branch: perl
48859            ! sv.c
48860 ____________________________________________________________________________
48861 [ 24417] By: davem                                 on 2005/05/08  14:39:19
48862         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
48863      Branch: perl
48864            ! t/TEST
48865 ____________________________________________________________________________
48866 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
48867         Log: Tweak the insertion of __attribute__((nonnull())) declarations
48868              in proto.h so it compiles with and without threads with gcc 3.4
48869      Branch: perl
48870            ! embed.pl proto.h
48871 ____________________________________________________________________________
48872 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
48873         Log: Subject: [PATCH] GCC attributes!
48874              From: Andy Lester <andy@petdance.com>
48875              Date: May 4, 2005 11:55 PM
48876              Message-ID: <20050504215540.GA20413@petdance.com>
48877      Branch: perl
48878            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
48879            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
48880 ____________________________________________________________________________
48881 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
48882         Log: The ptr_table arena variables and code is only needed for ithreads.
48883      Branch: perl
48884            ! intrpvar.h sv.c
48885 ____________________________________________________________________________
48886 [ 24412] By: davem                                 on 2005/05/07  12:57:06
48887         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
48888              In the presence of 'my' in the conditional of a while(), until(),
48889              or for(;;) loop, add an extra scope to the body so that redo
48890              doesn't undef the lexical
48891      Branch: perl
48892            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
48893            ! pp_ctl.c proto.h t/op/loopctl.t
48894 ____________________________________________________________________________
48895 [ 24411] By: davem                                 on 2005/05/07  11:06:16
48896         Log: add 1.875c to the list of supported bisons
48897      Branch: perl
48898            ! regen_perly.pl
48899 ____________________________________________________________________________
48900 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
48901         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
48902              that other code assigning to $SIG{__WARN__} doesn't cause a premature
48903              free.
48904      Branch: perl
48905            ! perlio.c t/io/layers.t
48906 ____________________________________________________________________________
48907 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
48908         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
48909      Branch: perl
48910            ! sv.c
48911 ____________________________________________________________________________
48912 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
48913         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
48914      Branch: perl
48915            ! hv.c intrpvar.h sv.c
48916 ____________________________________________________________________________
48917 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
48918         Log: Upgrade to PathTools 3.07
48919      Branch: perl
48920            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
48921            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
48922            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48923            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48924            ! lib/File/Spec/t/Spec.t
48925 ____________________________________________________________________________
48926 [ 24406] By: ams                                   on 2005/05/06  15:17:26
48927         Log: Don't pretend SIGZERO exists [#35291].
48928      Branch: perl
48929            ! mg.c
48930 ____________________________________________________________________________
48931 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
48932         Log: Make the arena size changeable at compile time, and up the default by
48933              a factor of 4.
48934      Branch: perl
48935            ! hv.c perl.h sv.c
48936 ____________________________________________________________________________
48937 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
48938         Log: Allocate pointer table entries (for ithread cloning) from an arena
48939      Branch: perl
48940            ! embedvar.h intrpvar.h perlapi.h sv.c
48941 ____________________________________________________________________________
48942 [ 24402] By: davem                                 on 2005/05/05  20:52:11
48943         Log: avoid accessing a just-freed SV (keep ponie happy)
48944      Branch: perl
48945            ! pad.c
48946 ____________________________________________________________________________
48947 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
48948         Log: Missing files in Test::Simple
48949      Branch: perl
48950            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
48951            + t/lib/Test/Simple/sample_tests/exit.plx
48952 ____________________________________________________________________________
48953 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
48954         Log: Bump versions of non dual-life modules
48955      Branch: perl
48956            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
48957            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
48958 ____________________________________________________________________________
48959 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
48960         Log: Bump version numbers
48961      Branch: perl
48962            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
48963            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
48964 ____________________________________________________________________________
48965 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
48966         Log: Upgrade to Test::Simple 0.60
48967      Branch: perl
48968            - lib/Test/Simple/t/is_deeply.t
48969            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
48970            ! lib/Test/Simple.pm lib/Test/Simple/Changes
48971            ! lib/Test/Simple/t/00signature.t
48972            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
48973            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
48974            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
48975            ! lib/Test/Simple/t/require_ok.t
48976 ____________________________________________________________________________
48977 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
48978         Log: Bump B version numbers
48979      Branch: perl
48980            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
48981            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
48982            ! ext/B/t/OptreeCheck.pm
48983 ____________________________________________________________________________
48984 [ 24393] By: davem                                 on 2005/05/05  12:06:32
48985         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
48986      Branch: perl
48987            ! lib/Math/BigInt/t/bare_mbf.t
48988 ____________________________________________________________________________
48989 [ 24392] By: davem                                 on 2005/05/05  12:01:51
48990         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
48991              (made scope of %toto too narrow)
48992      Branch: perl
48993            ! t/TEST
48994 ____________________________________________________________________________
48995 [ 24390] By: davem                                 on 2005/05/05  00:34:50
48996         Log: make t/TEST detect various failure modes in testfile outputs
48997              in particular:
48998              multiple leader lines
48999              leader line not first or last line of file
49000              unrecognised lines
49001              out-of-sequence test numbers
49002      Branch: perl
49003            ! t/TEST
49004 ____________________________________________________________________________
49005 [ 24389] By: davem                                 on 2005/05/04  22:14:54
49006         Log: strictify t/TEST
49007              make most variables lexical, narrow their scope, and give some of
49008              them more meaningful names. Also fix a harmless bug where the wrong
49009              filehandles are closed (A+B rather than U+A)
49010      Branch: perl
49011            ! t/TEST
49012 ____________________________________________________________________________
49013 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
49014         Log: Document the unportability of atan2() edge cases
49015              and remove unportable tests (by Steve Peters)
49016      Branch: perl
49017            ! pod/perlport.pod t/op/exp.t
49018 ____________________________________________________________________________
49019 [ 24387] By: davem                                 on 2005/05/04  20:30:00
49020         Log: add test for [perl #34682] leaving eval via last in inner runops
49021      Branch: perl
49022            ! t/op/eval.t
49023 ____________________________________________________________________________
49024 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
49025         Log: Fix test numerotation
49026      Branch: perl
49027            ! t/op/goto.t
49028 ____________________________________________________________________________
49029 [ 24385] By: davem                                 on 2005/05/04  15:52:11
49030         Log: make goto.t use test.pl, strict and warnings
49031      Branch: perl
49032            ! t/op/goto.t
49033 ____________________________________________________________________________
49034 [ 24384] By: davem                                 on 2005/05/04  14:01:40
49035         Log: SEGV when next is followed by a goto
49036              
49037              next and redo didn't restore PL_curcop
49038      Branch: perl
49039            ! pp_ctl.c t/op/goto.t
49040 ____________________________________________________________________________
49041 [ 24383] By: ams                                   on 2005/05/04  12:12:30
49042         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
49043              From: Offer Kaye <offer.kaye@gmail.com>
49044              Date: Wed, 4 May 2005 15:10:37 +0300
49045              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
49046      Branch: perl
49047            ! pod/perlvar.pod
49048 ____________________________________________________________________________
49049 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
49050         Log: Sync synopses
49051      Branch: perl
49052            ! pod/perl.pod pod/perlrun.pod
49053 ____________________________________________________________________________
49054 [ 24381] By: davem                                 on 2005/05/03  22:10:45
49055         Log: document the internals of exception handling
49056      Branch: perl
49057            ! pod/perlhack.pod
49058 ____________________________________________________________________________
49059 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
49060         Log: Fix getting prototype of builtins mkdir and setpgrp.
49061              Hardcode special exceptions for exec and system, instead
49062              of trying to be clever and failing.
49063      Branch: perl
49064            ! opcode.h opcode.pl pp.c t/op/cproto.t
49065 ____________________________________________________________________________
49066 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
49067         Log: Error in the latest FindBin patch, noticed by Nicholas
49068      Branch: perl
49069            ! lib/FindBin.pm
49070 ____________________________________________________________________________
49071 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
49072         Log: mkdir without arguments now defaults to $_
49073      Branch: perl
49074            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
49075 ____________________________________________________________________________
49076 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
49077         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
49078              (The latter gives more diagnostics in the case of failure)
49079      Branch: perl
49080            ! t/op/exp.t
49081 ____________________________________________________________________________
49082 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
49083         Log: Convert to test.pl
49084      Branch: perl
49085            ! t/op/mkdir.t
49086 ____________________________________________________________________________
49087 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
49088         Log: Fix for [perl #34252] Access rights in FindBin::Bin
49089              At least on my platform, Cwd::getcwd doesn't find the current
49090              directory if it has no access to it. Try harder with Cwd::cwd.
49091      Branch: perl
49092            ! lib/FindBin.pm
49093 ____________________________________________________________________________
49094 [ 24374] By: steveh                                on 2005/05/03  08:51:24
49095         Log: Fix croak() and confess() so that they don't clobber $!
49096              (plus tests to check this)
49097      Branch: perl
49098            ! lib/Carp.pm lib/Carp.t
49099 ____________________________________________________________________________
49100 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
49101         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
49102      Branch: perl
49103            ! perl.c
49104 ____________________________________________________________________________
49105 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
49106         Log: Subject: [perl #33809] optimize macro dXSARGS 
49107              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
49108              Date: 17 Jan 2005 09:02:33 -0000
49109              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
49110      Branch: perl
49111            ! XSUB.h pod/perlapi.pod universal.c
49112 ____________________________________________________________________________
49113 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
49114         Log: Subject: [PATCH] IEEE math for the masses
49115              From: Steve Peters <steve@fisharerojo.org>
49116              Date: Fri, 15 Apr 2005 09:10:54 -0500
49117              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
49118              
49119              (tests added to t/op/exp.t)
49120      Branch: perl
49121            ! pp.c t/op/exp.t
49122 ____________________________________________________________________________
49123 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
49124         Log: Convert to test.pl
49125      Branch: perl
49126            ! t/op/exp.t
49127 ____________________________________________________________________________
49128 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
49129         Log: A slightly better layout for the diagram.
49130      Branch: perl
49131            ! ext/B/B.pm
49132 ____________________________________________________________________________
49133 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
49134         Log: Clarify the definition of the 'w' pack format, as suggested by
49135              Alexey Toptygin.
49136      Branch: perl
49137            ! pod/perlfunc.pod
49138 ____________________________________________________________________________
49139 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
49140         Log: For perls where pids and ppids are cached, when the ppid of
49141              the perl process becomes 1, refresh the ppid cache (this may
49142              indicate that the parent process has died.)
49143      Branch: perl
49144            ! pp_sys.c
49145 ____________________________________________________________________________
49146 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
49147         Log: Change inheritance hierarchy of B subclassses :
49148              
49149              Subject: @B::NV::ISA = 'B::IV';
49150              From: Nicholas Clark <nick@ccl4.org>
49151              Date: Wed, 27 Apr 2005 14:57:51 +0100
49152              Message-ID: <20050427135750.GD94420@plum.flirble.org>
49153      Branch: perl
49154            ! ext/B/B.pm
49155 ____________________________________________________________________________
49156 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
49157         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
49158              From: Andy Lester <andy@petdance.com>
49159              Date: Sun, 1 May 2005 15:07:55 -0500
49160              Message-ID: <20050501200755.GA30259@petdance.com>
49161      Branch: perl
49162            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
49163            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
49164 ____________________________________________________________________________
49165 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
49166         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
49167              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
49168              Date: Wed, 3 Nov 2004 16:38:01 +0100
49169              Message-ID: <20041103163801.6839be30@valis.local>
49170      Branch: perl
49171            ! ext/Data/Dumper/Dumper.pm
49172 ____________________________________________________________________________
49173 [ 24363] By: davem                                 on 2005/05/02  14:27:20
49174         Log: Better fix for #8738  (Core dump in 'leavetry')
49175              When in an inner runops loop (eg via a tie or sort), an eval
49176              needs a new JMPENV pushing by S_docatch. If an exception is raised,
49177              control is returned to S_docatch, and it must determine whether
49178              the eval that trapped the exception is an inner eval or an outer
49179              one. In the former case, restart the loop, in the latter case,
49180              rethrow the exception. This is determined by whether we are still
49181              at the same PL_curstackinfo level. This fails in the case of
49182              SPLICE(), which pushes a new SETJMP and runops level, but not a
49183              new stackinfo level. There may be other code which does similar.
49184              The solution is to store the current value of PL_top_env in each
49185              pushed CxEVAL, and see if it's still the same as PL_top_env when
49186              the exception is handled.
49187      Branch: perl
49188            ! cop.h pp_ctl.c
49189 ____________________________________________________________________________
49190 [ 24362] By: davem                                 on 2005/05/02  13:51:42
49191         Log: Revert change #15705 (Core dump in 'leavetry')
49192              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
49193              and reintroduces an eval optimisation for innter runops levels
49194      Branch: perl
49195            ! pp_ctl.c
49196 ____________________________________________________________________________
49197 [ 24361] By: davem                                 on 2005/05/02  13:29:17
49198         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
49199              so that a JMPENV* entry can be added to struct block_eval
49200      Branch: perl
49201            ! cop.h scope.h
49202 ____________________________________________________________________________
49203 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
49204         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
49205      Branch: perl
49206            ! lib/base.pm
49207 ____________________________________________________________________________
49208 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
49209         Log: Subject: [PATCH] undo pod utilities regression in 24034
49210              From: "Craig A. Berry" <craigberry@mac.com>
49211              Date: Fri, 29 Apr 2005 17:22:48 -0500
49212              Message-ID: <4272B3B8.6030603@mac.com>
49213      Branch: perl
49214            ! pod/pod2usage.PL pod/podselect.PL
49215 ____________________________________________________________________________
49216 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
49217         Log: Subject: [PATCH] uninitialized warnings in regcomp
49218              From: Steven Philip Schubiger <steven@accognoscere.org>
49219              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
49220              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
49221      Branch: perl
49222            ! regcomp.c
49223 ____________________________________________________________________________
49224 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
49225         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
49226              Should this be a panic: ?
49227      Branch: perl
49228            ! sv.c
49229 ____________________________________________________________________________
49230 [ 24355] By: merijn                                on 2005/04/29  15:32:17
49231         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
49232              unintendedly removed by patch #23435
49233      Branch: perl
49234            ! config_h.SH
49235 ____________________________________________________________________________
49236 [ 24354] By: merijn                                on 2005/04/29  13:59:36
49237         Log: Subject: [PATCH] Small patch to perlport.pod
49238              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
49239              Date: Thu, 28 Apr 2005 02:24:04 +0200
49240              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
49241      Branch: perl
49242            ! pod/perlport.pod
49243 ____________________________________________________________________________
49244 [ 24353] By: steveh                                on 2005/04/29  09:07:19
49245         Log: Subject: [PATCH] one cannot "static" exported functions
49246              From: <jarkko.hietaniemi@nokia.com>
49247              Date: Fri, 29 Apr 2005 11:02:01 +0300
49248              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
49249      Branch: perl
49250            ! perlio.c
49251 ____________________________________________________________________________
49252 [ 24352] By: steveh                                on 2005/04/29  08:24:50
49253         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
49254              (rather than when PERL_IMPLICIT_SYS is defined)
49255      Branch: perl
49256            ! makedef.pl
49257 ____________________________________________________________________________
49258 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
49259         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
49260      Branch: perl
49261            ! sv.c
49262 ____________________________________________________________________________
49263 [ 24350] By: steveh                                on 2005/04/28  16:42:13
49264         Log: Subject: (in blead) a missing const in a prototype
49265              From: <jarkko.hietaniemi@nokia.com>
49266              Date: Wed, 27 Apr 2005 17:35:27 +0300
49267              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
49268      Branch: perl
49269            ! embed.fnc proto.h
49270 ____________________________________________________________________________
49271 [ 24349] By: steveh                                on 2005/04/28  16:38:51
49272         Log: Silence a compilation warning on Win32
49273      Branch: perl
49274            ! pp.c
49275 ____________________________________________________________________________
49276 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
49277         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
49278              becase there's a lot of code around that calls SvOOK_off(), memmov()s
49279              the buffer, then promptly free()s it. So avoid the needless memmov().
49280      Branch: perl
49281            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
49282 ____________________________________________________________________________
49283 [ 24347] By: steveh                                on 2005/04/28  11:13:55
49284         Log: Remove temporary clean-up from Win32 makefiles
49285              
49286              Change 22501 temporarily added some clean-up to the Win32 makefiles
49287              which was only meant to stay until cpan rt #5616 was fixed.  It is
49288              now fixed (in EU-MM 6.22, which in turn has been in blead for a
49289              while now), so these hacks are no longer required.
49290              
49291              This change is also good for maint, which currently contains EU-MM
49292              6.17, which didn't create the blibdirs.exists files in question
49293              anyway.
49294      Branch: perl
49295            ! win32/Makefile win32/makefile.mk
49296 ____________________________________________________________________________
49297 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
49298         Log: Remove confusing punctuation
49299              (spotted by David Rigaudiere)
49300      Branch: perl
49301            ! pod/perlvar.pod
49302 ____________________________________________________________________________
49303 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
49304         Log: Calling sv_backoff() on something that's about to be free()d will
49305              memmov() memory that's about to be freed. Seems wasteful.
49306      Branch: perl
49307            ! sv.c
49308 ____________________________________________________________________________
49309 [ 24341] By: steveh                                on 2005/04/28  08:44:28
49310         Log: Fix perlsio_binmode() export breakage caused by change #24338
49311              
49312              Define and export perlsio_binmode() based on the same condition,
49313              namely, that USE_PERLIO is defined and USE_SFIO is not.
49314      Branch: perl
49315            ! makedef.pl perlio.c
49316 ____________________________________________________________________________
49317 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
49318         Log: The if() clause is the wrong way round, so OOK can never be true in
49319              this case. Given that OOK is never undone, we could never have been
49320              correctly upgrading a PV with OOK to HV or AV. I believe that only
49321              SVt_NULL is the only type ever upgraded to HV or AV.
49322      Branch: perl
49323            ! sv.c
49324 ____________________________________________________________________________
49325 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
49326         Log: A couple of warning fixes by Gisle
49327      Branch: perl
49328            ! pp.c pp_sys.c
49329 ____________________________________________________________________________
49330 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
49331         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
49332              From: Andy Lester <andy@petdance.com>
49333              Date: Wed, 27 Apr 2005 10:02:43 -0500
49334              Message-ID: <20050427150243.GA21883@petdance.com>
49335      Branch: perl
49336            ! perl.c perlio.c perlio.h perliol.h
49337 ____________________________________________________________________________
49338 [ 24334] By: steveh                                on 2005/04/27  08:35:40
49339         Log: Subject: Win32 MM test fix
49340              From: Michael G Schwern <schwern@pobox.com>
49341              Date: Mon, 18 Apr 2005 14:30:19 -0700
49342              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
49343              
49344              Subject: Re: Win32 MM test fix
49345              From: demerphq <demerphq@gmail.com>
49346              Date: Tue, 19 Apr 2005 00:57:59 +0200
49347              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
49348      Branch: perl
49349            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49350 ____________________________________________________________________________
49351 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
49352         Log: Subject: [PATCH] XS() __attribute__
49353              From: Andy Lester <andy@petdance.com>
49354              Date: Fri, 22 Apr 2005 17:39:47 -0500
49355              Message-ID: <20050422223947.GA4681@petdance.com>
49356      Branch: perl
49357            ! XSUB.h universal.c xsutils.c
49358 ____________________________________________________________________________
49359 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
49360         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
49361              From: Andy Lester <andy@petdance.com>
49362              Date: Mon, 25 Apr 2005 17:56:51 -0500
49363              Message-ID: <20050425225651.GB17271@petdance.com>
49364      Branch: perl
49365            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
49366 ____________________________________________________________________________
49367 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
49368         Log: Upgrade to CGI.pm 3.08
49369      Branch: perl
49370            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
49371            ! lib/CGI/Pretty.pm
49372 ____________________________________________________________________________
49373 [ 24325] By: merijn                                on 2005/04/26  11:28:42
49374         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
49375              Date: Tue, 26 Apr 2005 12:22:12 +0300
49376              From: <jarkko.hietaniemi@nokia.com>
49377              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
49378              From: Steve Hay <steve.hay@uk.radan.com>
49379              Message-ID: <426E11A3.8070002@uk.radan.com>
49380      Branch: perl
49381            ! ext/Storable/Storable.xs
49382 ____________________________________________________________________________
49383 [ 24321] By: steveh                                on 2005/04/25  13:09:57
49384         Log: Update location to fetch dmake from in README.win32
49385              
49386              Use the generic search.cpan.org URL so that the latest version is
49387              always found
49388      Branch: perl
49389            ! README.win32
49390 ____________________________________________________________________________
49391 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
49392         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
49393              From: demerphq <demerphq@gmail.com>
49394              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
49395              Date: Sun, 24 Apr 2005 21:35:35 +0200
49396      Branch: perl
49397            ! lib/unicore/README.perl lib/unicore/mktables
49398            ! lib/unicore/mktables.lst
49399 ____________________________________________________________________________
49400 [ 24319] By: steveh                                on 2005/04/25  11:05:24
49401         Log: Provide $Config{libswanted_uselargefiles} on Win32
49402              
49403              This fixes some test failures introduced by change 24271.
49404      Branch: perl
49405            ! win32/config.bc win32/config.gc win32/config.vc
49406            ! win32/config.vc64
49407 ____________________________________________________________________________
49408 [ 24318] By: steveh                                on 2005/04/25  07:47:11
49409         Log: Subject: [PATCH] combopatch
49410              From: Jarkko Hietaniemi <jhi@iki.fi>
49411              Date: Sun, 24 Apr 2005 22:58:15 +0300
49412              Message-ID: <426BFA57.9060105@iki.fi>
49413      Branch: perl
49414            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
49415            ! proto.h toke.c util.c
49416 ____________________________________________________________________________
49417 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
49418         Log: Fix typo, noticed by Randal Schwartz
49419      Branch: perl
49420            ! pod/perlfunc.pod
49421 ____________________________________________________________________________
49422 [ 24316] By: ams                                   on 2005/04/25  01:36:38
49423         Log: Add STORABLE_attach hook (Adam Kennedy).
49424      Branch: perl
49425            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
49426            + ext/Storable/t/attach_singleton.t
49427            + ext/Storable/t/circular_hook.t
49428            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
49429            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49430 ____________________________________________________________________________
49431 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
49432         Log: Add files missing in 24314
49433      Branch: perl
49434            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
49435            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
49436            + lib/Test/Harness/t/version.t
49437 ____________________________________________________________________________
49438 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
49439         Log: Upgrade to Test::Harness 2.48
49440      Branch: perl
49441            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
49442            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
49443            ! lib/Test/Harness/t/00compile.t
49444            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
49445            ! t/lib/sample-tests/skip
49446 ____________________________________________________________________________
49447 [ 24313] By: merijn                                on 2005/04/24  11:52:03
49448         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
49449              From: Steve Peters <steve@fisharerojo.org>
49450              Date: Sat, 23 Apr 2005 22:37:48 -0500
49451              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
49452      Branch: perl
49453            ! Configure
49454 ____________________________________________________________________________
49455 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
49456         Log: Add %patchlevel hash to Module::CoreList
49457      Branch: perl
49458            ! lib/Module/CoreList.pm
49459 ____________________________________________________________________________
49460 [ 24310] By: merijn                                on 2005/04/24  09:12:37
49461         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
49462              From: "Craig A. Berry" <craigberry@mac.com>
49463              Date: Sat, 23 Apr 2005 18:25:52 -0500
49464              Message-ID: <426AD980.2010801@mac.com>
49465      Branch: perl
49466            ! lib/Time/Local.t
49467 ____________________________________________________________________________
49468 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
49469         Log: Variable declarations can't come after statements in C89.
49470      Branch: perl
49471            ! util.c
49472 ____________________________________________________________________________
49473 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
49474         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
49475              reducing embed.h by about 10%.
49476      Branch: perl
49477            ! embed.h embed.pl
49478 ____________________________________________________________________________
49479 [ 24307] By: davem                                 on 2005/04/23  13:56:18
49480         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
49481              From:  Steve Peters <steve@fisharerojo.org>
49482              Date:  Fri, 22 Apr 2005 22:36:03 -0500
49483              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
49484              
49485              localtime() can return null
49486      Branch: perl
49487            ! util.c
49488 ____________________________________________________________________________
49489 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
49490         Log: Convert to test.pl
49491      Branch: perl
49492            ! t/op/substr.t
49493 ____________________________________________________________________________
49494 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
49495         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
49496              From: "Craig A. Berry" <craigberry@mac.com>
49497              Message-ID: <42692501.6090809@mac.com>
49498              Date: Fri, 22 Apr 2005 11:23:29 -0500
49499      Branch: perl
49500            ! t/uni/class.t
49501 ____________________________________________________________________________
49502 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
49503         Log: Patch by Yves Orton to accept several options on the corelist(1)
49504              command-line. Plus POD nits.
49505      Branch: perl
49506            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
49507 ____________________________________________________________________________
49508 [ 24290] By: steveh                                on 2005/04/22  13:51:47
49509         Log: Fix last remaining Win32 linker error following change 24271
49510              
49511              (Supplied by Jarkko in a makedef.pl that was omitted from the
49512              aforementioned change)
49513      Branch: perl
49514            ! makedef.pl
49515 ____________________________________________________________________________
49516 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
49517         Log: There's no point listing '-f' in --help output
49518              when perl isn't built with USE_SITECUSTOMIZE, since it might
49519              confuse users about $sitelib/sitecustomize.pl being sourced
49520              at startup.
49521      Branch: perl
49522            ! perl.c
49523 ____________________________________________________________________________
49524 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
49525         Log: For now, TODO the 2 tests that fail on 5.8.x
49526      Branch: perl
49527            ! ext/B/t/optree_specials.t
49528 ____________________________________________________________________________
49529 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
49530         Log: -A wasn't listed in the --help output
49531      Branch: perl
49532            ! perl.c
49533 ____________________________________________________________________________
49534 [ 24280] By: steveh                                on 2005/04/22  09:59:54
49535         Log: Fix more Win32 linker errors following change 24271
49536              
49537              This clears up problems with Perl_free_global_struct and
49538              Perl_init_global_struct
49539      Branch: perl
49540            ! embed.fnc embed.h global.sym makedef.pl proto.h
49541 ____________________________________________________________________________
49542 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
49543         Log: Subject: [PATCH] pp_pack.c warning quieting
49544              From: Andy Lester <andy@petdance.com>
49545              Date: Thu, 21 Apr 2005 11:33:13 -0500
49546              Message-ID: <20050421163313.GA20930@petdance.com>
49547      Branch: perl
49548            ! pp_pack.c
49549 ____________________________________________________________________________
49550 [ 24278] By: steveh                                on 2005/04/22  08:59:58
49551         Log: Fix Win32 linker errors following change 24271
49552              
49553              This clears up "unresolved external" errors for the following symbols:
49554              
49555              PL_watch_pvx
49556              Perl_Gappctx_ptr
49557              Perl_Gmmap_page_size_ptr
49558              Perl_Gsig_defaulting_ptr
49559              Perl_Gsig_handlers_initted_ptr
49560              Perl_Gsig_ignoring_ptr
49561              Perl_Gsig_sv_ptr
49562              Perl_Gtimesbase_ptr
49563              Perl_Gwatch_pvx_ptr
49564      Branch: perl
49565            ! makedef.pl
49566 ____________________________________________________________________________
49567 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
49568         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
49569              From: Steve Peters <steve@fisharerojo.org>
49570              Date: Thu, 21 Apr 2005 18:55:47 -0500
49571              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
49572      Branch: perl
49573            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
49574            ! sv.h
49575 ____________________________________________________________________________
49576 [ 24276] By: steveh                                on 2005/04/22  08:13:01
49577         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
49578      Branch: perl
49579            ! pp_sys.c
49580 ____________________________________________________________________________
49581 [ 24275] By: davem                                 on 2005/04/21  21:30:11
49582         Log: Sigh - really bump Text::Wrap version number this time.
49583      Branch: perl
49584            ! lib/Text/Wrap.pm
49585 ____________________________________________________________________________
49586 [ 24274] By: davem                                 on 2005/04/21  21:27:15
49587         Log: bump version number in Text::Wrap after change #24273
49588      Branch: perl
49589            ! lib/Text/Wrap.pm
49590 ____________________________________________________________________________
49591 [ 24273] By: davem                                 on 2005/04/21  21:22:54
49592         Log: Text::Wrap::wrap() fails with non-space separator
49593      Branch: perl
49594            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
49595 ____________________________________________________________________________
49596 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
49597         Log: Subject: [PATCH] Symbian port of Perl
49598              From: <jarkko.hietaniemi@nokia.com>
49599              Date: Mon, 18 Apr 2005 13:18:30 +0300
49600              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
49601      Branch: perl
49602            + README.symbian ext/DynaLoader/dl_symbian.xs
49603            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
49604            + symbian/PerlApp.rss symbian/PerlAppAif.rss
49605            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
49606            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
49607            + symbian/TODO symbian/bld.inf symbian/config.pl
49608            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
49609            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
49610            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
49611            + symbian/symbian_proto.h symbian/symbian_stubs.c
49612            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
49613            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
49614            + symbian/xsbuild.pl
49615            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
49616            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
49617            ! embed.h embed.pl embedvar.h ext/B/B.xs
49618            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
49619            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
49620            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
49621            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
49622            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
49623            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
49624            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
49625            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
49626            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
49627            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
49628            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
49629            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
49630            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
49631            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
49632            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
49633            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
49634            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
49635            ! win32/makefile.mk win32/win32io.c xsutils.c
49636 ____________________________________________________________________________
49637 [ 24270] By: davem                                 on 2005/04/21  15:36:14
49638         Log: substr uses utf8 length cache incorrectly
49639      Branch: perl
49640            ! sv.c t/op/substr.t
49641 ____________________________________________________________________________
49642 [ 24269] By: davem                                 on 2005/04/21  00:13:14
49643         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
49644              From:  Andy Lester <andy@petdance.com>
49645              Date:  Wed, 13 Apr 2005 21:06:01 -0500
49646              Message-Id:  <20050414020601.GA21346@petdance.com>
49647              
49648              add 'const', and remove extraneous code, from pp_concat
49649      Branch: perl
49650            ! pp_hot.c t/op/concat.t
49651 ____________________________________________________________________________
49652 [ 24268] By: davem                                 on 2005/04/20  23:56:18
49653         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
49654              From:  David Dyck <david.dyck@fluke.com>
49655              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
49656              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
49657              
49658              fix nits in change #24264:
49659              some preprocessors don't like #ifdefs within a macro's args;
49660              also removed duplicate semicolons from macro definitions.
49661      Branch: perl
49662            ! perl.h
49663 ____________________________________________________________________________
49664 [ 24267] By: davem                                 on 2005/04/20  23:35:54
49665         Log: In change 24266 I failed to actually change anything. Sigh.
49666      Branch: perl
49667            ! ext/Sys/Syslog/Syslog.pm
49668 ____________________________________________________________________________
49669 [ 24266] By: davem                                 on 2005/04/20  23:32:04
49670         Log: change misleading syslog() example
49671      Branch: perl
49672            ! ext/Sys/Syslog/Syslog.pm
49673 ____________________________________________________________________________
49674 [ 24265] By: davem                                 on 2005/04/20  21:47:40
49675         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
49676              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
49677              Date:  20 Apr 2005 19:28:14 -0000
49678              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
49679              
49680              improved version of change 21842 that copes with glob DB::sub
49681              existing but &DB::sub not existing.
49682      Branch: perl
49683            ! mg.c pp_ctl.c t/op/caller.t
49684 ____________________________________________________________________________
49685 [ 24264] By: davem                                 on 2005/04/20  21:32:23
49686         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
49687              From:  Andy Lester <andy@petdance.com>
49688              Date:  Wed, 20 Apr 2005 15:09:24 -0500
49689              Message-Id:  <20050420200923.GA3017@petdance.com>
49690              
49691              The MGVTBL structures contain 7 function pointers, but only 5 were
49692              getting initialized. Plus, there were repeated lists between
49693              declaration and definition; add a macro to declare or define
49694              all the global MGVTBLs as appropriate.
49695      Branch: perl
49696            ! perl.h
49697 ____________________________________________________________________________
49698 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
49699         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
49700              From: Steve Peters <steve@fisharerojo.org>
49701              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
49702              Date: Wed, 20 Apr 2005 06:27:20 -0500
49703      Branch: perl
49704            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
49705 ____________________________________________________________________________
49706 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
49707         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
49708      Branch: perl
49709            ! sv.c
49710 ____________________________________________________________________________
49711 [ 24257] By: davem                                 on 2005/04/19  23:47:38
49712         Log: run regen_headers after addition of FOO_set() macros
49713      Branch: perl
49714            ! ext/ByteLoader/byterun.c
49715 ____________________________________________________________________________
49716 [ 24256] By: davem                                 on 2005/04/19  23:43:54
49717         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
49718              From:  Andy Lester <andy@petdance.com>
49719              Date:  Tue, 19 Apr 2005 11:38:44 -0500
49720              Message-Id:  <20050419163844.GA19747@petdance.com>
49721      Branch: perl
49722            ! embed.fnc embed.h pad.c pad.h proto.h
49723 ____________________________________________________________________________
49724 [ 24255] By: davem                                 on 2005/04/19  23:31:52
49725         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
49726      Branch: perl
49727            ! op.c
49728 ____________________________________________________________________________
49729 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
49730         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
49731      Branch: perl
49732            ! sv.c
49733 ____________________________________________________________________________
49734 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
49735         Log: Restore SvEND_set
49736      Branch: perl
49737            ! sv.h
49738 ____________________________________________________________________________
49739 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
49740         Log: Force RVALUE macros when in PERL_DEBUG_COW
49741      Branch: perl
49742            ! ext/ByteLoader/byterun.c sv.c sv.h
49743 ____________________________________________________________________________
49744 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
49745         Log: Avoid generating thousands of UTF-8 warnings when testing under a
49746              UTF-8 locale
49747      Branch: perl
49748            ! t/op/pack.t
49749 ____________________________________________________________________________
49750 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
49751         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
49752              valid C code
49753      Branch: perl
49754            ! perl.h
49755 ____________________________________________________________________________
49756 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
49757         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
49758              From: Steve Peters <steve@fisharerojo.org>
49759              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
49760              Date: Mon, 18 Apr 2005 19:09:25 -0500
49761      Branch: perl
49762            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
49763            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
49764            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
49765            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
49766            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
49767            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
49768            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
49769            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
49770            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
49771            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
49772            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
49773            ! scope.c sv.c sv.h toke.c
49774 ____________________________________________________________________________
49775 [ 24247] By: davem                                 on 2005/04/19  01:38:54
49776         Log: Add CLONE_SKIP() class method to allow individual classes to skip
49777              cloning objects during thread creation
49778      Branch: perl
49779            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
49780 ____________________________________________________________________________
49781 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
49782         Log: PERL_DEBUG_COW for SvUVX and SvPVX
49783      Branch: perl
49784            ! ext/DynaLoader/dl_dyld.xs sv.h
49785 ____________________________________________________________________________
49786 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
49787         Log: SvPV_renew also calls SvLEN_set
49788              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
49789              For Ponie this can be a single call into the PMC
49790      Branch: perl
49791            ! pp_hot.c pp_sys.c sv.h toke.c
49792 ____________________________________________________________________________
49793 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
49794         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
49795              SvPVX
49796      Branch: perl
49797            ! pp_hot.c pp_sys.c sv.h toke.c
49798 ____________________________________________________________________________
49799 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
49800         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
49801      Branch: perl
49802            ! handy.h
49803 ____________________________________________________________________________
49804 [ 24242] By: steveh                                on 2005/04/18  16:04:20
49805         Log: Fix bug #33664: allow for transport providers with protocol == 0
49806              
49807              (This indicates that any protocol may be used, so don't bother checking
49808              that the requested protocol matches in this case.)
49809      Branch: perl
49810            ! win32/win32sck.c
49811 ____________________________________________________________________________
49812 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
49813         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
49814      Branch: perl
49815            ! pp_hot.c
49816 ____________________________________________________________________________
49817 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
49818         Log: Two more uses of lvalue SvIVX()
49819      Branch: perl
49820            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
49821 ____________________________________________________________________________
49822 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
49823         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
49824              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
49825              From: Steve Peters <steve@fisharerojo.org>
49826              Date: Sat, 16 Apr 2005 11:05:02 -0500
49827              
49828              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
49829      Branch: perl
49830            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
49831            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
49832            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
49833 ____________________________________________________________________________
49834 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
49835         Log: Update the outdated info in "Minimizing the Perl installation"
49836      Branch: perl
49837            ! INSTALL
49838 ____________________________________________________________________________
49839 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
49840         Log: Fix for:
49841              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
49842              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
49843              Date: 12 Apr 2005 19:12:58 -0000
49844              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
49845              
49846              This syntax error now produces a panic message.
49847      Branch: perl
49848            ! op.c
49849 ____________________________________________________________________________
49850 [ 24236] By: merijn                                on 2005/04/13  15:10:24
49851         Log: Subject: [PATCH] Removing yydestruct from perly.c
49852              From: Andy Lester <andy@petdance.com>
49853              Date: Wed, 13 Apr 2005 10:06:47 -0500
49854              Message-ID: <20050413150647.GA13464@petdance.com>
49855      Branch: perl
49856            ! perly.c
49857 ____________________________________________________________________________
49858 [ 24235] By: merijn                                on 2005/04/13  14:51:00
49859         Log: Mandrakesoft is now Mandriva
49860      Branch: perl
49861            ! AUTHORS
49862 ____________________________________________________________________________
49863 [ 24234] By: merijn                                on 2005/04/13  14:41:20
49864         Log: H.Merijn changed e-mail
49865      Branch: perl
49866            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
49867            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
49868 ____________________________________________________________________________
49869 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
49870         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
49871              From: Robin Barker <Robin.Barker@npl.co.uk>
49872              Date: Tue, 12 Apr 2005 18:53:32 +0100
49873              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
49874      Branch: perl
49875            ! perly.c regcomp.c regexec.c toke.c
49876 ____________________________________________________________________________
49877 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
49878         Log: Upgrade to ExtUtils::MakeMaker 6.28
49879      Branch: perl
49880            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
49881            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
49882            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
49883            ! lib/ExtUtils/Manifest.pm
49884 ____________________________________________________________________________
49885 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
49886         Log: Upgrade to Encode 2.0902
49887      Branch: perl
49888            + ext/Encode/t/utf8strict.t
49889            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
49890            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
49891            ! ext/Encode/MANIFEST ext/Encode/META.yml
49892            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
49893            ! ext/Encode/t/fallback.t
49894 ____________________________________________________________________________
49895 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
49896         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
49897              Plus add an editor block
49898      Branch: perl
49899            ! op.c
49900 ____________________________________________________________________________
49901 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
49902         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
49903              From: Steve Peters <steve@fisharerojo.org>
49904              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
49905              Date: Sun, 10 Apr 2005 21:37:36 -0500
49906              
49907              (with correction to SvUV_set)
49908      Branch: perl
49909            ! ext/List/Util/Util.xs sv.c sv.h
49910 ____________________________________________________________________________
49911 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
49912         Log: Avoid taking a reference to SvIVX and putting that address on the
49913              save stack
49914      Branch: perl
49915            ! perl.c pp_ctl.c pp_hot.c
49916 ____________________________________________________________________________
49917 [ 24227] By: steveh                                on 2005/04/11  10:39:59
49918         Log: Support d_libm_lib_version for Win32 (see change 24217)
49919      Branch: perl
49920            ! win32/config.bc win32/config.gc win32/config.vc
49921            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
49922            ! win32/config_H.vc win32/config_H.vc64
49923 ____________________________________________________________________________
49924 [ 24226] By: merijn                                on 2005/04/11  10:09:06
49925         Log: Out of sync metaunit caused the erroneous return of the
49926              removed d_sitecustomize. Mea Culpa.
49927      Branch: perl
49928            ! Configure
49929 ____________________________________________________________________________
49930 [ 24225] By: steveh                                on 2005/04/11  09:39:40
49931         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
49932      Branch: perl
49933            ! win32/Makefile win32/makefile.mk
49934 ____________________________________________________________________________
49935 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
49936         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
49937              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
49938              Date: Fri, 8 Apr 2005 15:28:28 -0300
49939              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
49940      Branch: perl
49941            ! pod/perlfunc.pod
49942 ____________________________________________________________________________
49943 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
49944         Log: Make the four-argument form of select() return undef
49945              instead of -1 on error.
49946      Branch: perl
49947            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
49948 ____________________________________________________________________________
49949 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
49950         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
49951      Branch: perl
49952            ! win32/Makefile win32/makefile.mk
49953 ____________________________________________________________________________
49954 [ 24221] By: merijn                                on 2005/04/11  06:06:13
49955         Log: Subject: Re: New Configure functionality
49956              From: Abe Timmerman <abe@ztreet.demon.nl>
49957              Date: Sun, 10 Apr 2005 22:19:28 +0200
49958              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
49959      Branch: perl
49960            ! configure.com
49961 ____________________________________________________________________________
49962 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
49963         Log: POD typo.
49964      Branch: perl
49965            ! lib/Module/CoreList.pm
49966 ____________________________________________________________________________
49967 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
49968         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
49969              5.00{0,1,2}. Upgrade version number.
49970      Branch: perl
49971            ! lib/Module/CoreList.pm
49972 ____________________________________________________________________________
49973 [ 24218] By: merijn                                on 2005/04/10  18:00:05
49974         Log: Sorting still is a mess. This is better.
49975      Branch: perl
49976            ! config_h.SH
49977 ____________________________________________________________________________
49978 [ 24217] By: merijn                                on 2005/04/10  17:08:36
49979         Log: Configure now probes for _LIB_VERSION support in math.h/libm
49980              LIBM_LIB_VERSION is defined if it does
49981      Branch: perl
49982            ! Configure Porting/config_H config_h.SH handy.h
49983 ____________________________________________________________________________
49984 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
49985         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
49986      Branch: perl
49987            ! pod/perldiag.pod pp_hot.c
49988 ____________________________________________________________________________
49989 [ 24214] By: merijn                                on 2005/04/10  09:14:06
49990         Log: Subject: [PATCH] usesitecustomize for VMS
49991              From: "Craig A. Berry" <craigberry@mac.com>
49992              Date: Sat, 09 Apr 2005 15:58:43 -0500
49993              Message-ID: <42584203.2090405@mac.com>
49994      Branch: perl
49995            ! configure.com
49996 ____________________________________________________________________________
49997 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
49998         Log: Mangle the expected output correctly for both 5.9 and 5.8
49999      Branch: perl
50000            ! ext/B/t/stash.t
50001 ____________________________________________________________________________
50002 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
50003         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
50004              From: Michael G Schwern <schwern@pobox.com>
50005              Date: Thu, 7 Apr 2005 15:15:00 -0700
50006              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
50007              
50008              Fix duplicate target warnings
50009      Branch: perl
50010            ! lib/ExtUtils/MM_Any.pm
50011 ____________________________________________________________________________
50012 [ 24211] By: merijn                                on 2005/04/08  14:22:05
50013         Log: The last remains of d_sitecustomize
50014      Branch: perl
50015            ! Porting/config.sh
50016 ____________________________________________________________________________
50017 [ 24210] By: merijn                                on 2005/04/08  14:16:59
50018         Log: now usesitecustomize is used more generic
50019      Branch: perl
50020            ! config_h.SH
50021 ____________________________________________________________________________
50022 [ 24209] By: steveh                                on 2005/04/08  14:15:14
50023         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
50024              From: Steven Schubiger <steven@accognoscere.org>
50025              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
50026              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
50027              
50028              (with arguments changed to match perlfunc.pod)
50029      Branch: perl
50030            ! pod/perlport.pod
50031 ____________________________________________________________________________
50032 [ 24208] By: merijn                                on 2005/04/08  14:12:54
50033         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
50034      Branch: perl
50035            ! Configure
50036 ____________________________________________________________________________
50037 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
50038         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
50039      Branch: perl
50040            ! pad.c sv.h
50041 ____________________________________________________________________________
50042 [ 24205] By: merijn                                on 2005/04/08  12:18:42
50043         Log: Subject: [PATCH] Removing Y2K warnings
50044              From: Andy Lester <andy@petdance.com>
50045              Date: Thu, 7 Apr 2005 17:44:42 -0500
50046              Message-ID: <20050407224442.GA23895@petdance.com>
50047      Branch: perl
50048            - README.Y2K
50049            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
50050            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
50051            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
50052 ____________________________________________________________________________
50053 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
50054         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
50055              From: Steve Peters <steve@fisharerojo.org>
50056              Date: Thu, 7 Apr 2005 13:51:49 -0500
50057              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
50058      Branch: perl
50059            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
50060            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
50061 ____________________________________________________________________________
50062 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
50063         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
50064              Copy-On-Write related source changes.
50065              Fix the problem this revealed.
50066      Branch: perl
50067            ! sv.c sv.h
50068 ____________________________________________________________________________
50069 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
50070         Log: MM_AIX needs neatvalue
50071      Branch: perl
50072            ! lib/ExtUtils/MM_AIX.pm
50073 ____________________________________________________________________________
50074 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
50075         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
50076              From: Steve Peters <steve@fisharerojo.org>
50077              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
50078              Date: Wed, 6 Apr 2005 18:21:10 -0500
50079      Branch: perl
50080            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
50081            ! toke.c
50082 ____________________________________________________________________________
50083 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
50084         Log: Add perl593delta.pod
50085      Branch: perl
50086            + pod/perl593delta.pod
50087            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
50088            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
50089            ! win32/pod.mak
50090 ____________________________________________________________________________
50091 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
50092         Log: Mention that select() returns -1 on error,
50093              as suggested by Hernan Perez Masci
50094      Branch: perl
50095            ! pod/perlfunc.pod
50096 ____________________________________________________________________________
50097 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
50098         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
50099              From: Abigail <abigail@abigail.nl>
50100              Date: Wed, 6 Apr 2005 01:41:55 +0200
50101              Message-ID: <20050405234154.GG8680@abigail.nl>
50102      Branch: perl
50103            ! t/japh/abigail.t
50104 ____________________________________________________________________________
50105 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
50106         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
50107              From: Autrijus Tang <autrijus@autrijus.org>
50108              Date: Wed, 6 Apr 2005 18:17:32 +0800
50109              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
50110      Branch: perl
50111            ! lib/unicore/mktables
50112 ____________________________________________________________________________
50113 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
50114         Log: Subject: perldbtty$$ location
50115              From: Gisle Aas <gisle@ActiveState.com>
50116              Date: 06 Apr 2005 01:49:54 -0700
50117              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
50118              (and remove trailing whitespace)
50119      Branch: perl
50120            ! pod/perldebug.pod
50121 ____________________________________________________________________________
50122 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
50123         Log: Tabs not spaces in MANIFEST
50124      Branch: perl
50125            ! MANIFEST
50126 ____________________________________________________________________________
50127 [ 24187] By: merijn                                on 2005/04/07  08:33:53
50128         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
50129              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
50130              Date: 7 Apr 2005 00:20:31 -0000
50131              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
50132      Branch: perl
50133            ! pod/perlpodspec.pod
50134 ____________________________________________________________________________
50135 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
50136         Log: Upgrade to ExtUtils::MakeMaker 6.27,
50137              plus a patch to restore functioning of 'distclean'
50138              for the perl core
50139      Branch: perl
50140            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
50141            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
50142            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
50143            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
50144            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
50145            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
50146            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
50147            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
50148            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
50149            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
50150            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
50151            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
50152            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
50153            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
50154            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
50155            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
50156            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
50157            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
50158            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
50159            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
50160            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
50161            ! t/lib/MakeMaker/Test/Utils.pm
50162 ____________________________________________________________________________
50163 [ 24178] By: steveh                                on 2005/04/06  15:57:36
50164         Log: Don't try to export symbols that don't exist
50165              
50166              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
50167              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
50168              to keep Win32 happy.
50169      Branch: perl
50170            ! makedef.pl
50171 ____________________________________________________________________________
50172 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
50173         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
50174      Branch: perl
50175            ! reentr.c reentr.h reentr.pl
50176 ____________________________________________________________________________
50177 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
50178         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
50179      Branch: perl
50180            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
50181            ! ext/threads/threads.xs pad.h sv.c
50182 ____________________________________________________________________________
50183 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
50184         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
50185      Branch: perl
50186            ! perl.h
50187 ____________________________________________________________________________
50188 [ 24173] By: merijn                                on 2005/04/06  06:14:51
50189         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
50190              2. Removed the depricated 'my $foo if expr' there
50191      Branch: perl
50192            ! t/TEST
50193 ____________________________________________________________________________
50194 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
50195         Log: D'oh! We were never correctly spotting a modfl prototype
50196      Branch: perl
50197            ! Configure
50198 ____________________________________________________________________________
50199 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
50200         Log: Add casting to allow g++ (3.3.5) to compile the core code.
50201              A C++ compiler produces lots of warnings that are probably valid
50202              concerns to investigate.
50203      Branch: perl
50204            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
50205            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
50206 ____________________________________________________________________________
50207 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
50208         Log: Tests need to skip if there is no Encode configured.
50209      Branch: perl
50210            ! lib/encoding/warnings/t/1-warning.t
50211            ! lib/encoding/warnings/t/2-fatal.t
50212 ____________________________________________________________________________
50213 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
50214         Log: Using savesvpv() here is terser and produces smaller object code.
50215      Branch: perl
50216            ! doio.c
50217 ____________________________________________________________________________
50218 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
50219         Log: Upgrade to Unicode::Normalize 0.32
50220      Branch: perl
50221            ! ext/Unicode/Normalize/Changes
50222            ! ext/Unicode/Normalize/Makefile.PL
50223            ! ext/Unicode/Normalize/Normalize.pm
50224            ! ext/Unicode/Normalize/Normalize.xs
50225            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
50226            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
50227 ____________________________________________________________________________
50228 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
50229         Log: Down with C++ reserved names
50230              (and also function pointer declarations that rely on the C semantics
50231              of ())
50232      Branch: perl
50233            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
50234            ! universal.c
50235 ____________________________________________________________________________
50236 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
50237         Log: Down with potentially incorrect duplicate prototypes
50238      Branch: perl
50239            ! pp_sys.c
50240 ____________________________________________________________________________
50241 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
50242         Log: Down with more K&R prototypes
50243      Branch: perl
50244            ! ext/DynaLoader/dl_dyld.xs
50245 ____________________________________________________________________________
50246 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
50247         Log: Down with unneeded duplicate prototypes
50248      Branch: perl
50249            ! x2p/a2p.c
50250 ____________________________________________________________________________
50251 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
50252         Log: Down with K&R function arguments
50253      Branch: perl
50254            ! ext/Cwd/Cwd.xs
50255 ____________________________________________________________________________
50256 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
50257         Log: Add Math::BigInt::FastCalc in maintainer list
50258      Branch: perl
50259            ! Porting/Maintainers.pl
50260 ____________________________________________________________________________
50261 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
50262         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
50263      Branch: perl
50264            ! ext/Math/BigInt/FastCalc/Makefile.PL
50265 ____________________________________________________________________________
50266 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
50267         Log: New core module, Math::BigInt::FastCalc
50268              
50269              Subject: [PATCH] integrate Math::BigInt::FastCalc
50270              From: Tels <nospam-abuse@bloodgate.com>
50271              Date: Sun, 3 Apr 2005 11:12:45 +0200
50272              Message-Id: <200504031112.55179@bloodgate.com>
50273      Branch: perl
50274            + ext/Math/BigInt/FastCalc/FastCalc.pm
50275            + ext/Math/BigInt/FastCalc/FastCalc.xs
50276            + ext/Math/BigInt/FastCalc/Makefile.PL
50277            + ext/Math/BigInt/FastCalc/t/bigintfc.t
50278            + ext/Math/BigInt/FastCalc/t/bootstrap.t
50279            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
50280            ! MANIFEST
50281 ____________________________________________________________________________
50282 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
50283         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
50284              From: Tels <nospam-abuse@bloodgate.com>
50285              Date: Sun, 3 Apr 2005 10:43:10 +0200
50286              Message-Id: <200504031043.12273@bloodgate.com>
50287      Branch: perl
50288            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50289            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
50290            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
50291            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
50292            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
50293            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
50294            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
50295            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
50296            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
50297            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
50298 ____________________________________________________________________________
50299 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
50300         Log: That's C, not perl.
50301      Branch: perl
50302            ! patchlevel.h
50303 ____________________________________________________________________________
50304 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
50305         Log: Make -DFORMAT_CHECK compile with threads.
50306      Branch: perl
50307            ! perl.h
50308 ____________________________________________________________________________
50309 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
50310         Log: Bump version to 5.9.3
50311              Restore "DEVEL" tag in patchlevel.h
50312              Regenerate Porting/config*
50313      Branch: perl
50314            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
50315            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
50316            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
50317            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
50318            ! wince/Makefile.ce
50319 ____________________________________________________________________________
50320 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
50321         Log: Subject: [PATCH] const-eight.diff
50322              From: Andy Lester <andy@petdance.com>
50323              Date: Wed, 30 Mar 2005 11:40:24 -0600
50324              Message-ID: <20050330174024.GA12167@petdance.com>
50325      Branch: perl
50326            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
50327            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
50328 ____________________________________________________________________________
50329 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
50330         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
50331              From: Steven Schubiger <steven@accognoscere.org>
50332              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
50333              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
50334      Branch: perl
50335            ! pod/perltrap.pod
50336 ____________________________________________________________________________
50337 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
50338         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
50339              From: Steven Schubiger <steven@accognoscere.org>
50340              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
50341              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
50342      Branch: perl
50343            ! pod/perltrap.pod
50344 ____________________________________________________________________________
50345 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
50346         Log: Fix wrong version for byteorder modifiers feature.
50347      Branch: perl
50348            ! pod/perlpacktut.pod
50349 ____________________________________________________________________________
50350 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
50351         Log: Silence compiler warnings about possibly uninitialised variables.
50352              (None are, but it saves anyone else having to work this out)
50353      Branch: perl
50354            ! regexec.c
50355 ____________________________________________________________________________
50356 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
50357         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
50358      Branch: perl
50359            ! installperl
50360 ____________________________________________________________________________
50361 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
50362         Log: Oops. Forgot to add this.
50363      Branch: perl
50364            + lib/unicore/NamedSequences.txt
50365 ____________________________________________________________________________
50366 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
50367         Log: Subject: [PATCH] Unicode 4.1.0
50368              From: Jarkko Hietaniemi <jhi@iki.fi>
50369              Message-ID: <424E584D.5000508@iki.fi>
50370              Date: Sat, 02 Apr 2005 11:31:09 +0300
50371      Branch: perl
50372            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
50373            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
50374            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
50375            ! lib/unicore/CompositionExclusions.txt
50376            ! lib/unicore/EastAsianWidth.txt
50377            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
50378            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
50379            ! lib/unicore/NormalizationCorrections.txt
50380            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
50381            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
50382            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
50383            ! lib/unicore/SpecialCasing.txt
50384            ! lib/unicore/StandardizedVariants.txt
50385            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
50386 ____________________________________________________________________________
50387 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
50388         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
50389      Branch: perl
50390            ! META.yml Porting/Maintainers.pl
50391 ____________________________________________________________________________
50392 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
50393         Log: Update Changes
50394      Branch: perl
50395            ! Changes
50396 ____________________________________________________________________________
50397 [ 24131] By: steveh                                on 2005/04/01  08:18:27
50398         Log: Remove dependency on tr(1) for MinGW builds on Win32
50399              
50400              This leaves things slightly (more) broken for MinGW builds on Cygwin,
50401              but that doesn't currently quite work in other respects and isn't
50402              documented anyway.  See:
50403              
50404              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
50405      Branch: perl
50406            ! pod/perl592delta.pod win32/makefile.mk
50407 ____________________________________________________________________________
50408 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
50409         Log: Regenerate perltoc and perlmodlib
50410      Branch: perl
50411            ! pod/perlmodlib.pod pod/perltoc.pod
50412 ____________________________________________________________________________
50413 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
50414         Log: POD fixes.
50415      Branch: perl
50416            ! pod/perlfaq1.pod
50417 ____________________________________________________________________________
50418 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
50419         Log: FAQ sync.
50420      Branch: perl
50421            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
50422            ! pod/perlfaq6.pod pod/perlfaq7.pod
50423 ____________________________________________________________________________
50424 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
50425         Log: Add a note about installhtml
50426      Branch: perl
50427            ! pod/perltodo.pod
50428 ____________________________________________________________________________
50429 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
50430         Log: Subject: [PATCH] pp_pack.c warnings on VMS
50431              From: "Craig A. Berry" <craigberry@mac.com>
50432              Date: Thu, 31 Mar 2005 14:51:05 -0600
50433              Message-ID: <424C62B9.2030601@mac.com>
50434      Branch: perl
50435            ! pp_pack.c
50436 ____________________________________________________________________________
50437 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
50438         Log: Mention the current MinGW compilation problems
50439      Branch: perl
50440            ! pod/perl592delta.pod
50441 ____________________________________________________________________________
50442 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
50443         Log: Update Changes
50444      Branch: perl
50445            ! Changes
50446 ____________________________________________________________________________
50447 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
50448         Log: This is 5.9.2. Mostly.
50449      Branch: perl
50450            ! patchlevel.h pod/perlhist.pod
50451 ____________________________________________________________________________
50452 [ 24122] By: steveh                                on 2005/03/31  15:39:57
50453         Log: Fix USE_SITECUSTOMIZE on Win32
50454              
50455              This fixes the problem described in:
50456              
50457              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
50458      Branch: perl
50459            ! win32/win32.c
50460 ____________________________________________________________________________
50461 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
50462         Log: Update copyrights.
50463              Well, those are generated files anyway.
50464      Branch: perl
50465            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
50466            ! proto.h
50467 ____________________________________________________________________________
50468 [ 24120] By: steveh                                on 2005/03/31  14:36:44
50469         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
50470              
50471              Note that this feature doesn't actually work correctly on Win32
50472              until the problem described here is solved:
50473              
50474              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
50475      Branch: perl
50476            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50477            ! win32/config.vc64 win32/makefile.mk
50478 ____________________________________________________________________________
50479 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
50480         Log: Upgrade to Module::CoreList 1.99
50481      Branch: perl
50482            ! lib/Module/CoreList.pm
50483 ____________________________________________________________________________
50484 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
50485         Log: More known problems.
50486      Branch: perl
50487            ! pod/perl592delta.pod
50488 ____________________________________________________________________________
50489 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
50490         Log: Known problems, reported by Merijn
50491      Branch: perl
50492            ! pod/perl592delta.pod
50493 ____________________________________________________________________________
50494 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
50495         Log: OS typo.
50496      Branch: perl
50497            ! pod/perl592delta.pod
50498 ____________________________________________________________________________
50499 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
50500         Log: Add a tool to generate data for Module::CoreList
50501      Branch: perl
50502            + Porting/corelist.pl
50503            ! MANIFEST
50504 ____________________________________________________________________________
50505 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
50506         Log: More work on perldelta
50507      Branch: perl
50508            ! pod/perl592delta.pod
50509 ____________________________________________________________________________
50510 [ 24113] By: steveh                                on 2005/03/31  10:01:18
50511         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
50512              Win32 makefiles
50513      Branch: perl
50514            ! win32/Makefile win32/makefile.mk
50515 ____________________________________________________________________________
50516 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
50517         Log: AUTHORS update
50518      Branch: perl
50519            ! AUTHORS
50520 ____________________________________________________________________________
50521 [ 24111] By: steveh                                on 2005/03/31  09:18:23
50522         Log: A few Win32 makefile tidy-ups (No real changes)
50523      Branch: perl
50524            ! win32/Makefile win32/makefile.mk
50525 ____________________________________________________________________________
50526 [ 24110] By: steveh                                on 2005/03/31  08:20:00
50527         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
50528      Branch: perl
50529            ! INSTALL
50530 ____________________________________________________________________________
50531 [ 24109] By: steveh                                on 2005/03/31  07:55:12
50532         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
50533      Branch: perl
50534            ! sv.c
50535 ____________________________________________________________________________
50536 [ 24108] By: steveh                                on 2005/03/31  07:36:52
50537         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
50538      Branch: perl
50539            ! malloc.c
50540 ____________________________________________________________________________
50541 [ 24107] By: merijn                                on 2005/03/30  17:03:19
50542         Log: Now that we have the full path, we can skip the which call,
50543              that might cause trouble on testdrive systems.
50544      Branch: perl
50545            ! hints/hpux.sh
50546 ____________________________________________________________________________
50547 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
50548         Log: Update copyrights.
50549      Branch: perl
50550            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
50551            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
50552            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
50553 ____________________________________________________________________________
50554 [ 24105] By: merijn                                on 2005/03/30  14:25:05
50555         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
50556      Branch: perl
50557            ! INSTALL
50558 ____________________________________________________________________________
50559 [ 24104] By: merijn                                on 2005/03/30  14:17:40
50560         Log: Support for -Dusesitecustomize
50561      Branch: perl
50562            ! Configure config_h.SH
50563 ____________________________________________________________________________
50564 [ 24102] By: merijn                                on 2005/03/30  13:43:12
50565         Log: USE_STRLCAT and USE_STRLCPY now actually used
50566              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
50567              for future use
50568      Branch: perl
50569            ! handy.h
50570 ____________________________________________________________________________
50571 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
50572         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
50573              From: Brendan O'Dea <bod@debian.org>
50574              Date: Wed, 30 Mar 2005 10:30:25 +1000
50575              Message-ID: <20050330003025.GA29797@londo.c47.org>
50576      Branch: perl
50577            ! ext/Errno/Errno_pm.PL
50578 ____________________________________________________________________________
50579 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
50580         Log: Subject: Re: PATCH: byte count feature request for unpack
50581              From: perl5-porters@ton.iguana.be (Ton Hospel)
50582              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
50583              Message-Id: <d26u7b$i3v$1@post.home.lunix>
50584              
50585              (rework of a patch from Arne Ahrend <aahrend@web.de>)
50586      Branch: perl
50587            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
50588 ____________________________________________________________________________
50589 [ 24099] By: steveh                                on 2005/03/30  08:36:50
50590         Log: A couple more Win32 compilation clean-ups
50591      Branch: perl
50592            ! win32/win32sck.c
50593 ____________________________________________________________________________
50594 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
50595         Log: Minor POD nits.
50596      Branch: perl
50597            ! ext/File/Glob/Glob.pm
50598 ____________________________________________________________________________
50599 [ 24097] By: merijn                                on 2005/03/30  07:49:46
50600         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
50601              From: Steven Schubiger <steven@accognoscere.org>
50602              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
50603              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
50604      Branch: perl
50605            ! ext/File/Glob/Glob.pm
50606 ____________________________________________________________________________
50607 [ 24096] By: steveh                                on 2005/03/29  15:18:30
50608         Log: Clean-up some warnings when compiling on Win32 with VC++
50609      Branch: perl
50610            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
50611 ____________________________________________________________________________
50612 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
50613         Log: Downconst external APIs
50614      Branch: perl
50615            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
50616            ! sv.c util.c
50617 ____________________________________________________________________________
50618 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
50619         Log: The core part of :
50620              Subject: [PATCH] Consting seven
50621              From: Andy Lester <andy@petdance.com>
50622              Date: Sun, 27 Mar 2005 15:57:22 -0600
50623              Message-ID: <20050327215722.GC20451@petdance.com>
50624      Branch: perl
50625            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
50626            ! regexec.c util.c
50627 ____________________________________________________________________________
50628 [ 24093] By: steveh                                on 2005/03/29  08:48:50
50629         Log: Fix Win32 compilation nit following change #24074
50630      Branch: perl
50631            ! util.c
50632 ____________________________________________________________________________
50633 [ 24092] By: steveh                                on 2005/03/29  08:22:45
50634         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
50635              
50636              This is the patch from the end of the thread that started here:
50637              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
50638      Branch: perl
50639            ! doio.c iperlsys.h pp_sys.c
50640 ____________________________________________________________________________
50641 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
50642         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
50643      Branch: perl
50644            ! ext/Devel/Peek/t/Peek.t
50645 ____________________________________________________________________________
50646 [ 24090] By: merijn                                on 2005/03/29  07:01:11
50647         Log: Make the spelling of whitespace (vs white-space and white space)
50648              more consistent
50649              From: Offer Kaye <offer.kaye@gmail.com>
50650              Date: Thu, 17 Mar 2005 14:47:36 -0500
50651              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
50652      Branch: perl
50653            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
50654            ! pod/perlre.pod pod/perlxstut.pod
50655 ____________________________________________________________________________
50656 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
50657         Log: Don't #ifdef out a return statement
50658      Branch: perl
50659            ! pad.c
50660 ____________________________________________________________________________
50661 [ 24088] By: davem                                 on 2005/03/28  21:38:44
50662         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
50663      Branch: perl
50664            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
50665            ! sv.c sv.h
50666 ____________________________________________________________________________
50667 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
50668         Log: Raw work on perl592delta.
50669      Branch: perl
50670            ! pod/perl592delta.pod
50671 ____________________________________________________________________________
50672 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
50673         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
50674              From: hv@crypt.org
50675              Date: Thu, 24 Mar 2005 19:51:08 +0000
50676              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
50677      Branch: perl
50678            ! regexec.c t/op/re_tests
50679 ____________________________________________________________________________
50680 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
50681         Log: Fix -C option of mktables (for VMS)
50682              
50683              Subject: Re: [PATCH] Consting five
50684              From: demerphq <demerphq@gmail.com>
50685              Date: Sat, 26 Mar 2005 21:45:09 +0100
50686              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
50687      Branch: perl
50688            ! lib/unicore/mktables
50689 ____________________________________________________________________________
50690 [ 24084] By: davem                                 on 2005/03/26  21:25:47
50691         Log: UTF-8 string substitution corrupts memory
50692              The implicit call of 'require utf8' triggered by code like
50693              "\x{100}" =~ /[[:print:]]/
50694              wasn't saving state correctly first.
50695      Branch: perl
50696            ! utf8.c
50697 ____________________________________________________________________________
50698 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
50699         Log: Remove an XXX note from the public doc.
50700              Hide it in the comments, instead
50701      Branch: perl
50702            ! pod/perlapi.pod sv.c
50703 ____________________________________________________________________________
50704 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
50705         Log: Need to return something when the compiler doesn't know that a
50706              function is "noreturn".
50707      Branch: perl
50708            ! mg.c op.c scope.c
50709 ____________________________________________________________________________
50710 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
50711         Log: Subject: [PATCH] Consting five
50712              Date: Fri, 25 Mar 2005 17:14:09 -0600
50713              From: Andy Lester <andy@petdance.com>
50714              Message-ID: <20050325231409.GB17660@petdance.com>
50715              
50716              [with modification - the extra argument to incpush was supposed to
50717              be being used]
50718      Branch: perl
50719            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
50720            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
50721            ! proto.h regcomp.c thrdvar.h toke.c
50722 ____________________________________________________________________________
50723 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
50724         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
50725              From: Gurusamy Sarathy <gsar@ActiveState.com>
50726              Date: Fri, 25 Mar 2005 10:31:09 -0800
50727              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
50728      Branch: perl
50729            ! op.c
50730 ____________________________________________________________________________
50731 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
50732         Log: Subject: [PATCH] Consting part 4
50733              From: Andy Lester <andy@petdance.com>
50734              Date: Fri, 25 Mar 2005 14:43:31 -0600
50735              Message-ID: <20050325204331.GA16388@petdance.com>
50736      Branch: perl
50737            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
50738            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
50739 ____________________________________________________________________________
50740 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
50741         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
50742              clean this variant up as well.
50743      Branch: perl
50744            ! lib/Memoize/t/tie_ndbm.t
50745 ____________________________________________________________________________
50746 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
50747         Log: Remove the const qualifier from argv and env variables
50748      Branch: perl
50749            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
50750 ____________________________________________________________________________
50751 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
50752         Log: Subject: [PATCH] const fix-up for vms/vms.c
50753              From: "Craig A. Berry" <craigberry@mac.com>
50754              Date: Fri, 25 Mar 2005 09:00:06 -0600
50755              Message-ID: <42442776.8030603@mac.com>
50756      Branch: perl
50757            ! vms/vms.c vms/vmsish.h
50758 ____________________________________________________________________________
50759 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
50760         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
50761              From: Steve Peters <steve@fisharerojo.org>
50762              Date: Tue, 22 Mar 2005 17:15:23 -0600
50763              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
50764      Branch: perl
50765            ! hints/linux.sh
50766 ____________________________________________________________________________
50767 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
50768         Log: Subject: [PATCH] Third consting batch
50769              From: Andy Lester <andy@petdance.com>
50770              Date: Tue, 22 Mar 2005 00:35:55 -0600
50771              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
50772      Branch: perl
50773            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
50774            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
50775            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
50776            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
50777            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
50778            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
50779 ____________________________________________________________________________
50780 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
50781         Log: Mention (un)?pack byte-order modifiers in perldelta
50782      Branch: perl
50783            ! pod/perl592delta.pod
50784 ____________________________________________________________________________
50785 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
50786         Log: Some updates in the new perldelta.
50787      Branch: perl
50788            ! pod/perl592delta.pod
50789 ____________________________________________________________________________
50790 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
50791         Log: Remove IPC::Run for 5.9.2
50792      Branch: perl
50793            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
50794            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
50795            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
50796            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
50797            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
50798            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
50799            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
50800            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
50801            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
50802            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
50803            ! MANIFEST
50804 ____________________________________________________________________________
50805 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
50806         Log: Forbid the -C option on the command-line
50807              as suggested by Merijn (see [perl #34087])
50808      Branch: perl
50809            ! pod/perldiag.pod toke.c
50810 ____________________________________________________________________________
50811 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
50812         Log: Upgrade to PathTools 3.05
50813      Branch: perl
50814            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
50815 ____________________________________________________________________________
50816 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
50817         Log: Upgrade to File::Temp 0.16
50818      Branch: perl
50819            ! lib/File/Temp.pm lib/File/Temp/t/object.t
50820            ! lib/File/Temp/t/tempfile.t
50821 ____________________________________________________________________________
50822 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
50823         Log: Revert change #24055, which was producing a segfault in installman
50824              when it was trying to install perltoc.
50825      Branch: perl
50826            ! regexec.c t/op/re_tests
50827 ____________________________________________________________________________
50828 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
50829         Log: Fix unresolved POD link
50830      Branch: perl
50831            ! pod/perlfunc.pod
50832 ____________________________________________________________________________
50833 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
50834         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
50835              and other neatification
50836      Branch: perl
50837            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
50838 ____________________________________________________________________________
50839 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
50840         Log: Subject: [PATCH] simple optimization for SelectSaver
50841              From: Alexey Tourbin <at@altlinux.ru>
50842              Date: Fri, 18 Mar 2005 21:05:51 +0300
50843              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
50844      Branch: perl
50845            ! lib/SelectSaver.pm
50846 ____________________________________________________________________________
50847 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
50848         Log: minitest fix
50849      Branch: perl
50850            ! t/run/fresh_perl.t
50851 ____________________________________________________________________________
50852 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
50853         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
50854              optimization, and debug flags for "use re".
50855      Branch: perl
50856            ! pod/perl592delta.pod
50857 ____________________________________________________________________________
50858 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
50859         Log: Casts needed to make VMS happy. (It gets very upset at assignments
50860              between char * and unsigned char *)
50861      Branch: perl
50862            ! pp_pack.c
50863 ____________________________________________________________________________
50864 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
50865         Log: Subject: Re: unpack A strip patch
50866              From: Ton Hospel <perl5-porters@ton.iguana.be>
50867              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
50868              Message-Id: <d1nefp$lpe$1@post.home.lunix>
50869      Branch: perl
50870            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
50871 ____________________________________________________________________________
50872 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
50873         Log: Subject: Re: regexp trie fails compile on VMS
50874              From: demerphq <demerphq@gmail.com>
50875              Date: Mon, 21 Mar 2005 22:29:09 +0100
50876              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
50877      Branch: perl
50878            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
50879 ____________________________________________________________________________
50880 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
50881         Log: Break up long lines in -V output for compile-time options
50882              
50883              Subject: Re: sitecustomize.pl [PATCH]
50884              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
50885              Date: Tue, 8 Mar 2005 17:46:04 -0800
50886              Message-ID: <20050309014604.GA5876[at]efn.org>
50887      Branch: perl
50888            ! perl.c
50889 ____________________________________________________________________________
50890 [ 24057] By: steveh                                on 2005/03/21  17:08:26
50891         Log: Oops - forgot to update MANIFEST for change 24056.
50892      Branch: perl
50893            ! MANIFEST
50894 ____________________________________________________________________________
50895 [ 24056] By: steveh                                on 2005/03/21  17:06:45
50896         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
50897              From: demerphq <demerphq@gmail.com>
50898              Date: Tue, 8 Mar 2005 02:24:10 +0100
50899              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
50900              
50901              Change 24004 stopped mktables from needlessly re-running when using
50902              dmake on Win32, but it can still happen when using nmake because it
50903              doesn't support the .UPDATEALL attribute that was used to fix dmake.
50904              e.g. Build perl, touch a core header file, then rebuild -- mktables
50905              re-runs when it didn't need to, and 7 times over at that!  This change
50906              alleviates the pain by making mktables exit quickly in such cases.
50907      Branch: perl
50908            + lib/unicore/mktables.lst
50909            ! lib/unicore/mktables
50910 ____________________________________________________________________________
50911 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
50912         Log: Resubmit change #24053.
50913      Branch: perl
50914            ! regexec.c t/op/re_tests
50915 ____________________________________________________________________________
50916 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
50917         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
50918              From: Alexey Tourbin <at@altlinux.ru>
50919              Date: Sat, 19 Mar 2005 16:37:12 +0300
50920              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
50921              
50922              and
50923              
50924              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
50925      Branch: perl
50926            ! t/lib/h2ph.h utils/h2ph.PL
50927 ____________________________________________________________________________
50928 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
50929         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
50930              From: hv@crypt.org
50931              Date: Mon, 21 Feb 2005 17:59:49 +0000
50932              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
50933      Branch: perl
50934            ! regexec.c t/op/re_tests
50935 ____________________________________________________________________________
50936 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
50937         Log: Subject: pack / for general types
50938              From: perl5-porters@ton.iguana.be (Ton Hospel)
50939              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
50940              Message-Id: <d1i7ed$62c$1@post.home.lunix>
50941              
50942              Allow "len/format" to work for any format type, not just strings.
50943      Branch: perl
50944            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
50945 ____________________________________________________________________________
50946 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
50947         Log: perldelta suggestions on (un)?pack by Ton Hospel
50948      Branch: perl
50949            ! pod/perl592delta.pod
50950 ____________________________________________________________________________
50951 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
50952         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
50953              From: Alexey Tourbin <at@altlinux.ru>
50954              Date: Sat, 19 Mar 2005 06:10:45 +0300
50955              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
50956      Branch: perl
50957            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
50958            ! MANIFEST
50959 ____________________________________________________________________________
50960 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
50961         Log: Subject: [PATCH] More consting goodness
50962              From: Andy Lester <andy@petdance.com>
50963              Date: Sat, 19 Mar 2005 01:28:30 -0600
50964              Message-ID: <20050319072830.GA7721@petdance.com>
50965      Branch: perl
50966            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
50967            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
50968            ! sv.c toke.c
50969 ____________________________________________________________________________
50970 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
50971         Log: Upgrade to Math::BigInt 1.75, by Tels
50972      Branch: perl
50973            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50974            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
50975            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
50976            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
50977            ! lib/Math/BigInt/t/sub_mbi.t
50978 ____________________________________________________________________________
50979 [ 24047] By: merijn                                on 2005/03/20  10:50:11
50980         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
50981              From: Alexey Tourbin <at@altlinux.ru>
50982              Date: Sat, 19 Mar 2005 03:40:13 +0300
50983              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
50984      Branch: perl
50985            ! pod/perlrun.pod
50986 ____________________________________________________________________________
50987 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
50988         Log: Remove an useless line, spotted by Andy Lester
50989      Branch: perl
50990            ! toke.c
50991 ____________________________________________________________________________
50992 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
50993         Log: Remove trie optimisation from the todo list
50994      Branch: perl
50995            ! pod/perltodo.pod
50996 ____________________________________________________________________________
50997 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
50998         Log: Subject: Re: Reworked Trie Patch
50999              From: demerphq <demerphq@gmail.com>
51000              Date: Mon, 14 Mar 2005 08:55:39 +0100
51001              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
51002              
51003              Subject: Re: Reworked Trie Patch
51004              From: demerphq <demerphq@gmail.com>
51005              Date: Wed, 16 Mar 2005 19:48:18 +0100
51006              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
51007              
51008              Plus minor nits in the documentation of re.pm,
51009              a version bump, and addition of an OPTIMIZE alias
51010      Branch: perl
51011            + t/op/regexp_notrie.t t/op/regexp_trielist.t
51012            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
51013            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
51014            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
51015 ____________________________________________________________________________
51016 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
51017         Log: Subject: Re: sitecustomize.pl [PATCH]
51018              From: Gisle Aas <gisle@ActiveState.com>
51019              Date: 18 Mar 2005 04:06:40 -0800
51020              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
51021              
51022              Adds a new command-line switch, -f, and a new optional
51023              compile-time setting -DUSE_SITECUSTOMIZE
51024      Branch: perl
51025            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
51026 ____________________________________________________________________________
51027 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
51028         Log: Subject: [PATCH] More const parms
51029              From: Andy Lester <andy@petdance.com>
51030              Date: Mon, 14 Mar 2005 13:59:54 -0600
51031              Message-ID: <20050314195954.GB7141@petdance.com>
51032      Branch: perl
51033            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
51034            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
51035            ! toke.c utf8.c
51036 ____________________________________________________________________________
51037 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
51038         Log: Don't use vars in DynaLoader
51039              Remove left-over maintenance code
51040      Branch: perl
51041            ! ext/DynaLoader/DynaLoader_pm.PL
51042 ____________________________________________________________________________
51043 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
51044         Log: Subject: [PATCH] $B::Disassembler::VERSION
51045              From: Alexey Tourbin <at@altlinux.ru>
51046              Date: Thu, 17 Mar 2005 19:02:38 +0300
51047              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
51048      Branch: perl
51049            ! ext/B/B/Disassembler.pm
51050 ____________________________________________________________________________
51051 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
51052         Log: Upgrade to CGI 3.07.
51053              Add CGI's changelog
51054      Branch: perl
51055            + lib/CGI/Changes
51056            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
51057 ____________________________________________________________________________
51058 [ 24038] By: merijn                                on 2005/03/14  15:55:44
51059         Log: Subject: pp_pack.c, simplifying genpacksizetables
51060              From: perl5-porters@ton.iguana.be (Ton Hospel)
51061              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
51062              Message-Id: <d11kvt$1k7$1@post.home.lunix>
51063      Branch: perl
51064            ! genpacksizetables.pl pp_pack.c
51065 ____________________________________________________________________________
51066 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
51067         Log: Subject: [PATCH] Adding const qualifiers
51068              From: Andy Lester <andy@petdance.com>
51069              Date: Sun, 13 Mar 2005 14:20:05 -0600
51070              Message-ID: <20050313202005.GA23535@petdance.com>
51071      Branch: perl
51072            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
51073            ! proto.h scope.c utf8.c
51074 ____________________________________________________________________________
51075 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
51076         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
51077              From: David Nicol <davidnicol@gmail.com>
51078              Date: Tue, 8 Mar 2005 18:23:11 -0600
51079              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
51080      Branch: perl
51081            ! pod/perlfunc.pod
51082 ____________________________________________________________________________
51083 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
51084         Log: Document pack changes in perldelta
51085      Branch: perl
51086            ! pod/perl592delta.pod
51087 ____________________________________________________________________________
51088 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
51089         Log: Upgrade to Pod::Parser 1.30
51090      Branch: perl
51091            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
51092            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
51093            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
51094            ! t/pod/poderrs.xr
51095 ____________________________________________________________________________
51096 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
51097         Log: Doc patches to clarify the stringification rules of {} and =>
51098              by Jarkko (bug #34419)
51099      Branch: perl
51100            ! pod/perldata.pod pod/perlop.pod
51101 ____________________________________________________________________________
51102 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
51103         Log: gcc warning patch by Andy Lester
51104      Branch: perl
51105            ! perl.h
51106 ____________________________________________________________________________
51107 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
51108         Log: Subject: Re: Encoding neutral unpack
51109              From: perl5-porters@ton.iguana.be (Ton Hospel)
51110              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
51111              Message-ID: <d0vdt5$81a$1@post.home.lunix>
51112              
51113              A new test.
51114      Branch: perl
51115            ! t/op/pack.t
51116 ____________________________________________________________________________
51117 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
51118         Log: Indentation patch by Ton Hospel for pp_pack
51119      Branch: perl
51120            ! pp_pack.c
51121 ____________________________________________________________________________
51122 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
51123         Log: Change my email, put real name of Pixel
51124      Branch: perl
51125            ! AUTHORS
51126 ____________________________________________________________________________
51127 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
51128         Log: Upgrade to DB_File 1.811, by Paul Marquess
51129      Branch: perl
51130            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51131            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
51132            ! ext/DB_File/typemap
51133 ____________________________________________________________________________
51134 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
51135         Log: Add standard core test headers to the Class::ISA new tests
51136      Branch: perl
51137            ! lib/Class/ISA/t/00_about_verbose.t
51138            ! lib/Class/ISA/t/01_old_junk.t
51139 ____________________________________________________________________________
51140 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
51141         Log: Upgrade to Class::ISA 0.33
51142      Branch: perl
51143            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
51144            + lib/Class/ISA/t/01_old_junk.t
51145            - lib/Class/ISA/test.pl
51146            ! MANIFEST lib/Class/ISA.pm
51147 ____________________________________________________________________________
51148 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
51149         Log: Update Changes
51150      Branch: perl
51151            ! Changes
51152 ____________________________________________________________________________
51153 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
51154         Log: FAQ sync
51155      Branch: perl
51156            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
51157            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
51158            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
51159            ! pod/perlfaq9.pod
51160 ____________________________________________________________________________
51161 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
51162         Log: Subject: [PATCH] pad_push numero three-o
51163              From: Andy Lester <andy@petdance.com>
51164              Date: Thu, 10 Mar 2005 15:17:28 -0600
51165              Message-ID: <20050310211728.GC32386@petdance.com>
51166      Branch: perl
51167            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
51168            ! proto.h
51169 ____________________________________________________________________________
51170 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
51171         Log: Make the return value of close() depend not only on the success of the
51172              close itself, but also on whether the output stream had a previous
51173              error. From Jim Meyering <jim@meyering.net>, via Debian.
51174      Branch: perl
51175            ! doio.c
51176 ____________________________________________________________________________
51177 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
51178         Log: 8 is not an octal digit. (from Debian)
51179      Branch: perl
51180            ! pod/perlreref.pod
51181 ____________________________________________________________________________
51182 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
51183         Log: Fix a2p manpage (from Debian)
51184      Branch: perl
51185            ! x2p/a2p.pod
51186 ____________________________________________________________________________
51187 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
51188         Log: Remove a spurious undefined warning when using getopts.pl with -w.
51189              (from Debian)
51190      Branch: perl
51191            ! lib/getopts.pl
51192 ____________________________________________________________________________
51193 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
51194         Log: Doc patch for Devel::DProf (from Debian)
51195      Branch: perl
51196            ! ext/Devel/DProf/DProf.pm
51197 ____________________________________________________________________________
51198 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
51199         Log: Add support for Debian GNU/k*BSD
51200      Branch: perl
51201            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
51202 ____________________________________________________________________________
51203 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
51204         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
51205      Branch: perl
51206            ! hints/gnu.sh
51207 ____________________________________________________________________________
51208 [ 24015] By: steveh                                on 2005/03/10  15:18:20
51209         Log: Subject: Minor AUTHORS patch
51210              From: "Mike Giroux" <rmgiroux@hotmail.com>
51211              Date: Thu, 10 Mar 2005 08:39:04 -0500
51212              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
51213      Branch: perl
51214            ! AUTHORS
51215 ____________________________________________________________________________
51216 [ 24014] By: steveh                                on 2005/03/10  11:25:36
51217         Log: More Win32 dmake fixes
51218
51219              Use $B macro as per change 23991 in more places, and fix some syntax
51220              errors in the subst's (missing trailing ",")
51221
51222              Tested with GCC and MSVC. I don't have BCC available, so those parts
51223              are untested.
51224      Branch: perl
51225            ! win32/makefile.mk
51226 ____________________________________________________________________________
51227 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
51228         Log: Upgrade to CGI.pm 3.06
51229      Branch: perl
51230            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
51231            ! lib/CGI/t/form.t lib/CGI/t/html.t
51232 ____________________________________________________________________________
51233 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
51234         Log: Further pack optimisations by Ton Hospel
51235      Branch: perl
51236            ! pp_pack.c
51237 ____________________________________________________________________________
51238 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
51239         Log: Fix memory corruption when growing pack utf8 buffer
51240      Branch: perl
51241            ! pp_pack.c
51242 ____________________________________________________________________________
51243 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
51244         Log: Subject: Encoding neutral unpack
51245              From: perl5-porters@ton.iguana.be (Ton Hospel)
51246              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
51247              Message-Id: <d0fi6i$k06$1@post.home.lunix>
51248      Branch: perl
51249            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
51250            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
51251            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
51252            ! t/op/utftaint.t
51253 ____________________________________________________________________________
51254 [ 24009] By: merijn                                on 2005/03/08  15:25:57
51255         Log: Subject: Minor AUTHORS patch
51256              From: Andy Lester <andy@petdance.com>
51257              Date: Tue, 8 Mar 2005 09:44:45 -0600
51258              Message-ID: <20050308154445.GB3213@petdance.com>
51259      Branch: perl
51260            ! AUTHORS
51261 ____________________________________________________________________________
51262 [ 24008] By: merijn                                on 2005/03/08  14:45:17
51263         Log: Some updates to current status
51264      Branch: perl
51265            ! README.hpux
51266 ____________________________________________________________________________
51267 [ 24007] By: steveh                                on 2005/03/07  11:02:12
51268         Log: Include regcomp.h in Win32 makefiles
51269
51270              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
51271              From: demerphq <demerphq@gmail.com>
51272              Date: Sun, 6 Mar 2005 09:16:12 +0100
51273              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
51274      Branch: perl
51275            ! win32/Makefile win32/makefile.mk
51276 ____________________________________________________________________________
51277 [ 24006] By: steveh                                on 2005/03/04  17:19:46
51278         Log: A better fix than change 24005 was ;)
51279
51280              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
51281              no-op.  This was being used in the Win95 case, but works fine on WinNT
51282              too, and is actually what ExtUtils-MakeMaker uses.
51283
51284              Also change the nmake Makefile.
51285      Branch: perl
51286            ! win32/Makefile win32/makefile.mk
51287 ____________________________________________________________________________
51288 [ 24005] By: steveh                                on 2005/03/04  17:11:56
51289         Log: Suppress "ECHO is on." messages when using dmake on Win32
51290
51291              (The shell's "echo" command displays the current echo setting when
51292              called with no arguments.  Use "echo." to display nothing.)
51293      Branch: perl
51294            ! win32/makefile.mk
51295 ____________________________________________________________________________
51296 [ 24004] By: steveh                                on 2005/03/04  17:01:24
51297         Log: Stop mktables from needlessly re-running when using dmake on Win32
51298      Branch: perl
51299            ! win32/makefile.mk
51300 ____________________________________________________________________________
51301 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
51302         Log: Update -v copyright notice
51303      Branch: perl
51304            ! perl.c
51305 ____________________________________________________________________________
51306 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
51307         Log: Add a regression test for bug #32193, and make the
51308              fix a bit more robust
51309      Branch: perl
51310            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
51311 ____________________________________________________________________________
51312 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
51313         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
51314              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
51315              Date: 28 Oct 2004 12:16:37 -0000
51316              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
51317      Branch: perl
51318            ! lib/Tie/RefHash.pm
51319 ____________________________________________________________________________
51320 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
51321         Log: do "filename" is not really used with perl subroutine librairies
51322              anymore.
51323      Branch: perl
51324            ! pod/perlfunc.pod
51325 ____________________________________________________________________________
51326 [ 23999] By: merijn                                on 2005/02/27  11:28:27
51327         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
51328              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
51329              If there was no TOP format the lines left on page was set
51330              to fixed number, now set to the current page length of the
51331              IO channel used. More debugging for yet another bug needed.
51332      Branch: perl
51333            ! pp_sys.c
51334 ____________________________________________________________________________
51335 [ 23998] By: davem                                 on 2005/02/26  11:32:59
51336         Log: ithreads: cond_signal() on a non-shared object coredumped
51337      Branch: perl
51338            ! ext/threads/shared/shared.xs
51339 ____________________________________________________________________________
51340 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
51341         Log: SvUTF8 can be present on scalars other than PVs
51342              (specifically references with overloaded stringification)
51343      Branch: perl
51344            ! dump.c
51345 ____________________________________________________________________________
51346 [ 23996] By: davem                                 on 2005/02/26  00:47:03
51347         Log: Fix leaks in List::Util::reduce,first
51348              When the block is a closure, the cloned CV created on each call
51349              was never freed
51350      Branch: perl
51351            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
51352 ____________________________________________________________________________
51353 [ 23995] By: steveh                                on 2005/02/24  15:52:01
51354         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
51355              From: demerphq <demerphq@gmail.com>
51356              Date: Wed, 23 Feb 2005 17:49:50 +0100
51357              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
51358      Branch: perl
51359            ! pod/perlhack.pod
51360 ____________________________________________________________________________
51361 [ 23994] By: merijn                                on 2005/02/24  10:12:26
51362         Log: Subject: [PATCH] dprofpp help
51363              From: Andy Lester <andy@petdance.com>
51364              Date: Thu, 24 Feb 2005 00:10:42 -0600
51365              Message-ID: <20050224061042.GA20259@petdance.com>
51366      Branch: perl
51367            ! utils/dprofpp.PL
51368 ____________________________________________________________________________
51369 [ 23993] By: steveh                                on 2005/02/23  13:36:59
51370         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
51371              From: demerphq <demerphq@gmail.com>
51372              Date: Sat, 19 Feb 2005 11:10:00 +0100
51373              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
51374      Branch: perl
51375            ! t/harness
51376 ____________________________________________________________________________
51377 [ 23992] By: steveh                                on 2005/02/23  12:28:55
51378         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
51379              From: demerphq <demerphq@gmail.com>
51380              Date: Sat, 19 Feb 2005 11:00:08 +0100
51381              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
51382      Branch: perl
51383            ! win32/Makefile win32/makefile.mk
51384 ____________________________________________________________________________
51385 [ 23991] By: steveh                                on 2005/02/23  09:17:55
51386         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
51387      Branch: perl
51388            ! win32/makefile.mk
51389 ____________________________________________________________________________
51390 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
51391         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
51392      Branch: perl
51393            ! MANIFEST
51394 ____________________________________________________________________________
51395 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
51396         Log: Subject: IPC::Run test failures with utf8
51397              From: Nicholas Clark <nick@ccl4.org>
51398              Date: Sat, 19 Feb 2005 00:27:57 +0000
51399              Message-ID: <20050219002757.GO13998@plum.flirble.org>
51400      Branch: perl
51401            ! lib/IPC/Run/t/run.t
51402 ____________________________________________________________________________
51403 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
51404         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
51405              From: "Craig A. Berry" <craigberry@mac.com>
51406              Date: Fri, 18 Feb 2005 09:42:52 -0600
51407              Message-ID: <42160CFC.3080304@mac.com>
51408      Branch: perl
51409            ! pp_pack.c
51410 ____________________________________________________________________________
51411 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
51412         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
51413              From: demerphq <demerphq@gmail.com>
51414              Date: Sat, 19 Feb 2005 11:04:00 +0100
51415              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
51416      Branch: perl
51417            ! t/japh/abigail.t
51418 ____________________________________________________________________________
51419 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
51420         Log: Subject: Patch for Perlbug #4253
51421              From: Nikolai Eipel <eipel@web.de>
51422              Date: Sat, 29 Jan 2005 16:52:53 +0100
51423              Message-Id: <200501291652.53841.eipel@web.de>
51424
51425              (-T and -B invalidate _ filehandle when no read permission on file)
51426              plus a regression test
51427      Branch: perl
51428            ! pp_sys.c t/op/stat.t
51429 ____________________________________________________________________________
51430 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
51431         Log: Install and build corelist on VMS, too
51432      Branch: perl
51433            ! vms/descrip_mms.template
51434 ____________________________________________________________________________
51435 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
51436         Log: Add corelist to the win32 makefiles
51437              (noticed by demerphq)
51438      Branch: perl
51439            ! win32/Makefile win32/makefile.mk
51440 ____________________________________________________________________________
51441 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
51442         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
51443              From: Stephen McCamant <smcc@MIT.EDU>
51444              Date: Tue, 28 Dec 2004 10:13:50 -0800
51445              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
51446      Branch: perl
51447            ! ext/B/B.xs op.h
51448 ____________________________________________________________________________
51449 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
51450         Log: Subject: Re: Integration of PathTools 3.04
51451              From: demerphq <demerphq@gmail.com>
51452              Date: Fri, 18 Feb 2005 16:31:50 +0100
51453              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
51454      Branch: perl
51455            ! lib/Cwd.pm
51456 ____________________________________________________________________________
51457 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
51458         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
51459              From: Gisle Aas <gisle@ActiveState.com>
51460              Date: 03 Feb 2005 03:16:46 -0800
51461              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
51462      Branch: perl
51463            ! ext/IO/lib/IO/Socket/INET.pm
51464 ____________________________________________________________________________
51465 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
51466         Log: Integrate encoding::warnings from Autrijus Tang.
51467      Branch: perl
51468            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
51469            + lib/encoding/warnings/t/2-fatal.t
51470            + lib/encoding/warnings/t/3-normal.t
51471            ! MANIFEST
51472 ____________________________________________________________________________
51473 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
51474         Log: Subject: [PATCH] find2perl, new options
51475              From: slaven@rezic.de
51476              Date: Thu, 17 Feb 2005 22:30:13 +0100
51477              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
51478      Branch: perl
51479            ! x2p/find2perl.PL
51480 ____________________________________________________________________________
51481 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
51482         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
51483      Branch: perl
51484            ! x2p/Makefile.SH
51485 ____________________________________________________________________________
51486 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
51487         Log: Upgrade to PathTools 3.04
51488              (plus tweaks to Cwd and cwd.t to run when building perl)
51489      Branch: perl
51490            + ext/Cwd/ppport.h
51491            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
51492            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
51493            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
51494            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51495            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51496            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51497            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
51498            ! lib/File/Spec/t/rel2abs2rel.t
51499 ____________________________________________________________________________
51500 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
51501         Log: Upgrade to Pod::LaTeX 0.58
51502      Branch: perl
51503            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
51504 ____________________________________________________________________________
51505 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
51506         Log: Upgrade to Time::HiRes 1.66
51507      Branch: perl
51508            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51509            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
51510 ____________________________________________________________________________
51511 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
51512         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
51513              From: "Steve Peters via RT" <perlbug-followup@perl.org>
51514              Date: 1 Feb 2005 16:24:11 -0000
51515              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
51516      Branch: perl
51517            ! ext/IO/lib/IO/File.pm
51518 ____________________________________________________________________________
51519 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
51520         Log: Subject: Re: [PATCH] Re: perl winpid?
51521              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51522              Date: Tue, 15 Feb 2005 20:45:13 -0800
51523              Message-ID: <20050216044512.GA2516@efn.org>
51524      Branch: perl
51525            ! ext/B/t/stash.t
51526 ____________________________________________________________________________
51527 [ 23972] By: steveh                                on 2005/02/15  14:47:47
51528         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
51529      Branch: perl
51530            ! Porting/Maintainers.pl README.win32
51531 ____________________________________________________________________________
51532 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
51533         Log: Fix documentation bug in using Socket's import tags :
51534
51535              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
51536              From: David Dyck (via RT) <perlbug-followup@perl.org>
51537              Date: 15 Feb 2005 07:35:45 -0000
51538              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
51539      Branch: perl
51540            ! pod/perlfunc.pod
51541 ____________________________________________________________________________
51542 [ 23970] By: steveh                                on 2005/02/15  13:20:40
51543         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
51544
51545              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
51546              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
51547              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
51548              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
51549      Branch: perl
51550            ! win32/Makefile win32/makefile.mk
51551 ____________________________________________________________________________
51552 [ 23969] By: steveh                                on 2005/02/15  11:40:03
51553         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
51554      Branch: perl
51555            ! win32/makefile.mk
51556 ____________________________________________________________________________
51557 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
51558         Log: Use strl* functions in doio.c when available
51559              Based on :
51560              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
51561              From: Steve Peters <steve@fisharerojo.org>
51562              Date: Wed, 1 Dec 2004 19:42:14 -0600
51563              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
51564      Branch: perl
51565            ! doio.c
51566 ____________________________________________________________________________
51567 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
51568         Log: Subject: [PATCH] Additional tests for t/op/not.t
51569              From: Steve Peters <steve@fisharerojo.org>
51570              Date: Mon, 14 Feb 2005 19:54:17 -0600
51571              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
51572      Branch: perl
51573            ! t/op/not.t
51574 ____________________________________________________________________________
51575 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
51576         Log: Subject: Re: encoding neutral unpack
51577              From: perl5-porters@ton.iguana.be (Ton Hospel)
51578              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
51579              Message-ID: <cu17rk$k78$1@post.home.lunix>
51580
51581              tweaked to remove the 'not supported on this platform'
51582              error messages
51583      Branch: perl
51584            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
51585 ____________________________________________________________________________
51586 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
51587         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
51588      Branch: perl
51589            ! toke.c
51590 ____________________________________________________________________________
51591 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
51592         Log: Require version 0.05 of Devel::Tokenizer::C.
51593      Branch: perl
51594            ! perl_keyword.pl
51595 ____________________________________________________________________________
51596 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
51597         Log: Mac OS Classic vs Mac OS X clarications
51598              by Sherm Pendley
51599      Branch: perl
51600            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
51601            ! pod/perlrun.pod
51602 ____________________________________________________________________________
51603 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
51604         Log: README.cygwin additions by Reini Urban
51605      Branch: perl
51606            ! README.cygwin
51607 ____________________________________________________________________________
51608 [ 23961] By: merijn                                on 2005/02/11  09:32:50
51609         Log: Subject: Re: [PATCH] Re: perl winpid?
51610              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51611              Date: Thu, 10 Feb 2005 20:04:35 -0800
51612              Message-ID: <20050211040434.GA3824@efn.org>
51613      Branch: perl
51614            + t/lib/cygwin.t
51615            ! MANIFEST README.cygwin cygwin/cygwin.c
51616 ____________________________________________________________________________
51617 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
51618         Log: not() || 1 produces segmentation fault
51619
51620              Fixed by making not() behave like not(0). This is also the
51621              way not() behaved before it started segfaulting in 5.6.0.
51622      Branch: perl
51623            + t/op/not.t
51624            ! MANIFEST perly.act perly.h perly.tab perly.y
51625 ____________________________________________________________________________
51626 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
51627         Log: regen_perly.pl runs fine with bison 2.0.
51628      Branch: perl
51629            ! regen_perly.pl
51630 ____________________________________________________________________________
51631 [ 23958] By: merijn                                on 2005/02/10  15:56:04
51632         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
51633              ccversion is important enough to jump through some hoops to get it
51634      Branch: perl
51635            ! hints/hpux.sh
51636 ____________________________________________________________________________
51637 [ 23957] By: merijn                                on 2005/02/10  14:19:51
51638         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
51639              translation *before* the chdir (), so it now DTRT
51640      Branch: perl
51641            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
51642            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
51643            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
51644            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
51645            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
51646            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
51647            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
51648 ____________________________________________________________________________
51649 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
51650         Log: Upgrade to Time::Local 1.11
51651      Branch: perl
51652            ! lib/Time/Local.pm lib/Time/Local.t
51653 ____________________________________________________________________________
51654 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
51655         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
51656              From: Tels <nospam-abuse@bloodgate.com>
51657              Date: Wed, 9 Feb 2005 21:44:22 +0100
51658              Message-Id: <200502092144.24051@bloodgate.com>
51659      Branch: perl
51660            ! lib/Math/BigInt/Calc.pm
51661 ____________________________________________________________________________
51662 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
51663         Log: Add IPC::Run 0.80.
51664
51665              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
51666              From: "Jos I. Boumans" <kane@xs4all.net>
51667              Date: Fri, 28 Jan 2005 18:32:44 +0100
51668              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
51669
51670              with PERL_CORE test premables hacked for better $^X portability
51671              (we hope.)
51672      Branch: perl
51673            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
51674            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
51675            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
51676            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
51677            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
51678            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
51679            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
51680            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
51681            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
51682            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
51683            ! MANIFEST
51684 ____________________________________________________________________________
51685 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
51686         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
51687              The rmtree() function in the perl File::Path module would remove
51688              directories in an insecure manner which could lead to the removal
51689              of arbitrary files and directories via a symlink attack.
51690      Branch: perl
51691            ! lib/File/Path.pm
51692 ____________________________________________________________________________
51693 [ 23952] By: merijn                                on 2005/02/08  16:30:43
51694         Log: IBM Released vac.C version 7, and changed the naming convention (again)
51695              Thanks to Campo for spotting, testing and the fix
51696      Branch: perl
51697            ! hints/aix.sh
51698 ____________________________________________________________________________
51699 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
51700         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
51701              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
51702              Date: 6 Feb 2005 22:03:20 -0000
51703              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
51704      Branch: perl
51705            ! pp_pack.c
51706 ____________________________________________________________________________
51707 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
51708         Log: Remove mention of sub-packages in the Symbol manpage.
51709      Branch: perl
51710            ! lib/Symbol.pm
51711 ____________________________________________________________________________
51712 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
51713         Log: Add Module::CoreList in the maintainers list
51714      Branch: perl
51715            ! Porting/Maintainers.pl
51716 ____________________________________________________________________________
51717 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
51718         Log: Fix typo in corelist
51719      Branch: perl
51720            ! lib/Module/CoreList/bin/corelist
51721 ____________________________________________________________________________
51722 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
51723         Log: Add Module::CoreList to bleadperl.
51724
51725              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
51726              From: "Jos I. Boumans" <kane@xs4all.net>
51727              Date: Fri, 28 Jan 2005 17:38:27 +0100
51728              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
51729      Branch: perl
51730            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
51731            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
51732            ! MANIFEST installperl utils.lst utils/Makefile
51733 ____________________________________________________________________________
51734 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
51735         Log: Subject: [perl #34062] pack Z0 destroys the character before
51736              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
51737              Date: 5 Feb 2005 18:09:00 -0000
51738              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
51739              (plus a regression test)
51740      Branch: perl
51741            ! pp_pack.c t/op/pack.t
51742 ____________________________________________________________________________
51743 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
51744         Log: A small precision in the docs for overloaded regexp escapes
51745              (see bug #33906)
51746      Branch: perl
51747            ! pod/perlre.pod
51748 ____________________________________________________________________________
51749 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
51750         Log: Avoid evaluating a strlen twice due the new implementation
51751              of New() with PERL_MALLOC_WRAP
51752      Branch: perl
51753            ! util.c
51754 ____________________________________________________________________________
51755 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
51756         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
51757              itself on a previous run.
51758      Branch: perl
51759            ! lib/h2xs.t
51760 ____________________________________________________________________________
51761 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
51762         Log: With mallocwrap New() evaluates its arguments more than once, so they
51763              had better not have any side effects.
51764              :-(
51765      Branch: perl
51766            ! util.c
51767 ____________________________________________________________________________
51768 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
51769         Log: Let's (un)do the timewarp, again.
51770              Attempt to bodge round Makefile sometimes being older than Makefile.PL
51771              Pesky filesystems.
51772      Branch: perl
51773            ! lib/ExtUtils/t/Constant.t
51774 ____________________________________________________________________________
51775 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
51776         Log: Upgrade to Digest 1.10
51777      Branch: perl
51778            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
51779            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
51780 ____________________________________________________________________________
51781 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
51782         Log: Remove 2 unused variables from APItest.xs.
51783      Branch: perl
51784            ! ext/XS/APItest/APItest.xs
51785 ____________________________________________________________________________
51786 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
51787         Log: Upgrade to Devel::PPPort 3.06.
51788      Branch: perl
51789            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
51790            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
51791            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
51792            ! ext/Devel/PPPort/parts/inc/exception
51793            ! ext/Devel/PPPort/parts/inc/misc
51794 ____________________________________________________________________________
51795 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
51796         Log: Attempt to fix problems with new exception handling macros.
51797      Branch: perl
51798            + ext/XS/APItest/exception.c
51799            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
51800            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
51801            ! pod/perlguts.pod
51802 ____________________________________________________________________________
51803 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
51804         Log: Subject: Re: encoding neutral unpack
51805              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
51806              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
51807              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
51808
51809              Counted length prefixes shouldn't change C0/U0 mode
51810              in pack/unpack (plus a regression test)
51811      Branch: perl
51812            ! pp_pack.c t/op/pack.t
51813 ____________________________________________________________________________
51814 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
51815         Log: Subject: Re: encoding neutral unpack
51816              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
51817              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
51818              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
51819
51820              Make U0 and C0 scoped to () pack subtemplates.
51821              (plus a regression test)
51822      Branch: perl
51823            ! pp_pack.c t/op/pack.t
51824 ____________________________________________________________________________
51825 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
51826         Log: Subject: Re: encoding neutral unpack
51827              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
51828              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
51829              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
51830
51831              Ensure that with the C format, unpack checksums
51832              don't get overflowed. (plus a regression test)
51833      Branch: perl
51834            ! pp_pack.c t/op/pack.t
51835 ____________________________________________________________________________
51836 [ 23921] By: davem                                 on 2005/02/02  18:25:00
51837         Log: fix POSIX::strtod error handling documentation
51838      Branch: perl
51839            ! ext/POSIX/POSIX.pod
51840 ____________________________________________________________________________
51841 [ 23920] By: merijn                                on 2005/02/02  13:12:17
51842         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
51843              From: Abigail <abigail@abigail.nl>
51844              Date: Tue, 1 Feb 2005 21:33:14 +0100
51845              Message-ID: <20050201203314.GC335@abigail.nl>
51846      Branch: perl
51847            ! pod/perlfunc.pod
51848 ____________________________________________________________________________
51849 [ 23919] By: merijn                                on 2005/02/02  12:49:46
51850         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
51851              between declarations
51852      Branch: perl
51853            ! ext/Devel/PPPort/PPPort.xs
51854 ____________________________________________________________________________
51855 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
51856         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
51857              hints files to add to MANIFEST. Sort MANIFEST
51858              while I'm in the area.
51859      Branch: perl
51860            ! MANIFEST
51861 ____________________________________________________________________________
51862 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
51863         Log: Subject: Re: [perl #34010] localtime docs
51864              From: Andy Lester <andy@petdance.com>
51865              Date: Mon, 31 Jan 2005 21:24:29 -0600
51866              Message-ID: <20050201032429.GA29354@petdance.com>
51867      Branch: perl
51868            ! pod/perlfunc.pod
51869 ____________________________________________________________________________
51870 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
51871         Log: Subject: Re: encoding neutral unpack
51872              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
51873              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
51874              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
51875
51876              Forgotten character progress while checksumming over partial
51877              b or B format. (plus a regression test)
51878      Branch: perl
51879            ! pp_pack.c t/op/pack.t
51880 ____________________________________________________________________________
51881 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
51882         Log: Make Perl_keyword() another 30% faster.
51883      Branch: perl
51884            ! perl_keyword.pl toke.c
51885 ____________________________________________________________________________
51886 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
51887         Log: Regenerate perlapi.pod.
51888      Branch: perl
51889            ! pod/perlapi.pod
51890 ____________________________________________________________________________
51891 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
51892         Log: Upgrade to Devel::PPPort 3.05.
51893      Branch: perl
51894            + ext/Devel/PPPort/parts/base/5008006
51895            + ext/Devel/PPPort/parts/inc/exception
51896            + ext/Devel/PPPort/parts/todo/5008006
51897            + ext/Devel/PPPort/t/exception.t
51898            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
51899            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
51900            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
51901            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
51902            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
51903            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
51904            ! ext/Devel/PPPort/apicheck_c.PL
51905            ! ext/Devel/PPPort/devel/buildperl.pl
51906            ! ext/Devel/PPPort/devel/mkapidoc.sh
51907            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
51908            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
51909            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
51910            ! ext/Devel/PPPort/parts/apicheck.pl
51911            ! ext/Devel/PPPort/parts/base/5004000
51912            ! ext/Devel/PPPort/parts/base/5004050
51913            ! ext/Devel/PPPort/parts/base/5005000
51914            ! ext/Devel/PPPort/parts/base/5006000
51915            ! ext/Devel/PPPort/parts/base/5008001
51916            ! ext/Devel/PPPort/parts/base/5009002
51917            ! ext/Devel/PPPort/parts/embed.fnc
51918            ! ext/Devel/PPPort/parts/inc/MY_CXT
51919            ! ext/Devel/PPPort/parts/inc/SvPV
51920            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
51921            ! ext/Devel/PPPort/parts/inc/format
51922            ! ext/Devel/PPPort/parts/inc/grok
51923            ! ext/Devel/PPPort/parts/inc/limits
51924            ! ext/Devel/PPPort/parts/inc/mPUSH
51925            ! ext/Devel/PPPort/parts/inc/magic
51926            ! ext/Devel/PPPort/parts/inc/misc
51927            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
51928            ! ext/Devel/PPPort/parts/inc/newRV
51929            ! ext/Devel/PPPort/parts/inc/ppphbin
51930            ! ext/Devel/PPPort/parts/inc/ppphdoc
51931            ! ext/Devel/PPPort/parts/inc/ppphtest
51932            ! ext/Devel/PPPort/parts/inc/sv_xpvf
51933            ! ext/Devel/PPPort/parts/inc/threads
51934            ! ext/Devel/PPPort/parts/inc/uv
51935            ! ext/Devel/PPPort/parts/inc/version
51936            ! ext/Devel/PPPort/parts/ppptools.pl
51937            ! ext/Devel/PPPort/parts/todo/5009002
51938            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
51939            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
51940            ! ext/Devel/PPPort/typemap
51941 ____________________________________________________________________________
51942 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
51943         Log: Add simple exception handling macros for XS writers.
51944      Branch: perl
51945            + ext/XS/APItest/t/exception.t
51946            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
51947            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
51948 ____________________________________________________________________________
51949 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
51950         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
51951      Branch: perl
51952            ! MANIFEST
51953 ____________________________________________________________________________
51954 [ 23909] By: merijn                                on 2005/01/31  11:33:14
51955         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
51956              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
51957              Date: 31 Jan 2005 07:37:55 -0000
51958              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
51959      Branch: perl
51960            + ext/DynaLoader/hints/gnukfreebsd.pl
51961            + ext/DynaLoader/hints/gnuknetbsd.pl
51962            + ext/NDBM_File/hints/gnukfreebsd.pl
51963            + ext/NDBM_File/hints/gnuknetbsd.pl
51964            + ext/ODBM_File/hints/gnukfreebsd.pl
51965            + ext/ODBM_File/hints/gnuknetbsd.pl
51966            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
51967            + ext/Storable/hints/gnukfreebsd.pl
51968            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
51969            + hints/gnuknetbsd.sh
51970            ! Configure
51971 ____________________________________________________________________________
51972 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
51973         Log: Document the changes to PERLIO_DEBUG.
51974      Branch: perl
51975            ! pod/perlrun.pod
51976 ____________________________________________________________________________
51977 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
51978         Log: Really fix the bug [perl #33990].
51979              NB. -DIAMSUID is only set to compile sperl.o.
51980      Branch: perl
51981            ! perlio.c
51982 ____________________________________________________________________________
51983 [ 23905] By: steveh                                on 2005/01/31  10:03:56
51984         Log: Fix test suite hang on Win32 caused by change #23898
51985
51986              ("perl -e sleep 3" does an indefinite sleep!)
51987      Branch: perl
51988            ! t/op/alarm.t
51989 ____________________________________________________________________________
51990 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
51991         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
51992      Branch: perl
51993            ! perlio.c
51994 ____________________________________________________________________________
51995 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
51996         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
51997      Branch: perl
51998            ! perlio.c
51999 ____________________________________________________________________________
52000 [ 23900] By: davem                                 on 2005/01/30  17:46:35
52001         Log: minor corrections to comments in perly.y
52002      Branch: perl
52003            ! perly.y
52004 ____________________________________________________________________________
52005 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
52006         Log: Subject: h2hp: 2 fix
52007              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
52008              Date: Fri, 28 Jan 2005 16:53:11 +0100
52009              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
52010      Branch: perl
52011            ! utils/h2ph.PL
52012 ____________________________________________________________________________
52013 [ 23898] By: davem                                 on 2005/01/29  16:14:20
52014         Log: chomp() fails after alarm(), `sleep`
52015
52016              PP_backtick's temp altering of PL_rs didn't restore after
52017              an exception
52018      Branch: perl
52019            ! pp_sys.c t/op/alarm.t
52020 ____________________________________________________________________________
52021 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
52022         Log: More consistent names for all the parameter name/declaration methods
52023      Branch: perl
52024            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
52025            ! perl_keyword.pl
52026 ____________________________________________________________________________
52027 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
52028         Log: Calculate the number of tests in one place, so that the skip()s will
52029              always agree with the plan()s
52030      Branch: perl
52031            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
52032 ____________________________________________________________________________
52033 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
52034         Log: Add a reference to books.perl.org.
52035      Branch: perl
52036            ! pod/perlbook.pod
52037 ____________________________________________________________________________
52038 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
52039         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
52040              future use.
52041      Branch: perl
52042            ! genpacksizetables.pl pp_pack.c
52043 ____________________________________________________________________________
52044 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
52045         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
52046              From: Jim Cromie <jcromie@divsol.com>
52047              Date: Sun, 16 Jan 2005 17:16:00 -0700
52048              Message-ID: <41EB03C0.7030509@divsol.com>
52049              (with minor typos fixed)
52050      Branch: perl
52051            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
52052            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
52053            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
52054            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
52055            ! ext/B/t/optree_varinit.t
52056 ____________________________________________________________________________
52057 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
52058         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
52059              From: Gisle Aas <gisle@ActiveState.com>
52060              Date: 05 Jan 2005 03:21:06 -0800
52061              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
52062      Branch: perl
52063            ! perl.c
52064 ____________________________________________________________________________
52065 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
52066         Log: Make the byte order modifers < and > and the sign modifier ! (for
52067              n N v V) conditionally compile. This means that the refactored
52068              pp_pack/pp_unpack code can now be used in maint.
52069      Branch: perl
52070            ! genpacksizetables.pl pp_pack.c
52071 ____________________________________________________________________________
52072 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
52073         Log: Oops. Was forgetting to test n! N! v! V! in pack
52074      Branch: perl
52075            ! t/op/pack.t
52076 ____________________________________________________________________________
52077 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
52078         Log: Check that the warning behaviour on the modifiers !, < and > is as we
52079              expect it for this perl.
52080      Branch: perl
52081            ! t/op/pack.t
52082 ____________________________________________________________________________
52083 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
52084         Log: Make the tests for the endianness modifiers < and >, and the
52085              signnedness modifier ! conditional on perl version. Surprisingly
52086              little change needed.
52087      Branch: perl
52088            ! t/op/pack.t
52089 ____________________________________________________________________________
52090 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
52091         Log: &_q needs to *globally* escape ' and \ in its substitution.
52092      Branch: perl
52093            ! t/test.pl
52094 ____________________________________________________________________________
52095 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
52096         Log: Subject: [PATCH] BigInt mbi_rand.t failings
52097              From: Tels <nospam-abuse@bloodgate.com>
52098              Date: Tue, 25 Jan 2005 18:06:58 +0100
52099              Message-Id: <200501251806.59782@bloodgate.com>
52100      Branch: perl
52101            ! lib/Math/BigInt/Calc.pm
52102 ____________________________________________________________________________
52103 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
52104         Log: Integrate change #23880 in original comment
52105      Branch: perl
52106            ! util.c
52107 ____________________________________________________________________________
52108 [ 23880] By: merijn                                on 2005/01/25  15:41:30
52109         Log: Subject: [PATCH] perlapi.pod has pod errors
52110              From: "Jos I. Boumans" <kane@xs4all.net>
52111              Date: Tue, 25 Jan 2005 16:42:38 +0100
52112              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
52113      Branch: perl
52114            ! pod/perlapi.pod
52115 ____________________________________________________________________________
52116 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
52117         Log: Correct and update comments (before anyone writes in)
52118              Remove a temporary variable.
52119      Branch: perl
52120            ! lib/ExtUtils/Constant/Base.pm
52121 ____________________________________________________________________________
52122 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
52123         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
52124              the dump file. The newer format is only 135M
52125      Branch: perl
52126            ! toke.c
52127 ____________________________________________________________________________
52128 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
52129         Log: A script to regenerate Perl_keyword()
52130      Branch: perl
52131            + perl_keyword.pl
52132            ! MANIFEST
52133 ____________________________________________________________________________
52134 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
52135         Log: Add weights to ExtUtils::Constant to allow sorting by expected
52136              frequency. This makes the Perl_keyword() replacement 20% faster,
52137              rather than just 12%
52138      Branch: perl
52139            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
52140 ____________________________________________________________________________
52141 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
52142         Log: Replace Perl_keyword() with a version that's 20% faster on typical
52143              input, generated by subclassing ExtUtils::Constant. (Typical input
52144              being about 135M of input from running a lot of perl scripts)
52145      Branch: perl
52146            ! toke.c
52147 ____________________________________________________________________________
52148 [ 23874] By: merijn                                on 2005/01/24  15:10:55
52149         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
52150              From: "Craig A. Berry" <craigberry@mac.com>
52151              Date: Sun, 23 Jan 2005 14:23:17 -0600
52152              Message-ID: <41F407B5.7020106@mac.com>
52153      Branch: perl
52154            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
52155 ____________________________________________________________________________
52156 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
52157         Log: Revert change 23843.
52158              (See discussion for bug [perl #31924])
52159      Branch: perl
52160            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
52161            ! pp_ctl.c proto.h t/comp/require.t
52162 ____________________________________________________________________________
52163 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
52164         Log: Subject: [perl #33906] Missing \\ in perlre
52165              From: Andrew (via RT) <perlbug-followup@perl.org>
52166              Date: 23 Jan 2005 20:52:51 -0000
52167              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
52168      Branch: perl
52169            ! pod/perlre.pod
52170 ____________________________________________________________________________
52171 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
52172         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
52173              From: "Craig A. Berry" <craigberry@mac.com>
52174              Date: Sun, 23 Jan 2005 13:44:49 -0600
52175              Message-ID: <41F3FEB1.9020102@mac.com>
52176      Branch: perl
52177            ! lib/Test/Harness/Straps.pm
52178 ____________________________________________________________________________
52179 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
52180         Log: Subject: Re: [perl #33892] Add Interix support
52181              From: Todd Vierling <tv@duh.org>
52182              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
52183              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
52184      Branch: perl
52185            ! hints/interix.sh
52186 ____________________________________________________________________________
52187 [ 23869] By: davem                                 on 2005/01/23  22:20:10
52188         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
52189              From:  Jarkko Hietaniemi <jhi@iki.fi>
52190              Date:  Sun, 23 Jan 2005 21:25:01 +0200
52191              Message-Id:  <41F3FA0D.4010301@iki.fi>
52192
52193              The uc() memory reduction patch had a memory leak...
52194      Branch: perl
52195            ! pp.c
52196 ____________________________________________________________________________
52197 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
52198         Log: Tidy up 2 comments
52199      Branch: perl
52200            ! regcomp.c
52201 ____________________________________________________________________________
52202 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
52203         Log: Assimilate ExtUtils::Constant 0.16
52204      Branch: perl
52205            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
52206            + lib/ExtUtils/Constant/XS.pm
52207            ! MANIFEST lib/ExtUtils/Constant.pm
52208 ____________________________________________________________________________
52209 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
52210         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
52211      Branch: perl
52212            ! regcomp.c
52213 ____________________________________________________________________________
52214 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
52215         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
52216              From: Jarkko Hietaniemi <jhi@iki.fi>
52217              Message-ID: <41F2C427.7020003@iki.fi>
52218              Date: Sat, 22 Jan 2005 23:22:47 +0200
52219      Branch: perl
52220            ! hints/dec_osf.sh
52221 ____________________________________________________________________________
52222 [ 23863] By: davem                                 on 2005/01/22  18:27:58
52223         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
52224              From:  Jarkko Hietaniemi <jhi@iki.fi>
52225              Date:  Sat, 22 Jan 2005 11:33:12 +0200
52226              Message-Id:  <41F21DD8.3050500@iki.fi>
52227
52228              change #23857 miscalculated the SvGROW size
52229      Branch: perl
52230            ! pp.c
52231 ____________________________________________________________________________
52232 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
52233         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
52234              From: Jarkko Hietaniemi <jhi@iki.fi>
52235              Message-ID: <41F2911E.8090204@iki.fi>
52236              Date: Sat, 22 Jan 2005 19:45:02 +0200
52237
52238              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
52239      Branch: perl
52240            ! hints/dec_osf.sh
52241 ____________________________________________________________________________
52242 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
52243         Log: Update copyright years and add editor blocks
52244      Branch: perl
52245            ! doop.c hv.c utf8.c
52246 ____________________________________________________________________________
52247 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
52248         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
52249              Subject: Re: [PATCH] do not assume quads or long doubles
52250              Message-ID: <41F21B0A.2050301@iki.fi>
52251              Date: Sat, 22 Jan 2005 11:21:14 +0200
52252      Branch: perl
52253            ! pp_pack.c
52254 ____________________________________________________________________________
52255 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
52256         Log: Remove now-unnecessary check. (It's done earlier)
52257      Branch: perl
52258            ! pp_pack.c
52259 ____________________________________________________________________________
52260 [ 23857] By: davem                                 on 2005/01/22  00:17:40
52261         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
52262              From:  Jarkko Hietaniemi <jhi@iki.fi>
52263              Date:  Sat, 22 Jan 2005 00:20:12 +0200
52264              Message-Id:  <41F1801C.3080201@iki.fi>
52265
52266              Make buffer size estimates for utf8 case conversion less maximally
52267              pessimistic
52268      Branch: perl
52269            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
52270            ! toke.c utf8.c utf8.h
52271 ____________________________________________________________________________
52272 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
52273         Log: Shrink a switch() statment by driving the size calculations from the
52274              size table. This requires #ifdef()s in the size table initialiser.
52275              Astoundingly this shaves over 6K of the object size with -Os on OS X.
52276              I was expecting about 1K (due to shrinking a branch table). Mind you,
52277              I'm not going to argue with what I got. :-)
52278      Branch: perl
52279            ! genpacksizetables.pl pp_pack.c
52280 ____________________________________________________________________________
52281 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
52282         Log: Make the length overrun checking and stack extension table driven.
52283              (Shaves about 3k off pp_pack.o)
52284      Branch: perl
52285            + genpacksizetables.pl
52286            ! MANIFEST pp_pack.c
52287 ____________________________________________________________________________
52288 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
52289         Log: Subject: [perl #32503] Fix for Storable module
52290              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
52291              Date: 19 Nov 2004 13:06:57 -0000
52292              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
52293      Branch: perl
52294            ! ext/Storable/Storable.xs
52295 ____________________________________________________________________________
52296 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
52297         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
52298      Branch: perl
52299            ! ext/Data/Dumper/Dumper.pm
52300 ____________________________________________________________________________
52301 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
52302         Log: Name another pack test
52303      Branch: perl
52304            ! t/op/pack.t
52305 ____________________________________________________________________________
52306 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
52307         Log: Subject: [perl #33892] Add Interix support
52308              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
52309              Date: 21 Jan 2005 14:36:31 -0000
52310              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
52311
52312              (except the Configure chunk)
52313              (and bump version numbers of modules)
52314      Branch: perl
52315            + hints/interix.sh
52316            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
52317            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
52318 ____________________________________________________________________________
52319 [ 23848] By: merijn                                on 2005/01/21  14:47:31
52320         Log: Subject: [perl #33892] Add Interix support
52321              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
52322              Date: 21 Jan 2005 14:36:31 -0000
52323              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
52324      Branch: perl
52325            ! Configure
52326 ____________________________________________________________________________
52327 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
52328         Log: Upgrade to Test::Harness 2.46
52329      Branch: perl
52330            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
52331            + lib/Test/Harness/t/prove-globbing.t
52332            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
52333            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
52334            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
52335            ! lib/Test/Harness/t/strap.t
52336 ____________________________________________________________________________
52337 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
52338         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
52339              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
52340              Date: Tue, 28 Dec 2004 16:01:49 -0800
52341              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
52342      Branch: perl
52343            ! ext/B/B.pm
52344 ____________________________________________________________________________
52345 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
52346         Log: Subject: [Patch] [perl #32446]  close leaves fd open
52347              From: Steffen Ullrich <coyote.frank@gmx.net>
52348              Date: Wed, 01 Dec 2004 15:22:34 +0100
52349              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
52350      Branch: perl
52351            ! perlio.c
52352 ____________________________________________________________________________
52353 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
52354         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
52355              From: Rick Delaney <rick@bort.ca>
52356              Date: Wed, 13 Oct 2004 12:40:18 -0400
52357              Message-ID: <20041013164018.GA32174@biff.bort.ca>
52358      Branch: perl
52359            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
52360            ! pp_ctl.c proto.h t/comp/require.t
52361 ____________________________________________________________________________
52362 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
52363         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
52364              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52365              Date: Mon, 20 Dec 2004 16:08:56 -0800
52366              Message-ID: <20041221000856.GA2924@efn.org>
52367      Branch: perl
52368            ! pp_sys.c t/op/stat.t
52369 ____________________________________________________________________________
52370 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
52371         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
52372              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52373              Date: Sun, 19 Dec 2004 23:57:56 -0800
52374              Message-ID: <20041220075754.GA800@efn.org>
52375      Branch: perl
52376            ! ext/B/B.pm
52377 ____________________________________________________________________________
52378 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
52379         Log: Subject: [patch] cleanup perlsfio.h
52380              From: Stas Bekman <stas@stason.org>
52381              Date: Thu, 13 Jan 2005 16:14:23 -0500
52382              Message-ID: <41E6E4AF.8070303@stason.org>
52383      Branch: perl
52384            ! perlsfio.h
52385 ____________________________________________________________________________
52386 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
52387         Log: VERSION++
52388      Branch: perl
52389            ! lib/Text/ParseWords.pm
52390 ____________________________________________________________________________
52391 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
52392         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
52393              From: Alexey Tourbin <at@altlinux.ru>
52394              Date: Tue, 28 Dec 2004 22:29:37 +0300
52395              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
52396      Branch: perl
52397            + lib/Text/ParseWords/taint.t
52398            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
52399 ____________________________________________________________________________
52400 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
52401         Log: Run regen.pl and pod/buildtoc --build-all
52402      Branch: perl
52403            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
52404 ____________________________________________________________________________
52405 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
52406         Log: A little more determinacy in our sorting
52407      Branch: perl
52408            ! autodoc.pl
52409 ____________________________________________________________________________
52410 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
52411         Log: Make "assertion" attribute code and test conditional
52412      Branch: perl
52413            ! t/op/attrs.t xsutils.c
52414 ____________________________________________________________________________
52415 [ 23824] By: merijn                                on 2005/01/19  18:32:41
52416         Log: Subject: [PATCH] Further follow-up to 23767
52417              From: Robin Barker <Robin.Barker@npl.co.uk>
52418              Date: Wed, 19 Jan 2005 18:30:31 -0000
52419              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
52420      Branch: perl
52421            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
52422 ____________________________________________________________________________
52423 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
52424         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
52425              From: Noah <sitz@onastick.net>
52426              Date: Wed, 19 Jan 2005 12:33:52 -0500
52427              Message-ID: <20050119173352.GA15592@radu.onastick.net>
52428      Branch: perl
52429            ! utils/h2xs.PL
52430 ____________________________________________________________________________
52431 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
52432         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
52433              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52434              Date: Sun, 16 Jan 2005 10:30:45 -0800
52435              Message-ID: <20050116183045.GA2768@efn.org>
52436      Branch: perl
52437            ! t/op/stat.t
52438 ____________________________________________________________________________
52439 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
52440         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
52441              From: "Jos I. Boumans" <kane@xs4all.net>
52442              Date: Tue, 18 Jan 2005 15:12:03 +0100
52443              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
52444      Branch: perl
52445            ! ext/Data/Dumper/Dumper.pm
52446 ____________________________________________________________________________
52447 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
52448         Log: Fix dependencies in ext/B/Makefile.PL
52449              (bug #8254, fix by Alan Burlison)
52450      Branch: perl
52451            ! ext/B/Makefile.PL
52452 ____________________________________________________________________________
52453 [ 23817] By: steveh                                on 2005/01/19  09:33:27
52454         Log: Exclude "Thread" from $Config{extensions}
52455
52456              It is already excluded from $Config{dynamic_ext}, so should not be
52457              in $Config{extensions} either. (Note that Thread is actually still
52458              built, though. This is just for consistency with Unix builds.)
52459      Branch: perl
52460            ! win32/config_sh.PL
52461 ____________________________________________________________________________
52462 [ 23816] By: steveh                                on 2005/01/19  08:55:06
52463         Log: Exclude "Thread" from $Config{dynamic_ext}
52464
52465              This was accidentally broken by change 23757.  It has already been
52466              fixed in maint-5.8 when resolving conflicts during integration of
52467              23757, so this one does NOT need integrating itself!
52468
52469              For more details see:
52470              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
52471      Branch: perl
52472            ! win32/config_sh.PL
52473 ____________________________________________________________________________
52474 [ 23807] By: steveh                                on 2005/01/17  17:55:02
52475         Log: Fix for building with MinGW under Cygwin
52476
52477              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
52478              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52479              Date: Thu, 13 Jan 2005 16:11:36 -0800
52480              Message-ID: <20050114001136.GC2516@efn.org>
52481      Branch: perl
52482            ! ext/Errno/Errno_pm.PL
52483 ____________________________________________________________________________
52484 [ 23806] By: steveh                                on 2005/01/17  16:57:10
52485         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
52486      Branch: perl
52487            ! win32/config_sh.PL
52488 ____________________________________________________________________________
52489 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
52490         Log: Better test diagnostics for the numbers tests.
52491              (Failure diagnostics were always good, but now the tests have names,
52492              which show even when they pass)
52493      Branch: perl
52494            ! t/op/pack.t
52495 ____________________________________________________________________________
52496 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
52497         Log: Correct the editor block to match the perl 5 policy on tabs
52498      Branch: perl
52499            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
52500            ! sv.c universal.c
52501 ____________________________________________________________________________
52502 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
52503         Log: Refactor S_regclass to generate slightly smaller object code
52504      Branch: perl
52505            ! regcomp.c
52506 ____________________________________________________________________________
52507 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
52508         Log: A terser way to write the \-ing code in pv_uni_display
52509              Plus drive-by insert of a more correct editor block. (thanks Dave)
52510      Branch: perl
52511            ! utf8.c
52512 ____________________________________________________________________________
52513 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
52514         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
52515              is taken from the SV's UTF-8ness
52516      Branch: perl
52517            ! pod/perlapi.pod sv.c
52518 ____________________________________________________________________________
52519 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
52520         Log: SvUTF8_off() in do_join can be unconditional.
52521      Branch: perl
52522            ! doop.c
52523 ____________________________________________________________________________
52524 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
52525         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
52526      Branch: perl
52527            ! op.c regcomp.c toke.c utf8.c
52528 ____________________________________________________________________________
52529 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
52530         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
52531      Branch: perl
52532            ! sv.c
52533 ____________________________________________________________________________
52534 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
52535         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
52536      Branch: perl
52537            ! utf8.c
52538 ____________________________________________________________________________
52539 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
52540         Log: replace NEWSV(), SvSetSV() with newSVsv()
52541      Branch: perl
52542            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
52543 ____________________________________________________________________________
52544 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
52545         Log: Turn the unreachable code into assertions. (So prove me wrong...)
52546      Branch: perl
52547            ! pp_pack.c
52548 ____________________________________________________________________________
52549 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
52550         Log: Source code tidy up - avoid assigning to sv.
52551      Branch: perl
52552            ! pp_pack.c
52553 ____________________________________________________________________________
52554 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
52555         Log: Avoid dogfood problems when an empty string accidentally ends up
52556              as a constant name. [They don't work in qw(), strangely]
52557      Branch: perl
52558            ! lib/ExtUtils/Constant.pm
52559 ____________________________________________________________________________
52560 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
52561         Log: The leaktesting of NEWSV() is long dead, so create and initialise
52562              SV values in one, to simplify source code and shrink object code
52563              by about 1%
52564      Branch: perl
52565            ! pp_pack.c
52566 ____________________________________________________________________________
52567 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
52568         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
52569              representation.
52570      Branch: perl
52571            ! t/op/join.t
52572 ____________________________________________________________________________
52573 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
52574         Log: Update copyright years. Add an editor block while passing by.
52575      Branch: perl
52576            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
52577            ! universal.c
52578 ____________________________________________________________________________
52579 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
52580         Log: utf.pm needs to require Carp before croak()ing
52581      Branch: perl
52582            ! lib/utf8.pm lib/utf8.t
52583 ____________________________________________________________________________
52584 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
52585         Log: Refactor all the unpack checksum-or-not logic to avoid massive
52586              duplication.
52587      Branch: perl
52588            ! pp_pack.c
52589 ____________________________________________________________________________
52590 [ 23786] By: merijn                                on 2005/01/13  11:28:31
52591         Log: Subject: Re: killing USE_5005THREADS in blead?
52592              From: Stas Bekman <stas@stason.org>
52593              Date: Wed, 12 Jan 2005 16:32:42 -0500
52594              Message-ID: <41E5977A.3060306@stason.org>
52595      Branch: perl
52596            ! perl.c
52597 ____________________________________________________________________________
52598 [ 23785] By: steveh                                on 2005/01/13  10:24:13
52599         Log: Fix Win32 build problem caused by change 23757
52600
52601              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
52602              run by miniperl.exe when making the ..\config.sh target, but
52603              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
52604              perlglob.exe to do the glob().  perlglob.exe has been built, but is
52605              in the top-level of the source tree so is not found when miniperl.exe
52606              is executed from within the win32/ sub-directory.
52607
52608              This was causing smokes to fail on t/lib/commonsense.t because the
52609              "extensions" field in lib/Config_heavy.pl only contained
52610              "threads/shared" as a result of the glob() not finding anything.
52611
52612              Manual builds had been working fine for me because I had an installed
52613              perl in my PATH so perlglob.exe was being found there instead!
52614      Branch: perl
52615            ! win32/FindExt.pm
52616 ____________________________________________________________________________
52617 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
52618         Log: Subject: [PATCH] follow-up to #23765
52619              From: "Craig A. Berry" <craigberry@mac.com>
52620              Date: Tue, 11 Jan 2005 21:01:27 -0600
52621              Message-ID: <41E49307.7080900@mac.com>
52622      Branch: perl
52623            ! lib/warnings.t
52624 ____________________________________________________________________________
52625 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
52626         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
52627              (for cases of mixed UTF8/bytes)
52628              Test code based on bug report by John Gardiner Myers
52629      Branch: perl
52630            ! pp.c t/op/index.t
52631 ____________________________________________________________________________
52632 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
52633         Log: Subject: [PATCH] follow-up to 23767
52634              From: Robin Barker <Robin.Barker@npl.co.uk>
52635              Date: Tue, 11 Jan 2005 15:48:49 -0000
52636              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
52637      Branch: perl
52638            ! Porting/pumpkin.pod sv.c
52639 ____________________________________________________________________________
52640 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
52641         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
52642      Branch: perl
52643            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
52644            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
52645            ! proto.h scope.c scope.h sv.c thrdvar.h
52646 ____________________________________________________________________________
52647 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
52648         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
52649              From: "Craig A. Berry" <craigberry@mac.com>
52650              Message-ID: <41E1C261.5020100@mac.com>
52651              Date: Sun, 09 Jan 2005 17:46:41 -0600
52652      Branch: perl
52653            ! t/op/split.t
52654 ____________________________________________________________________________
52655 [ 23778] By: steveh                                on 2005/01/10  11:53:10
52656         Log: Need to close files before unlinking them on Win32
52657
52658              (Various files created by test programs are left behind otherwise,
52659              and distclean doesn't clean them up)
52660      Branch: perl
52661            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
52662            ! lib/FileCache/t/07noimport.t t/op/read.t
52663 ____________________________________________________________________________
52664 [ 23777] By: steveh                                on 2005/01/10  10:28:00
52665         Log: Make Win32's distclean target clean up properly
52666      Branch: perl
52667            ! win32/Makefile win32/makefile.mk
52668 ____________________________________________________________________________
52669 [ 23776] By: steveh                                on 2005/01/10  09:45:50
52670         Log: Get $Config{osvers} filled in on Win32
52671      Branch: perl
52672            ! win32/config_sh.PL
52673 ____________________________________________________________________________
52674 [ 23775] By: merijn                                on 2005/01/10  08:54:00
52675         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
52676              Date: Sun, 09 Jan 2005 17:52:09 -0600
52677              From: "Craig A. Berry" <craigberry@mac.com>
52678              Message-ID: <41E1C3A9.9080900@mac.com>
52679      Branch: perl
52680            ! configure.com
52681 ____________________________________________________________________________
52682 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
52683         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
52684      Branch: perl
52685            ! pp.c
52686 ____________________________________________________________________________
52687 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
52688         Log: If we know the length of the string constant, save a strlen()
52689      Branch: perl
52690            ! perl.c pp_sys.c
52691 ____________________________________________________________________________
52692 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
52693         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
52694              strlen(). Add savesvpv(sv), which gets the length from the SV,
52695              and returns a copy of its PV.
52696      Branch: perl
52697            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
52698            ! universal.c util.c
52699 ____________________________________________________________________________
52700 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
52701         Log: Can pass in a length here without introducing a bug. Might save
52702              a strlen()
52703      Branch: perl
52704            ! toke.c
52705 ____________________________________________________________________________
52706 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
52707         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
52708              as I think that it will be needed for utf8 soft references.
52709      Branch: perl
52710            ! toke.c
52711 ____________________________________________________________________________
52712 [ 23769] By: steveh                                on 2005/01/07  17:25:35
52713         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
52714              and force PERL_MALLOC off if USE_IMP_SYS is on
52715
52716              This brings makefile.mk into line with Makefile in this regard
52717
52718              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
52719              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
52720              so it is sensible to enforce this, and to not have the default set
52721              to a configuration that isn't allowed)
52722      Branch: perl
52723            ! win32/makefile.mk
52724 ____________________________________________________________________________
52725 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
52726         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
52727              From: Jim Cromie <jim.cromie@gmail.com>
52728              Date: Mon, 3 Jan 2005 06:36:16 -0700
52729              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
52730      Branch: perl
52731            + lib/vars_carp.t
52732            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
52733            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
52734            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
52735 ____________________________________________________________________________
52736 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
52737         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
52738              From: Robin Barker <Robin.Barker@npl.co.uk>
52739              Date: Wed, 5 Jan 2005 11:55:09 -0000
52740              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
52741      Branch: perl
52742            ! mg.c perl.h pp.h pp_sys.c sv.c
52743 ____________________________________________________________________________
52744 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
52745         Log: Stage 1 of utf8 support for soft references.
52746              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
52747              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
52748              Provide a backwards compatability gv_fetchpv
52749              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
52750              the pointer from an SV
52751              All tests still pass.
52752      Branch: perl
52753            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
52754            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
52755 ____________________________________________________________________________
52756 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
52757         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
52758              From: "Craig A. Berry" <craigberry@mac.com>
52759              Message-ID: <41DDCA71.1080704@mac.com>
52760              Date: Thu, 06 Jan 2005 17:32:01 -0600
52761      Branch: perl
52762            ! lib/warnings.t
52763 ____________________________________________________________________________
52764 [ 23764] By: steveh                                on 2005/01/07  08:35:29
52765         Log: Fix win32/config.*'s cc, ld and other related values
52766
52767              cc and ld themselves always get replaced with correct values anyway
52768              so we just provide example values as per other similar settings
52769
52770              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
52771              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
52772
52773              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
52774              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52775              Date: Wed, 5 Jan 2005 10:01:41 -0800
52776              Message-ID: <20050105180141.GA676@efn.org>
52777
52778              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
52779              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52780              Date: Thu, 6 Jan 2005 11:53:11 -0800
52781              Message-ID: <20050106195311.GC1300@efn.org>
52782      Branch: perl
52783            ! win32/config.bc win32/config.gc win32/config.vc
52784            ! win32/config.vc64
52785 ____________________________________________________________________________
52786 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
52787         Log: Add TODO tests for UTF8 encoded soft references
52788      Branch: perl
52789            ! t/op/ref.t
52790 ____________________________________________________________________________
52791 [ 23762] By: steveh                                on 2005/01/06  16:50:10
52792         Log: Allow static linking core extensions on Win32 with MinGW
52793
52794              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
52795              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52796              Date: Wed, 5 Jan 2005 10:01:41 -0800
52797              Message-ID: <20050105180141.GA676@efn.org>
52798      Branch: perl
52799            ! win32/buildext.pl win32/makefile.mk
52800 ____________________________________________________________________________
52801 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
52802         Log: Silence a compilation warning
52803      Branch: perl
52804            ! pp_sort.c
52805 ____________________________________________________________________________
52806 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
52807         Log: Turn barewords into strings to run under strict subs.
52808              Run under strict refs outside the soft reference tests.
52809      Branch: perl
52810            ! t/op/ref.t
52811 ____________________________________________________________________________
52812 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
52813         Log: All tests now use test.pl
52814      Branch: perl
52815            ! t/op/ref.t
52816 ____________________________________________________________________________
52817 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
52818         Log: Start converting t/op/ref.t to use test.pl
52819      Branch: perl
52820            ! t/op/ref.t
52821 ____________________________________________________________________________
52822 [ 23757] By: steveh                                on 2005/01/06  11:26:12
52823         Log: Fix extensions config fields on Win32 to be as they are on Unix
52824
52825              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
52826              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52827              Date: Wed, 5 Jan 2005 10:01:41 -0800
52828              Message-ID: <20050105180141.GA676@efn.org>
52829      Branch: perl
52830            ! win32/FindExt.pm win32/config_sh.PL
52831 ____________________________________________________________________________
52832 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
52833         Log: Correct a Greengrocer's apostrophe.
52834      Branch: perl
52835            ! ext/DynaLoader/dl_dyld.xs
52836 ____________________________________________________________________________
52837 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
52838         Log: Foolishly I committed change 23753 before remembering to test without
52839              ithreads. No tests => bugs. This should fix them.
52840      Branch: perl
52841            ! perl.c
52842 ____________________________________________________________________________
52843 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
52844         Log: Error-free constant folding is a TODO
52845      Branch: perl
52846            ! pod/perltodo.pod
52847 ____________________________________________________________________________
52848 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
52849         Log: Turn INIT_TLS_AND_INTERP into a static function
52850      Branch: perl
52851            ! perl.c
52852 ____________________________________________________________________________
52853 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
52854         Log: Shave off the explict 1; from the end of lib/Config.pm
52855      Branch: perl
52856            ! configpm
52857 ____________________________________________________________________________
52858 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
52859         Log: Subject: [PATCH] unnecessary rmdir in Makefile
52860              From: Robin Barker <Robin.Barker@npl.co.uk>
52861              Date: Wed, 5 Jan 2005 11:58:54 -0000
52862              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
52863      Branch: perl
52864            ! Makefile.SH
52865 ____________________________________________________________________________
52866 [ 23750] By: merijn                                on 2005/01/05  11:44:11
52867         Log: Subject: [PATCH] gcc and ld in Configure
52868              From: Robin Barker <Robin.Barker@npl.co.uk>
52869              Date: Wed, 5 Jan 2005 12:04:25 -0000
52870              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
52871      Branch: perl
52872            ! hints/solaris_2.sh
52873 ____________________________________________________________________________
52874 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
52875         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
52876              From: Gisle Aas <gisle@ActiveState.com>
52877              Date: 05 Jan 2005 01:09:51 -0800
52878              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
52879      Branch: perl
52880            ! thread.h
52881 ____________________________________________________________________________
52882 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
52883         Log: Subject: [PATCH] -Duselargefiles for VMS
52884              From: "Craig A. Berry" <craigberry@mac.com>
52885              Message-ID: <41DB63A6.7040504@mac.com>
52886              Date: Tue, 04 Jan 2005 21:48:54 -0600
52887      Branch: perl
52888            ! configure.com vms/descrip_mms.template vms/vmsish.h
52889 ____________________________________________________________________________
52890 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
52891         Log: Rafael spotted that my changes caused warnings. So clean up.
52892      Branch: perl
52893            ! t/op/attrs.t
52894 ____________________________________________________________________________
52895 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
52896         Log: Update copyright years.
52897      Branch: perl
52898            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
52899 ____________________________________________________________________________
52900 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
52901         Log: Make the switch statement discriminate similar names more
52902              efficiently.
52903      Branch: perl
52904            ! xsutils.c
52905 ____________________________________________________________________________
52906 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
52907         Log: Check all attributes in modify_SV_attributes are recognised.
52908              Fix bug where 'assertion' was always rejected as invalid.
52909      Branch: perl
52910            ! t/op/attrs.t xsutils.c
52911 ____________________________________________________________________________
52912 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
52913         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
52914      Branch: perl
52915            ! t/io/layers.t
52916 ____________________________________________________________________________
52917 [ 23742] By: merijn                                on 2005/01/04  12:38:03
52918         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
52919              From: Robin Barker <Robin.Barker@npl.co.uk>
52920              Date: Tue, 4 Jan 2005 12:32:29 -0000
52921              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
52922      Branch: perl
52923            ! pod/perlxs.pod
52924 ____________________________________________________________________________
52925 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
52926         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
52927      Branch: perl
52928            ! gv.c mg.c
52929 ____________________________________________________________________________
52930 [ 23740] By: steveh                                on 2005/01/04  10:56:55
52931         Log: Bring win32/config.* into line with win32/config_H.*
52932              so that "perl -V:usemallocwrap" tells us what the configuration is
52933              instead of saying 'UNKNOWN'.
52934      Branch: perl
52935            ! win32/config.bc win32/config.gc win32/config.vc
52936            ! win32/config.vc64
52937 ____________________________________________________________________________
52938 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
52939         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
52940              From: Tels <nospam-abuse@bloodgate.com>
52941              Date: Sat, 1 Jan 2005 18:59:51 +0100
52942              Message-Id: <200501011859.52858@bloodgate.com>
52943      Branch: perl
52944            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
52945            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
52946            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
52947            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
52948            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
52949            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
52950            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
52951            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
52952            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
52953            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
52954            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
52955            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
52956            ! lib/bignum/t/option_p.t lib/bigrat.pm
52957            ! t/lib/Math/BigFloat/Subclass.pm
52958 ____________________________________________________________________________
52959 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
52960         Log: Happy new year
52961      Branch: perl
52962            ! README
52963 ____________________________________________________________________________
52964 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
52965         Log: Return an immortal from attributes::_warn_reserved (a private
52966              function). (saves creating a new IV)
52967      Branch: perl
52968            ! xsutils.c
52969 ____________________________________________________________________________
52970 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
52971         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
52972      Branch: perl
52973            ! xsutils.c
52974 ____________________________________________________________________________
52975 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
52976         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
52977              threaded, but "oh no it isn't!" :-(
52978      Branch: perl
52979            ! toke.c
52980 ____________________________________________________________________________
52981 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
52982         Log: Integrate a patch from Gentoo for uclibc support.
52983              See :
52984              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
52985              From: Alexey Tourbin <at@altlinux.ru>
52986              Date: Tue, 28 Dec 2004 14:25:42 +0300
52987              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
52988      Branch: perl
52989            ! perlio.c
52990 ____________________________________________________________________________
52991 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
52992         Log: Remove compiler warnings.
52993      Branch: perl
52994            ! toke.c
52995 ____________________________________________________________________________
52996 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
52997         Log: Change 23727 broke code that relied on \ being escaped.
52998              Fix this. *Everything* should work now.
52999      Branch: perl
53000            + t/run/switchF1.t
53001            ! MANIFEST toke.c
53002 ____________________________________________________________________________
53003 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
53004         Log: Splitting the -n/-p code and concatenating strings generates
53005              smaller object code.
53006      Branch: perl
53007            ! toke.c
53008 ____________________________________________________________________________
53009 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
53010         Log: Concatenate some string constants
53011      Branch: perl
53012            ! toke.c
53013 ____________________________________________________________________________
53014 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
53015         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
53016              lot of quoting code
53017      Branch: perl
53018            ! toke.c
53019 ____________________________________________________________________________
53020 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
53021         Log: Probably should be using *pvn rather than *pv forms for speed in
53022              toke.c (to save a strlen())
53023      Branch: perl
53024            ! toke.c
53025 ____________________________________________________________________________
53026 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
53027         Log: strEQ/strNE of 1 character strings seems better hand inlined,
53028              because it generates smaller object code (as well as being
53029              faster than a true function call)
53030      Branch: perl
53031            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
53032 ____________________________________________________________________________
53033 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
53034         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
53035              Tweak is_gv_magical's string comparisons to produce smaller object
53036              code.
53037              First 2005 copyright notice.
53038      Branch: perl
53039            ! gv.c
53040 ____________________________________________________________________________
53041 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
53042         Log: Change 23714 accidentally broke t/io/layers.t when testing with
53043              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
53044              based on the locale, we have no perl space access to PL_utf8locale
53045              so assume for the moment that UTF8 is never conditionally enabled.
53046      Branch: perl
53047            ! t/io/layers.t
53048 ____________________________________________________________________________
53049 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
53050         Log: Skip the switch statement entirely if the pointer is null, rather
53051              than the old pointless switch on '\0'. Also skip re-comparing the
53052              first character. Faster, and generates terser object code.
53053      Branch: perl
53054            ! pp.c
53055 ____________________________________________________________________________
53056 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
53057         Log: Doing the strnEQ char by char for 2 and 3 character strings
53058              generates a smaller object file, and will be faster.
53059      Branch: perl
53060            ! doio.c
53061 ____________________________________________________________________________
53062 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
53063         Log: Improve documentation for is_gv_magical, and split the switch
53064              statement into 2 parts, lengths > 1 and lengths <= 1
53065              This should cause most variables (lower case, multicharacter)
53066              to escape the function without passing through a switch table.
53067      Branch: perl
53068            ! gv.c
53069 ____________________________________________________________________________
53070 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
53071         Log: Because name is always NUL terminated we can incorporate length
53072              0 names in the switch statement for length 1.
53073      Branch: perl
53074            ! gv.c
53075 ____________________________________________________________________________
53076 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
53077         Log: Generate smaller object code by using a single switch statement
53078              for determining which names are forced into main::
53079      Branch: perl
53080            ! gv.c
53081 ____________________________________________________________________________
53082 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
53083         Log: Tidy up comments in change 23716
53084      Branch: perl
53085            ! gv.c
53086 ____________________________________________________________________________
53087 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
53088         Log: Refactor gv_fetchpv so that the overwhelmingly common case
53089              (variable names starting with a lower case letter or _, longer
53090              than one character) get out of the function very quickly.
53091              (Without even passing through a switch statement jump table)
53092              Also fixes bug 33631
53093      Branch: perl
53094            ! gv.c
53095 ____________________________________________________________________________
53096 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
53097         Log: Subject: [PATCH] randbits and randfunc for VMS
53098              From: "Craig A. Berry" <craigberry@mac.com>
53099              Message-ID: <41D570BF.8010409@mac.com>
53100              Date: Fri, 31 Dec 2004 09:31:11 -0600
53101      Branch: perl
53102            ! configure.com
53103 ____________________________________________________________________________
53104 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
53105         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
53106      Branch: perl
53107            ! AUTHORS t/io/layers.t
53108 ____________________________________________________________________________
53109 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
53110         Log: Mention ppport.h and its --api-info switch in perlguts.
53111      Branch: perl
53112            ! pod/perlguts.pod
53113 ____________________________________________________________________________
53114 [ 23711] By: merijn                                on 2004/12/30  13:10:20
53115         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
53116              From: Gisle Aas <gisle@ActiveState.com>
53117              Date: 30 Dec 2004 03:39:36 -0800
53118              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
53119      Branch: perl
53120            ! Configure
53121 ____________________________________________________________________________
53122 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
53123         Log: Thinko in the description of Config::Extensions
53124      Branch: perl
53125            ! MANIFEST
53126 ____________________________________________________________________________
53127 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
53128         Log: Experimental module intended to simplify core regression tests
53129      Branch: perl
53130            + lib/Config/Extensions.pm lib/Config/Extensions.t
53131            ! MANIFEST
53132 ____________________________________________________________________________
53133 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
53134         Log: Skip tests that binmode :utf8 if there is no perlio
53135      Branch: perl
53136            ! t/op/read.t
53137 ____________________________________________________________________________
53138 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
53139         Log: Ooops. Fix unitialised variable
53140      Branch: perl
53141            ! pp_sys.c
53142 ____________________________________________________________________________
53143 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
53144         Log: Oops. Forgot to uncomment the last set of Unicode values for
53145              testing.
53146      Branch: perl
53147            ! t/op/read.t
53148 ____________________________________________________________________________
53149 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
53150         Log: read (and presuambly sysread) would expose the UTF8 internals when
53151              reading from a byte orientated file handle into a UTF8 scalar.
53152      Branch: perl
53153            ! pp_sys.c t/op/read.t
53154 ____________________________________________________________________________
53155 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
53156         Log: Add a lot of tests for combinations of values, offsets and lengths
53157      Branch: perl
53158            ! t/op/read.t
53159 ____________________________________________________________________________
53160 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
53161         Log: Convert op/read.t to use test.pl and make it stricture compliant.
53162      Branch: perl
53163            ! t/op/read.t
53164 ____________________________________________________________________________
53165 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
53166         Log: Upgrade to Devel::PPPort 3.04
53167      Branch: perl
53168            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
53169            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
53170            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
53171            ! ext/Devel/PPPort/parts/inc/ppphbin
53172            ! ext/Devel/PPPort/parts/inc/ppphdoc
53173            ! ext/Devel/PPPort/parts/inc/ppphtest
53174 ____________________________________________________________________________
53175 [ 23696] By: merijn                                on 2004/12/29  12:41:14
53176         Log: Rebuilt after backport start for 23674, 23675, and 23676
53177      Branch: perl
53178            ! Configure
53179 ____________________________________________________________________________
53180 [ 23691] By: merijn                                on 2004/12/29  11:57:57
53181         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
53182              Date: Tue, 28 Dec 2004 13:49:19 -0800
53183              From: Stephen McCamant <smcc@MIT.EDU>
53184              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
53185      Branch: perl
53186            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
53187            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
53188            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
53189            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
53190            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
53191            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
53192            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
53193            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
53194            ! ext/B/t/xref.t
53195 ____________________________________________________________________________
53196 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
53197         Log: Make Config.t warnings and strictures clean
53198      Branch: perl
53199            ! lib/Config.t
53200 ____________________________________________________________________________
53201 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
53202         Log: Subject: [patch sv.c] comment fix
53203              From: Stas Bekman <stas@stason.org>
53204              Message-ID: <41CF50FE.5070307@stason.org>
53205              Date: Sun, 26 Dec 2004 19:02:06 -0500
53206      Branch: perl
53207            ! sv.c
53208 ____________________________________________________________________________
53209 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
53210         Log: Add investigating self tie segfaults to the TODO
53211      Branch: perl
53212            ! pod/perltodo.pod
53213 ____________________________________________________________________________
53214 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
53215         Log: Subject: [perl #33173] shellwords.pl and tainting
53216              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
53217              Date: 24 Dec 2004 00:14:19 -0000
53218              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
53219      Branch: perl
53220            ! lib/shellwords.pl
53221 ____________________________________________________________________________
53222 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
53223         Log: Subject: Missign STATEMENT brackets in PUSHMARK
53224              From: perl5-porters@ton.iguana.be (Ton Hospel)
53225              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
53226              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
53227      Branch: perl
53228            ! pp.h
53229 ____________________________________________________________________________
53230 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
53231         Log: Don't do the ... expansion on archlib, sitelib etc, given that
53232              everyone should already be using archlibext etc
53233              Add the extra special case code for otherlibdirs
53234      Branch: perl
53235            ! configpm
53236 ____________________________________________________________________________
53237 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
53238         Log: Subject: Re: [patch perlapi doc] sv_magic
53239              From: Stas Bekman <stas@stason.org>
53240              Date: Thu, 23 Dec 2004 16:28:06 -0500
53241              Message-ID: <41CB3866.1080307@stason.org>
53242      Branch: perl
53243            ! pod/perlapi.pod sv.c
53244 ____________________________________________________________________________
53245 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
53246         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
53247              From: "Craig A. Berry" <craigberry@mac.com>
53248              Message-ID: <41CB6BD1.8030207@mac.com>
53249              Date: Thu, 23 Dec 2004 19:07:29 -0600
53250      Branch: perl
53251            ! configure.com
53252 ____________________________________________________________________________
53253 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
53254         Log: Bother. It helps if you also propagate the new entry to config.sh
53255      Branch: perl
53256            ! Configure
53257 ____________________________________________________________________________
53258 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
53259         Log: Oops. You can't add new entries to config_h.SH without making some
53260              sort of corresponding defined/undefined value in config.sh somehow.
53261      Branch: perl
53262            ! Configure
53263 ____________________________________________________________________________
53264 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
53265         Log: Relocatable @INC entries for Unix.
53266              (With appropriate fixups in Config.pm to complete the illusion)
53267              Currently can only be enabled with hackery to config.sh
53268              TODO - proper Configure support, and support for otherlibdirs in
53269              Config.pm
53270      Branch: perl
53271            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
53272            ! proto.h
53273 ____________________________________________________________________________
53274 [ 23673] By: merijn                                on 2004/12/23  21:04:37
53275         Log: 23669 was not such a good idea. More research needed.
53276      Branch: perl
53277            ! config_h.SH
53278 ____________________________________________________________________________
53279 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
53280         Log: The "Setuid script not plain file" error wasn't documented.
53281      Branch: perl
53282            ! pod/perldiag.pod
53283 ____________________________________________________________________________
53284 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
53285         Log: Subject: [PATCH] Data::Dumper Freezer fixes
53286              From: Sam Tregar <sam@tregar.com>
53287              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
53288              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
53289
53290              and bump Data::Dumper's VERSION
53291      Branch: perl
53292            + ext/Data/Dumper/t/freezer.t
53293            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
53294 ____________________________________________________________________________
53295 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
53296         Log: Fix typo
53297      Branch: perl
53298            ! ext/Storable/Storable.xs
53299 ____________________________________________________________________________
53300 [ 23669] By: merijn                                on 2004/12/22  20:16:53
53301         Log: Just to re-sync with metaconfig output. No real changes.
53302      Branch: perl
53303            ! config_h.SH
53304 ____________________________________________________________________________
53305 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
53306         Log: Move the definition of the S_procself_val() function before
53307              the point where it's used
53308      Branch: perl
53309            ! perl.c
53310 ____________________________________________________________________________
53311 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
53312         Log: Move the setting of $^X ahead of the initialisation of @INC
53313      Branch: perl
53314            ! perl.c
53315 ____________________________________________________________________________
53316 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
53317         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
53318              skip the test on platforms where it's not available
53319      Branch: perl
53320            ! t/op/bop.t
53321 ____________________________________________________________________________
53322 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
53323         Log: Note that the shell's test uses eq etc for numbers, = etc for
53324              strings, the reverse of Perl, which is definitely a trap.
53325              Spotted by Alexei Alexandrov.
53326      Branch: perl
53327            ! AUTHORS pod/perltrap.pod
53328 ____________________________________________________________________________
53329 [ 23662] By: merijn                                on 2004/12/20  13:38:45
53330         Log: Subject: [PATCH] AUTHORS
53331              From: Tels <nospam-abuse@bloodgate.com>
53332              Date: Sun, 19 Dec 2004 14:28:44 +0100
53333              Message-Id: <200412191428.45898@bloodgate.com>
53334      Branch: perl
53335            ! AUTHORS
53336 ____________________________________________________________________________
53337 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
53338         Log: Subject: Re: [perl #32717] BeOS specific Updates
53339              From: bonefish@cs.tu-berlin.de
53340              Date: Fri, 17 Dec 2004 01:17:40 +0100
53341              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
53342      Branch: perl
53343            - beos/beos_flock_server.cpp beos/beos_flock_server.h
53344            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
53345            ! hints/beos.sh
53346 ____________________________________________________________________________
53347 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
53348         Log: Subject: [PATCH] bop.t follow-up to #23645
53349              From: "Craig A. Berry" <craigberry@mac.com>
53350              Date: Thu, 16 Dec 2004 08:53:32 -0600
53351              Message-ID: <41C1A16C.9040700@mac.com>
53352      Branch: perl
53353            ! t/op/bop.t
53354 ____________________________________________________________________________
53355 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
53356         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
53357              From: Andy Dougherty <doughera@lafayette.edu>
53358              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
53359              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
53360      Branch: perl
53361            ! ext/POSIX/Makefile.PL
53362 ____________________________________________________________________________
53363 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
53364         Log: Two pod2html patches from Dave Sparks :
53365
53366              Fix anchors for some function names
53367              Subject: pod2html fragment fix [PATCH]
53368              From: Gisle Aas <gisle@ActiveState.com>
53369              Date: 11 Nov 2004 14:36:46 +0100
53370              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
53371
53372              Subject: Make 'pod2html --quiet' be quiet [PATCH]
53373              From: Gisle Aas <gisle@ActiveState.com>
53374              Date: 11 Nov 2004 15:19:58 +0100
53375              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
53376      Branch: perl
53377            ! lib/Pod/Html.pm
53378 ____________________________________________________________________________
53379 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
53380         Log: Pod::Html is not part of the podlators distribution
53381      Branch: perl
53382            ! Porting/Maintainers.pl
53383 ____________________________________________________________________________
53384 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
53385         Log: Security fix from Debian in the debugger (in the setterm()
53386              function), from:
53387              Subject: Re: Security patch from Debian?
53388              From: Brendan O'Dea <bod@debian.org>
53389              Date: Thu, 2 Dec 2004 13:42:17 +1100
53390              Message-ID: <20041202024217.GA12670@londo.c47.org>
53391      Branch: perl
53392            ! lib/perl5db.pl
53393 ____________________________________________________________________________
53394 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
53395         Log: A couple of SCO compilation patches
53396
53397              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
53398              From: "Ilya N. Golubev" <gin@mo.msk.ru>
53399              Date: Tue, 14 Dec 2004 22:37:27 +0300
53400              Message-ID: <028941bf40f648-gin@mo.msk.ru>
53401
53402              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
53403              From: Andy Dougherty <doughera@lafayette.edu>
53404              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
53405              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
53406      Branch: perl
53407            ! hints/sco.sh
53408 ____________________________________________________________________________
53409 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
53410         Log: Upgrade to Test::Simple 0.54
53411      Branch: perl
53412            + lib/Test/Simple/t/is_fh.t
53413            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
53414            ! lib/Test/Simple.pm lib/Test/Simple/Changes
53415            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
53416            ! lib/Test/Simple/t/harness_active.t
53417            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
53418            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
53419            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
53420 ____________________________________________________________________________
53421 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
53422         Log: Upgrade to ExtUtils::MakeMaker 6.25
53423      Branch: perl
53424            + lib/ExtUtils/t/dir_target.t
53425            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
53426            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
53427            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
53428            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
53429            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
53430            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
53431            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
53432            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
53433            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
53434            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
53435            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
53436            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
53437            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
53438            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
53439            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
53440 ____________________________________________________________________________
53441 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
53442         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
53443      Branch: perl
53444            ! utils/h2xs.PL
53445 ____________________________________________________________________________
53446 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
53447         Log: Subject: Re: B::walkoptree segfaults
53448              From: Alexey Tourbin <at@altlinux.ru>
53449              Date: Fri, 3 Dec 2004 05:06:49 +0300
53450              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
53451      Branch: perl
53452            ! ext/B/B.pm
53453 ____________________________________________________________________________
53454 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
53455         Log: Make Sys::Syslog stricture-compliant
53456      Branch: perl
53457            ! ext/Sys/Syslog/Syslog.pm
53458 ____________________________________________________________________________
53459 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
53460         Log: Allow escaping %m as %%m in Sys::Syslog format strings
53461              (suggested by Joshua Richardson <jric@yahoo-inc.com>
53462              and Yitzchak Scott-Thoennes)
53463      Branch: perl
53464            ! ext/Sys/Syslog/Syslog.pm
53465 ____________________________________________________________________________
53466 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
53467         Log: Subject: [perl #24343] [PATCH] -w vs. -s
53468              From: "Steve Peters via RT" <perlbug-followup@perl.org>
53469              Date: 14 Dec 2004 06:41:34 -0000
53470              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
53471      Branch: perl
53472            ! pod/perlrun.pod
53473 ____________________________________________________________________________
53474 [ 23647] By: merijn                                on 2004/12/14  07:51:43
53475         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
53476              Date: 14 Dec 2004 06:29:23 -0000
53477              From: "Steve Peters via RT" <perlbug-followup@perl.org>
53478              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
53479      Branch: perl
53480            ! pod/perlfaq5.pod
53481 ____________________________________________________________________________
53482 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
53483         Log: Fix test added in change 23645 with an eval()
53484      Branch: perl
53485            ! t/op/bop.t
53486 ____________________________________________________________________________
53487 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
53488         Log: Test patch for already-solved bug #33003,
53489              by Michael G Schwern.
53490      Branch: perl
53491            ! t/op/bop.t
53492 ____________________________________________________________________________
53493 [ 23644] By: steveh                                on 2004/12/13  17:26:46
53494         Log: Document gv_stashpvn
53495
53496              This is already in the API supported by Devel::PPPort, and is
53497              more efficient than gv_stashpv if the length is already known.
53498      Branch: perl
53499            ! embed.fnc gv.c pod/perlapi.pod
53500 ____________________________________________________________________________
53501 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
53502         Log: Subject: [PATCH] FileCache without import
53503              From: Michael G Schwern <schwern@pobox.com>
53504              Date: Sat, 11 Dec 2004 18:58:32 -0500
53505              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
53506      Branch: perl
53507            + lib/FileCache/t/07noimport.t
53508            ! MANIFEST lib/FileCache.pm
53509 ____________________________________________________________________________
53510 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
53511         Log: Subject: [PATCH] perlipc typo
53512              From: Brendan O'Dea <bod@debian.org>
53513              Date: Sun, 12 Dec 2004 10:25:04 +1100
53514              Message-ID: <20041211232504.GA8380@londo.c47.org>
53515      Branch: perl
53516            ! pod/perlipc.pod
53517 ____________________________________________________________________________
53518 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
53519         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
53520              From: "Craig A. Berry" <craigberry@mac.com>
53521              Date: Sat, 11 Dec 2004 11:03:57 -0600
53522              Message-ID: <41BB287D.6090001@mac.com>
53523      Branch: perl
53524            ! t/op/taint.t
53525 ____________________________________________________________________________
53526 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
53527         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
53528              From: Gisle Aas <gisle@ActiveState.com>
53529              Date: 11 Dec 2004 02:57:19 -0800
53530              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
53531      Branch: perl
53532            ! utf8.c
53533 ____________________________________________________________________________
53534 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
53535         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
53536              From: mjtg@cam.ac.uk (Mike Guy)
53537              Date: Fri, 10 Dec 2004 19:08:01 +0000
53538              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
53539      Branch: perl
53540            ! pod/perlfunc.pod
53541 ____________________________________________________________________________
53542 [ 23638] By: steveh                                on 2004/12/10  14:58:59
53543         Log: Fix Win32 breakage caused by change 23610
53544
53545              Simply skip the offending tests on Win32.  There is no sense in testing
53546              that $Config dir entries appear in @INC because the $Config entries
53547              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
53548              win32/Makefile), whereas @INC entries are dynamic, based on where
53549              perlXX.dll is currently located.
53550      Branch: perl
53551            ! lib/Config.t
53552 ____________________________________________________________________________
53553 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
53554         Log: Pod nit ([perl #32800])
53555      Branch: perl
53556            ! pod/perlfunc.pod
53557 ____________________________________________________________________________
53558 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
53559         Log: Subject: [PATCH] Test rt.perl.org 5900
53560              From: Michael G Schwern <schwern@pobox.com>
53561              Date: Thu, 9 Dec 2004 22:11:59 -0500
53562              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
53563      Branch: perl
53564            ! t/op/taint.t
53565 ____________________________________________________________________________
53566 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
53567         Log: Subject: [PATCH] cleanup t/op/taint.t
53568              From: Michael G Schwern <schwern@pobox.com>
53569              Date: Fri, 10 Dec 2004 02:04:49 -0500
53570              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
53571
53572              Subject: [PATCH] Add todo_skip() to test.pl
53573              From: Michael G Schwern <schwern@pobox.com>
53574              Date: Fri, 10 Dec 2004 04:27:06 -0500
53575              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
53576      Branch: perl
53577            ! t/op/taint.t t/test.pl
53578 ____________________________________________________________________________
53579 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
53580         Log: Evade using @ in the 1 liner with some perl 1 syntax.
53581      Branch: perl
53582            ! lib/Config.t
53583 ____________________________________________________________________________
53584 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
53585         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
53586              From: Robin Barker <Robin.Barker@npl.co.uk>
53587              Date: Wed, 1 Dec 2004 15:15:44 -0000
53588              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
53589      Branch: perl
53590            ! perl.h
53591 ____________________________________________________________________________
53592 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
53593         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
53594              From: Gisle Aas <gisle@activestate.com>
53595              Date: 06 Dec 2004 02:59:24 -0800
53596              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
53597      Branch: perl
53598            ! utf8.h
53599 ____________________________________________________________________________
53600 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
53601         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
53602              From: Gisle Aas <gisle@ActiveState.com>
53603              Date: 03 Dec 2004 06:09:19 -0800
53604              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
53605      Branch: perl
53606            ! ext/PerlIO/t/encoding.t
53607 ____________________________________________________________________________
53608 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
53609         Log: Upgrade to perldoc 3.14
53610      Branch: perl
53611            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
53612 ____________________________________________________________________________
53613 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
53614         Log: Fix test to cope with the previous h2ph change.
53615      Branch: perl
53616            ! t/lib/h2ph.pht
53617 ____________________________________________________________________________
53618 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
53619         Log: Subject: [perl #32962] h2ph - use of local() in generated code
53620              From: Peter.Dintelmann@dresdner-bank.com (via RT)
53621              Date: 8 Dec 2004 15:49:32 -0000
53622              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
53623      Branch: perl
53624            ! utils/h2ph.PL
53625 ____________________________________________________________________________
53626 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
53627         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
53628              From: "Jos I. Boumans" <kane@xs4all.net>
53629              Date: Wed, 8 Dec 2004 14:24:19 +0100
53630              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
53631      Branch: perl
53632            + lib/FileCache/t/06export.t
53633            ! MANIFEST lib/FileCache.pm
53634 ____________________________________________________________________________
53635 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
53636         Log: Avoid getting the stash name twice (at least visually, if not also
53637              in the generated code)
53638      Branch: perl
53639            ! sv.c
53640 ____________________________________________________________________________
53641 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
53642         Log: Upgrade to Encode 2.09
53643      Branch: perl
53644            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
53645            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
53646            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
53647 ____________________________________________________________________________
53648 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
53649         Log: Revert part of the change to gv_fullname4(), as the change seems to
53650              be fractionally slower. Re-investigation prompted by a comment from
53651              Tim Bunce, who seems to be more on the ball than I am.
53652      Branch: perl
53653            ! gv.c
53654 ____________________________________________________________________________
53655 [ 23622] By: steveh                                on 2004/12/07  10:50:26
53656         Log: Update AUTHORS (for changes #23200 and #23621)
53657      Branch: perl
53658            ! AUTHORS
53659 ____________________________________________________________________________
53660 [ 23621] By: steveh                                on 2004/12/07  10:35:59
53661         Log: Updates to README.win32 (aka perlwin32), with some changes.
53662
53663              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
53664              From: Max Maischein <corion@corion.net>
53665              Date: Sun, 05 Dec 2004 19:39:40 +0100
53666              Message-ID: <41B355EC.9010505@corion.net>
53667      Branch: perl
53668            ! README.win32
53669 ____________________________________________________________________________
53670 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
53671         Log: Upgrade to Term::ANSIColor 1.09
53672      Branch: perl
53673            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
53674            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
53675 ____________________________________________________________________________
53676 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
53677         Log: Small addition to perlsec by Stas Bekman.
53678      Branch: perl
53679            ! pod/perlsec.pod
53680 ____________________________________________________________________________
53681 [ 23618] By: steveh                                on 2004/12/06  15:54:30
53682         Log: Fix another Win32 breakage caused by change 23554
53683      Branch: perl
53684            ! t/win32/system.t
53685 ____________________________________________________________________________
53686 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
53687         Log: Break out setting $^X into its own static function S_set_caret_X
53688      Branch: perl
53689            ! perl.c
53690 ____________________________________________________________________________
53691 [ 23616] By: steveh                                on 2004/12/06  14:42:32
53692         Log: Fix typo from change 23554 which screwed up Windows smokes
53693      Branch: perl
53694            ! win32/Makefile
53695 ____________________________________________________________________________
53696 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
53697         Log: sanity check the arguments to runperl(), to try to avoid it
53698              hanging waiting on STDIN for a script.
53699      Branch: perl
53700            ! t/test.pl
53701 ____________________________________________________________________________
53702 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
53703         Log: Remove spurious semicolons
53704              (As these 2 are spare, I guess I should send them to Mark Rhodes
53705              (former office mate) as he often said that he kept mislaying his)
53706      Branch: perl
53707            ! gv.h
53708 ____________________________________________________________________________
53709 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
53710         Log: Tests for Config.pm much better now - toDONE
53711      Branch: perl
53712            ! pod/perltodo.pod
53713 ____________________________________________________________________________
53714 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
53715         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
53716              gv_fullname4 and gv_efullname4 directly, saving overhead.
53717      Branch: perl
53718            ! embed.fnc embed.h gv.h proto.h
53719 ____________________________________________________________________________
53720 [ 23611] By: merijn                                on 2004/12/06  12:00:10
53721         Log: New Itanium servers
53722      Branch: perl
53723            ! README.hpux
53724 ____________________________________________________________________________
53725 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
53726         Log: Check that @INC entries and %Config path entries are consistent.
53727      Branch: perl
53728            ! lib/Config.t
53729 ____________________________________________________________________________
53730 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
53731         Log: gv_fullname4() can get rid of the main:: for us.
53732              (well, actually, it never puts it in)
53733      Branch: perl
53734            ! op.c
53735 ____________________________________________________________________________
53736 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
53737         Log: $foo::_ was wrongly forced as $main::_.
53738              Since we still want "our $_" to be always forced to $main::_,
53739              deplace the forcing code at our-pad allocation time.
53740              (Making execution probably a tiny bit faster)
53741      Branch: perl
53742            ! gv.c op.c t/op/mydef.t
53743 ____________________________________________________________________________
53744 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
53745         Log: Remove double checking of acceptable switches on tr/// ops.
53746      Branch: perl
53747            ! toke.c
53748 ____________________________________________________________________________
53749 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
53750         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
53751              The latter gives larger code, is less clear and can't be any faster
53752      Branch: perl
53753            ! perl.c toke.c
53754 ____________________________________________________________________________
53755 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
53756         Log: Small code tidy up in gv_fullname4
53757      Branch: perl
53758            ! gv.c
53759 ____________________________________________________________________________
53760 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
53761         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
53762              They seem to produce slightly smaller object code too.
53763      Branch: perl
53764            ! gv.c
53765 ____________________________________________________________________________
53766 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
53767         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
53768      Branch: perl
53769            ! perl.c
53770 ____________________________________________________________________________
53771 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
53772         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
53773              S_pushinc into a new function S_pushinc_if_exists
53774              Avoid the SV copy when pushing onto @INC by creating a new scratch
53775              SV each time a push is done.
53776      Branch: perl
53777            ! perl.c
53778 ____________________________________________________________________________
53779 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
53780         Log: Subject: [PATCH] configure.com: no more CONFIG=true
53781              From: "Craig A. Berry" <craigberry@mac.com>
53782              Message-ID: <41AF87BA.1080108@mac.com>
53783              Date: Thu, 02 Dec 2004 15:23:06 -0600
53784      Branch: perl
53785            ! configure.com
53786 ____________________________________________________________________________
53787 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
53788         Log: 2 new BeOS files were missing
53789      Branch: perl
53790            ! MANIFEST
53791 ____________________________________________________________________________
53792 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
53793         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
53794              From: Jarkko Hietaniemi <jhi@iki.fi>
53795              Message-ID: <41ADFD95.4030007@iki.fi>
53796              Date: Wed, 01 Dec 2004 19:21:25 +0200
53797      Branch: perl
53798            ! Makefile.SH
53799 ____________________________________________________________________________
53800 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
53801         Log: &test in constant.t is vestigial, so amputate it.
53802      Branch: perl
53803            ! lib/constant.t
53804 ____________________________________________________________________________
53805 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
53806         Log: Tidy up the reference name stringification to save getting the
53807              hash name twice. Pleasant side effect is 44 byte smaller object
53808              file. (A small win is still a win)
53809      Branch: perl
53810            ! sv.c
53811 ____________________________________________________________________________
53812 [ 23584] By: merijn                                on 2004/12/01  13:44:24
53813         Log: Subject: [perl #32717] BeOS specific Updates
53814              Date: 30 Nov 2004 15:38:32 -0000
53815              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
53816              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
53817      Branch: perl
53818            + beos/beos_flock_server.cpp beos/beos_flock_server.h
53819            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
53820            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
53821            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
53822 ____________________________________________________________________________
53823 [ 23583] By: merijn                                on 2004/12/01  13:29:18
53824         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
53825              Date: Wed, 01 Dec 2004 07:24:45 -0600
53826              From: "Craig A. Berry" <craigberry@mac.com>
53827              Message-ID: <41ADC61D.8010407@mac.com>
53828      Branch: perl
53829            ! vms/descrip_mms.template
53830 ____________________________________________________________________________
53831 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
53832         Log: MANIFEST.SKIP is missing from the list of files that come
53833              with MakeMaker
53834      Branch: perl
53835            ! Porting/Maintainers.pl
53836 ____________________________________________________________________________
53837 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
53838         Log: Add placeholders for the new strlcat and strlcpy entries in
53839              config.sh, to ensure that the config.h generated for cross-
53840              compilation will still work.
53841      Branch: perl
53842            ! Cross/config.sh-arm-linux
53843 ____________________________________________________________________________
53844 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
53845         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
53846      Branch: perl
53847            ! MANIFEST
53848 ____________________________________________________________________________
53849 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
53850         Log: Add perl586delta.pod to all the necessary makefiles and tables of
53851              contents.
53852      Branch: perl
53853            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
53854            ! win32/pod.mak
53855 ____________________________________________________________________________
53856 [ 23571] By: merijn                                on 2004/11/30  15:11:01
53857         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
53858              Date: Tue, 30 Nov 2004 09:29:06 -0600
53859              From: Steve Peters <steve@fisharerojo.org>
53860              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
53861      Branch: perl
53862            ! hints/openbsd.sh
53863 ____________________________________________________________________________
53864 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
53865         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
53866      Branch: perl
53867           +> pod/perl586delta.pod
53868            ! MANIFEST
53869           !> pod/perlhist.pod
53870 ____________________________________________________________________________
53871 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
53872         Log: Protection against trailing spaces in embed.fnc
53873      Branch: perl
53874            ! autodoc.pl embed.pl
53875 ____________________________________________________________________________
53876 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
53877         Log: Remove trailing whitespace that found their way in the docs
53878              (spotted by Stas Bekman)
53879      Branch: perl
53880            ! embed.fnc pod/perlapi.pod proto.h
53881 ____________________________________________________________________________
53882 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
53883         Log: Upgrade to Test::Simple 0.53
53884      Branch: perl
53885            + lib/Test/Simple/t/circular_data.t
53886            + lib/Test/Simple/t/overload_threads.t
53887            + lib/Test/Simple/t/plan_bad.t
53888            + lib/Test/Simple/t/plan_shouldnt_import.t
53889            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
53890            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
53891            ! lib/Test/Simple.pm lib/Test/Simple/Changes
53892            ! lib/Test/Simple/README lib/Test/Simple/TODO
53893            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
53894            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
53895            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
53896            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
53897 ____________________________________________________________________________
53898 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
53899         Log: Skip generating all the code to deal with "" strings in config.sh
53900              if there aren't any. '' only code is much simpler.
53901      Branch: perl
53902            ! configpm
53903 ____________________________________________________________________________
53904 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
53905         Log: Given that there is a pre-built cache, no need for @v_fast
53906      Branch: perl
53907            ! configpm
53908 ____________________________________________________________________________
53909 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
53910         Log: The byteorder code doesn't need to be in Config.pm if byteorder
53911              isn't actually a frequently looked up value.
53912      Branch: perl
53913            ! configpm
53914 ____________________________________________________________________________
53915 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
53916         Log: Need to stub the public functions to keep some existing code
53917              working.
53918              No need to keep $Config_SH around in memory when we can easily
53919              re-create it.
53920      Branch: perl
53921            ! configpm
53922 ____________________________________________________________________________
53923 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
53924         Log: Generate the precached %Config entries based on some empirical
53925              data, rather than just guesswork.
53926      Branch: perl
53927            ! Makefile.SH configpm
53928 ____________________________________________________________________________
53929 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
53930         Log: Subject: [PATCH] Re: getting Config.pm on a diet
53931              From: "Craig A. Berry" <craigberry@mac.com>
53932              Message-ID: <41A8F225.7080902@mac.com>
53933              Date: Sat, 27 Nov 2004 15:31:17 -0600
53934      Branch: perl
53935            ! vms/descrip_mms.template
53936 ____________________________________________________________________________
53937 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
53938         Log: Hateful cAsE iNsEnSiTiVe file systems
53939      Branch: perl
53940            ! configpm
53941 ____________________________________________________________________________
53942 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
53943         Log: Put Config.pm on a diet. 3K rather than 32K
53944              configpm now generates 2 files, a small Config.pm containing the
53945              commonly used functions and values, which AUTOLOADs a
53946              Config_heavy.pl containing anything else needed.
53947              The "common" values in the small Config.pm may need some
53948              tweaking, based on real world data.
53949      Branch: perl
53950            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
53951            ! win32/makefile.mk
53952 ____________________________________________________________________________
53953 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
53954         Log: Clarify the return values of pos, particularly 0 and undef, as
53955              suggested by Stas Bekman
53956      Branch: perl
53957            ! pod/perlfunc.pod
53958 ____________________________________________________________________________
53959 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
53960         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
53961              PL_use_safe_putenv, based on text by Stas Bekman
53962      Branch: perl
53963            ! INSTALL
53964 ____________________________________________________________________________
53965 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
53966         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
53967              From: "Steve Peters via RT" <perlbug-followup@perl.org>
53968              Date: 26 Nov 2004 17:14:33 -0000
53969              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
53970      Branch: perl
53971            ! lib/Term/Complete.pm
53972 ____________________________________________________________________________
53973 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
53974         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
53975
53976              Subject: [PATCH] h2ph vs __asm__
53977              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
53978              Date: Thu, 25 Nov 2004 17:24:43 +0100
53979              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
53980      Branch: perl
53981            ! utils/h2ph.PL
53982 ____________________________________________________________________________
53983 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
53984         Log: Doc nit for B::Lint
53985              Subject: [PATCH] B::Lint
53986              From: Andy Lester <andy@petdance.com>
53987              Date: Fri, 26 Nov 2004 00:30:48 -0600
53988              Message-ID: <20041126063048.GA10161@petdance.com>
53989      Branch: perl
53990            ! ext/B/B/Lint.pm
53991 ____________________________________________________________________________
53992 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
53993         Log: The change to the internal representation introduced a bug whereby
53994              the key returned by FIRSTKEY had an erroneous leading newline.
53995              EXISTS was also buggy.
53996      Branch: perl
53997            ! configpm lib/Config.t
53998 ____________________________________________________________________________
53999 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
54000         Log: Make configpm and the generated Config.pm strict and warnings
54001              clean.
54002      Branch: perl
54003            ! configpm
54004 ____________________________________________________________________________
54005 [ 23543] By: steveh                                on 2004/11/26  10:56:12
54006         Log: Fix Win32 breakage caused by changes 23535/23542.
54007      Branch: perl
54008            ! lib/Config.t
54009 ____________________________________________________________________________
54010 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
54011         Log: Generate the virtual entries at Config.pm build time, as they
54012              don't change. This lets us get rid of the entire "fetch_virtual"
54013              baggage, and makes the config_re lookup work for the virtual
54014              entries.
54015      Branch: perl
54016            ! configpm lib/Config.t
54017 ____________________________________________________________________________
54018 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
54019         Log: Cheat. (Add a leading newline, and so remove all the special
54020              casing for "if we're at the start of $Config_SH")
54021      Branch: perl
54022            ! configpm lib/Config.t
54023 ____________________________________________________________________________
54024 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
54025         Log: Add an exists test for the things we loop over
54026      Branch: perl
54027            ! lib/Config.t
54028 ____________________________________________________________________________
54029 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
54030         Log: The first entry in the virtual config.sh is special cased. So
54031              test it.
54032      Branch: perl
54033            ! lib/Config.t
54034 ____________________________________________________________________________
54035 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
54036         Log: Make $Config{libs_nolargefiles} and
54037              $Config{libswanted_nolargefiles} work. (For the first time)
54038      Branch: perl
54039            ! configpm lib/Config.t
54040 ____________________________________________________________________________
54041 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
54042         Log: Test the currently working virtual %Config entries
54043      Branch: perl
54044            ! lib/Config.t
54045 ____________________________________________________________________________
54046 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
54047         Log: Subject: RC1 pod fix #anchor
54048              From: Stas Bekman <stas@stason.org>
54049              Date: Wed, 24 Nov 2004 10:57:21 -0500
54050              Message-ID: <41A4AF61.9080408@stason.org>
54051      Branch: perl
54052            ! pod/perlrun.pod
54053 ____________________________________________________________________________
54054 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
54055         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
54056              From: Stas Bekman <stas@stason.org>
54057              Date: Wed, 24 Nov 2004 11:25:14 -0500
54058              Message-ID: <41A4B5EA.3020804@stason.org>
54059      Branch: perl
54060            ! pod/perlipc.pod
54061 ____________________________________________________________________________
54062 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
54063         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
54064              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54065              Date: 21 Nov 2004 04:38:09 -0000
54066              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
54067      Branch: perl
54068            ! pod/perlvar.pod
54069 ____________________________________________________________________________
54070 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
54071         Log: Wrap some long lines
54072      Branch: perl
54073            ! lib/Config.t
54074 ____________________________________________________________________________
54075 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
54076         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
54077              after eval or require
54078      Branch: perl
54079            ! t/comp/package.t toke.c
54080 ____________________________________________________________________________
54081 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
54082         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
54083              From: Michael G Schwern <schwern@pobox.com>
54084              Date: Fri, 19 Nov 2004 14:28:56 -0500
54085              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
54086      Branch: perl
54087            ! ext/POSIX/POSIX.pod
54088 ____________________________________________________________________________
54089 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
54090         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
54091              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54092              Date: 23 Nov 2004 00:04:24 -0000
54093              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
54094      Branch: perl
54095            ! ext/B/B/Deparse.pm
54096 ____________________________________________________________________________
54097 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
54098         Log: Subject: [PATCH] warnings.t portability tweaks
54099              From: "Craig A. Berry" <craigberry@mac.com>
54100              Date: Sat, 20 Nov 2004 10:29:47 -0600
54101              Message-ID: <419F70FB.7000100@mac.com>
54102      Branch: perl
54103            ! t/lib/warnings/9uninit t/lib/warnings/perlio
54104 ____________________________________________________________________________
54105 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
54106         Log: Assimilate Test-Simple 0.50
54107      Branch: perl
54108            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
54109            + lib/Test/Simple/t/00test_harness_check.t
54110            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
54111            + lib/Test/Simple/t/fail_one.t
54112            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
54113            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
54114            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
54115            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
54116            ! lib/Test/Simple.pm lib/Test/Simple/Changes
54117            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
54118            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
54119            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
54120            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
54121            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
54122            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
54123            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
54124            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
54125            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
54126            ! t/lib/TieOut.pm
54127 ____________________________________________________________________________
54128 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
54129         Log: genuine possible buffer problems spotted by flawfinder
54130      Branch: perl
54131            ! regcomp.c util.c
54132 ____________________________________________________________________________
54133 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
54134         Log: Make "err" a weak keyword;
54135              that is, it will be overriden by any sub named "err", except when
54136              really an operator is expected at this point. ([perl #32347])
54137      Branch: perl
54138            ! t/op/dor.t toke.c
54139 ____________________________________________________________________________
54140 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
54141         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
54142              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
54143              Date: 18 Nov 2004 18:09:54 -0000
54144              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
54145      Branch: perl
54146            ! ext/POSIX/POSIX.pod
54147 ____________________________________________________________________________
54148 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
54149         Log: Bump version number
54150      Branch: perl
54151            ! lib/ExtUtils/Constant.pm
54152 ____________________________________________________________________________
54153 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
54154         Log: Remaining nit in the deparsing of reversed foreach loops
54155      Branch: perl
54156            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
54157 ____________________________________________________________________________
54158 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
54159         Log: Fix deparsing of reversed foreach loops,
54160              plus a bug in the previous commit
54161      Branch: perl
54162            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
54163 ____________________________________________________________________________
54164 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
54165         Log: Fix deparsing of reversed sort and descending sorts,
54166              due to the recent optimisations on this part of the optree.
54167      Branch: perl
54168            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
54169 ____________________________________________________________________________
54170 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
54171         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
54172              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54173              Date: 12 Nov 2004 02:47:36 -0000
54174              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
54175      Branch: perl
54176            ! lib/File/Find.pm lib/File/Find/t/find.t
54177 ____________________________________________________________________________
54178 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
54179         Log: PerlFAQ sync.
54180      Branch: perl
54181            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
54182            ! pod/perlfaq7.pod
54183 ____________________________________________________________________________
54184 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
54185         Log: Fix a couple of typos.
54186      Branch: perl
54187            ! hv.c utf8.c
54188 ____________________________________________________________________________
54189 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
54190         Log: Subject: SuSE's perl safe_putenf diff
54191              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
54192              Date: Thu, 11 Nov 2004 15:54:43 +0100
54193              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
54194
54195              slightly reworked to make the PL_use_safe_putenv variable fit in
54196              the current framework. This patch turns on the use of safe putenv
54197              for any application that embeds a perl interpreter.
54198      Branch: perl
54199            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
54200            ! util.c
54201 ____________________________________________________________________________
54202 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
54203         Log: Subject: [PATCH] perl5db.pl POD cleanup
54204              From: Autrijus Tang <autrijus@autrijus.org>
54205              Date: Fri, 12 Nov 2004 12:41:33 +0800
54206              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
54207      Branch: perl
54208            ! lib/perl5db.pl
54209 ____________________________________________________________________________
54210 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
54211         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
54212              From: Andy Dougherty <doughera@lafayette.edu>
54213              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
54214              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
54215      Branch: perl
54216            ! t/op/time.t
54217 ____________________________________________________________________________
54218 [ 23501] By: steveh                                on 2004/11/16  10:55:20
54219         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
54220
54221              (autodoc.pl was already done by change 23371.)
54222      Branch: perl
54223            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
54224            ! warnings.pl
54225 ____________________________________________________________________________
54226 [ 23500] By: merijn                                on 2004/11/16  10:49:35
54227         Log: Subject: [PATCH] s/hierachy/hierarchy/
54228              Date: Mon, 15 Nov 2004 15:59:14 -0700
54229              From: "Larry Shatzer Jr." <larrysh@cpan.org>
54230              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
54231      Branch: perl
54232            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
54233 ____________________________________________________________________________
54234 [ 23499] By: steveh                                on 2004/11/16  09:42:50
54235         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
54236
54237              Also limit the scope of the locks in a couple of places, as suggested
54238              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
54239      Branch: perl
54240            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
54241 ____________________________________________________________________________
54242 [ 23498] By: merijn                                on 2004/11/14  07:02:20
54243         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
54244              From: Abe Timmerman <abe@ztreet.demon.nl>
54245              Date: Sun, 14 Nov 2004 00:48:17 +0100
54246              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
54247      Branch: perl
54248            ! vms/descrip_mms.template vms/test.com
54249 ____________________________________________________________________________
54250 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
54251         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
54252              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
54253              Date: 10 Nov 2004 18:30:38 -0000
54254              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
54255      Branch: perl
54256            ! lib/constant.pm lib/constant.t
54257 ____________________________________________________________________________
54258 [ 23496] By: merijn                                on 2004/11/12  20:47:19
54259         Log: Subject: [perl #32419] Spelling fixes for perl@23492
54260              Date: 12 Nov 2004 16:14:49 -0000
54261              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
54262              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
54263      Branch: perl
54264            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
54265            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
54266            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
54267            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
54268            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
54269            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
54270 ____________________________________________________________________________
54271 [ 23495] By: merijn                                on 2004/11/12  20:26:17
54272         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
54273              Date: Fri, 12 Nov 2004 11:15:47 -0600
54274              From: steve@fisharerojo.org
54275              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
54276      Branch: perl
54277            ! lib/ExtUtils/Constant.pm
54278 ____________________________________________________________________________
54279 [ 23494] By: davem                                 on 2004/11/12  18:59:06
54280         Log: Add some descriptive text from Larry to op.c on how optrees are built
54281      Branch: perl
54282            ! op.c
54283 ____________________________________________________________________________
54284 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
54285         Log: Replace a skip by a todo.
54286              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
54287              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54288              Date: Wed, 10 Nov 2004 01:30:14 -0800
54289              Message-ID: <20041110093014.GA1676@efn.org>
54290      Branch: perl
54291            ! t/io/tell.t
54292 ____________________________________________________________________________
54293 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
54294         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
54295              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54296              Date: Tue, 9 Nov 2004 17:40:13 -0800
54297              Message-ID: <20041110014012.GA2796@efn.org>
54298      Branch: perl
54299            ! t/io/tell.t
54300 ____________________________________________________________________________
54301 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
54302         Log: Adjust test count for non-windows machines
54303      Branch: perl
54304            ! ext/IO/t/io_file.t
54305 ____________________________________________________________________________
54306 [ 23489] By: merijn                                on 2004/11/09  17:53:53
54307         Log: Subject: [PATCH] fix IO::File to support binmode
54308              From: "Jos I. Boumans" <kane@dwim.org>
54309              Date: Tue, 9 Nov 2004 16:59:27 +0100
54310              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
54311      Branch: perl
54312            + ext/IO/t/io_file.t
54313            ! MANIFEST ext/IO/lib/IO/File.pm
54314 ____________________________________________________________________________
54315 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
54316         Log: No more late changes, dammit
54317      Branch: perl
54318            ! ext/B/t/optree_concise.t
54319 ____________________________________________________________________________
54320 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
54321         Log: Subject: Re: optree tests and VMS progress (no really)
54322              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54323              Date: Sun, 7 Nov 2004 23:24:15 -0800
54324              Message-ID: <20041108072415.GA3928@efn.org>
54325      Branch: perl
54326            ! ext/B/t/OptreeCheck.pm
54327 ____________________________________________________________________________
54328 [ 23482] By: davem                                 on 2004/11/06  11:59:16
54329         Log: document regcomp.c/regexec.c's dual life under ext/re/
54330      Branch: perl
54331            ! regcomp.c regexec.c
54332 ____________________________________________________________________________
54333 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
54334         Log: Subject: Re: optree tests and VMS progress (no really)
54335              From: Jim Cromie <jim.cromie@gmail.com>
54336              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
54337              Date: Sat, 6 Nov 2004 00:57:13 -0700
54338      Branch: perl
54339            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
54340            ! ext/B/t/optree_concise.t
54341 ____________________________________________________________________________
54342 [ 23475] By: merijn                                on 2004/11/05  14:16:27
54343         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
54344              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
54345              From: Andy Dougherty <doughera@lafayette.edu>
54346              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
54347      Branch: perl
54348            ! INSTALL
54349 ____________________________________________________________________________
54350 [ 23474] By: merijn                                on 2004/11/05  13:07:16
54351         Log: Skip failing thread/wait tests on HP-UX 10.20
54352              These will never ever be fixed, since 10.20 is obsolete
54353              perl583delta describes this. The quote is included in wait.t
54354      Branch: perl
54355            ! ext/threads/shared/t/wait.t
54356 ____________________________________________________________________________
54357 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
54358         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
54359              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
54360              Date: 4 Nov 2004 20:12:36 -0000
54361              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
54362      Branch: perl
54363            ! lib/Benchmark.pm lib/Benchmark.t
54364 ____________________________________________________________________________
54365 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
54366         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
54367              From: Rick Delaney <rick@bort.ca>
54368              Date: Sun, 31 Oct 2004 22:40:40 -0500
54369              Message-ID: <20041101034040.GC1232@biff.bort.ca>
54370      Branch: perl
54371            + t/op/regexp_qr.t
54372            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
54373 ____________________________________________________________________________
54374 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
54375         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
54376              From: Rick Delaney <rick@bort.ca>
54377              Date: Wed, 3 Nov 2004 19:46:16 -0500
54378              Message-ID: <20041104004616.GA11214@biff.bort.ca>
54379      Branch: perl
54380            ! lib/overload.pm lib/overload.t
54381 ____________________________________________________________________________
54382 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
54383         Log: Mostly revert change #23347 (keep the test suite, fixed),
54384              having decided that it wasn't a correct fix for bug #31793.
54385      Branch: perl
54386            ! lib/overload.pm lib/overload.t
54387 ____________________________________________________________________________
54388 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
54389         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
54390              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54391              Date: Tue, 2 Nov 2004 17:24:29 -0800
54392              Message-ID: <20041103012429.GA7196@efn.org>
54393      Branch: perl
54394            ! util.h
54395 ____________________________________________________________________________
54396 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
54397         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
54398              From: "Craig A. Berry" <craigberry@mac.com>
54399              Date: Tue, 02 Nov 2004 20:02:04 -0600
54400              Message-ID: <41883C1C.3080108@mac.com>
54401      Branch: perl
54402            ! configure.com
54403 ____________________________________________________________________________
54404 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
54405         Log: FAQ sync
54406      Branch: perl
54407            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
54408            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
54409            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
54410            ! pod/perlfaq9.pod
54411 ____________________________________________________________________________
54412 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
54413         Log: Reformulate an error
54414              (so the error message given by "perl -M" is a bit more
54415              meaningful, as Jarkko pointed out)
54416      Branch: perl
54417            ! perl.c pod/perldiag.pod
54418 ____________________________________________________________________________
54419 [ 23457] By: merijn                                on 2004/11/01  13:26:43
54420         Log: New Glossary and samples for blead
54421              Glossary now is in line with recent changes to config_h.SH
54422      Branch: perl
54423            ! Porting/Glossary Porting/config.sh Porting/config_H
54424 ____________________________________________________________________________
54425 [ 23455] By: merijn                                on 2004/11/01  12:51:52
54426         Log: Since strlcat/strlcpy are not argument/return value compatible
54427              with strncat/strncpy, replace the misleading defines with comment
54428      Branch: perl
54429            ! handy.h
54430 ____________________________________________________________________________
54431 [ 23450] By: merijn                                on 2004/10/31  16:33:17
54432         Log: The next step in strlcat ()/ strcpy () detection and usage
54433              preparation. Change to handy.h eeded for config_h.SH
54434      Branch: perl
54435            ! config_h.SH handy.h
54436 ____________________________________________________________________________
54437 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
54438         Log: Make TEST and harness skip tests for extensions that were not
54439              configured. Currently this skipping is silent - maybe they should
54440              report what they are skipping.
54441      Branch: perl
54442            ! t/TEST t/harness
54443 ____________________________________________________________________________
54444 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
54445         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
54446              From: Jim Cromie <jim.cromie@gmail.com>
54447              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
54448              Date: Mon, 25 Oct 2004 16:36:40 -0600
54449      Branch: perl
54450            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
54451 ____________________________________________________________________________
54452 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
54453         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
54454      Branch: perl
54455            ! perl.c sv.c
54456 ____________________________________________________________________________
54457 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
54458         Log: Skip tests if Devel::Peek not built
54459      Branch: perl
54460            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
54461            ! ext/threads/t/join.t lib/base/t/fields-base.t
54462 ____________________________________________________________________________
54463 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
54464         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
54465      Branch: perl
54466            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
54467            ! lib/File/Spec/VMS.pm
54468 ____________________________________________________________________________
54469 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
54470         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
54471      Branch: perl
54472            + lib/I18N/LangTags/t/20_locales.t
54473 ____________________________________________________________________________
54474 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
54475         Log: Correct change 23437 - as Config isn't imported, need to use a fully
54476              qualified package
54477      Branch: perl
54478            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
54479            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
54480            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
54481            ! ext/B/t/optree_varinit.t
54482 ____________________________________________________________________________
54483 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
54484         Log: Assimilate I18N::LangTags 0.35
54485      Branch: perl
54486            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
54487            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
54488 ____________________________________________________________________________
54489 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
54490         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
54491              Date: Sun, 31 Oct 2004 04:01:42 -0500
54492              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
54493              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
54494      Branch: perl
54495            ! hints/irix_6.sh
54496 ____________________________________________________________________________
54497 [ 23438] By: davem                                 on 2004/10/30  23:25:37
54498         Log: Using foreach on threads::shared array crashes perl
54499              The FETCH code for shared aggregate elements could leak a shared RV
54500              address into a private SV. RVs are now handled specially, in the
54501              same way that they already were for scalar shared magic.
54502      Branch: perl
54503            ! ext/threads/shared/shared.xs
54504 ____________________________________________________________________________
54505 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
54506         Log: Skip tests that require Data::Dumper if it is not built
54507      Branch: perl
54508            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
54509            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
54510            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
54511            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
54512            ! lib/ExtUtils/t/prereq_print.t
54513 ____________________________________________________________________________
54514 [ 23436] By: merijn                                on 2004/10/30  16:11:15
54515         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
54516      Branch: perl
54517            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
54518            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54519            ! win32/config_H.vc64 wince/config_H.ce
54520 ____________________________________________________________________________
54521 [ 23435] By: merijn                                on 2004/10/30  15:54:48
54522         Log: Added probes for strlcat () and strlcpy () to Configure
54523              Re-ordered config_h.SH
54524      Branch: perl
54525            ! Configure Makefile.SH config_h.SH
54526 ____________________________________________________________________________
54527 [ 23433] By: davem                                 on 2004/10/29  21:04:17
54528         Log: Threading crash with closures
54529              various OpREFCNT_inc() operations weren't doing locking
54530      Branch: perl
54531            ! pad.c regcomp.c sv.c
54532 ____________________________________________________________________________
54533 [ 23432] By: steveh                                on 2004/10/29  14:12:02
54534         Log: Document sv_magic() changes brought about by sv_magicext()
54535
54536              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
54537              but didn't update the documentation for sv_magic() to reflect
54538              the changed handling of the name/namlen arguments.
54539
54540              Also correct a couple of typos, and mention sv_magicext() in
54541              perlguts.
54542      Branch: perl
54543            ! pod/perlapi.pod pod/perlguts.pod sv.c
54544 ____________________________________________________________________________
54545 [ 23431] By: merijn                                on 2004/10/29  13:56:03
54546         Log: Subject: [PATCH] 36 additional tests for B
54547              From: Steve Peters <steve@fisharerojo.org>
54548              Date: Fri, 29 Oct 2004 00:53:22 -0500
54549              Message-Id: <200410290053.22947.steve@fisharerojo.org>
54550      Branch: perl
54551            ! ext/B/t/b.t
54552 ____________________________________________________________________________
54553 [ 23426] By: davem                                 on 2004/10/27  22:50:57
54554         Log: include flags and refcount in the list of leaked scalars
54555      Branch: perl
54556            ! perl.c
54557 ____________________________________________________________________________
54558 [ 23425] By: ams                                   on 2004/10/27  11:27:27
54559         Log: Subject: [PATCH] lib/Carp.t improvements
54560              From: "Craig A. Berry" <craigberry@mac.com>
54561              Date: Tue, 26 Oct 2004 23:32:25 -0500
54562              Message-Id: <417F24D9.1000904@mac.com>
54563      Branch: perl
54564            ! lib/Carp.t
54565 ____________________________________________________________________________
54566 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
54567         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
54568      Branch: perl
54569            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
54570 ____________________________________________________________________________
54571 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
54572         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
54573      Branch: perl
54574            ! pod/perl.pod pod/perlfaq2.pod
54575 ____________________________________________________________________________
54576 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
54577         Log: Subject: [perl #30227] [PATCH]splain vs. -w
54578              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54579              Date: 23 Oct 2004 13:55:41 -0000
54580              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
54581      Branch: perl
54582            ! lib/diagnostics.pm
54583 ____________________________________________________________________________
54584 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
54585         Log: Upgrade to Encode 2.08.
54586      Branch: perl
54587            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
54588            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
54589            ! ext/Encode/Unicode/Unicode.xs
54590            ! ext/Encode/lib/Encode/Encoding.pm
54591 ____________________________________________________________________________
54592 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
54593         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
54594              From: Steve Peters <steve@fisharerojo.org>
54595              Date: Sat, 23 Oct 2004 08:01:51 -0500
54596              Message-Id: <200410230801.51649.steve@fisharerojo.org>
54597      Branch: perl
54598            ! pod/perlop.pod
54599 ____________________________________________________________________________
54600 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
54601         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
54602              From: Tels <perl_dummy@bloodgate.com>
54603              Date: Sat, 23 Oct 2004 16:56:31 +0200
54604              Message-Id: <200410231656.40995@bloodgate.com>
54605      Branch: perl
54606            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
54607 ____________________________________________________________________________
54608 [ 23418] By: davem                                 on 2004/10/23  21:50:19
54609         Log: Chained goto &sub drops data too early.
54610
54611              Change 22373 to stop a memory leak in goto &foo intead caused
54612              the elements of @_ to be freed too early. This revised fix
54613              just transfers the reifiedness of the old @_ to the new @_
54614      Branch: perl
54615            ! pp_ctl.c t/op/goto.t
54616 ____________________________________________________________________________
54617 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
54618         Log: Upgrade to Encode 2.07
54619      Branch: perl
54620            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
54621            ! ext/Encode/Encode.xs ext/Encode/META.yml
54622            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
54623            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
54624            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
54625            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
54626            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
54627            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
54628            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
54629            ! ext/Encode/ucm/macThai.ucm
54630 ____________________________________________________________________________
54631 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
54632         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
54633              Message-ID: <20041022033033.GA12362@londo.c47.org>
54634              From: Brendan O'Dea <bod@debian.org>
54635              Date: Fri, 22 Oct 2004 13:30:33 +1000
54636      Branch: perl
54637            ! ext/IO/IO.xs
54638 ____________________________________________________________________________
54639 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
54640         Log: Subject: docpatch for perltie.pod
54641              From: David Cantrell <david@cantrell.org.uk>
54642              Date: Thu, 21 Oct 2004 12:21:52 +0100
54643              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
54644      Branch: perl
54645            ! pod/perltie.pod
54646 ____________________________________________________________________________
54647 [ 23396] By: ams                                   on 2004/10/21  01:36:49
54648         Log: Subject: [PATCH] Math::BigInt v1.73 final
54649              From: Tels <perl_dummy@bloodgate.com>
54650              Date: Wed, 20 Oct 2004 21:06:40 +0200
54651              Message-Id: <200410202106.41840@bloodgate.com>
54652
54653              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
54654              From: Tels <tels@bloodgate.com>
54655              Date: Wed, 20 Oct 2004 22:03:55 +0200
54656              Message-Id: <200410202203.56063@bloodgate.com>
54657      Branch: perl
54658            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
54659            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
54660            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
54661            ! lib/Math/BigRat/t/bigratup.t
54662 ____________________________________________________________________________
54663 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
54664         Log: Need to skip optree walking tests if perlio not built
54665      Branch: perl
54666            ! ext/B/t/f_map.t ext/B/t/f_sort.t
54667 ____________________________________________________________________________
54668 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
54669         Log: Remove opmini.c when cleaning up.
54670      Branch: perl
54671            ! Makefile.SH
54672 ____________________________________________________________________________
54673 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
54674         Log: Ensure that PVA.pl returns a true value.
54675      Branch: perl
54676            ! lib/unicore/mktables
54677 ____________________________________________________________________________
54678 [ 23392] By: ams                                   on 2004/10/20  06:19:03
54679         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
54680              Rephrase "Perl Home Page" References
54681              From: chromatic <chromatic@wgz.org>
54682              Date: Tue, 19 Oct 2004 22:52:19 -0700
54683              Message-Id: <1098251539.20976.53.camel@localhost>
54684      Branch: perl
54685            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
54686 ____________________________________________________________________________
54687 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
54688         Log: Upgrade to Encode 2.05
54689      Branch: perl
54690            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
54691            ! ext/Encode/encoding.pm
54692 ____________________________________________________________________________
54693 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
54694         Log: More Data::Dumper docs nits, fix the previous one,
54695              suggested by Yves Orton.
54696      Branch: perl
54697            ! ext/Data/Dumper/Dumper.pm
54698 ____________________________________________________________________________
54699 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
54700         Log: Subject: [PATCH] perlfaq2.pod (add a book)
54701              From: <richard.foley@ubs.com>
54702              Date: Tue, 19 Oct 2004 07:29:31 +0200
54703              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
54704      Branch: perl
54705            ! pod/perlfaq2.pod
54706 ____________________________________________________________________________
54707 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
54708         Log: Re-apply the encoding.pm part of:
54709
54710              Subject: [PATCH] encoding and open pragmas
54711              From: Jarkko Hietaniemi <jhi@iki.fi>
54712              Date: Mon, 16 Aug 2004 22:27:00 +0300
54713              Message-ID: <41210A84.6060506@iki.fi>
54714      Branch: perl
54715            ! ext/Encode/encoding.pm
54716 ____________________________________________________________________________
54717 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
54718         Log: Upgrade to Encode 2.04.
54719      Branch: perl
54720            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
54721            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
54722            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
54723            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
54724            ! ext/Encode/lib/Encode/Supported.pod
54725            ! ext/Encode/ucm/big5-hkscs.ucm
54726 ____________________________________________________________________________
54727 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
54728         Log: Fix a typo.
54729      Branch: perl
54730            ! utils/c2ph.PL
54731 ____________________________________________________________________________
54732 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
54733         Log: Add a missing warning categorisation in perldiag.
54734      Branch: perl
54735            ! pod/perldiag.pod
54736 ____________________________________________________________________________
54737 [ 23377] By: ams                                   on 2004/10/16  23:52:18
54738         Log: Subject: [PATCH] test_harness tweak for VMS
54739              From: "Craig A. Berry" <craigberry@mac.com>
54740              Date: Sat, 16 Oct 2004 12:15:02 -0500
54741              Message-Id: <41715716.5000108@mac.com>
54742      Branch: perl
54743            ! vms/descrip_mms.template vms/test.com
54744 ____________________________________________________________________________
54745 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
54746         Log: Merge code from vdie and vcroak into S_vdie_croak_common
54747      Branch: perl
54748            ! util.c
54749 ____________________________________________________________________________
54750 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
54751         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
54752              S_vdie_common
54753      Branch: perl
54754            ! util.c
54755 ____________________________________________________________________________
54756 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
54757         Log: The second half of Perl_vwarner is actually a straight cut&paste job
54758              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
54759              cut&paste is bad, m'kay.
54760      Branch: perl
54761            ! util.c
54762 ____________________________________________________________________________
54763 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
54764         Log: Implement sv_svset _nosteal variants by passing a flag into
54765              sv_set_flags rather than messing with the SvTEMP() flag on either
54766              side of the call.
54767      Branch: perl
54768            ! sv.c sv.h
54769 ____________________________________________________________________________
54770 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
54771         Log: Implement a new -dt command-line flag, to enable threads under the
54772              debugger (bug #31666).
54773
54774              Subject: RE: [PATCH] debugger handles threads [perl #31666]
54775              From: <richard.foley@ubs.com>
54776              Date: Wed, 13 Oct 2004 13:01:18 +0200
54777              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
54778
54779              Subject: Re: [PATCH] debugger handles threads [perl #31666]
54780              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54781              Date: Wed, 13 Oct 2004 02:49:58 -0700
54782              Message-ID: <20041013094957.GA17184@efn.org>
54783      Branch: perl
54784            ! lib/perl5db.pl perl.c pod/perlrun.pod
54785 ____________________________________________________________________________
54786 [ 23371] By: steveh                                on 2004/10/15  12:54:29
54787         Log: Make autodoc.pl write its output with UNIX style EOL's.
54788
54789              This saves the Win32 committer(s?) having to dos2unix the files
54790              before committing.  Maybe Perforce's "LineEnd: share" suffices
54791              anyway, but there's no harm in playing safe.
54792      Branch: perl
54793            ! autodoc.pl
54794 ____________________________________________________________________________
54795 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
54796         Log: Include opmini.c in the dependency generation.
54797      Branch: perl
54798            ! Makefile.SH
54799 ____________________________________________________________________________
54800 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
54801         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
54802      Branch: perl
54803            ! ext/Data/Dumper/Dumper.pm
54804 ____________________________________________________________________________
54805 [ 23368] By: steveh                                on 2004/10/15  10:12:31
54806         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
54807
54808              These are already in the API supported by Devel::PPPort, and are
54809              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
54810              already documented.
54811      Branch: perl
54812            ! embed.fnc pod/perlapi.pod sv.c
54813 ____________________________________________________________________________
54814 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
54815         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
54816              From: "Craig A. Berry" <craigberry@mac.com>
54817              Date: Thu, 14 Oct 2004 10:09:41 -0500
54818              Message-ID: <416E96B5.5020100@mac.com>
54819      Branch: perl
54820            ! ext/Devel/PPPort/parts/inc/ppphtest
54821            ! ext/Devel/PPPort/t/ppphtest.t
54822 ____________________________________________________________________________
54823 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
54824         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
54825              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
54826              Date: Mon, 11 Oct 2004 09:54:15 +0200
54827              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
54828      Branch: perl
54829            ! ext/IO/lib/IO/Poll.pm
54830 ____________________________________________________________________________
54831 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
54832         Log: Fix [perl #31971] local $^D gives noise
54833      Branch: perl
54834            ! embed.fnc embed.h mg.c perl.c proto.h
54835 ____________________________________________________________________________
54836 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
54837         Log: A few fixes in the list of -D debugging flags
54838      Branch: perl
54839            ! perl.c pod/perlrun.pod
54840 ____________________________________________________________________________
54841 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
54842         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
54843              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
54844              Date: Wed, 13 Oct 2004 09:45:31 +0400
54845              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
54846      Branch: perl
54847            ! win32/buildext.pl win32/makefile.mk
54848 ____________________________________________________________________________
54849 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
54850         Log: Minor tweaks for the test.utf16 target, by Jarkko
54851      Branch: perl
54852            ! t/TEST
54853 ____________________________________________________________________________
54854 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
54855         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
54856              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
54857              Date: 5 Oct 2004 09:52:07 -0000
54858              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
54859              (with tweaks)
54860      Branch: perl
54861            ! lib/warnings.pm warnings.pl
54862 ____________________________________________________________________________
54863 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
54864         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
54865              From: Vadim Konovalov <konovalo@mail.wplus.net>
54866              Date: Mon, 11 Oct 2004 22:57:00 +0400
54867              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
54868      Branch: perl
54869            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
54870            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
54871 ____________________________________________________________________________
54872 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
54873         Log: Subject: Patch: BigInt v1.73 (pre-release)
54874              From: Tels <perl_dummy@bloodgate.com>
54875              Date: Sun, 10 Oct 2004 22:36:03 +0200
54876              Message-Id: <200410102236.03637@bloodgate.com>
54877      Branch: perl
54878            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
54879            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
54880            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
54881            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
54882            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
54883            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
54884            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
54885 ____________________________________________________________________________
54886 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
54887         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
54888              From: Abe Timmerman <abe@ztreet.demon.nl>
54889              Date: Sat, 9 Oct 2004 18:13:38 +0200
54890              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
54891      Branch: perl
54892            ! t/harness vms/descrip_mms.template vms/test.com
54893 ____________________________________________________________________________
54894 [ 23357] By: davem                                 on 2004/10/10  19:18:00
54895         Log: Turn regcomp into a list op
54896      Branch: perl
54897            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
54898            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
54899 ____________________________________________________________________________
54900 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
54901         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
54902      Branch: perl
54903            ! ext/B/t/OptreeCheck.pm
54904 ____________________________________________________________________________
54905 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
54906         Log: Restore runtime loading of Encode and Encode-related modules, so that
54907              open.pm will work when the Encode extension isn't build.
54908      Branch: perl
54909            ! lib/open.pm
54910 ____________________________________________________________________________
54911 [ 23354] By: merijn                                on 2004/10/09  12:27:39
54912         Log: Make AIX 5 + gcc work in 64bitall
54913      Branch: perl
54914            ! hints/aix.sh
54915 ____________________________________________________________________________
54916 [ 23353] By: merijn                                on 2004/10/08  09:52:59
54917         Log: A new machine type, some reformatting, some reorganization
54918              and a bit of additional info on Sleepycat's db.
54919      Branch: perl
54920            ! README.hpux
54921 ____________________________________________________________________________
54922 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
54923         Log: Briefly document the test.utf16 make target.
54924      Branch: perl
54925            ! pod/perlhack.pod
54926 ____________________________________________________________________________
54927 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
54928         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
54929              (patch by Jarkko Hietaniemi)
54930      Branch: perl
54931            ! Makefile.SH t/TEST toke.c utf8.c
54932 ____________________________________________________________________________
54933 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
54934         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
54935              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
54936              Date: 23 Sep 2004 21:45:42 -0000
54937              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
54938              (with doc nits)
54939      Branch: perl
54940            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
54941 ____________________________________________________________________________
54942 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
54943         Log: Increment $overload::VERSION after change #23347
54944      Branch: perl
54945            ! ext/B/B/Concise.pm lib/overload.pm
54946 ____________________________________________________________________________
54947 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
54948         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
54949              From: Vadim Konovalov <vadim@vkonovalov.ru>
54950              Date: Sun, 3 Oct 2004 22:10:06 +0400
54951              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
54952      Branch: perl
54953            ! ext/DynaLoader/DynaLoader_pm.PL
54954 ____________________________________________________________________________
54955 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
54956         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
54957              From: Rick Delaney <rick@bort.ca>
54958              Date: Sat, 2 Oct 2004 01:04:49 -0400
54959              Message-ID: <20041002050448.GB5059@biff.bort.ca>
54960      Branch: perl
54961            ! lib/overload.pm lib/overload.t
54962 ____________________________________________________________________________
54963 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
54964         Log: Subject: [PATCH] vms/t/filespec.t tweak
54965              From: "Craig A. Berry" <craigberry@mac.com>
54966              Date: Fri, 01 Oct 2004 13:18:03 -0500
54967              Message-ID: <415D9F5B.5040306@mac.com>
54968      Branch: perl
54969            ! vms/ext/filespec.t
54970 ____________________________________________________________________________
54971 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
54972         Log: More caveats on the non-portability of stat(), suggested by
54973              Stas Bekman.
54974      Branch: perl
54975            ! pod/perlfunc.pod
54976 ____________________________________________________________________________
54977 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
54978         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
54979              any check on whether it's valid.
54980      Branch: perl
54981            ! sv.c
54982 ____________________________________________________________________________
54983 [ 23343] By: merijn                                on 2004/10/02  11:08:32
54984         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
54985              From: "Craig A. Berry" <craigberry@mac.com>
54986              Date: Fri, 01 Oct 2004 12:57:55 -0500
54987              Message-ID: <415D9AA3.1000908@mac.com>
54988      Branch: perl
54989            ! t/uni/class.t
54990 ____________________________________________________________________________
54991 [ 23342] By: davem                                 on 2004/09/30  20:51:31
54992         Log: open $1, "file" doesn't raise an exception
54993      Branch: perl
54994            ! pp.c t/io/open.t
54995 ____________________________________________________________________________
54996 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
54997         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
54998              From: "Jay Hannah" <jhannah@omnihotels.com>
54999              Date: Wed, 15 Sep 2004 14:51:42 -0500
55000              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
55001      Branch: perl
55002            ! ext/Sys/Syslog/Syslog.pm
55003 ____________________________________________________________________________
55004 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
55005         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
55006              PV of the scalar it reads from, avoid to read it when it's an
55007              undefined PV.
55008      Branch: perl
55009            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
55010 ____________________________________________________________________________
55011 [ 23339] By: davem                                 on 2004/09/28  18:05:52
55012         Log: the improved -DT output of #23325 could print an uninit stack value
55013      Branch: perl
55014            ! toke.c
55015 ____________________________________________________________________________
55016 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
55017         Log: Spelling correction spotted by Greg McCarroll
55018      Branch: perl
55019            ! README.epoc
55020 ____________________________________________________________________________
55021 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
55022         Log: Subject: Patch for perl.c fixing an obscure environment bug
55023              From: Merijn Broeren <merijnb@iloquent.com>
55024              Date: Thu, 23 Sep 2004 17:18:17 +0200
55025              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
55026      Branch: perl
55027            ! perl.c
55028 ____________________________________________________________________________
55029 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
55030         Log: Perl -DT segfaults when parsing a 'use' statement
55031      Branch: perl
55032            ! toke.c
55033 ____________________________________________________________________________
55034 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
55035         Log: Typo fix.
55036              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
55037              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
55038              Date: Wed, 22 Sep 2004 11:20:53 +0200
55039              Message-ID: <20040922112053.686562b6@valis.local>
55040      Branch: perl
55041            ! lib/open.pm
55042 ____________________________________________________________________________
55043 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
55044         Log: Remove a couple of C<> to avoid confusing double quotes in text
55045              rendering. [perl #31678]
55046      Branch: perl
55047            ! pod/perlop.pod
55048 ____________________________________________________________________________
55049 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
55050         Log: Document that $ENV{PATH} may not contain relative directories under -T
55051      Branch: perl
55052            ! pod/perldiag.pod pod/perlsec.pod
55053 ____________________________________________________________________________
55054 [ 23331] By: davem                                 on 2004/09/20  22:11:29
55055         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
55056              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
55057              Date:  Fri, 17 Sep 2004 14:01:11 +0200
55058              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
55059
55060              Clarify the effect of utime when the file isn't owned by the user
55061      Branch: perl
55062            ! pod/perlfunc.pod
55063 ____________________________________________________________________________
55064 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
55065         Log: Upgrade to MIME::Base64 3.05.
55066      Branch: perl
55067            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
55068            ! ext/MIME/Base64/t/warn.t
55069 ____________________________________________________________________________
55070 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
55071         Log: Upgrade to Time::HiRes 1.65.
55072      Branch: perl
55073            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55074            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55075            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
55076 ____________________________________________________________________________
55077 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
55078         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
55079              From: "Steve Peters via RT" <perlbug-followup@perl.org>
55080              Date: 26 Aug 2004 19:06:52 -0000
55081              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
55082      Branch: perl
55083            ! lib/Pod/Usage.pm
55084 ____________________________________________________________________________
55085 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
55086         Log: Subject: [PATCH] encoding and open pragmas
55087              From: Jarkko Hietaniemi <jhi@iki.fi>
55088              Date: Mon, 16 Aug 2004 22:27:00 +0300
55089              Message-ID: <41210A84.6060506@iki.fi>
55090
55091              Subject: Re: [PATCH] encoding and open pragmas
55092              From: Jarkko Hietaniemi <jhi@iki.fi>
55093              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
55094              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
55095      Branch: perl
55096            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
55097 ____________________________________________________________________________
55098 [ 23325] By: davem                                 on 2004/09/19  21:47:18
55099         Log: improve lexer debugging output (-DT)
55100              Decode yylex() return values, and show lexer state each time
55101              yylex() is called
55102      Branch: perl
55103            ! embed.fnc embed.h proto.h toke.c
55104 ____________________________________________________________________________
55105 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
55106         Log: The XSUB.h patch from:
55107
55108              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
55109              From: John Peacock <jpeacock@rowman.com>
55110              Date: Wed, 18 Aug 2004 08:26:35 -0400
55111              Message-ID: <41234AFB.1020009@rowman.com>
55112
55113              Now it will use version object logic for version comparison
55114              when loading XS modules.
55115      Branch: perl
55116            ! XSUB.h
55117 ____________________________________________________________________________
55118 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
55119         Log: Upgrade to Time::HiRes 1.63.
55120              Note that it includes a ppport.h file. See if the one
55121              previously built in Devel::PPPort can be used instead.
55122      Branch: perl
55123            + ext/Time/HiRes/ppport.h
55124            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55125            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55126            ! ext/Time/HiRes/t/HiRes.t
55127 ____________________________________________________________________________
55128 [ 23321] By: davem                                 on 2004/09/14  21:57:10
55129         Log: Subject:  Re: [perl #31459] Bug in read()
55130              From:  Chris Heath <chris@heathens.co.nz>
55131              Date:  06 Sep 2004 00:03:12 -0400
55132              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
55133
55134              a read(F) into a UTF8-encoded buffer with an offset off the
55135              end of the buffer, miss-calculated buffer lengths
55136      Branch: perl
55137            ! pp_sys.c
55138 ____________________________________________________________________________
55139 [ 23320] By: davem                                 on 2004/09/12  22:09:51
55140         Log: Memory leak in nested shared data structures in 5.8.4
55141              A pop of an item from a shared array ref causes a leak due to
55142              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
55143              Make sv_upgrade() set always this flag.
55144      Branch: perl
55145            ! sv.c
55146 ____________________________________________________________________________
55147 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
55148         Log: Integrate:
55149              [ 23318]
55150              Update the skips for the no perlio case
55151      Branch: perl
55152           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
55153           !> ext/B/t/showlex.t
55154 ____________________________________________________________________________
55155 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
55156         Log: A single version of B that supports 5.8 and 5.10
55157      Branch: perl
55158            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
55159            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
55160 ____________________________________________________________________________
55161 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
55162         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
55163              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
55164              Date: Mon, 6 Sep 2004 11:09:51 +0400
55165              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
55166      Branch: perl
55167            ! lib/bigint.pm
55168 ____________________________________________________________________________
55169 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
55170         Log: Upgrade to Devel::PPPort 3.03.
55171      Branch: perl
55172            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55173            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
55174            ! ext/Devel/PPPort/PPPort_pm.PL
55175            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
55176 ____________________________________________________________________________
55177 [ 23281] By: davem                                 on 2004/09/08  19:42:15
55178         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
55179              From:  Andy Dougherty <doughera@lafayette.edu>
55180              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
55181              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
55182              Clarify whether it's safe to replace the perl bundled with Solaris
55183      Branch: perl
55184            ! README.solaris
55185 ____________________________________________________________________________
55186 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
55187         Log: Upgrade to Devel::PPPort 3.02.
55188      Branch: perl
55189            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55190            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
55191            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
55192            ! ext/Devel/PPPort/parts/base/5004050
55193            ! ext/Devel/PPPort/parts/base/5005000
55194            ! ext/Devel/PPPort/parts/base/5006000
55195            ! ext/Devel/PPPort/parts/base/5008001
55196            ! ext/Devel/PPPort/parts/base/5009002
55197            ! ext/Devel/PPPort/parts/inc/MY_CXT
55198            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
55199            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
55200            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
55201            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
55202            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
55203            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
55204            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
55205            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
55206 ____________________________________________________________________________
55207 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
55208         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
55209              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
55210      Branch: perl
55211            ! perl.h
55212 ____________________________________________________________________________
55213 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
55214         Log: backport B to work on 5.8.x, so that a single version of the source
55215              can be maintained, and ultimately dual-lifed on CPAN
55216              (the version conditional changes are actually surprisingly small)
55217      Branch: perl
55218            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
55219            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
55220            ! ext/B/t/stash.t
55221 ____________________________________________________________________________
55222 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
55223         Log: Subject: SvO?OK_off()'s return value
55224              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
55225              Date: Sun, 1 Aug 2004 12:46:48 +0200
55226              Message-Id: <20040801124648.7f9b3cee@r2d2>
55227
55228              Move (void) casts into SvOOK_off macro.
55229      Branch: perl
55230            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
55231 ____________________________________________________________________________
55232 [ 23276] By: merijn                                on 2004/09/07  12:57:58
55233         Log: Subject: [PATCH] perlintro.pod
55234              From: Paul Johnson <paul@pjcj.net>
55235              Date: Tue, 7 Sep 2004 15:13:51 +0200
55236              Message-ID: <20040907131351.GD2513@pjcj.net>
55237      Branch: perl
55238            ! pod/perlintro.pod
55239 ____________________________________________________________________________
55240 [ 23275] By: steveh                                on 2004/09/06  10:16:12
55241         Log: Implement new environment variable to allow the use of non-IFS
55242              compatible LSP's on Windows to allow Perl to work in conjunction
55243              with a firewall such as McAfee Guardian.
55244
55245              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
55246              further assistance by Artiom Morozov <artiom@phreaker.net>.
55247      Branch: perl
55248            ! pod/perlrun.pod win32/win32sck.c
55249 ____________________________________________________________________________
55250 [ 23274] By: merijn                                on 2004/09/06  08:49:24
55251         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
55252              From: "Craig A. Berry" <craigberry@mac.com>
55253              Date: Sat, 04 Sep 2004 11:58:56 -0500
55254              Message-ID: <4139F450.7040708@mac.com>
55255      Branch: perl
55256            ! configure.com
55257 ____________________________________________________________________________
55258 [ 23271] By: davem                                 on 2004/09/05  21:36:57
55259         Log: only mortalize deleted array elements for AvREAL
55260              (update to change #23158)
55261      Branch: perl
55262            ! av.c
55263 ____________________________________________________________________________
55264 [ 23267] By: davem                                 on 2004/09/05  20:16:55
55265         Log: I somehow managed to omit the base.pm change from #23266
55266      Branch: perl
55267            ! lib/base.pm
55268 ____________________________________________________________________________
55269 [ 23266] By: davem                                 on 2004/09/05  20:04:35
55270         Log: Fields package bug
55271              An intermediate class with no fields messes up private fields
55272              in the base class.
55273      Branch: perl
55274            ! lib/base.pm lib/base/t/fields-base.t
55275 ____________________________________________________________________________
55276 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
55277         Log: Upgrade to Encode 2.02
55278      Branch: perl
55279            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
55280            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
55281            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
55282            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
55283            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
55284            ! ext/Encode/ucm/big5-hkscs.ucm
55285 ____________________________________________________________________________
55286 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
55287         Log: Upgrade to version 0.42.
55288              From:
55289              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
55290              From: John Peacock <jpeacock@rowman.com>
55291              Date: Wed, 18 Aug 2004 08:26:35 -0400
55292              Message-ID: <41234AFB.1020009@rowman.com>
55293      Branch: perl
55294            ! lib/version.pm lib/version.t util.c
55295 ____________________________________________________________________________
55296 [ 23256] By: davem                                 on 2004/09/01  23:41:25
55297         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
55298              From:  Rick Delaney <rick@bort.ca>
55299              Date:  Fri, 13 Aug 2004 19:54:12 -0400
55300              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
55301
55302              restore the compile-time field checking for
55303              my Dog $spot; $spot->{'walkies'};
55304              that was lost when pseudo-hashes were removed
55305      Branch: perl
55306            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
55307            ! pod/perldiag.pod
55308 ____________________________________________________________________________
55309 [ 23255] By: davem                                 on 2004/09/01  23:37:07
55310         Log: whoops, fix 'formline undef' test broken by change #23251
55311      Branch: perl
55312            ! t/lib/warnings/9uninit
55313 ____________________________________________________________________________
55314 [ 23253] By: davem                                 on 2004/09/01  22:45:07
55315         Log: Subject:  PATCH: Taintedness and ternary conditional
55316              From:  Andy Lester <andy@petdance.com>
55317              Date:  Thu, 26 Aug 2004 23:44:47 -0500
55318              Message-Id:  <20040827044447.GA5268@petdance.com>
55319
55320              add tests and documentation to the effect that ($tainted ? $a : $b)
55321              doesn't necessarily return a tainted value. Also tidy the markup in
55322              perldoc.pod
55323      Branch: perl
55324            ! pod/perlsec.pod t/op/taint.t
55325 ____________________________________________________________________________
55326 [ 23252] By: davem                                 on 2004/09/01  22:20:05
55327         Log: delete spurious blank lines added by change 23251
55328      Branch: perl
55329            ! pp_ctl.c
55330 ____________________________________________________________________________
55331 [ 23251] By: davem                                 on 2004/09/01  22:17:47
55332         Log: Random made scripts crashing perl
55333              fix 'formline undef' coredump
55334      Branch: perl
55335            ! pp_ctl.c t/lib/warnings/9uninit
55336 ____________________________________________________________________________
55337 [ 23250] By: davem                                 on 2004/09/01  20:46:13
55338         Log: From: david nicol <whatever@davidnicol.com>
55339              Subject: [perl #31228] no no-op
55340              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
55341              Date: 27 Aug 2004 21:13:42 -0500
55342
55343              Document that 0 and 1 can (sort of) be used as no-ops.
55344      Branch: perl
55345            ! pod/perlop.pod
55346 ____________________________________________________________________________
55347 [ 23249] By: davem                                 on 2004/09/01  18:54:25
55348         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
55349              From:  Jim Cromie <jcromie@divsol.com>
55350              Date:  Tue, 31 Aug 2004 23:19:54 -0600
55351              Message-Id:  <41355BFA.8010900@divsol.com>
55352
55353              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
55354              displayed by B::Concise.
55355      Branch: perl
55356            ! ext/B/B/Concise.pm
55357 ____________________________________________________________________________
55358 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
55359         Log: Upgrade to Cwd 2.21.
55360      Branch: perl
55361            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
55362 ____________________________________________________________________________
55363 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
55364         Log: Update to File::Spec 0.90
55365      Branch: perl
55366            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
55367 ____________________________________________________________________________
55368 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
55369         Log: Skip Time::HiRes tests if configured without that module.
55370      Branch: perl
55371            ! ext/Time/HiRes/t/HiRes.t
55372 ____________________________________________________________________________
55373 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
55374         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
55375      Branch: perl
55376            ! lib/Dumpvalue.t
55377 ____________________________________________________________________________
55378 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
55379         Log: Skip a Data::Dumper test if configured without B module.
55380      Branch: perl
55381            ! ext/Data/Dumper/t/dumper.t
55382 ____________________________________________________________________________
55383 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
55384         Log: Fix typo in B::Assembler.
55385      Branch: perl
55386            ! ext/B/B/Assembler.pm
55387 ____________________________________________________________________________
55388 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
55389         Log: Skip ext/B/t/assembler.t when configured without B.
55390      Branch: perl
55391            ! ext/B/t/assembler.t
55392 ____________________________________________________________________________
55393 [ 23241] By: merijn                                on 2004/08/28  08:05:19
55394         Log: Subject: [PATCH] File::Spec::VMS update
55395              From: "Craig A. Berry" <craigberry@mac.com>
55396              Date: Fri, 27 Aug 2004 18:51:09 -0500
55397              Message-ID: <412FC8ED.1020300@mac.com>
55398      Branch: perl
55399            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
55400 ____________________________________________________________________________
55401 [ 23240] By: merijn                                on 2004/08/28  07:41:47
55402         Log: Pumpkinship updates
55403      Branch: perl
55404            ! pod/perlhack.pod
55405 ____________________________________________________________________________
55406 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
55407         Log: Fix nasty line break in Storable test file.
55408      Branch: perl
55409            ! ext/Storable/t/just_plain_nasty.t
55410 ____________________________________________________________________________
55411 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
55412         Log: Upgrade to MIME::Base64 3.03
55413      Branch: perl
55414            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
55415            ! ext/MIME/Base64/QuotedPrint.pm
55416 ____________________________________________________________________________
55417 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
55418         Log: Upgrade to MIME::Base64 3.02.
55419      Branch: perl
55420            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55421            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
55422            ! ext/MIME/Base64/t/quoted-print.t
55423 ____________________________________________________________________________
55424 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
55425         Log: Grammatical nit by Hugo.
55426      Branch: perl
55427            ! pod/perlnewmod.pod
55428 ____________________________________________________________________________
55429 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
55430         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
55431              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
55432              Date: 23 Aug 2004 10:37:31 -0000
55433              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
55434      Branch: perl
55435            ! t/comp/use.t
55436 ____________________________________________________________________________
55437 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
55438         Log: Upgrade to Devel::PPPort 3.01.
55439      Branch: perl
55440            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55441            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
55442            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
55443            ! ext/Devel/PPPort/parts/inc/version
55444            ! ext/Devel/PPPort/t/ppphtest.t
55445 ____________________________________________________________________________
55446 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
55447         Log: Fix some backwards-compatibility problems with Storable.
55448      Branch: perl
55449            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
55450 ____________________________________________________________________________
55451 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
55452         Log: Upgrade to Time::HiRes 1.61
55453      Branch: perl
55454            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55455            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55456            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
55457 ____________________________________________________________________________
55458 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
55459         Log: Fix Storable's MANIFEST.
55460      Branch: perl
55461            ! ext/Storable/MANIFEST
55462 ____________________________________________________________________________
55463 [ 23230] By: davem                                 on 2004/08/20  21:20:48
55464         Log: a regex in STDOUT destructor coredumped because regex pad already
55465              freed
55466      Branch: perl
55467            ! perl.c t/op/ref.t
55468 ____________________________________________________________________________
55469 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
55470         Log: Upgrade to Devel::PPPort 3.00_03.
55471      Branch: perl
55472            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55473            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
55474            ! ext/Devel/PPPort/parts/inc/ppphtest
55475            ! ext/Devel/PPPort/t/ppphtest.t
55476 ____________________________________________________________________________
55477 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
55478         Log: Tweak 'h2xs -h' output.
55479      Branch: perl
55480            ! utils/h2xs.PL
55481 ____________________________________________________________________________
55482 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
55483         Log: Delete superfluous "with".
55484      Branch: perl
55485            ! README.win32
55486 ____________________________________________________________________________
55487 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
55488         Log: Upgrade to Devel::PPPort 3.00_02.
55489      Branch: perl
55490            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55491            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
55492            ! ext/Devel/PPPort/PPPort_pm.PL
55493 ____________________________________________________________________________
55494 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
55495         Log: Mark a test that relies on tainting behavior as TODO on Windows.
55496      Branch: perl
55497            ! t/comp/opsubs.t
55498 ____________________________________________________________________________
55499 [ 23224] By: steveh                                on 2004/08/18  13:44:13
55500         Log: Add notes for building with MS VC++ Toolkit 2003
55501      Branch: perl
55502            ! README.win32
55503 ____________________________________________________________________________
55504 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
55505         Log: Upgrade to Devel::PPPort 3.00_01.
55506      Branch: perl
55507            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
55508            + ext/Devel/PPPort/t/sv_xpvf.t
55509            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
55510            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
55511            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
55512            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
55513            ! ext/Devel/PPPort/parts/inc/misc
55514            ! ext/Devel/PPPort/parts/inc/ppphbin
55515            ! ext/Devel/PPPort/parts/inc/ppphtest
55516            ! ext/Devel/PPPort/parts/inc/uv
55517            ! ext/Devel/PPPort/parts/ppptools.pl
55518            ! ext/Devel/PPPort/parts/todo/5004000
55519            ! ext/Devel/PPPort/parts/todo/5004050
55520            ! ext/Devel/PPPort/parts/todo/5006000
55521            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
55522 ____________________________________________________________________________
55523 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
55524         Log: Upgrade to Devel::PPPort 3.00.
55525      Branch: perl
55526            + (add 103 files)
55527            - ext/Devel/PPPort/t/test.t
55528            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
55529            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
55530            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
55531            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
55532            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
55533            ! ext/Devel/PPPort/soak
55534 ____________________________________________________________________________
55535 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
55536         Log: Subject: [PATCH] Document Carp's global variables + provide tests
55537              From: "Jos I. Boumans" <kane@dwim.org>
55538              Date: Mon, 16 Aug 2004 15:53:40 +0200
55539              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
55540              (tests a bit reworked)
55541      Branch: perl
55542            ! lib/Carp.pm lib/Carp.t
55543 ____________________________________________________________________________
55544 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
55545         Log: Subject: Updates to modules-related pod
55546              From: Kirrily Skud Robert <skud@infotrope.net>
55547              Date: Mon, 16 Aug 2004 16:00:14 -0400
55548              Message-ID: <20040816200014.GC27764@infotrope.net>
55549      Branch: perl
55550            ! pod/perlnewmod.pod
55551 ____________________________________________________________________________
55552 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
55553         Log: Subject: [PATCH] running mktables on VMS
55554              From: "Craig A. Berry" <craigberry@mac.com>
55555              Date: Tue, 10 Aug 2004 22:28:04 -0500
55556              Message-ID: <41199244.9020706@mac.com>
55557      Branch: perl
55558            ! vms/descrip_mms.template
55559 ____________________________________________________________________________
55560 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
55561         Log: Subject: [PATCH] make cygwin ld2 executable
55562              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
55563              Date: Sun, 15 Aug 2004 17:14:59 -0700
55564              Message-ID: <20040816001252.GA2148@efn.org>
55565      Branch: perl
55566            ! cygwin/Makefile.SHs
55567 ____________________________________________________________________________
55568 [ 23217] By: davem                                 on 2004/08/14  22:32:16
55569         Log: make pp_goto() cope potential stack reallocation in EXTEND
55570              The code for goto &foo had local pointers to the stack that
55571              pointed to the wrong place after a realloc.
55572      Branch: perl
55573            ! pp_ctl.c t/op/goto.t
55574 ____________________________________________________________________________
55575 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
55576         Log: Subject: [PATCH] pre Math::BigInt v1.72
55577              From: Tels <perl_dummy@bloodgate.com>
55578              Date: Fri, 13 Aug 2004 14:02:50 +0200
55579              Message-Id: <200408131402.52270@bloodgate.com>
55580      Branch: perl
55581            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
55582            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
55583            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
55584            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
55585 ____________________________________________________________________________
55586 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
55587         Log: Subject: Test for functions with operator names
55588              From: Andy Lester <andy@petdance.com>
55589              Date: Thu, 12 Aug 2004 11:31:03 -0500
55590              Message-ID: <20040812163103.GA26687@petdance.com>
55591      Branch: perl
55592            + t/comp/opsubs.t
55593            ! MANIFEST
55594 ____________________________________________________________________________
55595 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
55596         Log: Subject: api doc fix for SvSetMagicSV_nosteal
55597              From: Stas Bekman <stas@stason.org>
55598              Date: Thu, 12 Aug 2004 18:10:36 -0700
55599              Message-ID: <411C150C.5020602@stason.org>
55600      Branch: perl
55601            ! pod/perlapi.pod sv.h
55602 ____________________________________________________________________________
55603 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
55604         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
55605              From: Jim Cromie <jcromie@divsol.com>
55606              Date: Tue, 10 Aug 2004 07:29:08 -0600
55607              Message-ID: <4118CDA4.3060700@divsol.com>
55608      Branch: perl
55609            ! t/op/goto.t
55610 ____________________________________________________________________________
55611 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
55612         Log: Subject: 2 patches: goto.t, B.pm/xs
55613              From: Jim Cromie <jcromie@divsol.com>
55614              Date: Sun, 08 Aug 2004 18:42:47 -0600
55615              Message-ID: <4116C887.9080400@divsol.com>
55616      Branch: perl
55617            ! ext/B/B.pm ext/B/B.xs
55618 ____________________________________________________________________________
55619 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
55620         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
55621              From: Alan Burlison <Alan.Burlison@sun.com>
55622              Date: Mon, 09 Aug 2004 19:00:12 +0100
55623              Message-ID: <4117BBAC.7080603@sun.com>
55624      Branch: perl
55625            ! ext/POSIX/POSIX.xs
55626 ____________________________________________________________________________
55627 [ 23210] By: davem                                 on 2004/08/09  19:58:35
55628         Log: Fix a typo and remove some debugging crud from change #23209
55629      Branch: perl
55630            ! ext/XS/APItest/t/call.t
55631 ____________________________________________________________________________
55632 [ 23209] By: davem                                 on 2004/08/09  19:48:57
55633         Log: eval_sv() failing a taint test could corrupt the stack
55634      Branch: perl
55635            ! ext/XS/APItest/t/call.t perl.c
55636 ____________________________________________________________________________
55637 [ 23208] By: davem                                 on 2004/08/09  18:28:33
55638         Log: made eq_array in t/test.pl handle undef values better
55639      Branch: perl
55640            ! t/test.pl
55641 ____________________________________________________________________________
55642 [ 23207] By: davem                                 on 2004/08/09  17:21:27
55643         Log: fix minor nit in file description, to keep Jarkko happy
55644      Branch: perl
55645            ! utf8.c
55646 ____________________________________________________________________________
55647 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
55648         Log: Subject: Patch for t/op/sleep.t
55649              From: Andy Lester <andy@petdance.com>
55650              Date: Mon, 9 Aug 2004 00:11:51 -0500
55651              Message-ID: <20040809051151.GA13872@petdance.com>
55652      Branch: perl
55653            ! t/op/sleep.t
55654 ____________________________________________________________________________
55655 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
55656         Log: Add a note in perltodo about a potential extension of readpipe()
55657      Branch: perl
55658            ! pod/perltodo.pod
55659 ____________________________________________________________________________
55660 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
55661         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
55662              From: Alan Burlison <Alan.Burlison@sun.com>
55663              Date: Mon, 09 Aug 2004 10:30:25 +0100
55664              Message-ID: <41174431.6050803@sun.com>
55665      Branch: perl
55666            ! ext/POSIX/POSIX.xs
55667 ____________________________________________________________________________
55668 [ 23203] By: davem                                 on 2004/08/07  15:10:40
55669         Log: Add tests for XS call_*() API
55670      Branch: perl
55671            + ext/XS/APItest/t/call.t
55672            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
55673            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
55674 ____________________________________________________________________________
55675 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
55676         Log: Subject: [PATCH] DB_File 1.810
55677              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
55678              Date: Sat, 7 Aug 2004 15:22:09 +0100
55679              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
55680      Branch: perl
55681            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55682            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
55683 ____________________________________________________________________________
55684 [ 23200] By: steveh                                on 2004/08/06  12:55:31
55685         Log: Fix [perl #24269] socket() call uses non-IFS providers
55686              causing subsequent print/read to hang or misbehave
55687
55688              Patch supplied by Artiom Morozov <artiom@phreaker.net>
55689              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
55690      Branch: perl
55691            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
55692            ! win32/win32.h win32/win32sck.c
55693 ____________________________________________________________________________
55694 [ 23199] By: steveh                                on 2004/08/06  11:57:59
55695         Log: Another small clean-up following changes #23190 and #23198
55696      Branch: perl
55697            ! gv.c
55698 ____________________________________________________________________________
55699 [ 23198] By: davem                                 on 2004/08/06  10:06:46
55700         Log: remove leaks associated with version object change #23190
55701      Branch: perl
55702            ! gv.c util.c
55703 ____________________________________________________________________________
55704 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
55705         Log: Subject: [PATCH sv.c]  signedness nit in #23190
55706              From: "Craig A. Berry" <craigberry@mac.com>
55707              Date: Thu, 05 Aug 2004 13:10:55 -0500
55708              Message-ID: <4112782F.7040302@mac.com>
55709      Branch: perl
55710            ! sv.c
55711 ____________________________________________________________________________
55712 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
55713         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
55714      Branch: perl
55715            ! pod/perlapi.pod sv.h
55716 ____________________________________________________________________________
55717 [ 23195] By: nick                                  on 2004/08/04  18:16:47
55718         Log: Comment describing purpose.
55719      Branch: perl
55720            ! globals.c
55721 ____________________________________________________________________________
55722 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
55723         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
55724              From: Alan Burlison <Alan.Burlison@sun.com>
55725              Date: Mon, 19 Jul 2004 12:07:02 +0100
55726              Message-ID: <40FBAB56.1030208@sun.com>
55727
55728              (last chunk only)
55729      Branch: perl
55730            ! ext/POSIX/POSIX.xs
55731 ____________________________________________________________________________
55732 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
55733         Log: Remove compilation warnings about uninitialized variables.
55734      Branch: perl
55735            ! sv.c
55736 ____________________________________________________________________________
55737 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
55738         Log: Remove the "Newline in left-justified string" warning.
55739      Branch: perl
55740            ! pod/perldiag.pod sv.c t/lib/warnings/sv
55741 ____________________________________________________________________________
55742 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
55743         Log: Subject: [PATCH] extension to diagnostics.pm
55744              From: Fergal Daly <fergal@esatclear.ie>
55745              Date: Wed, 4 Aug 2004 00:33:09 +0100
55746              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
55747      Branch: perl
55748            ! lib/diagnostics.pm
55749 ____________________________________________________________________________
55750 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
55751         Log: Subject: [PATCH] Final version object core patch?
55752              From: John Peacock <jpeacock@rowman.com>
55753              Date: Tue, 03 Aug 2004 22:23:57 -0400
55754              Message-ID: <411048BD.3080700@rowman.com>
55755      Branch: perl
55756            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
55757 ____________________________________________________________________________
55758 [ 23189] By: merijn                                on 2004/08/03  23:51:13
55759         Log: gcc on AIX 4 doesn't like -G on the commandline too
55760      Branch: perl
55761            ! hints/aix_4.sh
55762 ____________________________________________________________________________
55763 [ 23188] By: merijn                                on 2004/08/03  23:48:13
55764         Log: gcc on AIX doesn't like -G on the commandline
55765      Branch: perl
55766            ! hints/aix.sh
55767 ____________________________________________________________________________
55768 [ 23187] By: davem                                 on 2004/08/03  19:20:18
55769         Log: more typo fixes for change 3176 (comments at top of .c files)
55770      Branch: perl
55771            ! mg.c miniperlmain.c perl.c run.c scope.c
55772 ____________________________________________________________________________
55773 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
55774         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
55775              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
55776              Date: 2 Aug 2004 07:00:33 -0000
55777              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
55778      Branch: perl
55779            ! lib/ExtUtils/Embed.pm
55780 ____________________________________________________________________________
55781 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
55782         Log: Subject: [PATCH] additional -V:foo tests
55783              From: Jim Cromie <jcromie@divsol.com>
55784              Date: Mon, 02 Aug 2004 09:15:23 -0600
55785              Message-ID: <410E5A8B.9030307@divsol.com>
55786      Branch: perl
55787            ! configpm lib/Config.t pod/perlrun.pod
55788 ____________________________________________________________________________
55789 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
55790         Log: Enhance the caveat in the description of tell()
55791
55792              Subject: Re: [perl #30788] Error in documentation
55793              From: Nick Ing-Simmons <nick@ing-simmons.net>
55794              Date: Wed, 28 Jul 2004 15:12:54 +0100
55795              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
55796      Branch: perl
55797            ! pod/perlfunc.pod
55798 ____________________________________________________________________________
55799 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
55800         Log: Remove empty rpath from .so files
55801      Branch: perl
55802            ! lib/ExtUtils/MM_Unix.pm
55803 ____________________________________________________________________________
55804 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
55805         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
55806              From: Fergal Daly <fergal@esatclear.ie>
55807              Date: Fri, 30 Jul 2004 16:09:19 +0100
55808              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
55809      Branch: perl
55810            ! lib/overload.pm
55811 ____________________________________________________________________________
55812 [ 23181] By: steveh                                on 2004/08/02  08:05:05
55813         Log: Fix breakage caused by Change 23179
55814      Branch: perl
55815            ! t/run/fresh_perl.t
55816 ____________________________________________________________________________
55817 [ 23180] By: davem                                 on 2004/08/01  16:49:20
55818         Log: Add comment to top of reentr.c and fix typos in other files
55819      Branch: perl
55820            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
55821            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
55822 ____________________________________________________________________________
55823 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
55824         Log: Skip test when building without Encode.
55825      Branch: perl
55826            ! t/run/fresh_perl.t
55827 ____________________________________________________________________________
55828 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
55829         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
55830              and merge identical cases.
55831      Branch: perl
55832            ! scope.c
55833 ____________________________________________________________________________
55834 [ 23177] By: davem                                 on 2004/07/31  16:27:09
55835         Log: shut up a warning in mg.c
55836      Branch: perl
55837            ! mg.c
55838 ____________________________________________________________________________
55839 [ 23176] By: davem                                 on 2004/07/31  16:21:50
55840         Log: Add comment to the top of most .c files explaining their purpose
55841      Branch: perl
55842            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
55843            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
55844            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
55845            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
55846            ! universal.c utf8.c util.c
55847 ____________________________________________________________________________
55848 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
55849         Log: Fix copy & paste bugs in mX?PUSH macro tests.
55850      Branch: perl
55851            ! ext/XS/APItest/APItest.xs
55852 ____________________________________________________________________________
55853 [ 23174] By: merijn                                on 2004/07/31  08:32:31
55854         Log: First steps towards an explicit perl.exp-less AIX build
55855              Previous method can still be used by undeffing usenativedlopen
55856              If that is ever tested at all on AIX
55857      Branch: perl
55858            ! hints/aix.sh hints/aix_4.sh
55859 ____________________________________________________________________________
55860 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
55861         Log: Fix and update Perl_grok_* docs.
55862      Branch: perl
55863            ! numeric.c pod/perlapi.pod
55864 ____________________________________________________________________________
55865 [ 23172] By: steveh                                on 2004/07/30  14:31:08
55866         Log: A few minor updates to README.win32 (aka perlwin32)
55867      Branch: perl
55868            ! README.win32
55869 ____________________________________________________________________________
55870 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
55871         Log: Upgrade to Math::BigInt v1.71.
55872      Branch: perl
55873            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
55874            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
55875            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
55876            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
55877 ____________________________________________________________________________
55878 [ 23170] By: steveh                                on 2004/07/30  13:27:41
55879         Log: Bug report #30132 was resolved before it was finished!
55880              Here's the last piece in the puzzle.
55881      Branch: perl
55882            ! ext/IO/lib/IO/File.pm
55883 ____________________________________________________________________________
55884 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
55885         Log: Upgrade to File::Spec 0.88.
55886      Branch: perl
55887            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
55888 ____________________________________________________________________________
55889 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
55890         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
55891              From: Autrijus Tang <autrijus@gmail.com>
55892              Date: Thu, 22 Jul 2004 20:17:58 -0700
55893              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
55894      Branch: perl
55895            ! lib/Test/Builder.pm
55896 ____________________________________________________________________________
55897 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
55898         Log: Subject: Re: more 5.9 sort tests (second draft)
55899              From: david nicol <whatever@davidnicol.com>
55900              Date: 21 Jul 2004 17:10:05 -0500
55901              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
55902      Branch: perl
55903            ! t/op/sort.t
55904 ____________________________________________________________________________
55905 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
55906         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
55907              From: Andy Dougherty <doughera@lafayette.edu>
55908              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
55909              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
55910      Branch: perl
55911            ! README.solaris
55912 ____________________________________________________________________________
55913 [ 23164] By: davem                                 on 2004/07/26  22:08:32
55914         Log: Subject:  [perl #7558] [PATCH] README.solaris
55915              From:  Andy Dougherty <doughera@lafayette.edu>
55916              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
55917              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
55918
55919              Add more info on /dev/random under solaris
55920      Branch: perl
55921            ! README.solaris
55922 ____________________________________________________________________________
55923 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
55924         Log: The byte-order modifiers won't go into 5.8.
55925      Branch: perl
55926            ! pod/perlfunc.pod pod/perlport.pod
55927 ____________________________________________________________________________
55928 [ 23162] By: steveh                                on 2004/07/26  10:41:56
55929         Log: Windows-related updates to Porting/repository.pod
55930      Branch: perl
55931            ! Porting/repository.pod
55932 ____________________________________________________________________________
55933 [ 23161] By: davem                                 on 2004/07/25  19:05:28
55934         Log: make -Dl log runops loop entry and exit, and jump level popping
55935      Branch: perl
55936            ! dump.c scope.h
55937 ____________________________________________________________________________
55938 [ 23160] By: davem                                 on 2004/07/24  10:00:27
55939         Log: document that -i messes soft as well hard hard links.
55940      Branch: perl
55941            ! pod/perlrun.pod
55942 ____________________________________________________________________________
55943 [ 23159] By: davem                                 on 2004/07/23  21:15:32
55944         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
55945      Branch: perl
55946            ! pod/perlrun.pod
55947 ____________________________________________________________________________
55948 [ 23158] By: davem                                 on 2004/07/23  11:06:02
55949         Log: memory leak in array delete
55950              av_delete() wasn't mortalizing the returned value
55951      Branch: perl
55952            ! av.c t/op/delete.t
55953 ____________________________________________________________________________
55954 [ 23157] By: davem                                 on 2004/07/23  10:35:16
55955         Log: remove binary compat from #23156 (remove PL_retstack)
55956      Branch: perl
55957            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
55958            ! thrdvar.h
55959 ____________________________________________________________________________
55960 [ 23156] By: davem                                 on 2004/07/23  09:52:59
55961         Log: remove the return stack PL_retstack, and store return ops in the CX
55962              structure directly instead
55963      Branch: perl
55964            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
55965            ! pp_sys.c scope.c sv.c thrdvar.h
55966 ____________________________________________________________________________
55967 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
55968         Log: Build the perldelta copying command for the main Unix makefile with
55969              buildtoc, so that it doesn't get forgotten on version increments.
55970      Branch: perl
55971            ! Makefile.SH pod/buildtoc
55972 ____________________________________________________________________________
55973 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
55974         Log: Grab perl585delta.pod from maint and
55975
55976              Integrate:
55977              [ 23069]
55978              This is RC2. Maybe this one will last longer.
55979
55980              [ 23141]
55981              Break a leg
55982
55983              [perlhist.pod]
55984      Branch: perl
55985           +> pod/perl585delta.pod
55986            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
55987            ! vms/descrip_mms.template win32/pod.mak
55988           !> pod/perlhist.pod
55989 ____________________________________________________________________________
55990 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
55991         Log: Upgrade to Cwd 2.20
55992      Branch: perl
55993            + ext/Cwd/t/win32.t
55994            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
55995            ! lib/Cwd.pm
55996 ____________________________________________________________________________
55997 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
55998         Log: Sort perldiag.
55999      Branch: perl
56000            ! pod/perldiag.pod
56001 ____________________________________________________________________________
56002 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
56003         Log: Subject: Re: "Too late for -T" could be more descriptive
56004              From: Jim Cromie <jcromie@divsol.com>
56005              Date: Wed, 21 Jul 2004 11:21:50 -0600
56006              Message-ID: <40FEA62E.2010809@divsol.com>
56007              (with tweaks)
56008      Branch: perl
56009            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
56010            ! pod/perlrun.pod
56011 ____________________________________________________________________________
56012 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
56013         Log: Email change for Steffen Mueller.
56014      Branch: perl
56015            ! AUTHORS
56016 ____________________________________________________________________________
56017 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
56018         Log: Grammar fix by Paul Johnson.
56019      Branch: perl
56020            ! pod/perldiag.pod
56021 ____________________________________________________________________________
56022 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
56023         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
56024      Branch: perl
56025            ! configpm lib/Config.t
56026 ____________________________________________________________________________
56027 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
56028         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
56029              From: "Jos I. Boumans" <kane@dwim.org>
56030              Date: Wed, 21 Jul 2004 13:47:35 +0200
56031              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
56032              (with tweaks)
56033      Branch: perl
56034            ! pod/perldiag.pod
56035 ____________________________________________________________________________
56036 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
56037         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
56038              From: Rick Delaney <rick@bort.ca>
56039              Date: Tue, 20 Jul 2004 16:53:54 -0400
56040              Message-ID: <20040720205353.GA970@biff.bort.ca>
56041      Branch: perl
56042            ! pp.c t/op/list.t
56043 ____________________________________________________________________________
56044 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
56045         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
56046              From: Tels <perl_dummy@bloodgate.com>
56047              Date: Sat, 17 Jul 2004 16:22:57 +0200
56048              Message-Id: <200407171622.58443@bloodgate.com>
56049      Branch: perl
56050            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56051            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
56052            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
56053            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
56054            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
56055            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
56056 ____________________________________________________________________________
56057 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
56058         Log: Turn 2 strcpy()s into memcpy() because we know the length.
56059      Branch: perl
56060            ! toke.c
56061 ____________________________________________________________________________
56062 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
56063         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
56064              1970
56065      Branch: perl
56066            ! pod/perlfunc.pod
56067 ____________________________________________________________________________
56068 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
56069         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
56070              Brendan O'Dea
56071      Branch: perl
56072            ! pod/perluniintro.pod
56073 ____________________________________________________________________________
56074 [ 23128] By: nick                                  on 2004/07/16  12:16:05
56075         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
56076              From: Steve Hay <steve.hay@uk.radan.com>
56077              CC: perl-win32-porters@listserv.ActiveState.com
56078              Message-ID: <40F6B295.8010804@uk.radan.com>
56079
56080              Assumes perl's malloc can now handle non-contiguous memory (believed
56081              to be true).
56082              Does not address threading issues.
56083
56084              "The attached patch (against blead) makes sbrk() initially try to
56085              extend the existing block of memory exactly as it currently does, but
56086              to not  fail immediately if it can't -- it now frees up that part of
56087              whatever it  had previously reserved+committed which hadn't actually
56088              been used yet,  resets all its static variables and basically starts
56089              anew."
56090      Branch: perl
56091            ! win32/win32.c
56092 ____________________________________________________________________________
56093 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
56094         Log: glob('*.c') to find documentation is dangerous when run in unclean
56095              trees, so isntead use MANIFEST to only scan the legitimate source
56096              files.
56097      Branch: perl
56098            ! autodoc.pl
56099 ____________________________________________________________________________
56100 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
56101         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
56102              and sv_savesharedpv. Need to create non-void returning versions of
56103              Copy and Zero, as the existing macros deliberately cast to (void)
56104      Branch: perl
56105            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
56106 ____________________________________________________________________________
56107 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
56108         Log: Rebuild perlapi.pod
56109      Branch: perl
56110            ! pod/perlapi.pod
56111 ____________________________________________________________________________
56112 [ 23124] By: merijn                                on 2004/07/16  10:30:53
56113         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
56114              the path to the bundled braindead C compiler. This might
56115              influence ccache's behaviour in finding the correct path
56116      Branch: perl
56117            ! Configure
56118 ____________________________________________________________________________
56119 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
56120         Log: oslevel can fail on AIX, but the output generated would confuse
56121              Configure
56122      Branch: perl
56123            ! Configure
56124 ____________________________________________________________________________
56125 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
56126         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
56127              Bug spotted by Nigel Sandever
56128      Branch: perl
56129            ! ext/threads/threads.xs util.c
56130 ____________________________________________________________________________
56131 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
56132         Log: threads.xs doesn't check the return value of the thread creation
56133              call. D'oh! This gives SEGVs if the OS fails to create another thread.
56134              Cause of problem located by Nigel Sandever
56135      Branch: perl
56136            ! ext/threads/threads.pm ext/threads/threads.xs
56137 ____________________________________________________________________________
56138 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
56139         Log: Assimilate Cwd 2.19
56140      Branch: perl
56141            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
56142 ____________________________________________________________________________
56143 [ 23117] By: merijn                                on 2004/07/15  14:16:07
56144         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
56145      Branch: perl
56146            ! ext/Storable/Storable.xs
56147 ____________________________________________________________________________
56148 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
56149         Log: Abigail notes that a re-entrant regexp engine is a todo
56150      Branch: perl
56151            ! pod/perltodo.pod
56152 ____________________________________________________________________________
56153 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
56154         Log: for (reverse @foo) now iterates in reverse in place.
56155      Branch: perl
56156            ! op.c pod/perltodo.pod pp_ctl.c
56157 ____________________________________________________________________________
56158 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
56159         Log: Optimise for (reverse ...)
56160      Branch: perl
56161            ! op.c
56162 ____________________________________________________________________________
56163 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
56164         Log: Now optimising for $a (reverse ...)
56165      Branch: perl
56166            ! op.c
56167 ____________________________________________________________________________
56168 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
56169         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
56170              tests.
56171      Branch: perl
56172            ! t/cmd/for.t
56173 ____________________________________________________________________________
56174 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
56175         Log: This seems to be needed to get COW working on Win32
56176      Branch: perl
56177            ! win32/win32.c
56178 ____________________________________________________________________________
56179 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
56180         Log: "That's the way to do it"
56181              In taking out a bug spotted by my regression tests in t/cmd/for.t
56182              I actually managed to disable the entire optimisation. Which means
56183              that I didn't find the other bug. This optimisation is live, and
56184              passes all tests.
56185      Branch: perl
56186            ! op.c pp_hot.c
56187 ____________________________________________________________________________
56188 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
56189         Log: Optimise foreach my $i (reverse ...)
56190              foreach without a lexical iterator not yet optimised
56191      Branch: perl
56192            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
56193 ____________________________________________________________________________
56194 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
56195         Log: Subject:  [PATCH] split doc clarification
56196              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
56197              Date:  Wed, 14 Jul 2004 10:19:36 -0700
56198              Message-Id:  <20040714171936.GA1092@efn.org>
56199      Branch: perl
56200            ! pod/perlfunc.pod
56201 ____________________________________________________________________________
56202 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
56203         Log: Numeric comparison operators mustn't compare addresses of references
56204              that are overloaded.
56205      Branch: perl
56206            ! lib/overload.t pp.c pp_hot.c
56207 ____________________________________________________________________________
56208 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
56209         Log: Lots of tests for for reverse ...
56210      Branch: perl
56211            ! t/cmd/for.t
56212 ____________________________________________________________________________
56213 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
56214         Log: Some thoughts on foreach reverse
56215      Branch: perl
56216            ! pod/perltodo.pod
56217 ____________________________________________________________________________
56218 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
56219         Log: s/sort/split/; - my mistake spotted by Dave.
56220      Branch: perl
56221            ! pod/perltodo.pod
56222 ____________________________________________________________________________
56223 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
56224         Log: Optimise list context reverse sort to reverse as part of the sort op
56225      Branch: perl
56226            ! op.c pp_sort.c
56227 ____________________________________________________________________________
56228 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
56229         Log: Work around evil compiler bug on OS X. (Sucks all memory)
56230      Branch: perl
56231            ! util.c
56232 ____________________________________________________________________________
56233 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
56234         Log: check that reverse (sort (@a), @b) etc work.
56235              Join some lines that don't need wrapping
56236      Branch: perl
56237            ! t/op/sort.t
56238 ____________________________________________________________________________
56239 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
56240         Log: Check that non-optimimisable sort comparisons work when reversed
56241              (Not optimised yet, but might be coming soon)
56242      Branch: perl
56243            ! t/op/sort.t
56244 ____________________________________________________________________________
56245 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
56246         Log: Test reverse sort as the return from a function in list and scalar
56247              contexts.
56248      Branch: perl
56249            ! t/op/sort.t
56250 ____________________________________________________________________________
56251 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
56252         Log: Also test reverse sort in scalar context
56253      Branch: perl
56254            ! t/op/sort.t
56255 ____________________________________________________________________________
56256 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
56257         Log: A proper, working, stable optimisation for sort {$b cmp $a}
56258      Branch: perl
56259            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
56260 ____________________________________________________________________________
56261 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
56262         Log: Tweak to change #23089, as suggested by Tim Bunce
56263      Branch: perl
56264            ! lib/perl5db.pl
56265 ____________________________________________________________________________
56266 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
56267         Log: Generalised "how many in list context" would be useful
56268      Branch: perl
56269            ! pod/perltodo.pod
56270 ____________________________________________________________________________
56271 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
56272         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
56273              guarantee a stable sort. Disable it, pending a correct optimisation.
56274      Branch: perl
56275            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
56276 ____________________________________________________________________________
56277 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
56278         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
56279              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
56280              Date: Mon, 12 Jul 2004 08:26:01 +0200
56281              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
56282      Branch: perl
56283            ! pp.c t/op/splice.t
56284 ____________________________________________________________________________
56285 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
56286         Log: Check each line of config_re output.
56287      Branch: perl
56288            ! lib/Config.t
56289 ____________________________________________________________________________
56290 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
56291         Log: no_plan support in test.pl
56292      Branch: perl
56293            ! t/test.pl
56294 ____________________________________________________________________________
56295 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
56296         Log: Subject: Re: debugger 'R'estart and open database connections
56297              From: Andrew Pimlott <andrew@pimlott.net>
56298              Date: Mon, 12 Jul 2004 21:06:01 -0400
56299              Message-ID: <20040713010601.GF8232@pimlott.net>
56300      Branch: perl
56301            ! lib/perl5db.pl
56302 ____________________________________________________________________________
56303 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
56304         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
56305              From: John Peacock <jpeacock@rowman.com>
56306              Date: Mon, 12 Jul 2004 23:16:51 -0400
56307              Message-ID: <40F35423.5080304@rowman.com>
56308      Branch: perl
56309            ! lib/version.pm lib/version.t util.c
56310 ____________________________________________________________________________
56311 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
56312         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
56313              many meanings. const const vs mutable in this case.
56314      Branch: perl
56315            ! sv.c
56316 ____________________________________________________________________________
56317 [ 23084] By: nick                                  on 2004/07/12  14:26:12
56318         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
56319              so it has no business calling SvSETMAGIC.
56320      Branch: perl
56321            ! sv.c
56322 ____________________________________________________________________________
56323 [ 23083] By: nick                                  on 2004/07/12  12:17:56
56324         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
56325              Can now handle the case
56326              is_utf8_string(NULL,0)
56327              again.
56328              Why do we have code dup for Perl_is_utf8_string_loc() ?
56329      Branch: perl
56330            ! utf8.c
56331 ____________________________________________________________________________
56332 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
56333         Log: A decent benchmark would be useful. But it is vague.
56334      Branch: perl
56335            ! pod/perltodo.pod
56336 ____________________________________________________________________________
56337 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
56338         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
56339      Branch: perl
56340            ! pod/perltodo.pod
56341 ____________________________________________________________________________
56342 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
56343         Log: Store weak references.
56344      Branch: perl
56345            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
56346            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
56347            ! ext/Storable/README ext/Storable/Storable.pm
56348            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
56349 ____________________________________________________________________________
56350 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
56351         Log: Dual lifing and dists is a TODO
56352      Branch: perl
56353            ! pod/perltodo.pod
56354 ____________________________________________________________________________
56355 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
56356         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
56357              Rant a bit more about POD -> HTML
56358      Branch: perl
56359            ! pod/perltodo.pod
56360 ____________________________________________________________________________
56361 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
56362         Log: Perl_mode_from_discipline must update len. (else SEGV)
56363              Diagnosis and patch from clkao
56364      Branch: perl
56365            ! doio.c
56366 ____________________________________________________________________________
56367 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
56368         Log: Subject: Bug with NEXT when called from an eval block
56369              From: Dave Rolsky <autarch@urth.org>
56370              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
56371              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
56372      Branch: perl
56373            ! lib/NEXT.pm lib/NEXT/t/next.t
56374 ____________________________________________________________________________
56375 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
56376         Log: Subject: Re: Segfault using HTML::Entities
56377              From: Jarkko Hietaniemi <jhi@iki.fi>
56378              Message-ID: <40EDBE1A.6080205@iki.fi>
56379              Date: Fri, 09 Jul 2004 00:35:22 +0300
56380      Branch: perl
56381            ! pp_ctl.c regexec.c t/run/fresh_perl.t
56382 ____________________________________________________________________________
56383 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
56384         Log: A more honest TODO
56385      Branch: perl
56386            ! pod/perltodo.pod
56387 ____________________________________________________________________________
56388 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
56389         Log: dor and // fulfil a TODO
56390              Correct a deviation from the Nicholas Clark style guide.
56391      Branch: perl
56392            ! pod/perltodo.pod
56393 ____________________________________________________________________________
56394 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
56395         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
56396              From: "Craig A. Berry" <craigberry@mac.com>
56397              Date: Thu, 08 Jul 2004 23:19:05 -0500
56398              Message-ID: <40EE1CB9.8030407@mac.com>
56399      Branch: perl
56400            ! vms/vms.c
56401 ____________________________________________________________________________
56402 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
56403         Log: Randal notes:
56404
56405              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
56406              *is* a "perldoc perl583delta" properly.
56407
56408              This is because perl584delta still thinks it's the perldelta
56409      Branch: perl
56410            ! pod/perl584delta.pod
56411 ____________________________________________________________________________
56412 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
56413         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
56414              as an argument.
56415      Branch: perl
56416            ! sv.c
56417 ____________________________________________________________________________
56418 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
56419         Log: First stab at explaining that CLONE may get more parameters in future.
56420              More eloquent rewording desired. Patches welcome.
56421      Branch: perl
56422            ! pod/perlmod.pod
56423 ____________________________________________________________________________
56424 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
56425         Log: hv_store was not passing hash onwards (spotted by Dave)
56426      Branch: perl
56427            ! hv.c
56428 ____________________________________________________________________________
56429 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
56430         Log: Failing matches don't reset numbered variables.
56431              Change #22997 could cause Text::ParseWords to loop forever if the
56432              regex didn't not match. Explicitly return if the match fails.
56433      Branch: perl
56434            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
56435 ____________________________________________________________________________
56436 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
56437         Log: Integrate:
56438              [ 23057]
56439              This is RC1
56440      Branch: perl
56441           !> pod/perlhist.pod
56442 ____________________________________________________________________________
56443 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
56444         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
56445              shared string scalar.
56446      Branch: perl
56447            ! hv.c
56448 ____________________________________________________________________________
56449 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
56450         Log: A tool to check the AUTHORS file
56451      Branch: perl
56452            + Porting/checkAUTHORS.pl
56453            ! MANIFEST
56454 ____________________________________________________________________________
56455 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
56456         Log: Add some missing authors and remove 1 duplicate
56457      Branch: perl
56458            ! AUTHORS
56459 ____________________________________________________________________________
56460 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
56461         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
56462      Branch: perl
56463            ! lib/Text/ParseWords.pm
56464 ____________________________________________________________________________
56465 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
56466         Log: Update tests and $VERSION for change 23046
56467      Branch: perl
56468            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
56469 ____________________________________________________________________________
56470 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
56471         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
56472              From: Stephen McCamant <smcc@MIT.EDU>
56473              Date: Mon, 28 Jun 2004 18:26:24 -0700
56474              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
56475      Branch: perl
56476            ! ext/B/B/Deparse.pm
56477 ____________________________________________________________________________
56478 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
56479         Log: Bump $B::Deparse::VERSION
56480      Branch: perl
56481            ! ext/B/B/Deparse.pm
56482 ____________________________________________________________________________
56483 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
56484         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
56485              Problem appears to be due to theft of temporaries
56486      Branch: perl
56487            ! mg.c
56488 ____________________________________________________________________________
56489 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
56490         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
56491              From: "Craig A. Berry" <craigberry@mac.com>
56492              Message-ID: <40E704AA.4090801@mac.com>
56493              Date: Sat, 03 Jul 2004 14:10:34 -0500
56494      Branch: perl
56495            ! ext/Cwd/t/cwd.t lib/Cwd.pm
56496 ____________________________________________________________________________
56497 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
56498         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
56499              LC_ALL. So when perl's expecting utf8, things don't quite work right.
56500              This has become visible since fix 22842
56501      Branch: perl
56502            ! lib/locale.t
56503 ____________________________________________________________________________
56504 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
56505         Log: More microperl tweaks.
56506      Branch: perl
56507            ! Makefile.micro README.micro uconfig.h uconfig.sh
56508 ____________________________________________________________________________
56509 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
56510         Log: Maintainer change for Safe
56511      Branch: perl
56512            ! Porting/Maintainers.pl
56513 ____________________________________________________________________________
56514 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
56515         Log: Bump version number of Safe for CPAN release
56516      Branch: perl
56517            ! ext/Opcode/Safe.pm
56518 ____________________________________________________________________________
56519 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
56520         Log: Upgrade to I18N::LangTags 0.33
56521      Branch: perl
56522            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
56523            ! lib/I18N/LangTags/t/80_all_env.t
56524 ____________________________________________________________________________
56525 [ 23023] By: davem                                 on 2004/07/02  01:49:11
56526         Log: utf8 POPSTACK crash on split execution
56527              split() does a SWITCHSTACK to directly split to an array, but
56528              if it subsequently dies (eg the regex triggers a 'use utf8' which
56529              is then denied by Safe), then the switch doesn't get undone. Add
56530              a new save type to allow for this.
56531      Branch: perl
56532            ! pp.c scope.c scope.h
56533 ____________________________________________________________________________
56534 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
56535         Log: The microperl config didn't know about usemallocwrap yet.
56536      Branch: perl
56537            ! uconfig.h uconfig.sh
56538 ____________________________________________________________________________
56539 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
56540         Log: Check for definedness of sv before calling sv_derived_from()
56541              to prevent "Use of uninitialized value..." warning.
56542      Branch: perl
56543            ! universal.c
56544 ____________________________________________________________________________
56545 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
56546         Log: Bump version numbers
56547      Branch: perl
56548            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
56549            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
56550            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
56551            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
56552 ____________________________________________________________________________
56553 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
56554         Log: Assert that we aren't leaking memory.
56555      Branch: perl
56556            ! sv.c
56557 ____________________________________________________________________________
56558 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
56559         Log: Sync to libnet-1.19
56560      Branch: perl
56561            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
56562            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
56563 ____________________________________________________________________________
56564 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
56565         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
56566              From: Abigail <abigail@abigail.nl>
56567              Date: Wed, 30 Jun 2004 12:00:21 +0200
56568              Message-ID: <20040630100021.GA23752@abigail.nl>
56569      Branch: perl
56570            ! pod/perlop.pod
56571 ____________________________________________________________________________
56572 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
56573         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
56574              mark that it needs a deferred recount"
56575      Branch: perl
56576            ! sv.c
56577 ____________________________________________________________________________
56578 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
56579         Log: More caveats in B::Deparse's documentation
56580              (suggested by Yves Orton)
56581      Branch: perl
56582            ! ext/B/B/Deparse.pm
56583 ____________________________________________________________________________
56584 [ 23007] By: merijn                                on 2004/06/29  10:57:46
56585         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
56586              11.00 and on are ANSI by default for /opt/ansic/bin
56587              Error was introduced by #22975 in re-enabling 10.01
56588      Branch: perl
56589            ! hints/hpux.sh
56590 ____________________________________________________________________________
56591 [ 23006] By: davem                                 on 2004/06/28  22:50:01
56592         Log: use encoding and "eq" cause memory leak
56593              Perl_sv_eq() was creating a temp and not always freeing it
56594      Branch: perl
56595            ! sv.c
56596 ____________________________________________________________________________
56597 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
56598         Log: Assimilate Locale-Codes-2.07
56599      Branch: perl
56600            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
56601            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
56602            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
56603            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
56604            ! lib/Locale/Constants.pod lib/Locale/Country.pm
56605            ! lib/Locale/Country.pod lib/Locale/Currency.pm
56606            ! lib/Locale/Currency.pod lib/Locale/Language.pm
56607            ! lib/Locale/Language.pod lib/Locale/Script.pm
56608            ! lib/Locale/Script.pod
56609 ____________________________________________________________________________
56610 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
56611         Log: Stop 80_all_env.t failing when LC_ALL is set
56612      Branch: perl
56613            ! lib/I18N/LangTags/t/80_all_env.t
56614 ____________________________________________________________________________
56615 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
56616         Log: Correct detection of absent modules. Based on
56617
56618              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
56619              From: Andy Dougherty <doughera@lafayette.edu>
56620              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
56621              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
56622
56623              with improvements from Marcus Holland-Moritz
56624      Branch: perl
56625            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
56626            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
56627            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
56628            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
56629            ! lib/overload.t t/io/crlf.t
56630 ____________________________________________________________________________
56631 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
56632         Log: Cleanup the main regex in Text::ParseWords and make the
56633              parse_line() routine faster. Add a Unicode test case.
56634      Branch: perl
56635            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
56636 ____________________________________________________________________________
56637 [ 22996] By: merijn                                on 2004/06/25  15:27:21
56638         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
56639              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
56640              Date: 25 Jun 2004 09:39:51 -0000
56641              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
56642              and
56643              From: Andy Dougherty <doughera@lafayette.edu>
56644              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
56645              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
56646      Branch: perl
56647            ! hints/solaris_2.sh
56648 ____________________________________________________________________________
56649 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
56650         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
56651              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
56652              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
56653              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
56654      Branch: perl
56655            ! regcomp.c t/op/regmesg.t
56656 ____________________________________________________________________________
56657 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
56658         Log: More @INC test fixes
56659      Branch: perl
56660            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
56661            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
56662 ____________________________________________________________________________
56663 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
56664         Log: Fix the Cwd tests for the core.
56665      Branch: perl
56666            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
56667 ____________________________________________________________________________
56668 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
56669         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
56670              Use the suggested regex fix, plus some tests.
56671      Branch: perl
56672            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
56673 ____________________________________________________________________________
56674 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
56675         Log: Upgrade to Cwd 2.18
56676              (with local changes to cwd.t, to adapt it to the core)
56677      Branch: perl
56678            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
56679 ____________________________________________________________________________
56680 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
56681         Log: Fix for: [perl #2738] perl segfautls on input
56682              The parser was incorrectly accepting <> as a subroutine prototype and
56683              newATTRSUB didn't validate the proto argument before accessing op_sv.
56684      Branch: perl
56685            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
56686 ____________________________________________________________________________
56687 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
56688         Log: Upgrade to Cwd 2.17_03
56689      Branch: perl
56690            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
56691 ____________________________________________________________________________
56692 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
56693         Log: Test that [] // 0 is []
56694      Branch: perl
56695            ! t/op/dor.t
56696 ____________________________________________________________________________
56697 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
56698         Log: Add a regression test for bug #23765 (by Jarkko)
56699      Branch: perl
56700            ! t/op/substr.t
56701 ____________________________________________________________________________
56702 [ 22975] By: merijn                                on 2004/06/23  06:56:15
56703         Log: Backward compatibility issues for HP-UX 10.01 and older
56704              Yes, it is still actively used in production environment
56705              One more patch expected for toke.c optimization level
56706      Branch: perl
56707            ! hints/hpux.sh
56708 ____________________________________________________________________________
56709 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
56710         Log: Proposed patch + test case.
56711
56712              Subject: [perl #30409] charnames.pm clobbers default variable
56713              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
56714              Date: 22 Jun 2004 16:43:50 -0000
56715              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
56716      Branch: perl
56717            ! lib/charnames.pm lib/charnames.t
56718 ____________________________________________________________________________
56719 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
56720         Log: Adjust array index in FileCache.pm.
56721
56722              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
56723              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
56724              Date: 15 Jun 2004 16:55:22 -0000
56725              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
56726      Branch: perl
56727            ! lib/FileCache.pm
56728 ____________________________________________________________________________
56729 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
56730         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
56731              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56732              Date: Tue, 22 Jun 2004 21:29:12 +0100
56733              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
56734      Branch: perl
56735            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56736            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
56737            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
56738            ! ext/DB_File/typemap
56739 ____________________________________________________________________________
56740 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
56741         Log: Abolish the "Tied variable freed while still in use" error - I have
56742              a way to cleanly avoid the coredump.
56743      Branch: perl
56744            ! mg.c pod/perldiag.pod t/op/tie.t
56745 ____________________________________________________________________________
56746 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
56747         Log: Subject: [PATCH] Storable signedness nit
56748              From: "Craig A. Berry" <craigberry@mac.com>
56749              Message-ID: <40D3AAC7.6030407@mac.com>
56750              Date: Fri, 18 Jun 2004 21:53:59 -0500
56751      Branch: perl
56752            ! ext/Storable/Storable.xs
56753 ____________________________________________________________________________
56754 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
56755         Log: Skip tests if List::Util not built
56756      Branch: perl
56757            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
56758            ! lib/overload.t
56759 ____________________________________________________________________________
56760 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
56761         Log: Skip test if Data::Dumper not built
56762      Branch: perl
56763            ! lib/Tie/RefHash.t
56764 ____________________________________________________________________________
56765 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
56766         Log: Skip test if Devel::PPPort is not built.
56767              Probably should fix h2xs to work without it.
56768      Branch: perl
56769            ! lib/h2xs.t
56770 ____________________________________________________________________________
56771 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
56772         Log: Upgrade to I18N::LangTags 0.32
56773      Branch: perl
56774            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
56775            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
56776 ____________________________________________________________________________
56777 [ 22963] By: davem                                 on 2004/06/20  12:00:56
56778         Log: make mktables always update modifed time to play better with make
56779      Branch: perl
56780            ! Makefile.SH lib/unicore/mktables
56781 ____________________________________________________________________________
56782 [ 22962] By: davem                                 on 2004/06/20  11:50:19
56783         Log: fix typo in gp_free
56784      Branch: perl
56785            ! gv.c
56786 ____________________________________________________________________________
56787 [ 22961] By: davem                                 on 2004/06/19  12:36:58
56788         Log: 'make test' without preceeding 'make' fails.
56789              Change #22872 added a target to run mktables, but this was
56790              skipped if 'make test' was run first, causing the build of
56791              Unicode::Normalize to fail.
56792      Branch: perl
56793            ! Makefile.SH
56794 ____________________________________________________________________________
56795 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
56796         Log: When expecting an error, it's best to check the text you got, rather
56797              than blindly assuming that it's correct.
56798      Branch: perl
56799            ! t/op/write.t
56800 ____________________________________________________________________________
56801 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
56802         Log: Case insensitive file systems are bad, m'kay
56803      Branch: perl
56804            ! ext/IO/t/IO.t
56805 ____________________________________________________________________________
56806 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
56807         Log: This needs POSIX, so skip if no POSIX
56808      Branch: perl
56809            ! lib/Pod/t/basic.t
56810 ____________________________________________________________________________
56811 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
56812         Log: Also needs skipping if PerlIO::via not built
56813      Branch: perl
56814            ! lib/PerlIO/via/t/QuotedPrint.t
56815 ____________________________________________________________________________
56816 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
56817         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
56818      Branch: perl
56819            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
56820 ____________________________________________________________________________
56821 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
56822         Log: Not ideal, but skip all of IO's tests if Socket is not built.
56823      Branch: perl
56824            ! ext/IO/t/IO.t
56825 ____________________________________________________________________________
56826 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
56827         Log: Skip test if perl configured without threads::shared
56828      Branch: perl
56829            ! ext/threads/shared/t/disabled.t
56830 ____________________________________________________________________________
56831 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
56832         Log: Skip test if Devel::PPPort not built
56833      Branch: perl
56834            ! ext/Devel/PPPort/t/test.t
56835 ____________________________________________________________________________
56836 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
56837         Log: Skip re tests if re not built.
56838      Branch: perl
56839            ! ext/re/t/re.t
56840 ____________________________________________________________________________
56841 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
56842         Log: If we don't build B, we should skip all its tests.
56843      Branch: perl
56844            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
56845            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
56846            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
56847            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
56848            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
56849            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
56850            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
56851            ! ext/B/t/terse.t ext/B/t/xref.t
56852 ____________________________________________________________________________
56853 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
56854         Log: D'oh. Don't turn on warnings on the #! line without actually testing
56855              the full code in case it warns.
56856      Branch: perl
56857            ! lib/Unicode/UCD.t
56858 ____________________________________________________________________________
56859 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
56860         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
56861      Branch: perl
56862            ! lib/Unicode/UCD.t
56863 ____________________________________________________________________________
56864 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
56865         Log: Can't test the B modules if we didn't build 'em
56866      Branch: perl
56867            ! t/lib/1_compile.t
56868 ____________________________________________________________________________
56869 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
56870         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
56871      Branch: perl
56872            ! t/io/crlf.t
56873 ____________________________________________________________________________
56874 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
56875         Log: Upgrade to I18N::LangTags 0.31.
56876      Branch: perl
56877            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
56878            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
56879            ! lib/I18N/LangTags/t/80_all_env.t
56880 ____________________________________________________________________________
56881 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
56882         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
56883              seem that memzero() of everything is the most efficient idea.
56884      Branch: perl
56885            ! sv.c
56886 ____________________________________________________________________________
56887 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
56888         Log: Change 22516 forgot to add make_overload.pl to generate test data
56889              (submitted from the pub via wireless, bluetooth and then GPRS out
56890              to the Internet)
56891      Branch: perl
56892            + ext/Storable/t/make_overload.pl
56893            ! MANIFEST
56894 ____________________________________________________________________________
56895 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
56896         Log: Storable should cope if the string to thaw happens to be utf8 encoded
56897              And anything with bytes >=256 is corrupt
56898      Branch: perl
56899            ! ext/Storable/ChangeLog ext/Storable/README
56900            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56901            ! ext/Storable/t/utf8.t
56902 ____________________________________________________________________________
56903 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
56904         Log: Upgrade to Locale::Maketext 1.09
56905      Branch: perl
56906            + lib/Locale/Maketext/t/01_about_verbose.t
56907            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
56908            + lib/Locale/Maketext/t/40_super.t
56909            + lib/Locale/Maketext/t/50_super.t
56910            + lib/Locale/Maketext/t/60_super.t
56911            + lib/Locale/Maketext/t/90_utf8.t
56912            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
56913            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
56914            - lib/Locale/Maketext/t/04super.t
56915            - lib/Locale/Maketext/t/05super.t
56916            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
56917            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
56918            ! lib/Locale/Maketext/README
56919 ____________________________________________________________________________
56920 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
56921         Log: Upgrade to I18N::LangTags 0.30.
56922      Branch: perl
56923            + lib/I18N/LangTags/Detect.pm
56924            + lib/I18N/LangTags/t/01_about_verbose.t
56925            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
56926            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
56927            + lib/I18N/LangTags/t/55_supers_strict.t
56928            + lib/I18N/LangTags/t/80_all_env.t
56929            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
56930            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
56931            ! lib/I18N/LangTags/List.pm
56932 ____________________________________________________________________________
56933 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
56934         Log: More forgiving version comparison in perlivp.
56935      Branch: perl
56936            ! utils/perlivp.PL
56937 ____________________________________________________________________________
56938 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
56939         Log: Improve the substitution to cc_r for threading so that compilers
56940              specified with a full path or as a parameter to ccache are changed
56941      Branch: perl
56942            ! hints/aix.sh
56943 ____________________________________________________________________________
56944 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
56945         Log: Subject: [PATCH] File::Basename docs
56946              From: Boris Zentner <bzm@2bz.de>
56947              Date: Sat, 12 Jun 2004 16:29:42 +0200
56948              Message-Id: <200406121629.42595.bzm@2bz.de>
56949      Branch: perl
56950            ! lib/File/Basename.pm
56951 ____________________________________________________________________________
56952 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
56953         Log: It seems that our assert() macro wasn't good enough.
56954              Changed to one that that is an expression, rather than a statement.
56955              Fix new macros definitions in sv.h to be clean enough C to keep the
56956              AIX compiler happy.
56957      Branch: perl
56958            ! perl.h sv.h
56959 ____________________________________________________________________________
56960 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
56961         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
56962              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
56963              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
56964              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
56965      Branch: perl
56966            ! pod/perlop.pod
56967 ____________________________________________________________________________
56968 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
56969         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
56970      Branch: perl
56971            ! ext/Storable/Storable.xs sv.h
56972 ____________________________________________________________________________
56973 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
56974         Log: Assert that SV type has magic member when reading/writing.
56975              Will catch buggy code.
56976      Branch: perl
56977            ! sv.c sv.h
56978 ____________________________________________________________________________
56979 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
56980         Log: More h2ph voodoo.
56981      Branch: perl
56982            ! utils/h2ph.PL
56983 ____________________________________________________________________________
56984 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
56985         Log: Subject: [PATCH] t/TEST
56986              From: Abe Timmerman <abe@ztreet.demon.nl>
56987              Date: Sun, 13 Jun 2004 11:41:49 +0200
56988              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
56989      Branch: perl
56990            ! t/TEST
56991 ____________________________________________________________________________
56992 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
56993         Log: Reapply change #20983, rolled back by change #22920,
56994              as noticed by Craig Berry.
56995      Branch: perl
56996            ! pod/pod2usage.PL pod/podselect.PL
56997 ____________________________________________________________________________
56998 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
56999         Log: More h2ph tweaks: recognition of C types
57000      Branch: perl
57001            ! utils/h2ph.PL
57002 ____________________________________________________________________________
57003 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
57004         Log: More h2ph tweaking for gcc __inline functions
57005      Branch: perl
57006            ! utils/h2ph.PL
57007 ____________________________________________________________________________
57008 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
57009         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
57010      Branch: perl
57011            ! t/comp/utf.t
57012 ____________________________________________________________________________
57013 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
57014         Log: Remove a warning against unsafe signals in perlipc.pod,
57015              now that we have "safe signals".
57016      Branch: perl
57017            ! pod/perlipc.pod
57018 ____________________________________________________________________________
57019 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
57020         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
57021              From: Mathieu Arnold <m@absolight.fr>
57022              Date: Thu, 10 Jun 2004 16:43:58 +0200
57023              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
57024              (with a test adjustment)
57025      Branch: perl
57026            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
57027 ____________________________________________________________________________
57028 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
57029         Log: Make h2ph able to understand a limited set of inline functions.
57030              The glibc apparently now ships headers that use inline functions
57031              instead of plain old macros.
57032      Branch: perl
57033            ! utils/h2ph.PL
57034 ____________________________________________________________________________
57035 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
57036         Log: Subject: Change 22872 breaks shared miniperl invocation
57037              From: Alexey Tourbin <at@altlinux.ru>
57038              Date: Fri, 4 Jun 2004 13:24:17 +0400
57039              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
57040      Branch: perl
57041            ! Makefile.SH
57042 ____________________________________________________________________________
57043 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
57044         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
57045              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57046              Date: Mon, 7 Jun 2004 00:28:55 -0700
57047              Message-ID: <20040607072854.GB1028@efn.org>
57048      Branch: perl
57049            ! pod/perldiag.pod
57050 ____________________________________________________________________________
57051 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
57052         Log: Remove the "malloc wrappage" tests, due to their unportability
57053              (as suggested by Jarkko.)
57054      Branch: perl
57055            ! t/op/array.t t/op/repeat.t
57056 ____________________________________________________________________________
57057 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
57058         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
57059              From: Robin Barker <Robin.Barker@npl.co.uk>
57060              Date: Wed, 9 Jun 2004 12:02:01 +0100
57061              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
57062              with further adjustements for bleadperl
57063      Branch: perl
57064            ! configpm lib/Config.t
57065 ____________________________________________________________________________
57066 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
57067         Log: Upgrade to Pod::Parser 1.28
57068              (except Pod::Find, which has local patches not yet on CPAN)
57069      Branch: perl
57070            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
57071            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
57072            ! t/pod/find.t
57073 ____________________________________________________________________________
57074 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
57075         Log: s/64bit/64-bit/g for consistency in the READMEs.
57076      Branch: perl
57077            ! README.aix README.hpux
57078 ____________________________________________________________________________
57079 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
57080         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
57081              From: "Kevin Chase" <kevincha99@hotmail.com>
57082              Date: Sun, 06 Jun 2004 09:44:44 -0700
57083              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
57084      Branch: perl
57085            ! ext/threads/threads.xs
57086 ____________________________________________________________________________
57087 [ 22917] By: merijn                                on 2004/06/09  11:46:23
57088         Log: Several updates, major, and minor corrections, model updates,
57089              explained the model numbering of HP-UX servers.
57090      Branch: perl
57091            ! README.hpux
57092 ____________________________________________________________________________
57093 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
57094         Log: Upgrade to Pod::Perldoc 3.13
57095      Branch: perl
57096            + lib/Pod/Perldoc/t/01_about_verbose.t
57097            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
57098 ____________________________________________________________________________
57099 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
57100         Log: Upgrade to Digest 1.08.
57101      Branch: perl
57102            ! lib/Digest.pm
57103 ____________________________________________________________________________
57104 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
57105         Log: Upgrade to CGI.pm 3.05
57106      Branch: perl
57107            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
57108 ____________________________________________________________________________
57109 [ 22913] By: davem                                 on 2004/06/08  22:20:40
57110         Log: double DESTROY in for loop
57111              pp_iter decremented the ref count of the previous iterant before
57112              unaliasing it. This could lead to DESTROY being called with the
57113              loop variable still aliased to the freed value. If the DESTROY
57114              also contained a for loop with the same iterator variable, the
57115              freed value would get resurrected then freed for a second time.
57116      Branch: perl
57117            ! pp_hot.c t/cmd/for.t
57118 ____________________________________________________________________________
57119 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
57120         Log: Upgrade to Pod::LaTeX 0.57
57121      Branch: perl
57122            + lib/Pod/t/user.t
57123            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
57124 ____________________________________________________________________________
57125 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
57126         Log: Upgrade to Unicode::Normalize 0.30.
57127      Branch: perl
57128            ! ext/Unicode/Normalize/Changes
57129            ! ext/Unicode/Normalize/Normalize.pm
57130            ! ext/Unicode/Normalize/Normalize.xs
57131            ! ext/Unicode/Normalize/t/illegal.t
57132            ! ext/Unicode/Normalize/t/short.t
57133            ! ext/Unicode/Normalize/t/split.t
57134 ____________________________________________________________________________
57135 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
57136         Log: Remove a spurious \n in a perltie example,
57137              noticed by Geoffrey Young.
57138      Branch: perl
57139            ! pod/perltie.pod
57140 ____________________________________________________________________________
57141 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
57142         Log: Upgrade to Unicode::Collate 0.40
57143      Branch: perl
57144            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
57145 ____________________________________________________________________________
57146 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
57147         Log: Upgrade to Time::Local 1.10.
57148      Branch: perl
57149            ! lib/Time/Local.pm lib/Time/Local.t
57150 ____________________________________________________________________________
57151 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
57152         Log: Upgrade to Test::Harness 2.42
57153      Branch: perl
57154            ! lib/Test/Harness.pm lib/Test/Harness/Changes
57155            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
57156 ____________________________________________________________________________
57157 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
57158         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
57159              As spotted by Jerry D. Hedden
57160      Branch: perl
57161            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
57162 ____________________________________________________________________________
57163 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
57164         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
57165              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
57166              Date: Fri, 4 Jun 2004 16:29:44 +0200
57167              Message-Id: <20040604162944.4011f1c6@r2d2>
57168      Branch: perl
57169            ! pod/perlapi.pod sv.c
57170 ____________________________________________________________________________
57171 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
57172         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
57173              From: Jarkko Hietaniemi <jhi@iki.fi>
57174              Date: Mon, 07 Jun 2004 20:09:42 +0300
57175              Message-ID: <40C4A156.5030205@iki.fi>
57176      Branch: perl
57177            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
57178 ____________________________________________________________________________
57179 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
57180         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
57181              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
57182              Date: 6 Jun 2004 21:50:19 -0000
57183              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
57184      Branch: perl
57185            ! lib/Text/Wrap.pm
57186 ____________________________________________________________________________
57187 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
57188         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
57189              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57190              Date: Sun, 06 Jun 2004 00:37:21 +0900
57191              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
57192      Branch: perl
57193            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
57194 ____________________________________________________________________________
57195 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
57196         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
57197              From: Steve Hay <steve.hay@uk.radan.com>
57198              Date: Thu, 03 Jun 2004 15:46:17 +0100
57199              Message-ID: <40BF39B9.3060207@uk.radan.com>
57200      Branch: perl
57201            ! README.win32 win32/makefile.mk
57202 ____________________________________________________________________________
57203 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
57204         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
57205              Normalize on the hyphenated spelling.
57206      Branch: perl
57207            ! pod/perlpodspec.pod
57208 ____________________________________________________________________________
57209 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
57210         Log: Workaround a dmake oddity.
57211              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57212              From: Steve Hay <steve.hay@uk.radan.com>
57213              Date: Thu, 03 Jun 2004 12:16:13 +0100
57214              Message-ID: <40BF087D.8030005@uk.radan.com>
57215      Branch: perl
57216            ! win32/makefile.mk
57217 ____________________________________________________________________________
57218 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
57219         Log: Carp was mostly unusable with Safe because it may require
57220              Carp::Heavy at run-time (while require() is forbidden.)
57221              Have Safe load Carp::Heavy.
57222      Branch: perl
57223            ! ext/Opcode/Safe.pm lib/Carp.pm
57224 ____________________________________________________________________________
57225 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
57226         Log: Make change #22889 work for threaded builds, Part 2.
57227      Branch: perl
57228            ! XSUB.h
57229 ____________________________________________________________________________
57230 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
57231         Log: Make change #22889 work for threaded builds.
57232      Branch: perl
57233            ! pad.c pp.c
57234 ____________________________________________________________________________
57235 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
57236         Log: Fix apidoc entries for PUSHMARK and newXSproto.
57237      Branch: perl
57238            ! XSUB.h pod/perlapi.pod pp.h
57239 ____________________________________________________________________________
57240 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
57241         Log: Document embed.fnc 'U' and 's' flags.
57242      Branch: perl
57243            ! embed.fnc
57244 ____________________________________________________________________________
57245 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
57246         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
57247              From: "Craig A. Berry" <craigberry@mac.com>
57248              Date: Tue, 01 Jun 2004 23:16:58 -0500
57249              Message-ID: <40BD54BA.9040708@mac.com>
57250      Branch: perl
57251            ! perl.c
57252 ____________________________________________________________________________
57253 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
57254         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
57255              From: Alexey Tourbin <at@altlinux.ru>
57256              Date: Sat, 22 May 2004 02:22:22 +0400
57257              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
57258      Branch: perl
57259            ! ext/NDBM_File/hints/linux.pl
57260 ____________________________________________________________________________
57261 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
57262         Log: Detypo.
57263      Branch: perl
57264            ! pod/perlintern.pod pp_ctl.c
57265 ____________________________________________________________________________
57266 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
57267         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
57268              From: Andrew Dougherty <doughera@lafayette.edu>
57269              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
57270              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
57271      Branch: perl
57272            ! INSTALL README
57273 ____________________________________________________________________________
57274 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
57275         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
57276              While we're at it, use the same trick to make reverse()
57277              work correctly with lexical $_.
57278      Branch: perl
57279            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
57280            ! t/op/mydef.t
57281 ____________________________________________________________________________
57282 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
57283         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
57284              From: Alan Burlison <Alan.Burlison@Sun.COM>
57285              Date: Fri, 28 May 2004 12:27:06 +0100
57286              Message-ID: <40B7220A.4040305@sun.com>
57287      Branch: perl
57288            ! lib/FileCache.pm
57289 ____________________________________________________________________________
57290 [ 22887] By: merijn                                on 2004/06/01  14:30:48
57291         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57292              From: Steve Hay <steve.hay@uk.radan.com>
57293              Date: Tue, 01 Jun 2004 15:30:37 +0100
57294              Message-ID: <40BC930D.90701@uk.radan.com>
57295      Branch: perl
57296            ! win32/Makefile win32/makefile.mk
57297 ____________________________________________________________________________
57298 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
57299         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
57300              From: Alan Burlison <Alan.Burlison@sun.com>
57301              Date: Fri, 28 May 2004 23:28:44 +0100
57302              Message-ID: <40B7BD1C.40309@sun.com>
57303      Branch: perl
57304            ! lib/Pod/Find.pm
57305 ____________________________________________________________________________
57306 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
57307         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
57308              From: Paul Fenwick <pjf@perltraining.com.au>
57309              Date: Tue, 1 Jun 2004 11:31:34 +1000
57310              Message-ID: <20040601013134.GA11005@perltraining.com.au>
57311      Branch: perl
57312            ! pod/perlfunc.pod
57313 ____________________________________________________________________________
57314 [ 22884] By: merijn                                on 2004/06/01  10:51:33
57315         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
57316              From: "Craig A. Berry" <craigberry@mac.com>
57317              Date: Mon, 31 May 2004 21:04:07 -0500
57318              Message-ID: <40BBE417.2090001@mac.com>
57319      Branch: perl
57320            ! configure.com
57321 ____________________________________________________________________________
57322 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
57323         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
57324              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
57325              Date: Tue, 1 Jun 2004 07:52:58 +0200
57326              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
57327      Branch: perl
57328            ! lib/Shell.pm
57329 ____________________________________________________________________________
57330 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
57331         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
57332              From: Dave Rolsky <autarch@urth.org>
57333              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
57334              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
57335      Branch: perl
57336            ! pod/perlhack.pod
57337 ____________________________________________________________________________
57338 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
57339         Log: replace the run time code in lib/utf8_pva.pl with data generated
57340              at build by mktables, stored in lib/unicore/PVA.pl
57341      Branch: perl
57342            - lib/utf8_pva.pl
57343            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
57344            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
57345 ____________________________________________________________________________
57346 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
57347         Log: Don't need to require utf8_pva.pl at top of file
57348      Branch: perl
57349            ! lib/utf8_heavy.pl
57350 ____________________________________________________________________________
57351 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
57352         Log: Run mktables as part of the build process.
57353              Don't ship any of the files that it generates in lib/unicore
57354      Branch: perl
57355            - (delete 419 files)
57356            ! MANIFEST Makefile.SH lib/unicore/mktables
57357            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
57358 ____________________________________________________________________________
57359 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
57360         Log: Subject: [perl #29937] Entries missing from .packlist
57361              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
57362              Date: 28 May 2004 19:23:48 -0000
57363              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
57364      Branch: perl
57365            ! installman installperl
57366 ____________________________________________________________________________
57367 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
57368         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
57369              From: <wolfgang.laun@chello.at>
57370              Date: Sun, 30 May 2004 17:27:07 +0200
57371              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
57372      Branch: perl
57373            ! utils/h2ph.PL
57374 ____________________________________________________________________________
57375 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
57376         Log: Subject: [PATCH] Fix anomalies in Carp functions
57377              From: Steve Hay <steve.hay@uk.radan.com>
57378              Date: Tue, 25 May 2004 16:05:02 +0100
57379              Message-ID: <40B3609E.5060502@uk.radan.com>
57380      Branch: perl
57381            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
57382 ____________________________________________________________________________
57383 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
57384         Log: Subject: [PATCH] Fix generation of perlapi.pod
57385              From: Steve Hay <steve.hay@uk.radan.com>
57386              Date: Fri, 28 May 2004 11:46:41 +0100
57387              Message-ID: <40B71891.6090806@uk.radan.com>
57388      Branch: perl
57389            ! autodoc.pl pod/perlapi.pod
57390 ____________________________________________________________________________
57391 [ 22874] By: davem                                 on 2004/05/30  22:31:03
57392         Log: Subject:  Re: my $x->{foo} doesn't work
57393              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
57394              Date:  Tue, 25 May 2004 00:06:06 +0900
57395              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
57396
57397              Allow autovivification of (my $x)->{foo}
57398      Branch: perl
57399            ! pp_hot.c t/op/my.t
57400 ____________________________________________________________________________
57401 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
57402         Log: Convert to using File::Spec, so that we can build Unicode files
57403              on all platforms
57404      Branch: perl
57405            ! lib/unicore/mktables
57406 ____________________________________________________________________________
57407 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
57408         Log: First step to generating Unicode files for the regexp engine at build
57409              time - targets in the Makefile
57410      Branch: perl
57411            ! Makefile.SH
57412 ____________________________________________________________________________
57413 [ 22870] By: davem                                 on 2004/05/30  14:30:45
57414         Log: Problem with autouse (causing Perl to crash)
57415              @_ sometimes wasn't getting created right
57416      Branch: perl
57417            ! pad.c pp_ctl.c t/op/goto.t
57418 ____________________________________________________________________________
57419 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
57420         Log: Upgrade to Encode 2.01.
57421      Branch: perl
57422            ! ext/Encode/lib/Encode/CN/HZ.pm
57423            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
57424 ____________________________________________________________________________
57425 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
57426         Log: Skip in minitest
57427      Branch: perl
57428            ! t/comp/utf.t
57429 ____________________________________________________________________________
57430 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
57431         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
57432              From: Stas Bekman <stas@stason.org>
57433              Date: Thu, 27 May 2004 11:25:08 -0700
57434              Message-ID: <40B63284.5040203@stason.org>
57435      Branch: perl
57436            ! pod/perlapi.pod pod/perlguts.pod sv.h
57437 ____________________________________________________________________________
57438 [ 22852] By: merijn                                on 2004/05/28  05:31:25
57439         Log: Subject: TEST needs to ignore SCM files
57440              From: Alan Burlison <Alan.Burlison@sun.com>
57441              Date: Thu, 27 May 2004 23:32:28 +0100
57442              Message-ID: <40B66C7C.8030303@sun.com>
57443      Branch: perl
57444            ! t/TEST
57445 ____________________________________________________________________________
57446 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
57447         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
57448              From: Alan Burlison <Alan.Burlison@sun.com>
57449              Date: Wed, 26 May 2004 16:24:03 +0100
57450              Message-ID: <40B4B693.9090905@sun.com>
57451              (using \0 as a separator for q//)
57452      Branch: perl
57453            ! perl.c
57454 ____________________________________________________________________________
57455 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
57456         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
57457              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57458              Date: Tue, 25 May 2004 02:29:37 -0700
57459              Message-ID: <20040525092937.GA2332@efn.org>
57460      Branch: perl
57461            ! lib/diagnostics.pm
57462 ____________________________________________________________________________
57463 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
57464         Log: Tests for change #22842, by SADAHIRO Tomoyuki
57465              (adapted to the core)
57466      Branch: perl
57467            + t/op/utftaint.t
57468            ! MANIFEST
57469 ____________________________________________________________________________
57470 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
57471         Log: Subject: Re: utf-8 and taint don't work together
57472              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57473              Date: Sat, 22 May 2004 21:38:33 +0900
57474              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
57475
57476              Date: Sun, 23 May 2004 09:56:15 +0900
57477              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
57478      Branch: perl
57479            ! ext/Encode/lib/Encode/CN/HZ.pm
57480            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
57481 ____________________________________________________________________________
57482 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
57483         Log: Subject: [PATCH] win32_chsize is not exported on Win32
57484              From: Steve Hay <steve.hay@uk.radan.com>
57485              Date: Mon, 24 May 2004 12:52:48 +0100
57486              Message-ID: <40B1E210.4050202@uk.radan.com>
57487      Branch: perl
57488            ! makedef.pl
57489 ____________________________________________________________________________
57490 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
57491         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
57492              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57493              Date: Fri, 21 May 2004 11:35:34 -0700
57494              Message-ID: <20040521183533.GA5108@efn.org>
57495              (plus whitespace removal)
57496      Branch: perl
57497            ! INSTALL
57498 ____________________________________________________________________________
57499 [ 22839] By: davem                                 on 2004/05/22  11:15:34
57500         Log: Optimization busted: '@a = "b", sort @a' drops "b"
57501              Fix the sort-in-place optimization of change #22349.
57502      Branch: perl
57503            ! op.c t/op/sort.t
57504 ____________________________________________________________________________
57505 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
57506         Log: Update to Scalar-List-Utils-1.14
57507      Branch: perl
57508            + ext/List/Util/Changes
57509            - ext/List/Util/ChangeLog
57510            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
57511            ! ext/List/Util/lib/List/Util.pm
57512            ! ext/List/Util/lib/Scalar/Util.pm
57513 ____________________________________________________________________________
57514 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
57515         Log: Subject: Proposed doc patch for getsockopt
57516              From: perl5-porters@ton.iguana.be (Ton Hospel)
57517              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
57518              Message-Id: <c87qmo$u9b$1@post.home.lunix>
57519      Branch: perl
57520            ! pod/perlfunc.pod
57521 ____________________________________________________________________________
57522 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
57523         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
57524              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
57525              Date: Fri, 21 May 2004 10:51:58 +0200
57526              Message-id: <20040521085158.GA10660@ethan>
57527              (modified regexp)
57528      Branch: perl
57529            ! utils/h2xs.PL
57530 ____________________________________________________________________________
57531 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
57532         Log: Upgrade to Encode 2.00.
57533      Branch: perl
57534            ! (edit 147 files)
57535 ____________________________________________________________________________
57536 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
57537         Log: Test portability nit.
57538              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57539              From: Steve Hay <steve.hay@uk.radan.com>
57540              Date: Tue, 18 May 2004 11:31:04 +0100
57541              Message-ID: <40A9E5E8.7030800@uk.radan.com>
57542      Branch: perl
57543            ! ext/B/t/optree_specials.t
57544 ____________________________________________________________________________
57545 [ 22831] By: davem                                 on 2004/05/19  21:02:04
57546         Log: improve hashing algorithm for ptr tables in perl_clone:
57547              the bottom few bits of a pointer are usually zero
57548      Branch: perl
57549            ! sv.c
57550 ____________________________________________________________________________
57551 [ 22830] By: davem                                 on 2004/05/19  20:17:55
57552         Log: Thread creation time is hypersensitive
57553
57554              Due to a logic error, the dup ptr table sometimes wans't being
57555              grown, leading to extremely slow cloning.
57556      Branch: perl
57557            ! sv.c
57558 ____________________________________________________________________________
57559 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
57560         Log: perlrun.pod minor fixes :
57561              - the parameter to -x is optional
57562              - pod nit
57563      Branch: perl
57564            ! pod/perlrun.pod
57565 ____________________________________________________________________________
57566 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
57567         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
57568              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
57569              Date: 16 May 2004 13:33:32 -0000
57570              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
57571      Branch: perl
57572            ! lib/h2xs.t
57573 ____________________________________________________________________________
57574 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
57575         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57576              From: Steve Hay <steve.hay@uk.radan.com>
57577              Date: Fri, 14 May 2004 17:33:17 +0100
57578              Message-ID: <40A4F4CD.2000003@uk.radan.com>
57579      Branch: perl
57580            ! t/comp/utf.t
57581 ____________________________________________________________________________
57582 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
57583         Log: Error message too wide.
57584      Branch: perl
57585            ! perl.c
57586 ____________________________________________________________________________
57587 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
57588         Log: Remove a TODO test that is no longer to do.
57589      Branch: perl
57590            ! ext/B/t/f_sort.t
57591 ____________________________________________________________________________
57592 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
57593         Log: Fix new B::Concise test output
57594              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
57595              From: Jim Cromie <jcromie@divsol.com>
57596              Date: Mon, 17 May 2004 09:19:00 -0600
57597              Message-ID: <40A8D7E4.1020007@divsol.com>
57598      Branch: perl
57599            ! ext/B/t/f_sort.t t/TEST
57600 ____________________________________________________________________________
57601 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
57602         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
57603              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
57604              Date: Mon, 17 May 2004 07:38:19 +0200
57605              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
57606      Branch: perl
57607            ! ext/File/Glob/Glob.xs
57608 ____________________________________________________________________________
57609 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
57610         Log: David Manura is the new maintainer of Text::Balanced.
57611      Branch: perl
57612            ! Porting/Maintainers.pl
57613 ____________________________________________________________________________
57614 [ 22821] By: davem                                 on 2004/05/16  15:31:42
57615         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
57616      Branch: perl
57617            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
57618 ____________________________________________________________________________
57619 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
57620         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
57621              From: Jim Cromie <jcromie@divsol.com>
57622              Date: Mon, 10 May 2004 05:28:11 -0600
57623              Message-ID: <409F674B.2000506@divsol.com>
57624      Branch: perl
57625            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
57626            + ext/B/t/optree_specials.t
57627            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
57628            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
57629            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
57630            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
57631            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
57632 ____________________________________________________________________________
57633 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
57634         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
57635              access the $_ variable, even when there is a lexical one in scope.
57636      Branch: perl
57637            ! XSUB.h pod/perlapi.pod
57638 ____________________________________________________________________________
57639 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
57640         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
57641              From: Jarkko Hietaniemi <jhi@iki.fi>
57642              Message-ID: <40A26D75.8080406@iki.fi>
57643              Date: Wed, 12 May 2004 21:31:17 +0300
57644      Branch: perl
57645            + t/comp/utf.t
57646            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
57647 ____________________________________________________________________________
57648 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
57649         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
57650              From: Olli Savia (via RT) <perlbug-followup@perl.org>
57651              Date: 12 May 2004 13:02:41 -0000
57652              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
57653      Branch: perl
57654            ! sv.c
57655 ____________________________________________________________________________
57656 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
57657         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
57658      Branch: perl
57659            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57660 ____________________________________________________________________________
57661 [ 22815] By: merijn                                on 2004/05/12  10:43:42
57662         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
57663              From: Andy Dougherty <doughera@lafayette.edu>
57664              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
57665              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
57666      Branch: perl
57667            ! Configure hints/darwin.sh hints/rhapsody.sh
57668 ____________________________________________________________________________
57669 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
57670         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
57671              This completes the series: #22734, #22745, #22754, #22780
57672      Branch: perl
57673            ! pod/perlpacktut.pod
57674 ____________________________________________________________________________
57675 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
57676         Log: 'v' unpacks unsigned shorts.
57677      Branch: perl
57678            ! pod/perlpacktut.pod
57679 ____________________________________________________________________________
57680 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
57681         Log: Subject: various -V: searches [PATCH]
57682              From: Jim Cromie <jcromie@divsol.com>
57683              Date: Tue, 11 May 2004 00:15:46 -0600
57684              Message-ID: <40A06F92.1070607@divsol.com>
57685      Branch: perl
57686            ! configpm lib/Config.t pod/perlrun.pod
57687 ____________________________________________________________________________
57688 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
57689         Log: More pod names in the debugger for the runman command
57690      Branch: perl
57691            ! lib/perl5db.pl
57692 ____________________________________________________________________________
57693 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
57694         Log: Subject: [PATCH] debugger (step backwards)
57695              From: Richard.Foley@t-online.de (Richard Foley)
57696              Date: Tue, 11 May 2004 11:04:11 +0200
57697              Message-Id: <200405111104.11484.richard.foley@rfi.net>
57698      Branch: perl
57699            ! lib/perl5db.pl
57700 ____________________________________________________________________________
57701 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
57702         Log: Subject: void context !~ generates "Useless use of not at line..." warning
57703              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57704              Date: Sun, 9 May 2004 00:59:19 -0700
57705              Message-ID: <20040509075919.GA3752@efn.org>
57706      Branch: perl
57707            ! op.c
57708 ____________________________________________________________________________
57709 [ 22806] By: ams                                   on 2004/05/10  22:12:31
57710         Log: Subject: Re: a little extra cmdline help. [PATCH]
57711              From: Jim Cromie <jcromie@divsol.com>
57712              Date: Mon, 10 May 2004 15:25:07 -0600
57713              Message-Id: <409FF333.4020104@divsol.com>
57714      Branch: perl
57715            ! perl.c
57716 ____________________________________________________________________________
57717 [ 22804] By: ams                                   on 2004/05/10  11:10:34
57718         Log: Remove stray '.
57719      Branch: perl
57720            ! lib/File/Copy.pm
57721 ____________________________________________________________________________
57722 [ 22803] By: ams                                   on 2004/05/10  10:14:40
57723         Log: Subject: [PATCH] File::Copy Pod
57724              From: slaven@rezic.de
57725              Date: Mon, 10 May 2004 09:57:37 +0000
57726              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
57727      Branch: perl
57728            ! lib/File/Copy.pm
57729 ____________________________________________________________________________
57730 [ 22802] By: davem                                 on 2004/05/07  19:12:29
57731         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
57732              that $index was the uninitialized value, when in fact it was $foo1
57733      Branch: perl
57734            ! sv.c t/lib/warnings/9uninit
57735 ____________________________________________________________________________
57736 [ 22801] By: davem                                 on 2004/05/07  18:21:22
57737         Log: Subject:  Re: stdio still supported?
57738              From:  Jim Cromie <jcromie@divsol.com>
57739              Date:  Thu, 06 May 2004 16:37:56 -0600
57740              Message-Id:  <409ABE44.8060307@divsol.com>
57741
57742              Update B::Concise tests to skip stuff requiring the
57743              "open to a scalar" feature of Perlio is it isn't available.
57744              Also note this caveat in perlfunc.pod
57745      Branch: perl
57746            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
57747            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
57748            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
57749            ! pod/perlfunc.pod
57750 ____________________________________________________________________________
57751 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
57752         Log: Windows issues with select() are already documented in perlport.
57753      Branch: perl
57754            ! pod/perlfunc.pod
57755 ____________________________________________________________________________
57756 [ 22799] By: ams                                   on 2004/05/07  13:38:16
57757         Log: Subject: [perl #29397] Change in pod2man arguments
57758              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
57759              Date: 6 May 2004 22:08:10 -0000
57760              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
57761      Branch: perl
57762            ! pod/pod2man.PL
57763 ____________________________________________________________________________
57764 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
57765         Log: Scalar::Util::refaddr falsely returns false
57766              Add mg_get() to refaddr() when SV is magical.
57767              Fix the non-xs version of looks_like_number().
57768      Branch: perl
57769            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
57770            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
57771 ____________________________________________________________________________
57772 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
57773         Log: Document that select() on Windows doesn't work on non-socket filehandles.
57774      Branch: perl
57775            ! pod/perlfunc.pod
57776 ____________________________________________________________________________
57777 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
57778         Log: Double warning for int(undef) and abs(undef)
57779              Remove the duplicate warnings and update tests.
57780      Branch: perl
57781            ! pp.c t/lib/warnings/9uninit
57782 ____________________________________________________________________________
57783 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
57784         Log: Add a small script to check whether a perl source tree
57785              (with or without generated files) is friendly with
57786              case-insensitive filesystems.
57787              Adapted from :
57788              Subject: Re: STerm.pl vs Sterm.pl
57789              From: James Mastros <james@mastros.biz>
57790              Date: Thu, 06 May 2004 14:45:53 +0200
57791              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
57792      Branch: perl
57793            + Porting/checkcase.pl
57794            ! MANIFEST
57795 ____________________________________________________________________________
57796 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
57797         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
57798              From: bilbo@ua.fm
57799              Date: Wed, 28 Apr 2004 00:19:55 +0300
57800              Message-ID: <611491036.20040428001955@ua.fm>
57801      Branch: perl
57802            ! win32/win32.c
57803 ____________________________________________________________________________
57804 [ 22788] By: merijn                                on 2004/05/06  11:35:21
57805         Log: add -pipe to gcc's default flags
57806              it has shown a compile time speed increase of about 40% on
57807              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
57808              OS/gcc combo's remove it in the hints
57809      Branch: perl
57810            ! Configure
57811 ____________________________________________________________________________
57812 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
57813         Log: Add tests for mX?PUSH[inup] macros.
57814
57815              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
57816              From: Steve Hay <steve.hay@uk.radan.com>
57817              Date: Wed, 05 May 2004 15:34:45 +0100
57818              Message-ID: <4098FB85.1060602@uk.radan.com>
57819      Branch: perl
57820            + ext/XS/APItest/t/push.t
57821            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
57822            ! ext/XS/APItest/MANIFEST
57823 ____________________________________________________________________________
57824 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
57825         Log: Subject: Problem with h2xs
57826              From: David Cannings <lists@edeca.net>
57827              Date: Mon, 3 May 2004 13:44:33 +0100
57828              Message-Id: <200405031344.33723.lists@edeca.net>
57829              (Second patch only)
57830      Branch: perl
57831            ! utils/h2xs.PL
57832 ____________________________________________________________________________
57833 [ 22781] By: davem                                 on 2004/05/04  19:20:36
57834         Log: Bizarre copy of ARRAY
57835              make sure a pad op's flags are updated after optimising away
57836              the assignment in my @a = () (see change 22520).
57837      Branch: perl
57838            ! op.c t/op/my.t
57839 ____________________________________________________________________________
57840 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
57841         Log: Add byte-order group modifiers to (un)pack templates.
57842              Follow-up on: #22734, #22745, #22753, #22754.
57843
57844              Subject: Group modifiers in (un)pack templates
57845              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
57846              Date: Mon, 3 May 2004 20:14:41 +0200
57847              Message-Id: <20040503201441.1b058e0d@r2d2>
57848      Branch: perl
57849            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
57850 ____________________________________________________________________________
57851 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
57852         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
57853
57854              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
57855              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
57856              Date: Mon, 3 May 2004 20:03:28 +0200
57857              Message-Id: <20040503200328.24efcda5@r2d2>
57858      Branch: perl
57859            ! pp.h
57860 ____________________________________________________________________________
57861 [ 22778] By: davem                                 on 2004/05/03  21:07:44
57862         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
57863      Branch: perl
57864            ! t/io/open.t
57865 ____________________________________________________________________________
57866 [ 22777] By: davem                                 on 2004/05/03  20:48:53
57867         Log: add test for change #22776 ("open m" crashes Perl)
57868      Branch: perl
57869            ! t/io/open.t
57870 ____________________________________________________________________________
57871 [ 22776] By: davem                                 on 2004/05/03  20:26:22
57872         Log: perl -e "open m" crashes Perl
57873      Branch: perl
57874            ! toke.c
57875 ____________________________________________________________________________
57876 [ 22775] By: davem                                 on 2004/05/03  18:52:39
57877         Log: scalar delete of empty slice returned garbage
57878      Branch: perl
57879            ! pp.c t/op/delete.t
57880 ____________________________________________________________________________
57881 [ 22774] By: davem                                 on 2004/05/03  17:44:44
57882         Log: split could leave an array without &PL_sv_undef
57883              in the unused elements
57884      Branch: perl
57885            ! pp.c t/op/split.t
57886 ____________________________________________________________________________
57887 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
57888         Log: Subject: Re: "fuzzy" in mktables
57889              From: Jarkko Hietaniemi <jhi@iki.fi>
57890              Message-ID: <4093A82B.6040609@iki.fi>
57891              Date: Sat, 01 May 2004 16:37:47 +0300
57892      Branch: perl
57893            ! lib/unicore/mktables
57894 ____________________________________________________________________________
57895 [ 22772] By: davem                                 on 2004/05/03  13:33:21
57896         Log: remove spurious intentation in utf8_pva.pl
57897      Branch: perl
57898            ! lib/utf8_pva.pl
57899 ____________________________________________________________________________
57900 [ 22771] By: davem                                 on 2004/05/03  13:28:24
57901         Log: ensure that utf8 Perl code magically called from a regex localizes $.
57902      Branch: perl
57903            ! lib/utf8_pva.pl
57904 ____________________________________________________________________________
57905 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
57906         Log: Integrate:
57907              [ 22694]
57908              For maint, I don't think that we can have sperl go sulky if invoked
57909              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
57910              only set ID exectuable reside under a different name (suidperl)
57911
57912              [ 22700]
57913              The set uid perl is now called setuidperl. Not suidperl.
57914              Which I discover is hardlinked from sperl by ./installperl
57915              elsewhere. Helpfully confusing installperl script.
57916
57917              [ 22718]
57918              Revert 22700 (as part of changes suggested by Brendan O'Dea)
57919
57920              [ 22719]
57921              Revert 22694
57922
57923              [ 22720]
57924              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
57925              binary must have fd script conundrum, as suggested by Brendan O'Dea
57926              Plus restore the more helpful error message from 22694 and the gist
57927              of the perl584delta changes from 22700
57928      Branch: perl
57929           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
57930 ____________________________________________________________________________
57931 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
57932         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
57933              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
57934              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
57935              Date: 22 Apr 2004 10:49:22 -0000
57936      Branch: perl
57937            ! lib/Text/ParseWords.pm
57938 ____________________________________________________________________________
57939 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
57940         Log: It seems daft to me that we have a synopis example that will fail if
57941              gcc happened to be invoked via the name cc, and completely ignores
57942              the far more reliable 'gccversion' variable
57943              So here's one using 'usethreads' that ought to work everywhere.
57944      Branch: perl
57945            ! configpm
57946 ____________________________________________________________________________
57947 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
57948         Log: Make t/uni/class.t pass on case insensitive file systems
57949      Branch: perl
57950            ! t/uni/class.t
57951 ____________________________________________________________________________
57952 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
57953         Log: Save some repeated strlen()s in Perl_swash_init
57954      Branch: perl
57955            ! utf8.c
57956 ____________________________________________________________________________
57957 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
57958         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
57959              of some binary property files
57960      Branch: perl
57961            + lib/unicore/lib/gc_sc/Dash2.pl
57962            + lib/unicore/lib/gc_sc/Hyphen2.pl
57963            + lib/unicore/lib/gc_sc/Radical2.pl
57964 ____________________________________________________________________________
57965 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
57966         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
57967      Branch: perl
57968            ! MANIFEST
57969 ____________________________________________________________________________
57970 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
57971         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
57972              by making the %BaseName check global
57973      Branch: perl
57974            + lib/unicore/lib/gc_sc/Sterm2.pl
57975            - lib/unicore/lib/gc_sc/Sterm.pl
57976            ! MANIFEST lib/unicore/Canonical.pl
57977            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
57978            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
57979 ____________________________________________________________________________
57980 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
57981         Log: Remove the no-longer autogenerated Unicode files
57982      Branch: perl
57983            - (delete 322 files)
57984            ! MANIFEST
57985 ____________________________________________________________________________
57986 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
57987         Log: mktables requires post 5.005
57988      Branch: perl
57989            ! lib/unicore/mktables
57990 ____________________________________________________________________________
57991 [ 22758] By: davem                                 on 2004/04/30  11:48:55
57992         Log: disable problematical 'uninitialized value' warning tests
57993      Branch: perl
57994            ! t/lib/warnings/9uninit
57995 ____________________________________________________________________________
57996 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
57997         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
57998              should handle 'set' magic, just like the X?PUSH[inup]
57999              counterparts.
58000      Branch: perl
58001            ! pod/perlapi.pod pp.h
58002 ____________________________________________________________________________
58003 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
58004         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
58005              From: Steve Hay <steve.hay@uk.radan.com>
58006              Date: Fri, 30 Apr 2004 10:07:21 +0100
58007              Message-ID: <40921749.3050600@uk.radan.com>
58008      Branch: perl
58009            ! pod/perlapi.pod pod/perlguts.pod pp.h
58010 ____________________________________________________________________________
58011 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
58012         Log: Fix 29149 - another UTF8 cache bug hit by substr.
58013              Regression test from:
58014
58015              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
58016              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58017              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
58018              Date: Thu, 29 Apr 2004 10:53:17 +0900
58019      Branch: perl
58020            ! sv.c t/op/substr.t
58021 ____________________________________________________________________________
58022 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
58023         Log: More unpack cleanups.
58024      Branch: perl
58025            ! pp_pack.c
58026 ____________________________________________________________________________
58027 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
58028         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
58029              Remove all associated code.
58030      Branch: perl
58031            ! hints/cxux.sh pp_pack.c
58032 ____________________________________________________________________________
58033 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
58034         Log: The openbsd 64-bit test should use $uquadtype rather
58035              than hardcoding unsigned long long.
58036      Branch: perl
58037            ! hints/openbsd.sh
58038 ____________________________________________________________________________
58039 [ 22751] By: ams                                   on 2004/04/29  08:24:31
58040         Log: Update to Test.pm 1.25 (from SBURKE).
58041      Branch: perl
58042            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
58043            ! MANIFEST lib/Test.pm
58044 ____________________________________________________________________________
58045 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
58046         Log: When configuring for 64-bit support, check that the
58047              C library functions for casting floating point values
58048              to 64-bit integer values are not broken.
58049      Branch: perl
58050            ! hints/openbsd.sh
58051 ____________________________________________________________________________
58052 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
58053         Log: Fix for [perl #28963]: find2perl was sometimes generating
58054              invalid code.
58055      Branch: perl
58056            ! x2p/find2perl.PL
58057 ____________________________________________________________________________
58058 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
58059         Log: Subject: [PATCH] Add diagnostics section to base.pm
58060              From: "Jos I. Boumans" <kane@dwim.org>
58061              Date: Wed, 28 Apr 2004 13:04:47 +0200
58062              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
58063      Branch: perl
58064            ! lib/base.pm
58065 ____________________________________________________________________________
58066 [ 22747] By: merijn                                on 2004/04/28  12:42:50
58067         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
58068              Date: 21 Apr 2004 11:07:22 -0000
58069              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
58070              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
58071      Branch: perl
58072            ! ext/POSIX/POSIX.pod
58073 ____________________________________________________________________________
58074 [ 22746] By: davem                                 on 2004/04/27  22:21:35
58075         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
58076      Branch: perl
58077            ! pp.c
58078 ____________________________________________________________________________
58079 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
58080         Log: Cleanup variables in S_(un)pack_rec().
58081              This also works around a gcc optimizer bug on dec_osf/alpha.
58082      Branch: perl
58083            ! pp_pack.c
58084 ____________________________________________________________________________
58085 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
58086         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
58087              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
58088              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
58089              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
58090
58091              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
58092              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
58093      Branch: perl
58094            + (add 406 files)
58095            ! MANIFEST lib/unicore/Canonical.pl
58096            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
58097            ! lib/unicore/Exact.pl lib/unicore/Name.pl
58098            ! lib/unicore/Properties lib/unicore/To/Digit.pl
58099            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
58100            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
58101            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
58102            ! t/op/pat.t t/uni/class.t
58103 ____________________________________________________________________________
58104 [ 22743] By: merijn                                on 2004/04/26  22:20:30
58105         Log: usemallocwrap works on AIX, but not with vac-5
58106              Date: Mon, 26 Apr 2004 15:35:23 +0200
58107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58108              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
58109              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
58110      Branch: perl
58111            ! hints/aix.sh hints/aix_4.sh
58112 ____________________________________________________________________________
58113 [ 22742] By: davem                                 on 2004/04/24  12:53:07
58114         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
58115      Branch: perl
58116            ! sv.c
58117 ____________________________________________________________________________
58118 [ 22741] By: davem                                 on 2004/04/23  20:43:02
58119         Log: Include variable names in "Use of uninitialized value" warnings
58120      Branch: perl
58121            + t/lib/warnings/9uninit
58122            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
58123            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
58124            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
58125            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
58126            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
58127            ! t/lib/warnings/3both t/lib/warnings/4lint
58128            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
58129            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
58130            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
58131            ! t/run/fresh_perl.t t/run/runenv.t
58132 ____________________________________________________________________________
58133 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
58134         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
58135              From: Richard.Foley@t-online.de (Richard Foley)
58136              Date: Fri, 23 Apr 2004 06:33:34 +0200
58137              Message-Id: <200404230633.34402.richard.foley@rfi.net>
58138      Branch: perl
58139            ! lib/perl5db.pl
58140 ____________________________________________________________________________
58141 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
58142         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
58143      Branch: perl
58144            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
58145            ! vms/descrip_mms.template win32/pod.mak
58146 ____________________________________________________________________________
58147 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
58148         Log: Integrate:
58149              [ 22165]
58150              Create perl584delta.pod
58151              (Not that I'm really proposing to start work on 5.8.4 today)
58152
58153              [ 22650]
58154              Updates from Stas Bekman, Brendan O'Dea and Hugo
58155
58156              [ 22655]
58157              Tweaks from Hugo and Liz
58158
58159              [ 22677]
58160              Improvements from Jarkko
58161
58162              [ 22684]
58163              Integrate:
58164              [ 22665]
58165              AIX-4 with xlc does not like malloc wrap
58166
58167              [ 22666]
58168              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
58169
58170              [ 22698]
58171              Clarify AIX and win32's malloc wrapping
58172
58173              [ 22700]
58174              The set uid perl is now called setuidperl. Not suidperl.
58175              Which I discover is hardlinked from sperl by ./installperl
58176              elsewhere. Helpfully confusing installperl script.
58177
58178              [ 22703]
58179              More perldelta updates
58180
58181              [ 22710]
58182              Subject:  spelling
58183              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
58184              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
58185              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
58186
58187              [ 22718]
58188              Revert 22700 (as part of changes suggested by Brendan O'Dea)
58189
58190              [ 22720]
58191              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
58192              binary must have fd script conundrum, as suggested by Brendan O'Dea
58193              Plus restore the more helpful error message from 22694 and the gist
58194              of the perl584delta changes from 22700
58195
58196              [ 22731]
58197              Oink, oink, flap, flap!
58198      Branch: perl
58199           +> pod/perl584delta.pod
58200            ! MANIFEST
58201           !> pod/perlhist.pod
58202 ____________________________________________________________________________
58203 [ 22735] By: merijn                                on 2004/04/23  10:11:23
58204         Log: Subject: [PATCH] Where to find nmake for windows
58205              From: Abe Timmerman <abe@ztreet.demon.nl>
58206              Date: Thu, 22 Apr 2004 23:57:40 +0200
58207              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
58208              Changed download URL references for nmake
58209      Branch: perl
58210            ! README.win32 pod/perlmodinstall.pod
58211 ____________________________________________________________________________
58212 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
58213         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
58214              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58215              Date: Wed, 21 Apr 2004 21:09:20 +0200
58216              Message-Id: <20040421210920.3c467772@r2d2>
58217      Branch: perl
58218            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
58219            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
58220 ____________________________________________________________________________
58221 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
58222         Log: Missing copyright in the README.
58223      Branch: perl
58224            ! README
58225 ____________________________________________________________________________
58226 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
58227         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
58228              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
58229              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
58230              Date: 11 Apr 2004 13:08:17 -0000
58231      Branch: perl
58232            ! pod/perlipc.pod
58233 ____________________________________________________________________________
58234 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
58235         Log: Punt the "reporting bugs" section to the top.
58236              Reorder the description of what to do, to start with the most common
58237              case.
58238              Clarify "how to report bugs effectively" (and why it benefits you)
58239      Branch: perl
58240            ! INSTALL
58241 ____________________________________________________________________________
58242 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
58243         Log: This should be L<>
58244      Branch: perl
58245            ! INSTALL
58246 ____________________________________________________________________________
58247 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
58248         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
58249      Branch: perl
58250            ! INSTALL
58251 ____________________________________________________________________________
58252 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
58253         Log: We should be telling people about ..exp, else they use the unexpanded
58254              forms and shaft anyone who installs a private perl within ~
58255      Branch: perl
58256            ! INSTALL
58257 ____________________________________________________________________________
58258 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
58259         Log: Subject: [patch] log the interpreter id in warnings
58260              From: Stas Bekman <stas@stason.org>
58261              Date: Mon, 19 Apr 2004 18:10:01 -0700
58262              Message-ID: <40847869.1000906@stason.org>
58263      Branch: perl
58264            ! gv.c handy.h hv.c perl.c sv.c
58265 ____________________________________________________________________________
58266 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
58267         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
58268              From: Jonathan Stowe <jns@gellyfish.com>
58269              Date: Tue, 20 Apr 2004 12:37:28 +0100
58270              Message-Id: <1082461047.2736.96.camel@localhost>
58271      Branch: perl
58272            ! lib/Term/Cap.pm
58273 ____________________________________________________________________________
58274 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
58275         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
58276              to read an op that was just freed, which was obviously illegal.
58277      Branch: perl
58278            ! op.c
58279 ____________________________________________________________________________
58280 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
58281         Log: Upgrade to FileCache 1.04.
58282      Branch: perl
58283            ! lib/FileCache.pm
58284 ____________________________________________________________________________
58285 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
58286         Log: New file left out of the last commit.
58287      Branch: perl
58288            + t/uni/class.t
58289 ____________________________________________________________________________
58290 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
58291         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
58292              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
58293              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
58294              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
58295      Branch: perl
58296            ! MANIFEST pod/perlunicode.pod
58297 ____________________________________________________________________________
58298 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
58299         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
58300              From: hv@crypt.org
58301              Date: Wed, 14 Apr 2004 19:30:46 +0100
58302              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
58303      Branch: perl
58304            ! regcomp.c regexec.c t/op/pat.t
58305 ____________________________________________________________________________
58306 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
58307         Log: Integrate:
58308              [ 22661]
58309              This is RC1
58310
58311              [ 22705]
58312              This is RC2
58313      Branch: perl
58314           !> pod/perlhist.pod
58315 ____________________________________________________________________________
58316 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
58317         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
58318              level (with -O2 miniperl behaves really badly.)
58319      Branch: perl
58320            ! hints/linux.sh
58321 ____________________________________________________________________________
58322 [ 22697] By: merijn                                on 2004/04/15  11:56:32
58323         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
58324              Thanks to Campo Weijerman and Gerard Gerritsen off-list
58325      Branch: perl
58326            ! hints/openbsd.sh
58327 ____________________________________________________________________________
58328 [ 22696] By: merijn                                on 2004/04/14  16:04:40
58329         Log: #24121: Configure under turkish locale fails
58330              toupper (i) != I  in turkish, but U+0130
58331              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
58332              Patch supplied by Rafael
58333      Branch: perl
58334            ! Configure
58335 ____________________________________________________________________________
58336 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
58337         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
58338              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
58339              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
58340              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
58341      Branch: perl
58342            ! lib/utf8_heavy.pl
58343 ____________________________________________________________________________
58344 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
58345         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
58346              From: John Peacock <jpeacock@rowman.com>
58347              Date: Tue, 13 Apr 2004 20:51:31 -0400
58348              Message-ID: <407C8B13.9020104@rowman.com>
58349      Branch: perl
58350            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
58351 ____________________________________________________________________________
58352 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
58353         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
58354              From: Jan Dubois <jand@ActiveState.com>
58355              Date: Tue, 13 Apr 2004 19:49:32 -0700
58356              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
58357      Branch: perl
58358            ! win32/win32.c
58359 ____________________________________________________________________________
58360 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
58361         Log: Borland C doesn't like PERL_MALLOC_WRAP.
58362              Until I know why, the fix is to disable it.
58363      Branch: perl
58364            ! win32/config_H.bc
58365 ____________________________________________________________________________
58366 [ 22688] By: davem                                 on 2004/04/11  14:27:26
58367         Log: Stop PL_comppad pointing to a freed pad during global destruction
58368      Branch: perl
58369            ! sv.c
58370 ____________________________________________________________________________
58371 [ 22687] By: davem                                 on 2004/04/11  13:13:35
58372         Log: Make global cleanup fractionally faster by giving S_visit()
58373              flags/mask to compare SVs against.
58374      Branch: perl
58375            ! embed.fnc embed.h proto.h sv.c
58376 ____________________________________________________________________________
58377 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
58378         Log: Sync with libnet 1.18
58379      Branch: perl
58380            + lib/Net/Changes.libnet lib/Net/t/datasend.t
58381            - lib/Net/ChangeLog.libnet
58382            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
58383            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
58384            ! lib/Net/Time.pm lib/Net/t/hostname.t
58385 ____________________________________________________________________________
58386 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
58387         Log: Remove two unused variables that gcc used to warn about.
58388      Branch: perl
58389            ! util.c
58390 ____________________________________________________________________________
58391 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
58392         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
58393              From: David Dyck <david.dyck@fluke.com>
58394              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
58395              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
58396      Branch: perl
58397            ! universal.c
58398 ____________________________________________________________________________
58399 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
58400         Log: find2perl should not default to -print when -eval is specified.
58401              Noticed by David Dyck.
58402      Branch: perl
58403            ! x2p/find2perl.PL
58404 ____________________________________________________________________________
58405 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
58406         Log: Upgrade to Time::HiRes 1.59.
58407      Branch: perl
58408            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58409            ! ext/Time/HiRes/HiRes.xs
58410 ____________________________________________________________________________
58411 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
58412         Log: Upgrade to Digest 1.06.
58413      Branch: perl
58414            ! lib/Digest.pm
58415 ____________________________________________________________________________
58416 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
58417         Log: Upgrade to Digest 1.06.
58418      Branch: perl
58419            ! lib/Digest.pm
58420 ____________________________________________________________________________
58421 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
58422         Log: Upgrade to Time::HiRes 1.57.
58423      Branch: perl
58424            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58425            ! ext/Time/HiRes/HiRes.xs
58426 ____________________________________________________________________________
58427 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
58428         Log: Make gmtime and localtime cross reference each other.
58429              Suggested by Dan Jacobson
58430      Branch: perl
58431            ! pod/perlfunc.pod
58432 ____________________________________________________________________________
58433 [ 22671] By: merijn                                on 2004/04/07  17:54:10
58434         Log: Integrated Time-Local-1.09 from Dave Rolsky
58435              Corrected a wrap error from the CPAN version to match #22670
58436              Tested on AIX to make sure the skip is still needed
58437      Branch: perl
58438            ! lib/Time/Local.pm lib/Time/Local.t
58439 ____________________________________________________________________________
58440 [ 22670] By: merijn                                on 2004/04/07  12:03:11
58441         Log: Disable the edge case tests for timegm and timelocal on
58442              AIX-4.3 since the OS is obsoleted, and fixes are not to
58443              be expected
58444      Branch: perl
58445            ! lib/Time/Local.t
58446 ____________________________________________________________________________
58447 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
58448         Log: Fix command-line quoting under Windows for the new optree tests
58449              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
58450              From: Steve Hay <steve.hay@uk.radan.com>
58451              Date: Wed, 07 Apr 2004 09:46:01 +0100
58452              Message-ID: <4073BFC9.10707@uk.radan.com>
58453      Branch: perl
58454            ! ext/B/t/optree_samples.t
58455 ____________________________________________________________________________
58456 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
58457         Log: Subject: [PATCH] Bleadperl to version 0.37
58458              From: John Peacock <jpeacock@rowman.com>
58459              Date: Tue, 06 Apr 2004 21:56:19 -0400
58460              Message-ID: <40735FC3.5010305@rowman.com>
58461      Branch: perl
58462            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
58463            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
58464            ! universal.c util.c
58465 ____________________________________________________________________________
58466 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
58467         Log: The optree builder was looping when constructing the ops
58468              for a map/grep block containing a while(1).
58469              (Bug reported by Pixel.)
58470      Branch: perl
58471            ! op.c t/op/grep.t
58472 ____________________________________________________________________________
58473 [ 22666] By: merijn                                on 2004/04/06  14:44:29
58474         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
58475      Branch: perl
58476            ! hints/hpux.sh
58477 ____________________________________________________________________________
58478 [ 22665] By: merijn                                on 2004/04/06  13:34:14
58479         Log: AIX-4 with xlc does not like malloc wrap
58480      Branch: perl
58481            ! hints/aix_4.sh
58482 ____________________________________________________________________________
58483 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
58484         Log: Subject: Re: tests for change #22539
58485              From: Jim Cromie <jcromie@divsol.com>
58486              Date: Tue, 30 Mar 2004 14:39:31 -0700
58487              Message-ID: <4069E913.5040906@divsol.com>
58488              (with some spelling tweaks)
58489      Branch: perl
58490            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
58491            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
58492            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
58493            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
58494 ____________________________________________________________________________
58495 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
58496         Log: Make the ! suffix handle n/N/v/V as signed integers
58497              within pack templates.
58498      Branch: perl
58499            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
58500 ____________________________________________________________________________
58501 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
58502         Log: C<undef> doesn't look like a number. See also:
58503
58504              Subject: Re: [perl #27606] undef "looks like" a number
58505              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58506              Date: Mon, 15 Mar 2004 22:16:26 +0100
58507              Message-Id: <20040315221626.48061c67@r2d2>
58508      Branch: perl
58509            ! ext/List/Util/lib/List/Util.pm
58510            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
58511            ! pp_ctl.c sv.c
58512 ____________________________________________________________________________
58513 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
58514         Log: Subject: Re: perldelta584
58515              From: Craig Berry <craigberry@mac.com>
58516              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
58517              Date: Mon, 05 Apr 2004 11:02:12 -0500
58518
58519              (makes malloc wrap the default on VMS)
58520      Branch: perl
58521            ! configure.com
58522 ____________________________________________________________________________
58523 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
58524         Log: Subject: ref ($proto) || $proto patch
58525              From: Ovid <publiustemp-p5p@yahoo.com>
58526              Date: Sat, 03 Apr 2004 18:59:22 -0800
58527              Message-ID: <406F7A0A.50702@yahoo.com>
58528              (with minor reformatting)
58529      Branch: perl
58530            ! pod/perlobj.pod pod/perltoot.pod
58531 ____________________________________________________________________________
58532 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
58533         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
58534              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58535              Date: Wed, 24 Mar 2004 00:16:52 +0900
58536              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
58537      Branch: perl
58538            ! sv.c
58539 ____________________________________________________________________________
58540 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
58541         Log: wantarray docs should mention effect of eval { wantarray }
58542              as reported by Tim Bunce. Add a note to this effect in perlfunc,
58543              and regression tests for it.
58544      Branch: perl
58545            ! pod/perlfunc.pod t/op/wantarray.t
58546 ____________________________________________________________________________
58547 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
58548         Log: More AUTHORS who deserve credit for patches
58549      Branch: perl
58550            ! AUTHORS
58551 ____________________________________________________________________________
58552 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
58553         Log: Hand merge patch from maint back to blead.
58554      Branch: perl
58555            ! ext/threads/threads.pm
58556 ____________________________________________________________________________
58557 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
58558         Log: Bump version numbers for modules that have changed since 5.8.3
58559      Branch: perl
58560            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
58561            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
58562            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
58563            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
58564            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
58565            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
58566 ____________________________________________________________________________
58567 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
58568         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
58569              expression ranges.
58570      Branch: perl
58571            ! t/op/pat.t toke.c
58572 ____________________________________________________________________________
58573 [ 22637] By: davem                                 on 2004/04/02  10:02:06
58574         Log: Subject:  [PATCH] fix utils install problems on VMS
58575              From:  "Craig A. Berry" <craigberry@mac.com>
58576              Date:  Thu, 01 Apr 2004 20:19:53 -0600
58577              Message-Id:  <406CCDC9.7000500@mac.com>
58578
58579              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
58580              the build, so installperl would not find the generated programs at
58581              install time.
58582              Also fixed several problems with the command definitions for the
58583              utilities
58584      Branch: perl
58585            ! configure.com vms/descrip_mms.template
58586 ____________________________________________________________________________
58587 [ 22636] By: davem                                 on 2004/04/01  22:00:40
58588         Log: Subject:  [PATCH] archname salad on VMS
58589              From:  "Craig A. Berry" <craigberry@mac.com>
58590              Date:  Thu, 01 Apr 2004 14:16:32 -0600
58591              Message-Id:  <406C78A0.2070009@mac.com>
58592
58593              sort out architecture-specific directory names for OpenVMS
58594              Itanium port
58595      Branch: perl
58596            ! configure.com vms/descrip_mms.template
58597 ____________________________________________________________________________
58598 [ 22635] By: davem                                 on 2004/04/01  20:27:14
58599         Log: Fix change #22376. Only mark a const as short-circuited
58600              if it's actually a const!
58601      Branch: perl
58602            ! op.c
58603 ____________________________________________________________________________
58604 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
58605         Log: debug the instructions on upgrading Unicode
58606      Branch: perl
58607            ! lib/unicore/README.perl
58608 ____________________________________________________________________________
58609 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
58610         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
58611      Branch: perl
58612            ! op.c t/op/dor.t
58613 ____________________________________________________________________________
58614 [ 22624] By: davem                                 on 2004/03/31  20:33:52
58615         Log: + (\$) prototype = bad free
58616              av_delete() didn't reify. I also updated its description
58617      Branch: perl
58618            ! av.c t/op/args.t
58619 ____________________________________________________________________________
58620 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
58621         Log: Upgrade to Unicode 4.0.1
58622      Branch: perl
58623            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
58624            + lib/unicore/lib/Variatio.pl
58625            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
58626            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
58627            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
58628            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
58629            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
58630            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
58631            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
58632            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
58633            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
58634            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
58635            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
58636            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
58637            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
58638            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
58639            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
58640            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
58641            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
58642            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
58643            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
58644            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
58645            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
58646            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
58647            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
58648            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
58649            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
58650            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
58651            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
58652            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
58653            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
58654            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
58655            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
58656            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
58657            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
58658            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
58659            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
58660            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
58661            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
58662            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
58663            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
58664            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
58665            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
58666            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
58667            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
58668            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
58669            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
58670            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
58671            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
58672            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
58673            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
58674 ____________________________________________________________________________
58675 [ 22619] By: merijn                                on 2004/03/31  13:02:32
58676         Log: Regenerated Configure after backported #22571
58677              Some indent leftovers from earlier patches
58678              We don't like double negatives, not even in comment
58679      Branch: perl
58680            ! Configure
58681 ____________________________________________________________________________
58682 [ 22617] By: merijn                                on 2004/03/31  11:33:09
58683         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
58684              From: Gisle Aas <gisle@ActiveState.com>
58685              Date: 30 Mar 2004 04:29:18 -0800
58686              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
58687      Branch: perl
58688            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
58689            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
58690 ____________________________________________________________________________
58691 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
58692         Log: Unknowingly for years we've had a test that has assumed the order
58693              of results from readdir. Fixed.
58694      Branch: perl
58695            ! lib/File/Find/t/find.t
58696 ____________________________________________________________________________
58697 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
58698         Log: Subject: Zaurus SL-[78]60 native compile patch
58699              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
58700              From: Dan Kogai <dankogai@dan.co.jp>
58701              Date: Tue, 30 Mar 2004 00:53:52 +0900
58702      Branch: perl
58703            ! ext/Errno/Errno_pm.PL
58704 ____________________________________________________________________________
58705 [ 22610] By: davem                                 on 2004/03/29  21:20:35
58706         Log: various win32 build fixes
58707
58708              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
58709              From: Steve Hay <steve.hay@uk.radan.com>
58710              Date: Tue, 23 Mar 2004 10:42:12 +0000
58711              Message-ID: <40601484.7040905@uk.radan.com>
58712
58713              Subject: [PATCH] distclean on Win32 should delete perl.base
58714              From: Steve Hay <steve.hay@uk.radan.com>
58715              Date: Tue, 23 Mar 2004 11:35:56 +0000
58716              Message-ID: <4060211C.8020704@uk.radan.com>
58717
58718              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
58719              From: Steve Hay <steve.hay@uk.radan.com>
58720              Date: Fri, 26 Mar 2004 10:46:07 +0000
58721              Message-ID: <406409EF.9020404@uk.radan.com>
58722      Branch: perl
58723            ! win32/Makefile win32/makefile.mk
58724 ____________________________________________________________________________
58725 [ 22609] By: davem                                 on 2004/03/29  20:46:36
58726         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
58727              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
58728              Date: 26 Mar 2004 21:02:19 -0000
58729              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
58730
58731              The forked child should make sure STDIN and STDOUT aren't tied
58732              before messing with them
58733      Branch: perl
58734            ! lib/IPC/Open3.pm
58735 ____________________________________________________________________________
58736 [ 22608] By: davem                                 on 2004/03/29  20:10:05
58737         Log: backout change 22606 (make gv_fullname() include a literal '^')
58738              it breaks select.
58739      Branch: perl
58740            ! gv.c t/op/gv.t
58741 ____________________________________________________________________________
58742 [ 22607] By: davem                                 on 2004/03/28  15:10:48
58743         Log: update -Dx to cope with lexical version of OP_AELEMFAST
58744      Branch: perl
58745            ! dump.c
58746 ____________________________________________________________________________
58747 [ 22606] By: davem                                 on 2004/03/28  15:08:23
58748         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
58749      Branch: perl
58750            ! gv.c t/op/gv.t
58751 ____________________________________________________________________________
58752 [ 22605] By: davem                                 on 2004/03/28  13:11:30
58753         Log: pv_display() had code to display \n etc as escapes but it didn't
58754              actually work.
58755      Branch: perl
58756            ! dump.c
58757 ____________________________________________________________________________
58758 [ 22604] By: davem                                 on 2004/03/28  10:55:30
58759         Log: fix typo in change 22597
58760      Branch: perl
58761            ! op.h
58762 ____________________________________________________________________________
58763 [ 22601] By: davem                                 on 2004/03/27  10:22:52
58764         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
58765              From:  "Craig A. Berry" <craigberry@mac.com>
58766              Date:  Fri, 26 Mar 2004 22:46:50 -0600
58767              Message-Id:  <4065073A.30007@mac.com>
58768
58769              Mimic in configure.com what Configure does to enable or disable
58770              the new feature -Dusemallocwrap
58771      Branch: perl
58772            ! configure.com
58773 ____________________________________________________________________________
58774 [ 22600] By: davem                                 on 2004/03/27  02:04:03
58775         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
58776              From:  "Craig A. Berry" <craigberry@mac.com>
58777              Date:  Fri, 26 Mar 2004 16:54:44 -0600
58778              Message-Id:  <4064B4B4.2030203@mac.com>
58779
58780              refrain from getting rid of perly.c and perly.h now that there are
58781              no longer VMS-specific overrides for these files
58782      Branch: perl
58783            ! vms/descrip_mms.template
58784 ____________________________________________________________________________
58785 [ 22599] By: davem                                 on 2004/03/27  01:54:09
58786         Log: string corruption with lvalue sub
58787              Depending on the context, the same substr OP may want to return
58788              a PVLV or an LV on subsequent invcations. If TARG is the wrong
58789              type, use a mortal instead.
58790      Branch: perl
58791            ! pp.c t/op/substr.t
58792 ____________________________________________________________________________
58793 [ 22597] By: davem                                 on 2004/03/26  18:56:50
58794         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
58795              are actually used; update Concise.pm to match
58796      Branch: perl
58797            ! ext/B/B/Concise.pm op.h
58798 ____________________________________________________________________________
58799 [ 22596] By: davem                                 on 2004/03/26  18:53:09
58800         Log: fix for change #22594; if using test.pl, must tell perl where to
58801              find it!
58802      Branch: perl
58803            ! t/comp/hints.t
58804 ____________________________________________________________________________
58805 [ 22595] By: davem                                 on 2004/03/26  17:28:48
58806         Log: document the return value of an empty sub
58807      Branch: perl
58808            ! pod/perlsub.pod
58809 ____________________________________________________________________________
58810 [ 22594] By: davem                                 on 2004/03/26  13:05:50
58811         Log: - hints hash was being double freed on scope exit
58812      Branch: perl
58813            ! op.c scope.c scope.h t/comp/hints.t
58814 ____________________________________________________________________________
58815 [ 22593] By: ams                                   on 2004/03/26  08:59:15
58816         Log: Subject: Re: [perl #27906] stat documentation correction
58817              From: Andy Lester <andy@petdance.com>
58818              Date: Wed, 24 Mar 2004 21:48:30 -0600
58819              Message-Id: <20040325034830.GA5865@petdance.com>
58820              (Applied with a correction from Spider Boardman.)
58821      Branch: perl
58822            ! pod/perlfunc.pod t/op/stat.t
58823 ____________________________________________________________________________
58824 [ 22592] By: davem                                 on 2004/03/26  01:24:24
58825         Log: fix some comments in perly.y
58826      Branch: perl
58827            ! perly.y
58828 ____________________________________________________________________________
58829 [ 22591] By: davem                                 on 2004/03/26  01:16:55
58830         Log: Blessed reference to anonymous glob
58831              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
58832      Branch: perl
58833            ! sv.c t/op/ref.t
58834 ____________________________________________________________________________
58835 [ 22586] By: davem                                 on 2004/03/24  22:16:30
58836         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
58837              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
58838              Date: 18 Mar 2004 20:25:50 -0000
58839              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
58840
58841              Cwd code was planted in the output executable after the exit, so
58842              was never run.
58843      Branch: perl
58844            ! x2p/find2perl.PL
58845 ____________________________________________________________________________
58846 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
58847         Log: Remaining smoked platforms where malloc wrap is known to work.
58848              Data for Irix and NetBSD would be useful - they probably will work too.
58849              Will Unicos work? Place bets now...
58850      Branch: perl
58851            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
58852            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
58853            ! hints/solaris_2.sh
58854 ____________________________________________________________________________
58855 [ 22584] By: davem                                 on 2004/03/24  21:14:08
58856         Log: Subject: [perl #27790] split docs: say the string is EXPR
58857              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
58858              Date: 20 Mar 2004 05:21:07 -0000
58859              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
58860
58861              Minor documentation nit in split
58862      Branch: perl
58863            ! pod/perlfunc.pod
58864 ____________________________________________________________________________
58865 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
58866         Log: mintest will pass if I skip the correct number of tests. D'oh!
58867      Branch: perl
58868            ! t/op/magic.t
58869 ____________________________________________________________________________
58870 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
58871         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
58872              From: Steve Hay <steve.hay@uk.radan.com>
58873              Message-ID: <40618D1C.7000601@uk.radan.com>
58874              Date: Wed, 24 Mar 2004 13:29:00 +0000
58875      Branch: perl
58876            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58877            ! win32/config_H.vc64
58878 ____________________________________________________________________________
58879 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
58880         Log: Good catch from Dave Mitchell; plus a null pointer protection.
58881      Branch: perl
58882            ! scope.c
58883 ____________________________________________________________________________
58884 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
58885         Log: Unlike perl, 0 in void context isn't special cased in C :-)
58886              (So it warns). Tweak the no-action malloc wrap checkers to avoid
58887              warnings.
58888      Branch: perl
58889            ! handy.h
58890 ____________________________________________________________________________
58891 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
58892         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
58893              NO_MALLOC_WRAP following Configure changes. Identical patch to
58894              mine supplied by Steve Hay while I was working on this.
58895              IP shootout at dawn :-)
58896      Branch: perl
58897            ! makedef.pl
58898 ____________________________________________________________________________
58899 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
58900         Log: Tidy up function prototypes in the light of suidpatch
58901      Branch: perl
58902            ! embed.fnc embed.h perl.c proto.h
58903 ____________________________________________________________________________
58904 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
58905         Log: Make usemallocwrap a Configure-time question. Default is yes for
58906              usedevel, no otherwise, but I'm expecting hints files on known
58907              good platforms to override this. (and known bad)
58908              Demonstration hints file for darwin.
58909      Branch: perl
58910            ! Configure config_h.SH hints/darwin.sh perl.h
58911 ____________________________________________________________________________
58912 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
58913         Log: hv_delete_common was freeing the key, then passing the freed pointer
58914              to S_hv_notallowed. D'oh!
58915      Branch: perl
58916            ! hv.c
58917 ____________________________________________________________________________
58918 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
58919         Log: Unify 5.008 and 5.009's B::Concise 0.58
58920      Branch: perl
58921            ! ext/B/B/Concise.pm
58922 ____________________________________________________________________________
58923 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
58924         Log: Unify 5.008 and 5.009's B::Concise 0.56
58925      Branch: perl
58926            ! ext/B/B/Concise.pm
58927 ____________________________________________________________________________
58928 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
58929         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
58930
58931              Subject: Re: Wondering about returned regex special arrays on going out of scope
58932              From: hv@crypt.org
58933              Date: Fri, 05 Mar 2004 17:42:25 +0000
58934              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
58935
58936              plus a test case.
58937      Branch: perl
58938            ! pp_hot.c t/op/magic.t
58939 ____________________________________________________________________________
58940 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
58941         Log: Subject: [PATCH] 5.9.1 suidperl
58942              From: psz@maths.usyd.edu.au (Paul Szabo)
58943              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
58944              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
58945
58946              (which variables renamed as requested, plus tweaks to work on platforms
58947              with no ST_NOEXEC)
58948      Branch: perl
58949            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
58950 ____________________________________________________________________________
58951 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
58952         Log: Update the -v copyright notice.
58953      Branch: perl
58954            ! perl.c
58955 ____________________________________________________________________________
58956 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
58957         Log: Don't assume that the chmod will always work.
58958              (It won't for files on *BSD where chflags has set uchg, which is
58959              what the OS X perforce client does)
58960      Branch: perl
58961            ! t/op/filetest.t
58962 ____________________________________________________________________________
58963 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
58964         Log: Clarifications on constants subroutines, based on:
58965
58966              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
58967              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
58968              Date: 19 Mar 2004 14:56:09 -0000
58969              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
58970      Branch: perl
58971            ! pod/perlsub.pod
58972 ____________________________________________________________________________
58973 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
58974         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
58975              From: Steve Hay <steve.hay@uk.radan.com>
58976              Date: Mon, 22 Mar 2004 14:44:46 +0000
58977              Message-ID: <405EFBDE.4090209@uk.radan.com>
58978      Branch: perl
58979            ! README.win32
58980 ____________________________________________________________________________
58981 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
58982         Log: Subject: Re: [PATCH] warn on !=~
58983              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58984              Date: Mon, 22 Mar 2004 10:32:05 -0800
58985              Message-ID: <20040322183106.GA1284@efn.org>
58986
58987              More warnings for this case.
58988      Branch: perl
58989            ! t/lib/warnings/toke toke.c
58990 ____________________________________________________________________________
58991 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
58992         Log: Finally, this "Negative repeat count" warning wasn't such a great
58993              idea. Disable it. But add tests for this :
58994
58995              Subject: Re: [perl #27811] (@x) x -1 is a panic
58996              From: Andy Lester <andy@petdance.com>
58997              Date: Sun, 21 Mar 2004 09:27:04 -0600
58998              Message-ID: <20040321152704.GA9041@petdance.com>
58999      Branch: perl
59000            ! pp.c t/lib/warnings/pp t/op/repeat.t
59001 ____________________________________________________________________________
59002 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
59003         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
59004              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
59005              Date: Sun, 21 Mar 2004 21:49:53 +0900
59006              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
59007      Branch: perl
59008            ! sv.h
59009 ____________________________________________________________________________
59010 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
59011         Log: I must be tired today.
59012      Branch: perl
59013            ! lib/utf8.t
59014 ____________________________________________________________________________
59015 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
59016         Log: Silence a gcc warning.
59017      Branch: perl
59018            ! sv.c
59019 ____________________________________________________________________________
59020 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
59021         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
59022              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
59023              Date: Sun, 21 Mar 2004 15:19:22 +0900
59024              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
59025      Branch: perl
59026            ! lib/utf8.t sv.c
59027 ____________________________________________________________________________
59028 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
59029         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
59030              From: "Craig A. Berry" <craigberry@mac.com>
59031              Date: Sat, 20 Mar 2004 21:51:45 -0600
59032              Message-ID: <405D1151.3040308@mac.com>
59033      Branch: perl
59034            ! vms/vms.c
59035 ____________________________________________________________________________
59036 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
59037         Log: Add a new warning "Negative repeat count"
59038              for the cases $x x -1.
59039      Branch: perl
59040            ! pod/perlop.pod pp.c t/lib/warnings/pp
59041 ____________________________________________________________________________
59042 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
59043         Log: Subject: [PATCH] warn on !=~
59044              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
59045              Date: Thu, 18 Mar 2004 22:24:09 -0800
59046              Message-ID: <20040319062035.GA3768@efn.org>
59047
59048              with an improvement suggested by Ton Hospel.
59049      Branch: perl
59050            ! pod/perldiag.pod t/lib/warnings/toke toke.c
59051 ____________________________________________________________________________
59052 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
59053         Log: Subject: makefile.95 tweak
59054              From: Greg Matheson <lang@ms.chinmin.edu.tw>
59055              Date: Fri, 19 Mar 2004 18:15:25 +0800
59056              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
59057      Branch: perl
59058            ! win32/makefile.mk
59059 ____________________________________________________________________________
59060 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
59061         Log: \x80\xFF is not valid UTF-8.
59062      Branch: perl
59063            ! pod/perluniintro.pod
59064 ____________________________________________________________________________
59065 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
59066         Log: Subject: [perl #24821] enhancement patch for B::Concise
59067              From: jim cromie <jcromie@divsol.com>
59068              Date: Wed, 17 Mar 2004 14:12:43 -0700
59069              Message-ID: <4058BF4B.1000004@divsol.com>
59070              (Only the Concise.pm part, with documentation nits)
59071      Branch: perl
59072            ! ext/B/B/Concise.pm
59073 ____________________________________________________________________________
59074 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
59075         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
59076              From:  Autrijus Tang <autrijus@autrijus.org>
59077              Date:  Fri, 19 Mar 2004 18:27:10 +0800
59078              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
59079      Branch: perl
59080            ! lib/open.pm
59081 ____________________________________________________________________________
59082 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
59083         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
59084              From: Jan Dubois <jand@activestate.com>
59085              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
59086              Date: Thu, 18 Mar 2004 13:13:49 -0800
59087
59088              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
59089              From: Steve Hay <steve.hay@uk.radan.com>
59090              Message-ID: <405ACC6D.1040804@uk.radan.com>
59091              Date: Fri, 19 Mar 2004 10:33:17 +0000
59092      Branch: perl
59093            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
59094            + win32/ext/Win32/Win32.xs
59095            - lib/Win32.pod
59096            ! MANIFEST win32/Makefile win32/makefile.mk
59097 ____________________________________________________________________________
59098 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
59099         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
59100              This allows the ppport.h to be deleted from ext/Storable, which will
59101              reduce the potential for confusion.
59102              Bump Storable's version to 2.12; update the ChangeLog
59103      Branch: perl
59104            - ext/Storable/ppport.h
59105            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
59106            ! ext/Storable/README ext/Storable/Storable.pm
59107            ! ext/Storable/Storable.xs
59108 ____________________________________________________________________________
59109 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
59110         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
59111      Branch: perl
59112            ! ext/Devel/PPPort/PPPort.pm
59113 ____________________________________________________________________________
59114 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
59115         Log: Nit in perluniintro about the U0 and C0 templates,
59116              noticed by Steve Hay.
59117      Branch: perl
59118            ! pod/perluniintro.pod
59119 ____________________________________________________________________________
59120 [ 22533] By: ams                                   on 2004/03/19  02:57:40
59121         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
59122              From: beau@beaucox.com
59123              Date: Thu, 18 Mar 2004 12:45:45 -1000
59124              Message-Id: <20040318_224545_009145.beau@beaucox.com>
59125      Branch: perl
59126            + ext/Storable/ppport.h
59127            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
59128 ____________________________________________________________________________
59129 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
59130         Log: Subject: [PATCH] range operator warnings / 64-bit fix
59131              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59132              Date: Wed, 10 Mar 2004 21:45:48 +0100
59133              Message-Id: <20040310214548.4f5e3ab1@r2d2>
59134      Branch: perl
59135            ! pp_ctl.c pp_hot.c t/op/range.t
59136 ____________________________________________________________________________
59137 [ 22531] By: davem                                 on 2004/03/18  19:02:32
59138         Log: add code comment for change 22525
59139      Branch: perl
59140            ! pp.c
59141 ____________________________________________________________________________
59142 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
59143         Log: Add a perl592delta.pod man page.
59144      Branch: perl
59145            + pod/perl592delta.pod
59146            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
59147            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
59148            ! win32/pod.mak
59149 ____________________________________________________________________________
59150 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
59151         Log: Corrections and explanations in comments
59152      Branch: perl
59153            ! ext/Storable/Storable.xs
59154 ____________________________________________________________________________
59155 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
59156         Log: Subject:  pumpkin fodder
59157              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
59158              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
59159              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
59160      Branch: perl
59161            ! lib/unicore/README.perl
59162 ____________________________________________________________________________
59163 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
59164         Log: Detypo.
59165      Branch: perl
59166            ! makedef.pl
59167 ____________________________________________________________________________
59168 [ 22525] By: davem                                 on 2004/03/18  14:13:16
59169         Log: make ~$x give warning is $x isn't initialised.
59170              Also add test for uninitialised warning in & op.
59171      Branch: perl
59172            ! pp.c t/lib/warnings/sv
59173 ____________________________________________________________________________
59174 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
59175         Log: Try to fix the AIX and Windows builds regarding the
59176              definedness of the PL_memory_wrap symbol.
59177      Branch: perl
59178            ! makedef.pl
59179 ____________________________________________________________________________
59180 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
59181         Log: Bump bleadperl's version number to 5.9.2.
59182      Branch: perl
59183            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
59184            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
59185            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
59186            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
59187            ! win32/makefile.mk wince/Makefile.ce
59188 ____________________________________________________________________________
59189 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
59190         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
59191              From: Robin Barker <Robin.Barker@npl.co.uk>
59192              Date: Wed, 17 Mar 2004 18:37:10 -0000
59193              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
59194      Branch: perl
59195            ! dump.c ext/Socket/Socket.xs pad.c util.c
59196 ____________________________________________________________________________
59197 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
59198         Log: Optimize away the assignment in the constructs C<my $s = undef>,
59199              C<my @a = ()>, C<my %h = ()>.
59200      Branch: perl
59201            ! op.c
59202 ____________________________________________________________________________
59203 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
59204         Log: Subject: malloc wrappage
59205              From: Jarkko Hietaniemi <jhi@iki.fi>
59206              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
59207              Date: Tue, 10 Feb 2004 23:15:14 +0200
59208
59209              plus change croak to Perl_croak_nocontext to make ithread safe
59210              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
59211      Branch: perl
59212            ! av.c handy.h perl.h pod/perldiag.pod pp.c
59213 ____________________________________________________________________________
59214 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
59215         Log: Add auto-require of modules to restore overloading (and tests)
59216      Branch: perl
59217            + ext/Storable/t/HAS_OVERLOAD.pm
59218            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
59219            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
59220 ____________________________________________________________________________
59221 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
59222         Log: Add regression tests for the auto-require of STORABLE_thaw
59223      Branch: perl
59224            + ext/Storable/t/HAS_HOOK.pm
59225            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
59226            ! ext/Storable/t/blessed.t
59227 ____________________________________________________________________________
59228 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
59229         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
59230              block. This allows the re-entrant API to be used with ithreads,
59231              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
59232              (Which may seem inane, but makes perl threaded at the C level
59233              without enabling ithreads)
59234      Branch: perl
59235            ! intrpvar.h
59236 ____________________________________________________________________________
59237 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
59238         Log: Add a lchown() call to the POSIX module. [perl #27547]
59239      Branch: perl
59240            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
59241 ____________________________________________________________________________
59242 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
59243         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
59244              From: Andrew Dougherty <doughera@lafayette.edu>
59245              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
59246              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
59247      Branch: perl
59248            ! hints/solaris_2.sh
59249 ____________________________________________________________________________
59250 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
59251         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
59252      Branch: perl
59253            ! patchlevel.h
59254 ____________________________________________________________________________
59255 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
59256         Log: Update Changes. (again)
59257      Branch: perl
59258            ! Changes
59259 ____________________________________________________________________________
59260 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
59261         Log: Update copyright notices
59262      Branch: perl
59263            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
59264            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
59265            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
59266            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
59267            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
59268            ! universal.c utf8.c util.c
59269 ____________________________________________________________________________
59270 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
59271         Log: Regenerate META.yml
59272      Branch: perl
59273            ! META.yml
59274 ____________________________________________________________________________
59275 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
59276         Log: Update Changes.
59277      Branch: perl
59278            ! Changes
59279 ____________________________________________________________________________
59280 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
59281         Log: This is 5.9.1.
59282      Branch: perl
59283            ! patchlevel.h
59284 ____________________________________________________________________________
59285 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
59286         Log: We'll ship 5.9.1 today.
59287      Branch: perl
59288            ! pod/perlhist.pod
59289 ____________________________________________________________________________
59290 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
59291         Log: More perldelta updates.
59292      Branch: perl
59293            ! pod/perl591delta.pod
59294 ____________________________________________________________________________
59295 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
59296         Log: Since the signature.t test of CPAN relies on a non-core module,
59297              it's not relevant to the perl core distribution.
59298      Branch: perl
59299            - lib/CPAN/t/signature.t
59300            ! MANIFEST
59301 ____________________________________________________________________________
59302 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
59303         Log: Fix the order of arguments in the usage message of
59304              POSIX::chown(). It's different from the POSIX order but
59305              it's the same than CORE::chown(). Damn.
59306      Branch: perl
59307            ! ext/POSIX/POSIX.pm
59308 ____________________________________________________________________________
59309 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
59310         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
59311              From: Steve Hay <steve.hay@uk.radan.com>
59312              Date: Mon, 15 Mar 2004 10:28:02 +0000
59313              Message-ID: <40558532.30002@uk.radan.com>
59314
59315              Plus, restore patch #22489
59316      Branch: perl
59317            ! win32/Makefile win32/makefile.mk
59318 ____________________________________________________________________________
59319 [ 22500] By: davem                                 on 2004/03/14  20:13:47
59320         Log: scope exit could expose freed local() value
59321      Branch: perl
59322            ! scope.c t/op/localref.t
59323 ____________________________________________________________________________
59324 [ 22499] By: davem                                 on 2004/03/14  17:01:34
59325         Log: strict 'subs' didn't warn on bareword array index
59326      Branch: perl
59327            ! op.c t/lib/strict/subs
59328 ____________________________________________________________________________
59329 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
59330         Log: Four Storable patches towards Storable 2.11 :
59331
59332              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
59333              From: Nicholas Clark <nick@ccl4.org>
59334              Date: Sat, 13 Mar 2004 15:13:28 +0000
59335              Message-ID: <20040313151327.GS701@plum.flirble.org>
59336
59337              Date: Sat, 13 Mar 2004 20:23:45 +0000
59338              Message-ID: <20040313202345.GX701@plum.flirble.org>
59339
59340              Date: Sat, 13 Mar 2004 22:20:07 +0000
59341              Message-ID: <20040313222007.GZ701@plum.flirble.org>
59342
59343              Date: Sat, 13 Mar 2004 23:03:46 +0000
59344              Message-ID: <20040313230345.GB701@plum.flirble.org>
59345      Branch: perl
59346            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
59347            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
59348            ! ext/Storable/t/restrict.t
59349 ____________________________________________________________________________
59350 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
59351         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
59352              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
59353              Date: 10 Mar 2004 17:05:09 -0000
59354              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
59355      Branch: perl
59356            ! pod/perltoot.pod
59357 ____________________________________________________________________________
59358 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
59359         Log: More small perldelta updates.
59360      Branch: perl
59361            ! pod/perl591delta.pod
59362 ____________________________________________________________________________
59363 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
59364         Log: Revert change #22489, that seems to cause build failures on Windows.
59365      Branch: perl
59366            ! win32/Makefile win32/makefile.mk
59367 ____________________________________________________________________________
59368 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
59369         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
59370              From: Steve Hay <steve.hay@uk.radan.com>
59371              Date: Fri, 12 Mar 2004 08:38:41 +0000
59372              Message-ID: <40517711.9030204@uk.radan.com>
59373      Branch: perl
59374            ! pod/splitpod
59375 ____________________________________________________________________________
59376 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
59377         Log: perl591delta nits. Regenerate the tables of contents.
59378      Branch: perl
59379            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
59380 ____________________________________________________________________________
59381 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
59382         Log: Update perl591delta. Include a small to-do list in it.
59383      Branch: perl
59384            ! pod/perl591delta.pod
59385 ____________________________________________________________________________
59386 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
59387         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
59388              From: Tels <perl_dummy@bloodgate.com>
59389              Date: Fri, 12 Mar 2004 18:02:30 +0100
59390              Message-Id: <200403121802.31679@bloodgate.com>
59391      Branch: perl
59392            + lib/Math/BigInt/t/_e_math.t
59393            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
59394            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
59395            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
59396            ! lib/bigint.pm lib/bignum.pm
59397 ____________________________________________________________________________
59398 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
59399         Log: Fix a bug in the cloning of regexps
59400
59401              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
59402              From: hv@crypt.org
59403              Date: Thu, 11 Mar 2004 16:21:50 +0000
59404              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
59405              (plus another similar fix)
59406      Branch: perl
59407            ! sv.c
59408 ____________________________________________________________________________
59409 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
59410         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
59411              From: Steve Hay <steve.hay@uk.radan.com>
59412              Date: Fri, 12 Mar 2004 15:52:23 +0000
59413              Message-ID: <4051DCB7.107@uk.radan.com>
59414      Branch: perl
59415            ! win32/Makefile win32/makefile.mk
59416 ____________________________________________________________________________
59417 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
59418         Log: Document the new behaviour of the substr lvalue :
59419              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
59420              From: Dave Mitchell <davem@fdisolutions.com>
59421              Date: Mon, 1 Mar 2004 23:59:21 +0000
59422              Message-ID: <20040301235921.GC6469@fdisolutions.com>
59423      Branch: perl
59424            ! pod/perlfunc.pod
59425 ____________________________________________________________________________
59426 [ 22485] By: davem                                 on 2004/03/11  14:52:58
59427         Log: make op/write.t work better under stdio by running the subtests
59428              in the child process rather than the parent.
59429      Branch: perl
59430            ! t/op/write.t
59431 ____________________________________________________________________________
59432 [ 22484] By: merijn                                on 2004/03/11  10:08:17
59433         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
59434              From: Dominic Dunlop <shouldbedomo@mac.com>
59435              Date: Thu, 11 Mar 2004 10:34:01 +0100
59436              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
59437      Branch: perl
59438            ! README.machten hints/machten.sh
59439 ____________________________________________________________________________
59440 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
59441         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
59442              back this out until we have a tangible policy
59443      Branch: perl
59444            ! sv.c
59445 ____________________________________________________________________________
59446 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
59447         Log: Upgrade to Cwd 2.17.
59448      Branch: perl
59449            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
59450 ____________________________________________________________________________
59451 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
59452         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
59453              From: Steve Hay <steve.hay@uk.radan.com>
59454              Date: Wed, 10 Mar 2004 10:58:15 +0000
59455              Message-ID: <404EF4C7.9090107@uk.radan.com>
59456      Branch: perl
59457            ! win32/Makefile win32/makefile.mk
59458 ____________________________________________________________________________
59459 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
59460         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
59461              (noticed by Steve Hay.)
59462              Also, update MANIFEST.SKIP to be in line with the renaming
59463              "blibdirs" to "blibdirs.exists".
59464      Branch: perl
59465            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
59466 ____________________________________________________________________________
59467 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
59468         Log: A patch by Richard Foley to reduce the amount of
59469              forkage between the 5.8 and 5.9 debuggers.
59470      Branch: perl
59471            ! lib/perl5db.pl
59472 ____________________________________________________________________________
59473 [ 22478] By: chip                                  on 2004/03/09  23:51:41
59474         Log: In line-buffered mode, flush on the *last* newline,
59475              not on every newline.
59476      Branch: perl
59477            ! perlio.c
59478 ____________________________________________________________________________
59479 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
59480         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
59481              From: Steve Hay <steve.hay@uk.radan.com>
59482              Date: Fri, 05 Mar 2004 09:56:36 +0000
59483              Message-ID: <40484ED4.1050001@uk.radan.com>
59484              (only the win32 makefiles part)
59485      Branch: perl
59486            ! win32/Makefile win32/makefile.mk
59487 ____________________________________________________________________________
59488 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
59489         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
59490              From: "Craig A. Berry" <craigberry@mac.com>
59491              Date: Mon, 08 Mar 2004 08:18:43 -0600
59492              Message-ID: <404C80C3.6090009@mac.com>
59493
59494              Avoid to build everything twice on VMS.
59495              This is done by renaming the blibdirs target to blibdirs.exists.
59496              No, I don't understand why.
59497      Branch: perl
59498            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
59499            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
59500            ! lib/ExtUtils/t/INST_PREFIX.t
59501 ____________________________________________________________________________
59502 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
59503         Log: Improve the "Prototype mismatch" error message when
59504              the redefined subroutine didn't have any prototype.
59505      Branch: perl
59506            ! op.c t/comp/redef.t
59507 ____________________________________________________________________________
59508 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
59509         Log: Revert change #22472, but keep the new tests.
59510      Branch: perl
59511            ! pp_ctl.c t/op/range.t
59512 ____________________________________________________________________________
59513 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
59514         Log: Subject: Re: undef and the range operator
59515              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59516              Date: Mon, 8 Mar 2004 21:49:55 +0100
59517              Message-Id: <20040308214955.3d8be3a6@r2d2>
59518      Branch: perl
59519            ! pp_ctl.c t/op/range.t
59520 ____________________________________________________________________________
59521 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
59522         Log: Make a temporary copy of the input buffer in pp_send, so that send
59523              and syswrite don't gratuitously upgrade their input to UTF8
59524      Branch: perl
59525            ! pp_sys.c t/op/sysio.t
59526 ____________________________________________________________________________
59527 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
59528         Log: Upgrade to Cwd 2.16
59529      Branch: perl
59530            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
59531 ____________________________________________________________________________
59532 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
59533         Log: Upgrade to CGI.pm 3.04.
59534      Branch: perl
59535            ! lib/CGI.pm lib/CGI/Cookie.pm
59536 ____________________________________________________________________________
59537 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
59538         Log: perl591delta.pod update.
59539      Branch: perl
59540            ! pod/perl591delta.pod
59541 ____________________________________________________________________________
59542 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
59543         Log: Another makefile portability fix for Win32 by Steve Hay.
59544      Branch: perl
59545            ! win32/Makefile win32/makefile.mk
59546 ____________________________________________________________________________
59547 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
59548         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
59549              From: Jan Dubois <jand@ActiveState.com>
59550              Date: Sun, 07 Mar 2004 17:04:35 -0800
59551              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
59552      Branch: perl
59553            ! win32/win32.c
59554 ____________________________________________________________________________
59555 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
59556         Log: Fix Dave's original shared hash key corruption bug
59557      Branch: perl
59558            ! sv.c
59559 ____________________________________________________________________________
59560 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
59561         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
59562              in utf8.t, and fix 3 bugs it exposed in utfhash.t
59563      Branch: perl
59564            ! lib/utf8.t sv.c t/op/utfhash.t
59565 ____________________________________________________________________________
59566 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
59567         Log: Subject: undef and the range operator
59568              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59569              Date: Sun, 7 Mar 2004 21:11:20 +0100
59570              Message-Id: <20040307211120.10e46933@r2d2>
59571      Branch: perl
59572            ! pp_ctl.c t/op/range.t
59573 ____________________________________________________________________________
59574 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
59575         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
59576              From: "Ken Williams" <ken@mathforum.org>
59577              Date: Sun, 7 Mar 2004 09:37:19 -0600
59578              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
59579      Branch: perl
59580            ! ext/Cwd/t/cwd.t
59581 ____________________________________________________________________________
59582 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
59583         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
59584              From: "Craig A. Berry" <craigberry@mac.com>
59585              Date: Sat, 06 Mar 2004 22:50:25 -0600
59586              Message-ID: <404AAA11.8050001@mac.com>
59587      Branch: perl
59588            ! t/op/closure.t
59589 ____________________________________________________________________________
59590 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
59591         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
59592              From: "Craig A. Berry" <craigberry@mac.com>
59593              Date: Sat, 06 Mar 2004 13:51:55 -0600
59594              Message-ID: <404A2BDB.8030401@mac.com>
59595      Branch: perl
59596            ! ext/Cwd/t/cwd.t
59597 ____________________________________________________________________________
59598 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
59599         Log: Allow syslog() to use numeric constants in addition to strings for
59600              facility names and priorities.
59601
59602              Subject: Patch for Sys::Syslog
59603              From: Jim Schneider <jschneid@netilla.com>
59604              Date: Fri, 5 Mar 2004 14:03:10 -0500
59605              Message-Id: <200403051403.10674.jschneid@netilla.com>
59606      Branch: perl
59607            ! ext/Sys/Syslog/Syslog.pm
59608 ____________________________________________________________________________
59609 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
59610         Log: Make threads tests pass make minitest (by skipping)
59611      Branch: perl
59612            ! t/op/getpid.t t/op/threads.t
59613 ____________________________________________________________________________
59614 [ 22445] By: davem                                 on 2004/03/06  15:25:32
59615         Log: fix coredump in /(?{sub{}})/
59616      Branch: perl
59617            ! pad.c
59618 ____________________________________________________________________________
59619 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
59620         Log: A small perluniintro clarification by Jarkko.
59621      Branch: perl
59622            ! pod/perluniintro.pod
59623 ____________________________________________________________________________
59624 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
59625         Log: Subject: [PATCH] Re: Strange segfault
59626              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
59627              Date: Fri, 5 Mar 2004 15:13:53 +0100
59628              Message-ID: <20040305151353.5f3e913c@r2d2>
59629      Branch: perl
59630            ! pp_ctl.c t/op/range.t
59631 ____________________________________________________________________________
59632 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
59633         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
59634              From: steve.hay@uk.radan.com (Steve Hay)
59635              Date: Fri, 05 Mar 2004 09:42:32 +0000
59636              Message-ID: <40484B88.7070608@uk.radan.com>
59637      Branch: perl
59638            ! win32/makefile.mk
59639 ____________________________________________________________________________
59640 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
59641         Log: Change 22436 broke the Windows build.
59642              Fix by Steve Hay.
59643      Branch: perl
59644            ! ext/POSIX/POSIX.xs
59645 ____________________________________________________________________________
59646 [ 22440] By: davem                                 on 2004/03/05  00:09:23
59647         Log: silence some compiler warnings
59648      Branch: perl
59649            ! pp_ctl.c sv.c
59650 ____________________________________________________________________________
59651 [ 22439] By: davem                                 on 2004/03/04  23:56:42
59652         Log: ensure utf8::encode() normalises its arg
59653      Branch: perl
59654            ! sv.c
59655 ____________________________________________________________________________
59656 [ 22438] By: davem                                 on 2004/03/04  23:32:38
59657         Log: Memory leak in continue loop
59658              make sure redo always frees temps
59659      Branch: perl
59660            ! pp_ctl.c t/op/loopctl.t
59661 ____________________________________________________________________________
59662 [ 22437] By: davem                                 on 2004/03/04  22:03:17
59663         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
59664      Branch: perl
59665            ! pod/perldiag.pod
59666 ____________________________________________________________________________
59667 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
59668         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
59669              From: Andrew Dougherty <doughera@lafayette.edu>
59670              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
59671              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
59672      Branch: perl
59673            ! ext/POSIX/POSIX.xs
59674 ____________________________________________________________________________
59675 [ 22435] By: davem                                 on 2004/03/04  21:39:47
59676         Log: add deprecation warning for my $x if 0
59677      Branch: perl
59678            ! op.c t/lib/warnings/op
59679 ____________________________________________________________________________
59680 [ 22434] By: davem                                 on 2004/03/04  21:38:57
59681         Log: remove an 'if $a if 0' from AutoSplit.t
59682      Branch: perl
59683            ! lib/AutoSplit.t
59684 ____________________________________________________________________________
59685 [ 22433] By: davem                                 on 2004/03/04  20:33:44
59686         Log: retract 22328 and 22332: deprecation warning for my $x if foo
59687      Branch: perl
59688            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
59689            ! pp_proto.h t/lib/warnings/op
59690 ____________________________________________________________________________
59691 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
59692         Log: Maintainers.pl update by MJD.
59693      Branch: perl
59694            ! Porting/Maintainers.pl
59695 ____________________________________________________________________________
59696 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
59697         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
59698              (by Steve Hay)
59699      Branch: perl
59700            + t/win32/getosversion.t
59701            ! MANIFEST win32/win32.c
59702 ____________________________________________________________________________
59703 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
59704         Log: Clarify the difference between utf8::downgrade/upgrade
59705              and utf8::encode/decode (patch by Jarkko).
59706      Branch: perl
59707            ! lib/utf8.pm pod/perluniintro.pod
59708 ____________________________________________________________________________
59709 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
59710         Log: A couple of notes in perl591delta
59711              (about Benchmark and the debugger.)
59712      Branch: perl
59713            ! pod/perl591delta.pod
59714 ____________________________________________________________________________
59715 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
59716         Log: Subject: [PATCH] simplify sv.h
59717              From: Arthur Bergman <sky@nanisky.com>
59718              Date: Sun, 29 Feb 2004 22:04:53 +0000
59719              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
59720      Branch: perl
59721            ! sv.h
59722 ____________________________________________________________________________
59723 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
59724         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
59725              Subject: [PATCH] [perl #24826]
59726              From: Jarkko Hietaniemi <jhi@iki.fi>
59727              Date: Wed, 3 Mar 2004 09:37:21 +0200
59728              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
59729      Branch: perl
59730            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
59731            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
59732            ! lib/unicore/mktables t/uni/case.pl utf8.c
59733 ____________________________________________________________________________
59734 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
59735         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
59736              From: Richard.Foley@t-online.de (Richard Foley)
59737              Date: Wed, 3 Mar 2004 16:10:25 +0100
59738              Message-Id: <200403031610.25080.richard.foley@rfi.net>
59739      Branch: perl
59740            ! lib/perl5db.pl
59741 ____________________________________________________________________________
59742 [ 22425] By: davem                                 on 2004/03/03  00:02:51
59743         Log: stop t/op/write.t failures under stdio by always closing files
59744              before reading them back; also replace `cat file` with a function
59745              to read in the file
59746      Branch: perl
59747            ! t/op/write.t
59748 ____________________________________________________________________________
59749 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
59750         Log: Change the skip logic on the unicode tests so that they don't rely on
59751              miniperl's "dynamic loading unavailable" message
59752      Branch: perl
59753            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
59754            ! t/uni/tr_utf8.t
59755 ____________________________________________________________________________
59756 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
59757         Log: Work on eliminating systematic failures on make minitest:
59758              make minitest passes a -minitest flag to t/TEST
59759              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
59760              Tests can choose to skip based on this.
59761              (Other tactic is to make loading of Errno by %! happen at run time.)
59762      Branch: perl
59763            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
59764            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
59765 ____________________________________________________________________________
59766 [ 22422] By: davem                                 on 2004/03/02  21:33:22
59767         Log: Remove machine-dependent rounding dependency from write overflow
59768              tests
59769      Branch: perl
59770            ! t/op/write.t
59771 ____________________________________________________________________________
59772 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
59773         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
59774              From: Steve Hay <steve.hay@uk.radan.com>
59775              Date: Fri, 27 Feb 2004 17:42:26 +0000
59776              Message-ID: <403F8182.5090607@uk.radan.com>
59777      Branch: perl
59778            ! win32/Makefile win32/makefile.mk
59779 ____________________________________________________________________________
59780 [ 22419] By: davem                                 on 2004/03/01  22:17:52
59781         Log: add tests for change 22414 (lvalue substr jollity)
59782              courtesy of Graham Barr.
59783      Branch: perl
59784            ! t/op/substr.t
59785 ____________________________________________________________________________
59786 [ 22418] By: davem                                 on 2004/03/01  22:00:11
59787         Log: integrate Time::HiRes 1.56 from CPAN
59788              (which is itself mostly derived from the bleedperl version)
59789      Branch: perl
59790            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59791            ! ext/Time/HiRes/Makefile.PL
59792 ____________________________________________________________________________
59793 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
59794         Log: Make panics a bit more verbose to ease debugging.
59795      Branch: perl
59796            ! thread.h
59797 ____________________________________________________________________________
59798 [ 22415] By: davem                                 on 2004/02/29  18:06:45
59799         Log: make test breaks permissions on /dev/tty
59800              perl -i could fchmod(stdin) by mistake
59801      Branch: perl
59802            ! doio.c
59803 ____________________________________________________________________________
59804 [ 22414] By: davem                                 on 2004/02/29  16:21:34
59805         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
59806              From: Graham Barr <gbarr@pobox.com>
59807              Date: Wed, 29 Oct 2003 09:56:53 +0000
59808              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
59809
59810              make a variable aliased to an lvalue substr value work as expected
59811      Branch: perl
59812            ! mg.c
59813 ____________________________________________________________________________
59814 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
59815         Log: Bump Socket's version to a real floating point value
59816      Branch: perl
59817            ! ext/Socket/Socket.pm
59818 ____________________________________________________________________________
59819 [ 22410] By: ams                                   on 2004/02/29  04:29:24
59820         Log: Back out _01 version suffix.
59821      Branch: perl
59822            ! ext/Storable/Storable.pm
59823 ____________________________________________________________________________
59824 [ 22409] By: davem                                 on 2004/02/28  23:29:10
59825         Log: Bump version numbers of moules affected by change #22258
59826              (removing /tmp and other insecurities)
59827      Branch: perl
59828            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
59829            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
59830            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
59831            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
59832            ! lib/perl5db.pl
59833 ____________________________________________________________________________
59834 [ 22408] By: davem                                 on 2004/02/28  22:37:08
59835         Log: make the bison-based parser threadsafe and capable of deep
59836              recursion by eradicating Perl_yylex_r()
59837      Branch: perl
59838            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
59839            ! perly.c proto.h toke.c
59840 ____________________________________________________________________________
59841 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
59842         Log: Use File::Temp for tempfiles if it is available.
59843              (Based on a patch from Solar Designer <solar@openwall.com> in
59844              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
59845              was applied as change 22258)
59846      Branch: perl
59847            ! utils/perlbug.PL
59848 ____________________________________________________________________________
59849 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
59850         Log: Fix segfaults when running under -Dx.
59851      Branch: perl
59852            ! dump.c
59853 ____________________________________________________________________________
59854 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
59855         Log: Assimilate Cwd 2.15 from CPAN
59856      Branch: perl
59857            ! ext/Cwd/Changes lib/Cwd.pm
59858 ____________________________________________________________________________
59859 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
59860         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
59861              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
59862      Branch: perl
59863            ! lib/File/Find.pm lib/File/Find/t/find.t
59864 ____________________________________________________________________________
59865 [ 22400] By: merijn                                on 2004/02/27  15:25:27
59866         Log: When threads are active we need -lpthread, but previous `fix' of
59867              now linked libraries invalidated the regex for sed (AIX 5 has no
59868              seperate libc.a and libc_r.a the latter links to the first)
59869      Branch: perl
59870            ! hints/aix.sh
59871 ____________________________________________________________________________
59872 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
59873         Log: Correct thinko in comment.
59874      Branch: perl
59875            ! op.c
59876 ____________________________________________________________________________
59877 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
59878         Log: In hsplit, if a normal hash has placeholders then clear them before
59879              splitting. We can do this safely because Storable ensures hsplit is
59880              not called while it builds restricted hashes (actually any hashes)
59881              This change may not make things faster, but now we have the choice.
59882      Branch: perl
59883            ! ext/Storable/t/restrict.t hv.c
59884 ____________________________________________________________________________
59885 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
59886         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
59887              the tests still passed. Fixed.
59888      Branch: perl
59889            ! hv.c
59890 ____________________________________________________________________________
59891 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
59892         Log: Moving all the e-mail addresses over by 1 column makes them start on
59893              an 8 column tabstop, which makes editing this file easier.
59894              So then I replaced spaces with tabs and made it smaller too.
59895      Branch: perl
59896            ! AUTHORS
59897 ____________________________________________________________________________
59898 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
59899         Log: Add Mark Fowler
59900      Branch: perl
59901            ! AUTHORS
59902 ____________________________________________________________________________
59903 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
59904         Log: Integrate:
59905              [ 22339]
59906              Mention 5.005_04 RC2
59907
59908              [ 22360]
59909              Update for 5.005_04 release
59910      Branch: perl
59911           !> pod/perlhist.pod
59912 ____________________________________________________________________________
59913 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
59914         Log: Subject: [PATCH] Improved perlapi documentation for croak
59915              From: Mark Fowler <mark@twoshortplanks.com>
59916              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
59917              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
59918
59919              (and regenerate perlapi.pod.)
59920      Branch: perl
59921            ! pod/perlapi.pod util.c
59922 ____________________________________________________________________________
59923 [ 22379] By: merijn                                on 2004/02/26  08:44:53
59924         Log: From: Art Haas <ahaas@airmail.net>
59925              Subject: Replacing '-rdynamic' in Configure script
59926              Date: Fri, 20 Feb 2004 13:53:56 -0600
59927              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
59928      Branch: perl
59929            ! Configure
59930 ____________________________________________________________________________
59931 [ 22377] By: davem                                 on 2004/02/25  21:07:44
59932         Log: remove my work address
59933      Branch: perl
59934            ! AUTHORS
59935 ____________________________________________________________________________
59936 [ 22376] By: davem                                 on 2004/02/25  17:10:56
59937         Log: stop "const in void context" warning for a const in an
59938              optimised-away boolean expresssion, eg 5 || print;
59939      Branch: perl
59940            ! op.c op.h t/lib/warnings/op
59941 ____________________________________________________________________________
59942 [ 22375] By: merijn                                on 2004/02/25  11:13:12
59943         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
59944      Branch: perl
59945            ! lib/Net/Ping/t/450_service.t
59946 ____________________________________________________________________________
59947 [ 22374] By: merijn                                on 2004/02/25  09:32:12
59948         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
59949              One open issue left: promoting to cc_r for threaded builds
59950              need a review to permit users using -Dcc=xlc_r for non
59951              threaded builds
59952      Branch: perl
59953            ! hints/aix.sh
59954 ____________________________________________________________________________
59955 [ 22373] By: davem                                 on 2004/02/24  23:25:52
59956         Log: fix memory leak in @_ = ...; goto &sub
59957      Branch: perl
59958            ! pp_ctl.c
59959 ____________________________________________________________________________
59960 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
59961         Log: Enhance test cleanliness by a very small factor.
59962      Branch: perl
59963            ! t/comp/parser.t
59964 ____________________________________________________________________________
59965 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
59966         Log: Fix a segfault during optree construction. (bug #27024)
59967      Branch: perl
59968            ! op.c t/comp/parser.t
59969 ____________________________________________________________________________
59970 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
59971         Log: Update Changes and AUTHORS.
59972      Branch: perl
59973            ! AUTHORS Changes
59974 ____________________________________________________________________________
59975 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
59976         Log: Subject: [PATCH] optimization for map in scalar context
59977              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
59978              Date: Tue, 24 Feb 2004 12:02:57 +0100
59979              Message-id: <20040224110257.GA5510@ethan>
59980      Branch: perl
59981            ! pp_ctl.c
59982 ____________________________________________________________________________
59983 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
59984         Log: Subject: Bugfix for perlrequick and perlretut
59985              From: Mark Kvale <kvale@phy.ucsf.edu>
59986              Date: Tue, 24 Feb 2004 11:32:34 -0800
59987              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
59988      Branch: perl
59989            ! pod/perlrequick.pod pod/perlretut.pod
59990 ____________________________________________________________________________
59991 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
59992         Log: Instead of localising *_, use a dummy foreach loop to get
59993              a local value of $_
59994      Branch: perl
59995            ! lib/File/Find.pm
59996 ____________________________________________________________________________
59997 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
59998         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
59999              From: alan <alan@pair.com>
60000              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
60001              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
60002      Branch: perl
60003            ! lib/Attribute/Handlers.pm
60004 ____________________________________________________________________________
60005 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
60006         Log: Update perl591delta.
60007      Branch: perl
60008            ! pod/perl591delta.pod
60009 ____________________________________________________________________________
60010 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
60011         Log: Fix bug #26910: hints were not propagated into (?{...})
60012              blocks, except the utf8 pragma.
60013      Branch: perl
60014            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
60015 ____________________________________________________________________________
60016 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
60017         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
60018              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60019              Date: Sun, 22 Feb 2004 16:09:33 +0900
60020              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
60021
60022              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
60023              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60024              Date: Sun, 22 Feb 2004 18:41:43 +0900
60025              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
60026
60027              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
60028      Branch: perl
60029            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
60030 ____________________________________________________________________________
60031 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
60032         Log: Subject: [PATCH] Benchmark for child processes
60033              From: Chia-liang Kao <clkao@clkao.org>
60034              Date: Mon, 23 Feb 2004 22:53:51 +0800
60035              Message-ID: <20040223145351.GH94376@portege.clkao.org>
60036      Branch: perl
60037            ! lib/Benchmark.pm
60038 ____________________________________________________________________________
60039 [ 22359] By: merijn                                on 2004/02/23  11:55:08
60040         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
60041              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
60042              From: Georg Schwarz <geos@epost.de>
60043              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
60044      Branch: perl
60045            ! hints/irix_5.sh
60046 ____________________________________________________________________________
60047 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
60048         Log: Subject: initial patch for cygwin IPC via cygserver
60049              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60050              Date: Thu, 19 Feb 2004 09:01:13 -0800
60051              Message-ID: <20040219170113.GA2792@efn.org>
60052      Branch: perl
60053            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
60054 ____________________________________________________________________________
60055 [ 22357] By: davem                                 on 2004/02/22  15:43:53
60056         Log: Extend OP_AELEMFAST optimisation to lexical arrays
60057      Branch: perl
60058            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
60059 ____________________________________________________________________________
60060 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
60061         Log: We're not binary compatible with 5.8.
60062              Change PERL_API_VERSION to 5.9.1.
60063      Branch: perl
60064            ! patchlevel.h
60065 ____________________________________________________________________________
60066 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
60067         Log: Document change #22353 in perldelta.
60068      Branch: perl
60069            ! pod/perl591delta.pod
60070 ____________________________________________________________________________
60071 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
60072         Log: Increment the version number of B, due to the incompatible
60073              API change introduced by #22353 (no more op_seq method.)
60074      Branch: perl
60075            ! ext/B/B.pm
60076 ____________________________________________________________________________
60077 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
60078         Log: Subject: Re: op_seq (was: Freeing code)
60079              From: Paul Johnson <paul@pjcj.net>
60080              Date: Sat, 21 Feb 2004 02:31:47 +0100
60081              Message-ID: <20040221013147.GB6953@pjcj.net>
60082
60083              Rework the OP structure to use less space.
60084              Remove op_seq (and simulate it in dump.c),
60085              replace it by op_opt and op_static,
60086              shrink op_type, remove PL_op_seqmax.
60087      Branch: perl
60088            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
60089            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
60090            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
60091            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
60092            ! pod/perlintern.pod sv.c
60093 ____________________________________________________________________________
60094 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
60095         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
60096              is not actually introduced by the for statement.
60097      Branch: perl
60098            ! op.c
60099 ____________________________________________________________________________
60100 [ 22351] By: davem                                 on 2004/02/20  15:38:10
60101         Log: remove a split test's dependence on -Dx output
60102              (needed after change #22343)
60103      Branch: perl
60104            ! t/op/split.t
60105 ____________________________________________________________________________
60106 [ 22350] By: davem                                 on 2004/02/20  15:34:27
60107         Log: add Deparse/Concise support for inplace sort (change 22349)
60108      Branch: perl
60109            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
60110 ____________________________________________________________________________
60111 [ 22349] By: davem                                 on 2004/02/20  14:54:35
60112         Log: optimise the sorting inplace of plain arrays: @a = sort @a
60113      Branch: perl
60114            ! op.c op.h pp_sort.c t/op/sort.t
60115 ____________________________________________________________________________
60116 [ 22348] By: davem                                 on 2004/02/20  14:18:13
60117         Log: Document the SVf_PADSTALE flag
60118      Branch: perl
60119            ! pad.c
60120 ____________________________________________________________________________
60121 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
60122         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
60123      Branch: perl
60124            - lib/IPC/SysV.t
60125            ! MANIFEST
60126 ____________________________________________________________________________
60127 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
60128         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
60129              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60130              Date: Fri, 20 Feb 2004 15:34:59 +0800
60131              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
60132      Branch: perl
60133            ! win32/genmk95.pl
60134 ____________________________________________________________________________
60135 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
60136         Log: Upgrade to Term::ANSIColor 1.08.
60137      Branch: perl
60138            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
60139            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
60140 ____________________________________________________________________________
60141 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
60142         Log: Upgrade to prereleases of Math::BigInt 1.70 and
60143              Math::BigRat 0.12, by Tels.
60144      Branch: perl
60145            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
60146            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
60147            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
60148            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
60149            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
60150            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
60151            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
60152            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
60153            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
60154            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
60155            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
60156            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
60157            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
60158            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
60159            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
60160            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
60161            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
60162 ____________________________________________________________________________
60163 [ 22343] By: davem                                 on 2004/02/19  13:43:18
60164         Log: -Dx could coredump on threaded builds because consts are now
60165              stored in the pad
60166      Branch: perl
60167            ! dump.c
60168 ____________________________________________________________________________
60169 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
60170         Log: Add a tool to report dual-lived core modules that don't
60171              have the same version than the corresponding module on CPAN.
60172      Branch: perl
60173            + Porting/corecpan.pl
60174            ! MANIFEST
60175 ____________________________________________________________________________
60176 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
60177         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
60178      Branch: perl
60179            ! pod/perl591delta.pod
60180 ____________________________________________________________________________
60181 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
60182         Log: Add base.pm and fields.pm to the maintainer list.
60183              Remove a duplicate file from this list.
60184      Branch: perl
60185            ! Porting/Maintainers.pl
60186 ____________________________________________________________________________
60187 [ 22337] By: davem                                 on 2004/02/18  13:22:13
60188         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
60189      Branch: perl
60190            ! t/op/write.t
60191 ____________________________________________________________________________
60192 [ 22334] By: merijn                                on 2004/02/18  12:18:52
60193         Log: Removed pm_apiversion and xs_apiversion as requested by
60194              the pumpkin. Chainsaw was still in perfect working order.
60195      Branch: perl
60196            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
60197            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
60198            ! Porting/config_H config_h.SH configure.com epoc/config.sh
60199            ! plan9/config.plan9 plan9/config_h.sample
60200            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
60201            ! win32/config.gc win32/config.vc win32/config.vc64
60202            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60203            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
60204 ____________________________________________________________________________
60205 [ 22332] By: davem                                 on 2004/02/18  11:14:43
60206         Log: Add tests for the C<my $x if foo> deprecation, and change the
60207              warning text
60208      Branch: perl
60209            ! op.c pod/perldiag.pod t/lib/warnings/op
60210 ____________________________________________________________________________
60211 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
60212         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
60213              returned from XSUBs through RETVAL isn't decremented as it is for
60214              SVs. This causes those XSUBs to leak memory and cannot be fixed
60215              without breaking existing CPAN modules that work around this bug.
60216
60217              2. Fix a memory leak of that kind in POSIX::localconv.
60218      Branch: perl
60219            ! ext/POSIX/POSIX.xs pod/perlxs.pod
60220 ____________________________________________________________________________
60221 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
60222         Log: Encode has local changes. Up-version it.
60223      Branch: perl
60224            ! ext/Encode/Encode.pm
60225 ____________________________________________________________________________
60226 [ 22328] By: davem                                 on 2004/02/17  23:30:50
60227         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
60228      Branch: perl
60229            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
60230 ____________________________________________________________________________
60231 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
60232         Log: It's better to localize *_ than $_, to avoid magic leakage
60233      Branch: perl
60234            ! lib/File/Find.pm
60235 ____________________________________________________________________________
60236 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
60237         Log: One of the new tests of MIME::Base64 relies on a non-core module.
60238      Branch: perl
60239            - ext/MIME/Base64/t/bad-sv.t
60240            ! MANIFEST
60241 ____________________________________________________________________________
60242 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
60243         Log: Upgrade to MIME::Base64 3.00.
60244              Fix t/warn.t so it works in the core.
60245              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
60246      Branch: perl
60247            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
60248            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60249            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
60250            ! ext/MIME/Base64/t/base64.t
60251 ____________________________________________________________________________
60252 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
60253         Log: Be more clear. Use simple words.
60254      Branch: perl
60255            ! pod/perl591delta.pod
60256 ____________________________________________________________________________
60257 [ 22322] By: davem                                 on 2004/02/17  21:52:08
60258         Log: remove C<my $x if foo> construct from core modules
60259      Branch: perl
60260            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
60261            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
60262            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
60263            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
60264            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
60265 ____________________________________________________________________________
60266 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
60267         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
60268      Branch: perl
60269            ! pod/perl591delta.pod
60270 ____________________________________________________________________________
60271 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
60272         Log: Bump $B::VERSION (because of change #22315).
60273      Branch: perl
60274            ! ext/B/B.pm
60275 ____________________________________________________________________________
60276 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
60277         Log: Regenerate table of contents and other related files.
60278      Branch: perl
60279            ! MANIFEST pod/perl.pod pod/perltoc.pod
60280 ____________________________________________________________________________
60281 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
60282         Log: Bump up perl's version number to 5.9.1.
60283              Add perl591delta in perl.pod.
60284              Update the sample config files in Porting/.
60285      Branch: perl
60286            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
60287            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
60288            ! plan9/config.plan9 pod/perl.pod win32/Makefile
60289            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60290            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
60291 ____________________________________________________________________________
60292 [ 22317] By: davem                                 on 2004/02/17  19:28:58
60293         Log: 22316 had stupid precedence thinkos
60294      Branch: perl
60295            ! pp.c pp_hot.c
60296 ____________________________________________________________________________
60297 [ 22316] By: davem                                 on 2004/02/17  18:23:27
60298         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
60299              and fix some incorrect indentation
60300      Branch: perl
60301            ! pp.c pp_hot.c sv.c
60302 ____________________________________________________________________________
60303 [ 22315] By: davem                                 on 2004/02/17  18:01:52
60304         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
60305              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60306              Date:  Tue, 17 Feb 2004 17:32:16 +0100
60307              Message-Id:  <20040217163216.GA6805@ethan>
60308
60309              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
60310      Branch: perl
60311            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
60312 ____________________________________________________________________________
60313 [ 22314] By: merijn                                on 2004/02/17  11:22:24
60314         Log: 1. Creating backward compatibility for Configure after patches
60315              #22227 and #22302 to still support 5.8.x and below
60316
60317              2. Small change for building on GNU hurd
60318              Date: Sun, 15 Feb 2004 23:27:17 +1100
60319              From: "Brendan O'Dea" <bod@debian.org>
60320              Message-ID: <20040215122717.GA26812@londo.c47.org>
60321      Branch: perl
60322            ! Configure Makefile.SH hints/gnu.sh
60323 ____________________________________________________________________________
60324 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
60325         Log: Fix for Win32 build failure caused by the byacc to bison switch.
60326      Branch: perl
60327            ! perl.h
60328 ____________________________________________________________________________
60329 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
60330         Log: Revert change 22308 (the patch was against maint, not blead)
60331      Branch: perl
60332            ! lib/ExtUtils/instmodsh
60333 ____________________________________________________________________________
60334 [ 22310] By: merijn                                on 2004/02/16  11:30:29
60335         Log: Fix typo in doc for Encode
60336              From: "Brendan O'Dea" <bod@debian.org>
60337              Date: Sun, 15 Feb 2004 23:27:17 +1100
60338              Message-ID: <20040215122717.GA26812@londo.c47.org>
60339      Branch: perl
60340            ! ext/Encode/Encode.pm
60341 ____________________________________________________________________________
60342 [ 22309] By: merijn                                on 2004/02/16  11:27:34
60343         Log: Missing semi-colon
60344              From: "Brendan O'Dea" <bod@debian.org>
60345              Date: Sun, 15 Feb 2004 23:27:17 +1100
60346              Message-ID: <20040215122717.GA26812@londo.c47.org>
60347      Branch: perl
60348            ! ext/MIME/Base64/Base64.xs
60349 ____________________________________________________________________________
60350 [ 22308] By: merijn                                on 2004/02/16  11:24:59
60351         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
60352              it has a manpage.
60353              From: "Brendan O'Dea" <bod@debian.org>
60354              Date: Sun, 15 Feb 2004 23:27:17 +1100
60355              Message-ID: <20040215122717.GA26812@londo.c47.org>
60356      Branch: perl
60357            ! lib/ExtUtils/instmodsh
60358 ____________________________________________________________________________
60359 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
60360         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
60361              From: Stas Bekman <stas@stason.org>
60362              Date: Fri, 13 Feb 2004 20:18:59 -0800
60363              Message-ID: <402DA1B3.2010608@stason.org>
60364      Branch: perl
60365            ! pod/perlguts.pod
60366 ____________________________________________________________________________
60367 [ 22306] By: davem                                 on 2004/02/15  00:24:26
60368         Log: Segmentation fault with
60369              sub x { shift; @a = @b; eval +{ use } }
60370      Branch: perl
60371            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
60372 ____________________________________________________________________________
60373 [ 22305] By: davem                                 on 2004/02/14  23:52:09
60374         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
60375              on the parser stack at each reduce.  Also,
60376
60377              Subject: Re: switch from byacc to bison
60378              From: "Craig A. Berry" <craigberry@mac.com>
60379              Date: Sat, 14 Feb 2004 13:26:45 -0600
60380              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
60381
60382              change #if DEBUGGING to #ifdef ... in perly.c
60383      Branch: perl
60384            ! perly.c pod/perlrun.pod
60385 ____________________________________________________________________________
60386 [ 22304] By: davem                                 on 2004/02/14  13:33:26
60387         Log: Subject:  Re: switch from byacc to bison
60388              From:  Abe Timmerman <abeltje@cpan.org>
60389              Date:  Sat, 14 Feb 2004 11:56:24 +0100
60390              Message-Id:  <200402141156.58185.abeltje@cpan.org>
60391
60392              Fix typos in pumpkin.pod
60393      Branch: perl
60394            ! Porting/pumpkin.pod
60395 ____________________________________________________________________________
60396 [ 22303] By: davem                                 on 2004/02/14  12:28:37
60397         Log: remove binary compatibility stuff from the yacc -> bison switch
60398              of change #22302
60399      Branch: perl
60400            ! embedvar.h intrpvar.h
60401 ____________________________________________________________________________
60402 [ 22302] By: davem                                 on 2004/02/14  02:06:53
60403         Log: Switch from byacc to bison and simplify the perly.* regeneration
60404              process
60405      Branch: perl
60406            + perly.act perly.tab regen_perly.pl
60407            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
60408            - vms/perly_h.vms vms/vms_yfix.pl
60409            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
60410            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
60411            ! vms/descrip_mms.template
60412 ____________________________________________________________________________
60413 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
60414         Log: Fix an fcntl example in perlopentut, spotted by MJD.
60415      Branch: perl
60416            ! pod/perlopentut.pod
60417 ____________________________________________________________________________
60418 [ 22300] By: davem                                 on 2004/02/12  23:18:20
60419         Log: The new -Dq option didn't actually work!
60420      Branch: perl
60421            ! perl.h
60422 ____________________________________________________________________________
60423 [ 22299] By: merijn                                on 2004/02/12  14:32:15
60424         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
60425              From: Stas Bekman <stas@stason.org>
60426              Date: Wed, 11 Feb 2004 16:53:54 -0800
60427              Message-ID: <402ACEA2.4020907@stason.org>
60428      Branch: perl
60429            ! perl.c
60430 ____________________________________________________________________________
60431 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
60432         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
60433              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60434              Date: Tue, 10 Feb 2004 12:36:33 +0800
60435              Message-ID: <20040210043633.GA33671687@momotaro>
60436      Branch: perl
60437            ! win32/makefile.mk
60438 ____________________________________________________________________________
60439 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
60440         Log: Add 5.005_04-RC1 and Leon in perlhist.
60441      Branch: perl
60442            ! pod/perlhist.pod
60443 ____________________________________________________________________________
60444 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
60445         Log: Add a note in Unicode::UCD about the _getcode() function
60446              being copy-n-pasted in charnames.pm. (spotted by Merijn)
60447      Branch: perl
60448            ! lib/Unicode/UCD.pm
60449 ____________________________________________________________________________
60450 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
60451         Log: Implement stacked filetest operators (-f -w -x $file).
60452      Branch: perl
60453            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
60454            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
60455 ____________________________________________________________________________
60456 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
60457         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
60458              From: hv@crypt.org
60459              Date: Mon, 09 Feb 2004 03:21:21 +0000
60460              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
60461      Branch: perl
60462            ! sv.c t/op/sprintf2.t
60463 ____________________________________________________________________________
60464 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
60465         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
60466              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60467              Date: Mon, 9 Feb 2004 00:51:45 -0800
60468              Message-ID: <20040209085145.GA3204@efn.org>
60469              (plus an etymological notice)
60470      Branch: perl
60471            ! lib/charnames.pm
60472 ____________________________________________________________________________
60473 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
60474         Log: Add the new private flag OPpGREP_LEX in B::Concise.
60475      Branch: perl
60476            ! ext/B/B/Concise.pm
60477 ____________________________________________________________________________
60478 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
60479         Log: map and grep weren't working correctly with lexical $_ in
60480              scalar context, because pp_mapwhile and pp_grepwhile were using
60481              their target as a temporary slot to store the return value.
60482      Branch: perl
60483            ! pp_ctl.c pp_hot.c t/op/mydef.t
60484 ____________________________________________________________________________
60485 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
60486         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
60487              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60488              Date: Mon, 2 Feb 2004 16:52:44 +0800
60489              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
60490      Branch: perl
60491            ! win32/makefile.mk
60492 ____________________________________________________________________________
60493 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
60494         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
60495              From: Steve Hay <steve.hay@uk.radan.com>
60496              Date: Fri, 06 Feb 2004 12:44:05 +0000
60497              Message-ID: <40238C15.2090200@uk.radan.com>
60498      Branch: perl
60499            ! pod/perlapi.pod sv.h
60500 ____________________________________________________________________________
60501 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
60502         Log: Subject: [PATCH] Fix absolute path handling in installhtml
60503              From: Steve Hay <steve.hay@uk.radan.com>
60504              Date: Fri, 06 Feb 2004 16:14:14 +0000
60505              Message-ID: <4023BD56.6090903@uk.radan.com>
60506      Branch: perl
60507            ! installhtml
60508 ____________________________________________________________________________
60509 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
60510         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
60511              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60512              Date: Sat, 07 Feb 2004 00:08:36 +0900
60513              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
60514      Branch: perl
60515            ! pod/perlunicode.pod
60516 ____________________________________________________________________________
60517 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
60518         Log: Comment to record why we can't clear placeholders in hsplit
60519      Branch: perl
60520            ! hv.c
60521 ____________________________________________________________________________
60522 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
60523         Log: deleting keys in restricted hashes was leaking the entry. Yow!
60524      Branch: perl
60525            ! hv.c lib/Hash/Util.t
60526 ____________________________________________________________________________
60527 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
60528         Log: Now hv_delete is able to ingore placeholders.
60529              (This is an XS visible change in the hash API. But not of documented
60530              behaviour)
60531      Branch: perl
60532            ! hv.c
60533 ____________________________________________________________________________
60534 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
60535         Log: All whitespace is equal, but some whitespace is more equal than others
60536              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
60537      Branch: perl
60538            ! MANIFEST
60539 ____________________________________________________________________________
60540 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
60541         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
60542              than using the iterator interface and calling hv_delete
60543              This will allow hv_delete to be simplified to remove most of the
60544              special casing related to placeholders.
60545      Branch: perl
60546            ! hv.c
60547 ____________________________________________________________________________
60548 [ 22273] By: merijn                                on 2004/02/06  11:47:14
60549         Log: Added hints_4.sh for specific AIX 4 support
60550              this is the next stage in the general cleanup process
60551              for the AIX hints. More to come
60552      Branch: perl
60553            + hints/aix_4.sh
60554            ! MANIFEST
60555 ____________________________________________________________________________
60556 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
60557         Log: Fix a non-standard NAME pod section
60558              (by Smylers and Casey West)
60559      Branch: perl
60560            ! lib/Carp/Heavy.pm
60561 ____________________________________________________________________________
60562 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
60563         Log: The "my $_" wasn't nice with foreach loops.
60564      Branch: perl
60565            ! op.c t/op/mydef.t
60566 ____________________________________________________________________________
60567 [ 22267] By: merijn                                on 2004/02/04  10:24:33
60568         Log: AIX 3 support removed from default hints after its separation
60569      Branch: perl
60570            ! hints/aix.sh
60571 ____________________________________________________________________________
60572 [ 22266] By: merijn                                on 2004/02/04  10:16:20
60573         Log: AIX 3 hints split off from default hints in preparation
60574              of a hint file cleanup. aix_4.sh will follow soon
60575      Branch: perl
60576            + hints/aix_3.sh
60577            ! MANIFEST
60578 ____________________________________________________________________________
60579 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
60580         Log: More docs and tests for "my $_".
60581      Branch: perl
60582            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
60583 ____________________________________________________________________________
60584 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
60585         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
60586              From: John Peacock <jpeacock@rowman.com>
60587              Date: Sun, 01 Feb 2004 21:10:07 -0500
60588              Message-ID: <401DB17F.5060808@rowman.com>
60589      Branch: perl
60590            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
60591            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
60592 ____________________________________________________________________________
60593 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
60594         Log: Implement "my $_".
60595      Branch: perl
60596            + t/op/mydef.t
60597            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
60598            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
60599            ! pp_ctl.c pp_hot.c regexec.c toke.c
60600 ____________________________________________________________________________
60601 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
60602         Log: Regenerate perlapi.pod.
60603      Branch: perl
60604            ! pod/perlapi.pod
60605 ____________________________________________________________________________
60606 [ 22261] By: merijn                                on 2004/02/03  12:57:37
60607         Log: If someone chooses xlc as default C compiler, threaded builds
60608              will fail, unless converted to cc_r
60609      Branch: perl
60610            ! hints/aix.sh
60611 ____________________________________________________________________________
60612 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
60613         Log: Subject: patch for IRIX/gcc link issues
60614              From: Martin Pool <mbp@samba.org>
60615              Date: Wed, 28 Jan 2004 10:56:25 +1100
60616              Message-ID: <20040127235624.GA32612@hp.com>
60617      Branch: perl
60618            ! hints/irix_6.sh
60619 ____________________________________________________________________________
60620 [ 22259] By: davem                                 on 2004/02/01  17:42:44
60621         Log: update fix to Shell.pm in change #22254: make /dev/null portable
60622      Branch: perl
60623            ! lib/Shell.pm
60624 ____________________________________________________________________________
60625 [ 22258] By: davem                                 on 2004/02/01  17:40:02
60626         Log: Subject: Re: [perl #15063] /tmp issues
60627              From: Solar Designer <solar@openwall.com>
60628              Date: Mon, 26 Jan 2004 01:22:18 +0300
60629              Message-ID: <20040125222218.GA13499@openwall.com>
60630
60631              Remove insecure usage of /tmp from code and documentation
60632      Branch: perl
60633            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
60634            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
60635            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
60636            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
60637            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
60638            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
60639            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
60640            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
60641            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
60642            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
60643            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
60644            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
60645            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
60646            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
60647            ! utils/c2ph.PL
60648 ____________________________________________________________________________
60649 [ 22257] By: davem                                 on 2004/02/01  15:46:24
60650         Log: threads documentation: fork on UNIX might not copy all threads.
60651      Branch: perl
60652            ! pod/perlthrtut.pod
60653 ____________________________________________________________________________
60654 [ 22256] By: davem                                 on 2004/02/01  15:34:59
60655         Log: add test for Change 22194:
60656              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
60657      Branch: perl
60658            ! t/lib/strict/subs
60659 ____________________________________________________________________________
60660 [ 22254] By: davem                                 on 2004/02/01  13:11:00
60661         Log: Subject:  Patch for Shell.pm
60662              From:  Manuel Valente <mvalente@idealx.com>
60663              Date:  Tue, 27 Jan 2004 19:18:26 +0100
60664              Message-Id:  <4016AB72.1080503@idealx.com>
60665
60666              New option for Shell.pm to discard stderr instead of capturing it
60667      Branch: perl
60668            ! lib/Shell.pm
60669 ____________________________________________________________________________
60670 [ 22253] By: davem                                 on 2004/02/01  11:26:47
60671         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
60672              timeout triggers
60673      Branch: perl
60674            ! ext/Time/HiRes/t/HiRes.t
60675 ____________________________________________________________________________
60676 [ 22252] By: chip                                  on 2004/01/31  17:29:05
60677         Log: Don't show code closing STD{IN,OUT} before reopening, because
60678              doing so is unnecessary and occasionally harmful.
60679      Branch: perl
60680            ! pod/perlfork.pod pod/perlfunc.pod
60681 ____________________________________________________________________________
60682 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
60683         Log: Another undocumented use of $_ : with reverse().
60684      Branch: perl
60685            ! pod/perlfunc.pod
60686 ____________________________________________________________________________
60687 [ 22247] By: merijn                                on 2004/01/30  08:18:28
60688         Log: Drop optimization for -O3 *and higher*
60689      Branch: perl
60690            ! ext/Storable/hints/linux.pl
60691 ____________________________________________________________________________
60692 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
60693         Log: Regenerate perlapi.pod.
60694      Branch: perl
60695            ! pod/perlapi.pod
60696 ____________________________________________________________________________
60697 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
60698         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
60699              From: hv@crypt.org
60700              Date: Thu, 29 Jan 2004 15:12:12 +0000
60701              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
60702      Branch: perl
60703            ! pp_hot.c t/op/pat.t
60704 ____________________________________________________________________________
60705 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
60706         Log: I'm the new maintainer of Switch.
60707              Sync with the CPAN version of Switch 2.10.
60708      Branch: perl
60709            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
60710 ____________________________________________________________________________
60711 [ 22243] By: merijn                                on 2004/01/28  20:30:40
60712         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
60713              Date: Fri, 23 Jan 2004 09:36:27 -0600
60714              From: David Favor <david@davidfavor.com>
60715              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
60716              so no compilation stack limits are imposed.
60717      Branch: perl
60718            ! hints/aix.sh
60719 ____________________________________________________________________________
60720 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
60721         Log: Update perl591delta.pod with what we've done so far.
60722      Branch: perl
60723            ! pod/perl591delta.pod
60724 ____________________________________________________________________________
60725 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
60726         Log: Regenerate Changes.
60727              Only include changes from the perl branch.
60728      Branch: perl
60729            ! Changes
60730 ____________________________________________________________________________
60731 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
60732         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
60733              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
60734      Branch: perl
60735            ! ext/Storable/hints/linux.pl
60736 ____________________________________________________________________________
60737 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
60738         Log: More punctuation, good.
60739      Branch: perl
60740            ! pod/perlfunc.pod
60741 ____________________________________________________________________________
60742 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
60743         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
60744              From: Brendan O'Dea <bod@debian.org>
60745              Date: Sun, 25 Jan 2004 11:23:48 +1100
60746              Message-ID: <20040125002348.GA31407@londo.c47.org>
60747      Branch: perl
60748            ! pod/perlfunc.pod
60749 ____________________________________________________________________________
60750 [ 22227] By: davem                                 on 2004/01/26  23:53:06
60751         Log: Subject:  [PATCH] myconfig.SH
60752              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
60753              Date:  Sun, 25 Jan 2004 22:11:25 -0600
60754              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
60755
60756              make perl -V show the major release as 5 rather than 5.0
60757      Branch: perl
60758            ! myconfig.SH
60759 ____________________________________________________________________________
60760 [ 22224] By: merijn                                on 2004/01/26  22:10:13
60761         Log: Document change 22192
60762              We still need tests!
60763      Branch: perl
60764            ! lib/Exporter.pm
60765 ____________________________________________________________________________
60766 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
60767         Log: Subject: [PATCH] fix vmsish.t #25
60768              From: "Craig A. Berry" <craigberry@mac.com>
60769              Date: Sat, 24 Jan 2004 18:45:35 -0600
60770              Message-ID: <401311AF.1060706@mac.com>
60771      Branch: perl
60772            ! lib/vmsish.t
60773 ____________________________________________________________________________
60774 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
60775         Log: Merge dynamic perldelta from maint (22081)
60776              So now perldelta.pod is copied at build time from perl591delta.pod
60777              perl590delta.pod is as released to CPAN by Hugo
60778              Regen lots of makefiles, pods and the MANIFEST
60779      Branch: perl
60780            + pod/perl591delta.pod
60781           +> pod/perl590delta.pod
60782            - pod/perldelta.pod
60783            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
60784            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
60785            ! win32/pod.mak
60786 ____________________________________________________________________________
60787 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
60788         Log: Remove the caveat about detached threads crashing on Windows
60789              (fixed by #22201). Bump up the version of threads.pm.
60790      Branch: perl
60791            ! ext/threads/threads.pm
60792 ____________________________________________________________________________
60793 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
60794         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
60795              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
60796      Branch: perl
60797            ! ext/Storable/t/threads.t
60798 ____________________________________________________________________________
60799 [ 22216] By: davem                                 on 2004/01/25  12:06:04
60800         Log: update MANIFEST for 2 new Storable test files introduced by 22205
60801      Branch: perl
60802            ! MANIFEST
60803 ____________________________________________________________________________
60804 [ 22215] By: davem                                 on 2004/01/25  12:00:04
60805         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
60806      Branch: perl
60807            ! t/op/closure.t
60808 ____________________________________________________________________________
60809 [ 22209] By: davem                                 on 2004/01/25  02:04:23
60810         Log: Remove small memory leak in newATTRSUB that manifested as a
60811              leaking scalar after the interpeter was cloned
60812      Branch: perl
60813            ! op.c
60814 ____________________________________________________________________________
60815 [ 22208] By: davem                                 on 2004/01/24  16:13:17
60816         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
60817              package's \%FIELDS, results in phash deprecation errors.
60818              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
60819              Date:  18 Jan 2004 15:15:46 -0000
60820              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
60821      Branch: perl
60822            ! lib/base.pm lib/base/t/fields-base.t
60823 ____________________________________________________________________________
60824 [ 22207] By: davem                                 on 2004/01/24  15:36:28
60825         Log: Subject:  Re: Doc patches for File::Find
60826              From:  Mark Jason Dominus <mjd@plover.com>
60827              Date:  Thu, 22 Jan 2004 09:30:58 -0500
60828              Message-Id:  <20040122143058.29226.qmail@plover.com>
60829
60830              Better document the fact that neither find() nor finddepth() do a
60831              breath-first search.
60832      Branch: perl
60833            ! lib/File/Find.pm
60834 ____________________________________________________________________________
60835 [ 22206] By: ams                                   on 2004/01/24  11:06:51
60836         Log: Subject: [PATCH] Storable-2.08/t/code.t
60837              From: Slaven Rezic <slaven@rezic.de>
60838              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
60839              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
60840      Branch: perl
60841            ! ext/Storable/t/code.t
60842 ____________________________________________________________________________
60843 [ 22205] By: ams                                   on 2004/01/24  11:03:36
60844         Log: Subject: [patch] make Storable thread-safe
60845              From: Stas Bekman <stas@stason.org>
60846              Date: Mon, 19 Jan 2004 00:20:02 -0800
60847              Message-Id: <400B9332.4070106@stason.org>
60848
60849              Subject: Re: Subroutine reference bug in Storable
60850              From: Slaven Rezic <slaven@rezic.de>
60851              Date: 14 Nov 2003 23:22:55 +0100
60852              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
60853
60854              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
60855              overload + cyclic structures
60856              From: Sam Vilain <sam@vilain.net>
60857              Date: Tue, 20 Jan 2004 22:30:15 +1300
60858              Message-Id: <200401202230.15865.sam@vilain.net>
60859      Branch: perl
60860            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
60861            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
60862            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
60863            ! ext/Storable/t/code.t
60864 ____________________________________________________________________________
60865 [ 22204] By: ams                                   on 2004/01/24  08:59:11
60866         Log: Upgrade to Locale::Maketext 1.08.
60867      Branch: perl
60868            + lib/Locale/Maketext/t/06super.t
60869            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
60870            ! lib/Locale/Maketext/TPJ13.pod
60871 ____________________________________________________________________________
60872 [ 22203] By: davem                                 on 2004/01/23  23:06:49
60873         Log: make some t/op/write.t failures more verbose
60874      Branch: perl
60875            ! t/op/write.t
60876 ____________________________________________________________________________
60877 [ 22201] By: davem                                 on 2004/01/23  22:26:47
60878         Log: Subject:  Re: threads::shared::queue;
60879              From:  Jan Dubois <jand@ActiveState.com>
60880              Date:  Thu, 22 Jan 2004 19:18:46 -0800
60881              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
60882
60883              Avoid threads+win32 crash by freeing Perl interpreter slightly later
60884      Branch: perl
60885            ! ext/threads/threads.xs
60886 ____________________________________________________________________________
60887 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
60888         Log: test that use encoding; doesn't cause references to be stringified
60889      Branch: perl
60890            ! t/uni/chomp.t
60891 ____________________________________________________________________________
60892 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
60893         Log: Document chomp's travels in the wonderful world of use encoding;
60894      Branch: perl
60895            ! pod/perlfunc.pod
60896 ____________________________________________________________________________
60897 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
60898         Log: Check the return values of chomp
60899              (more tricky than it may seem, as the return value is unicode)
60900      Branch: perl
60901            ! t/uni/chomp.t
60902 ____________________________________________________________________________
60903 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
60904         Log: Test return values of all chomps
60905      Branch: perl
60906            ! t/op/chop.t
60907 ____________________________________________________________________________
60908 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
60909         Log: Subject: Re: [perl #24888] chomp ignores utf8
60910              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60911              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
60912              Date: Fri, 16 Jan 2004 04:13:00 +0900
60913      Branch: perl
60914            + t/uni/chomp.t
60915            ! MANIFEST doop.c t/op/chop.t
60916 ____________________________________________________________________________
60917 [ 22195] By: davem                                 on 2004/01/22  20:48:03
60918         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
60919              From: Steve Hay <steve.hay@uk.radan.com>
60920              Date: Thu, 22 Jan 2004 17:08:29 +0000
60921              Message-ID: <4010038D.4070104@uk.radan.com>
60922      Branch: perl
60923            + win32/makeico.pl win32/perlexe.rc
60924            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
60925 ____________________________________________________________________________
60926 [ 22194] By: davem                                 on 2004/01/22  00:24:51
60927         Log: C<use strict; print if foo> didn't give the
60928              "Bareword not allowed" error unless warnings were enabled
60929      Branch: perl
60930            ! op.c
60931 ____________________________________________________________________________
60932 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
60933         Log: Convert the older parts of op/bop.t over to test.pl
60934      Branch: perl
60935            ! t/op/bop.t
60936 ____________________________________________________________________________
60937 [ 22192] By: merijn                                on 2004/01/21  21:10:10
60938         Log: ':flock' not recognized unless it's first
60939              Exporter::Heavy now will treat :, /, and ! special in
60940              all arguments, not only if the _first_ arg starts with it
60941              Date: Wed, 21 Jan 2004 08:32:47 -0500
60942              Message-ID: <20040121133248.3359.qmail@plover.com>
60943      Branch: perl
60944            ! lib/Exporter/Heavy.pm
60945 ____________________________________________________________________________
60946 [ 22191] By: davem                                 on 2004/01/21  20:45:48
60947         Log: Subject:  PATCH for perl-5.8.4
60948              From:  "Edward S. Peschko" <esp5@pge.com>
60949              Date:  Mon, 19 Jan 2004 17:21:18 -0800
60950              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
60951
60952              Add @DynaLoader::dl_shared_objects feature
60953      Branch: perl
60954            ! ext/DynaLoader/DynaLoader_pm.PL
60955 ____________________________________________________________________________
60956 [ 22190] By: davem                                 on 2004/01/21  20:14:51
60957         Log: remove the platform dependencies of the write.t tests introduced
60958              by change #22161, by hard-coding the expected outputs rather
60959              than using sprintf('%f').
60960      Branch: perl
60961            ! t/op/write.t
60962 ____________________________________________________________________________
60963 [ 22189] By: davem                                 on 2004/01/20  22:41:14
60964         Log: Fix typo in patch #22188
60965      Branch: perl
60966            ! pod/perlfunc.pod
60967 ____________________________________________________________________________
60968 [ 22188] By: davem                                 on 2004/01/20  22:36:10
60969         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
60970              and %x too.
60971      Branch: perl
60972            ! pod/perlfunc.pod
60973 ____________________________________________________________________________
60974 [ 22187] By: davem                                 on 2004/01/20  22:27:50
60975         Log: "sub foo :unique" segfaults
60976
60977              Turn these two into compile-time errors until such time as
60978              someone thinks of a useful meaning for them:
60979              my $x : unique
60980              sub foo : unique
60981      Branch: perl
60982            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
60983 ____________________________________________________________________________
60984 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
60985         Log: Add a new test file for situations where threads may interfere.
60986              Subject: Re: "restricted hashes" hit again !
60987              From: Stas Bekman <stas@stason.org>
60988              Date: Tue, 23 Dec 2003 15:32:26 -0800
60989              Message-ID: <3FE8D08A.4090806@stason.org>
60990      Branch: perl
60991            + t/op/threads.t
60992            ! MANIFEST
60993 ____________________________________________________________________________
60994 [ 22185] By: davem                                 on 2004/01/20  21:01:08
60995         Log: Document CVf_UNIQUE flag better
60996      Branch: perl
60997            ! cv.h
60998 ____________________________________________________________________________
60999 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
61000         Log: Fix precedence errors and add some cleanup in the new
61001              DBM_Filter tests
61002      Branch: perl
61003            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
61004 ____________________________________________________________________________
61005 [ 22182] By: davem                                 on 2004/01/20  00:16:42
61006         Log: second attempt to fix [perl #24914] freeing a CV reference that was
61007              currently being executed caused coredumps. The dounwind called by
61008              die unwinds all the contexts on the context stack before unwinding
61009              the save stack.  To stop premature freeing of the CV, hold
61010              references to it on both stacks.
61011      Branch: perl
61012            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
61013 ____________________________________________________________________________
61014 [ 22181] By: davem                                 on 2004/01/19  23:41:37
61015         Log: change #22071 (taint bug in $^0) introduced a potential double
61016              free(), because PL_osname may get freed but not nulled if a taint
61017              test fails in between. Mea cupla and all that...
61018      Branch: perl
61019            ! mg.c
61020 ____________________________________________________________________________
61021 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
61022         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
61023              From: Gisle Aas <gisle@ActiveState.com>
61024              Date: 17 Jan 2004 01:29:02 -0800
61025              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
61026              (test rewritten to fit in blead)
61027      Branch: perl
61028            ! pp.c t/op/bop.t
61029 ____________________________________________________________________________
61030 [ 22179] By: merijn                                on 2004/01/19  21:36:48
61031         Log: Subject: [PATCH] dl_unload_file for HP-UX
61032              Date: Mon, 12 Jan 2004 07:49:44 -0800
61033              From: Neil Watkiss <neil.watkiss@sophos.com>
61034              Message-ID: <20040112154944.GA15412@ActiveState.com>
61035      Branch: perl
61036            ! ext/DynaLoader/dl_hpux.xs
61037 ____________________________________________________________________________
61038 [ 22177] By: merijn                                on 2004/01/19  16:11:22
61039         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
61040              See INSTALL for more details
61041      Branch: perl
61042            ! Configure
61043 ____________________________________________________________________________
61044 [ 22175] By: merijn                                on 2004/01/19  16:05:50
61045         Log: Describe how to limit the perl's default @INC during Configure
61046              to _not_ include older versions
61047      Branch: perl
61048            ! INSTALL
61049 ____________________________________________________________________________
61050 [ 22174] By: merijn                                on 2004/01/19  10:41:24
61051         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
61052              Date: Sun, 18 Jan 2004 12:51:23 -0600
61053              From: "Craig A. Berry" <craigberry@mac.com>
61054              Message-ID: <400AD5AB.3080708@mac.com>
61055      Branch: perl
61056            ! perlio.c
61057 ____________________________________________________________________________
61058 [ 22173] By: merijn                                on 2004/01/19  10:27:53
61059         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
61060              Date: Sun, 18 Jan 2004 17:03:30 -0600
61061              From: "Craig A. Berry" <craigberry@mac.com>
61062              Message-ID: <400B10C2.9060504@mac.com>
61063      Branch: perl
61064            ! configure.com
61065 ____________________________________________________________________________
61066 [ 22172] By: davem                                 on 2004/01/17  23:58:04
61067         Log: back out change #24914 "freeing a CV reference that was currently
61068              being executed caused coredumps".
61069              The new test case sometimes locks up linux's malloc, and with
61070              Perl's malloc the test code still coredumps :-(
61071      Branch: perl
61072            ! perl.c scope.c scope.h sv.c t/op/closure.t
61073 ____________________________________________________________________________
61074 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
61075         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
61076              From: "Green, Paul" <Paul.Green@stratus.com>
61077              Date: Thu, 15 Jan 2004 16:00:15 -0500
61078              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
61079      Branch: perl
61080            ! README.vos hv.c pp_pack.c vos/Changes
61081 ____________________________________________________________________________
61082 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
61083         Log: Subject: Re: open/or inconsistency
61084              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61085              Date: Sat, 17 Jan 2004 19:59:55 +0900
61086              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
61087              (plus a test.)
61088              Don't produce the warning for constructs like
61089              open my $fh, $file or die;
61090      Branch: perl
61091            ! op.c t/lib/warnings/op
61092 ____________________________________________________________________________
61093 [ 22169] By: davem                                 on 2004/01/17  18:02:31
61094         Log: Subject:  Perl core dumps when running out of memory [PATCH]
61095              From:  Gisle Aas <gisle@ActiveState.com>
61096              Date:  17 Jan 2004 06:18:13 -0800
61097              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
61098
61099              Display 'out of memeory' errors using low-level I/O to avoid
61100              recursive failure and so coredumps.
61101      Branch: perl
61102            ! util.c
61103 ____________________________________________________________________________
61104 [ 22168] By: davem                                 on 2004/01/17  17:38:21
61105         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61106              Subject: [PATCH ] Enhanced DBM Filters
61107              Date: Sat, 17 Jan 2004 16:44:53 -0000
61108              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
61109
61110              add DBM_Filter
61111      Branch: perl
61112            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
61113            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
61114            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
61115            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
61116            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
61117            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
61118            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
61119            + lib/dbm_filter_util.pl
61120            ! MANIFEST
61121 ____________________________________________________________________________
61122 [ 22167] By: davem                                 on 2004/01/17  16:12:32
61123         Log: freeing a CV reference that was currently being
61124              executed caused coredumps
61125      Branch: perl
61126            ! perl.c scope.c scope.h sv.c t/op/closure.t
61127 ____________________________________________________________________________
61128 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
61129         Log: Integrate final perl583delta
61130      Branch: perl
61131           !> pod/perl583delta.pod
61132 ____________________________________________________________________________
61133 [ 22163] By: davem                                 on 2004/01/16  19:24:14
61134         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
61135              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
61136              Date:  Thu, 15 Jan 2004 14:10:37 -0800
61137              Message-Id:  <20040115221037.GA2392@efn.org>
61138
61139              Add sv_2iv_flags() to allow magic to be optionally processed.
61140      Branch: perl
61141            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
61142            ! proto.h sv.c sv.h t/op/bop.t
61143 ____________________________________________________________________________
61144 [ 22162] By: davem                                 on 2004/01/16  16:39:17
61145         Log: format bug with undefined _TOP
61146              name of format_TOP now derived from the name of the current
61147              filehandle rather then the name of the  format associetd with that
61148              handle
61149      Branch: perl
61150            ! pp_sys.c t/op/write.t
61151 ____________________________________________________________________________
61152 [ 22161] By: davem                                 on 2004/01/16  13:29:26
61153         Log: Subject: [PATCH] format/write (version 2)
61154              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
61155              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
61156
61157              Fixes and additions to formats:
61158
61159              Improvement: NULL chars in picture line
61160              Bugfix: C<@*> shown in output if not alone on a line
61161              New feature: C<^*> for variable-width, one-line-at-a-time text
61162              Improvement: Diagnostic on C<@#> and C<~~>
61163              Bugfix: Segmentation fault on big numbers
61164              Improvement (maybe): Truncation of numbers produces misleading output
61165              Bugfix: "}" terminates format
61166              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
61167      Branch: perl
61168            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
61169            ! pp_ctl.c proto.h t/op/write.t toke.c
61170 ____________________________________________________________________________
61171 [ 22160] By: davem                                 on 2004/01/15  23:49:02
61172         Log: buigid #24905 - the code planted to call glob() retained an
61173              extraneous targ index in a pushmark op, leasing to strangeness
61174              when the op was freed
61175      Branch: perl
61176            ! op.c
61177 ____________________________________________________________________________
61178 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
61179         Log: Upgrade to Time::HiRes 1.55
61180      Branch: perl
61181            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61182            ! ext/Time/HiRes/HiRes.xs
61183 ____________________________________________________________________________
61184 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
61185         Log: Make chomp heed the utf8 flags on the target string and $/
61186              [Fixes #24888]
61187              More work still needed to make chomp heed the encoding pragma.
61188      Branch: perl
61189            ! doop.c t/op/chop.t
61190 ____________________________________________________________________________
61191 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
61192         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
61193              [Forgot to do this as part of the integration]
61194      Branch: perl
61195            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
61196            ! vms/descrip_mms.template win32/pod.mak
61197 ____________________________________________________________________________
61198 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
61199         Log: Integrate:
61200              [ 22143]
61201              We're planning on making history today. Mind you, not that much -
61202              only 1 line.
61203
61204              perl583delta.pod
61205      Branch: perl
61206           +> pod/perl583delta.pod
61207            ! MANIFEST
61208           !> pod/perlhist.pod
61209 ____________________________________________________________________________
61210 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
61211         Log: Bump version number as file has changed since 5.8.2
61212      Branch: perl
61213            ! lib/File/Find.pm
61214 ____________________________________________________________________________
61215 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
61216         Log: Subject:  Doc patches for File::Find
61217              From:  Andy Lester <andy@petdance.com>
61218              Date:  Mon, 12 Jan 2004 00:10:50 -0600
61219              Message-Id:  <20040112061050.GB7308@petdance.com>
61220      Branch: perl
61221            ! lib/File/Find.pm
61222 ____________________________________________________________________________
61223 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
61224         Log: Assimilate CGI 3.03
61225      Branch: perl
61226            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
61227 ____________________________________________________________________________
61228 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
61229         Log: Add VMS to the list of "don't fork" OSes
61230              [In the most simple way possible. Fix this properly post 5.8.3
61231              to use $Config{d_fork} or something more robust]
61232      Branch: perl
61233            ! ext/threads/shared/t/wait.t
61234 ____________________________________________________________________________
61235 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
61236         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
61237              From: Tels <perl_dummy@bloodgate.com>
61238              Date: Tue, 13 Jan 2004 19:28:48 +0100
61239              Message-Id: <200401131928.50247@bloodgate.com>
61240      Branch: perl
61241            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
61242            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
61243            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
61244            ! lib/Math/BigInt/t/sub_mbi.t
61245 ____________________________________________________________________________
61246 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
61247         Log: MANIFEST adjustment.
61248      Branch: perl
61249            ! MANIFEST
61250 ____________________________________________________________________________
61251 [ 22126] By: ams                                   on 2004/01/13  07:16:33
61252         Log: Upgrade to Locale::Maketext 1.07.
61253      Branch: perl
61254            + lib/Locale/Maketext/t/04super.t
61255            + lib/Locale/Maketext/t/05super.t
61256            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
61257            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
61258 ____________________________________________________________________________
61259 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
61260         Log: Document usage of $_ and pos() inside /(?{...})/.
61261              (see change #2367.)
61262      Branch: perl
61263            ! pod/perlre.pod
61264 ____________________________________________________________________________
61265 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
61266         Log: Upgrade to MIME::Base64 2.23.
61267      Branch: perl
61268            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61269            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
61270 ____________________________________________________________________________
61271 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
61272         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
61273              From: Robin Barker <Robin.Barker@npl.co.uk>
61274              Date: Thu, 8 Jan 2004 16:21:25 -0000
61275              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
61276      Branch: perl
61277            ! handy.h
61278 ____________________________________________________________________________
61279 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
61280         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
61281              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
61282              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
61283              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
61284      Branch: perl
61285            ! ext/threads/shared/t/wait.t
61286 ____________________________________________________________________________
61287 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
61288         Log: use sv_setpvn rather than sv_setpv and save a strlen()
61289      Branch: perl
61290            ! doop.c
61291 ____________________________________________________________________________
61292 [ 22120] By: merijn                                on 2004/01/12  13:04:42
61293         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
61294              From: Gisle Aas <gisle@ActiveState.com>
61295              Date: 12 Jan 2004 02:35:27 -0800
61296              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
61297      Branch: perl
61298            ! Configure
61299 ____________________________________________________________________________
61300 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
61301         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
61302              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61303              Date: Mon, 12 Jan 2004 11:19:37 +0900
61304              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
61305      Branch: perl
61306            ! doop.c t/op/join.t
61307 ____________________________________________________________________________
61308 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
61309         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
61310              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
61311              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
61312              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
61313      Branch: perl
61314            ! ext/threads/shared/t/wait.t
61315 ____________________________________________________________________________
61316 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
61317         Log: Regenerate win32/Makefile and win32/makefile.mk after
61318
61319              Integrate:
61320              [ 22081]
61321              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
61322              a copy to be made at build time.
61323
61324              [ 22111]
61325              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
61326              From: Abe Timmerman <abe@ztreet.demon.nl>
61327              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
61328              Date: Sun, 11 Jan 2004 18:13:40 +0100
61329
61330              plus revert 22092 and 22080
61331      Branch: perl
61332            ! pod.lst win32/Makefile win32/makefile.mk
61333           !> pod/buildtoc
61334 ____________________________________________________________________________
61335 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
61336         Log: Upgrade to Cwd 2.14.
61337      Branch: perl
61338            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
61339 ____________________________________________________________________________
61340 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
61341         Log: Upgrade to Math::BigRat 0.11
61342
61343              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
61344              From: Tels <perl_dummy@bloodgate.com>
61345              Date: Wed, 7 Jan 2004 18:30:06 +0100
61346              Message-Id: <200401071830.07445@bloodgate.com>
61347      Branch: perl
61348            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
61349            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
61350 ____________________________________________________________________________
61351 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
61352         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
61353              From: Steve Hay <steve.hay@uk.radan.com>
61354              Date: Wed, 07 Jan 2004 13:22:30 +0000
61355              Message-ID: <3FFC0816.9090406@uk.radan.com>
61356
61357              (and increment version number in Carp)
61358      Branch: perl
61359            ! lib/Carp.pm lib/Carp/Heavy.pm
61360 ____________________________________________________________________________
61361 [ 22108] By: adi                                   on 2004/01/10  21:33:59
61362         Log: documentation nit
61363      Branch: perl
61364            ! pod/perlop.pod
61365 ____________________________________________________________________________
61366 [ 22107] By: adi                                   on 2004/01/10  20:19:09
61367         Log: nit to Bytecode - the av_extend opcode wasn't saved when
61368              the array had AvFILL == 0
61369      Branch: perl
61370            ! ext/B/B/Assembler.pm
61371 ____________________________________________________________________________
61372 [ 22106] By: adi                                   on 2004/01/10  20:16:03
61373         Log: still problems with backreferences + reverse cloning
61374              after #21936 - the weak reference may live on the pad.
61375      Branch: perl
61376            ! sv.c
61377 ____________________________________________________________________________
61378 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
61379         Log: Bah. Makefile.PL still tests the sub-MANIFEST
61380      Branch: perl
61381            ! ext/Storable/MANIFEST
61382 ____________________________________________________________________________
61383 [ 22103] By: davem                                 on 2004/01/09  12:20:38
61384         Log: temporarily backout test of thread returning a closure. It crashes
61385              win32.
61386      Branch: perl
61387            ! ext/threads/t/problems.t
61388 ____________________________________________________________________________
61389 [ 22102] By: davem                                 on 2004/01/08  22:32:28
61390         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
61391              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
61392
61393              Returning a closure from a thread (via join) could mess up because
61394              pointers to PL_sv_undef weren't rejigged to point at the joiner's
61395              version of PL_sv_undef. Also, the closure's CvGV got cloned too
61396              but never freed, since CvGV isn't refcounted.
61397      Branch: perl
61398            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
61399 ____________________________________________________________________________
61400 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
61401         Log: perl582delta.pod was not in the MANIFEST.
61402      Branch: perl
61403            ! MANIFEST
61404 ____________________________________________________________________________
61405 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
61406         Log: Integrate:
61407              [ 22093]
61408              Graham says that the search.cpan.org pod finder hashes on name
61409              The 4 files all thinking they are perldelta.pod confuses it.
61410      Branch: perl
61411           +> pod/perl582delta.pod
61412           !> pod/perl581delta.pod pod/perl58delta.pod
61413 ____________________________________________________________________________
61414 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
61415         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
61416              From: Abigail <abigail@abigail.nl>
61417              Message-ID: <20040107230027.GC393@abigail.nl>
61418              Date: Thu, 8 Jan 2004 00:00:27 +0100
61419      Branch: perl
61420            ! pod/perlhist.pod
61421 ____________________________________________________________________________
61422 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
61423         Log: [Integrate]
61424              22088 22089 22090 (datestamp corrections - let's see if this really
61425              works)
61426      Branch: perl
61427           !> (integrate 35 files)
61428 ____________________________________________________________________________
61429 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
61430         Log: Hardcoded numerical flag masks. Bad.
61431      Branch: perl
61432            ! doop.c
61433 ____________________________________________________________________________
61434 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
61435         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
61436              so that re will build properly on Win32. Thanks to Steve Hay for
61437              trying COW and finding the problems.
61438      Branch: perl
61439            ! embed.fnc embed.h
61440 ____________________________________________________________________________
61441 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
61442         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
61443      Branch: perl
61444            + t/run/switch0.t
61445            ! MANIFEST perl.c
61446 ____________________________________________________________________________
61447 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
61448         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
61449              like this pre 5.8.1, I suspect that no-one has used it recently.
61450      Branch: perl
61451            ! win32/makefile.mk
61452 ____________________________________________________________________________
61453 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
61454         Log: The TODO tag should be included also when a TODO test succeeds,
61455              so it's reported by the test harness
61456      Branch: perl
61457            ! t/op/write.t
61458 ____________________________________________________________________________
61459 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
61460         Log: This TODO test seems to pass now.
61461      Branch: perl
61462            ! t/op/write.t
61463 ____________________________________________________________________________
61464 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
61465         Log: Some of the bitwise manipulation PP functions weren't checking
61466              whether their arguments were magical before using them.
61467              (bug [#24816]).
61468      Branch: perl
61469            ! pp.c
61470 ____________________________________________________________________________
61471 [ 22071] By: davem                                 on 2004/01/05  22:17:04
61472         Log: [perl #24674]
61473              stop $^O getting tainted on read access, and disallow tainted
61474              assignment to it
61475      Branch: perl
61476            ! mg.c t/op/taint.t
61477 ____________________________________________________________________________
61478 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
61479         Log: Some mandatory syntax warnings emitted by the lexer weren't
61480              disableable (bug [perl #24815]).
61481      Branch: perl
61482            ! pod/perldiag.pod t/lib/warnings/toke toke.c
61483 ____________________________________________________________________________
61484 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
61485         Log: Change the flag logic in buildtoc
61486      Branch: perl
61487            ! pod.lst pod/buildtoc
61488 ____________________________________________________________________________
61489 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
61490         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
61491      Branch: perl
61492            ! pod/buildtoc
61493 ____________________________________________________________________________
61494 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
61495         Log: Subject: [PATCH] skip num.t #47 on VMS
61496              From: "Craig A. Berry" <craigberry@mac.com>
61497              Date: Sun, 04 Jan 2004 23:16:26 -0600
61498              Message-ID: <3FF8F32A.5000108@mac.com>
61499      Branch: perl
61500            ! t/base/num.t
61501 ____________________________________________________________________________
61502 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
61503         Log: Subject: [PATCH configure.com] future-proof signal check
61504              From: "Craig A. Berry" <craigberry@mac.com>
61505              Date: Sun, 04 Jan 2004 22:53:40 -0600
61506              Message-ID: <3FF8EDD4.3080308@mac.com>
61507      Branch: perl
61508            ! configure.com
61509 ____________________________________________________________________________
61510 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
61511         Log: Upgrade to Cwd 2.13
61512      Branch: perl
61513            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
61514 ____________________________________________________________________________
61515 [ 22055] By: davem                                 on 2004/01/04  19:34:36
61516         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
61517              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
61518              Date: Fri, 2 Jan 2004 11:31:46 +0100
61519              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
61520
61521              eval of of a truncated format should fail
61522      Branch: perl
61523            ! t/op/write.t toke.c
61524 ____________________________________________________________________________
61525 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
61526         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
61527      Branch: perl
61528            ! lib/PerlIO/via/QuotedPrint.pm
61529 ____________________________________________________________________________
61530 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
61531         Log: Upgrade to Time::HiRes 1.54
61532      Branch: perl
61533            + ext/Time/HiRes/hints/solaris.pl
61534            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61535            ! ext/Time/HiRes/HiRes.xs
61536 ____________________________________________________________________________
61537 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
61538         Log: No matter how hard you proof read it, something always slips through.
61539      Branch: perl
61540            ! ext/Storable/ChangeLog
61541 ____________________________________________________________________________
61542 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
61543         Log: Fix minor problems with the CPAN release
61544              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
61545              2: Ship the linux hints file
61546              3: Ship Test::More for the benefit of Perls pre 5.6.2
61547              4: Correct Makefile.PL to install in core for 5.8.0 and later
61548      Branch: perl
61549            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
61550            ! ext/Storable/Makefile.PL ext/Storable/README
61551            ! ext/Storable/Storable.pm
61552 ____________________________________________________________________________
61553 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
61554         Log: Tidy up change #18751, so that the second parameter to unpack()
61555              defaults to $_ at compile-time, instead of run-time (like all
61556              other primitives that default to $_).
61557      Branch: perl
61558            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
61559 ____________________________________________________________________________
61560 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
61561         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
61562              documentaiton, update Arthur's e-mail address
61563      Branch: perl
61564            ! ext/threads/threads.pm
61565 ____________________________________________________________________________
61566 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
61567         Log: Use the optimization level -O2 by default on Linux/gcc.
61568              See :
61569              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
61570              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61571              Date: Thu, 1 Jan 2004 05:32:15 +0100
61572              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
61573      Branch: perl
61574            ! hints/linux.sh
61575 ____________________________________________________________________________
61576 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
61577         Log: Update debugger version number and Changes file
61578      Branch: perl
61579            ! lib/perl5db.pl
61580 ____________________________________________________________________________
61581 [ 22037] By: davem                                 on 2004/01/01  23:22:10
61582         Log: addition to 22036 (document SUPER better): superclass may be plural
61583      Branch: perl
61584            ! pod/perlbot.pod pod/perlobj.pod
61585 ____________________________________________________________________________
61586 [ 22036] By: davem                                 on 2004/01/01  22:23:11
61587         Log: Document the quirks of SUPER, especially the fact that it it
61588              relative to the current package and not to the invoking object.
61589      Branch: perl
61590            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
61591            ! pod/perltoot.pod
61592 ____________________________________________________________________________
61593 [ 22034] By: davem                                 on 2004/01/01  19:58:08
61594         Log: Fix bug #24383, where hashes with the :unique attribute weren't
61595              getting made readonly on interpreter clone. Also, remove the
61596              :unique attribute from the hashes in warnings.pm, since they may
61597              later be modified by warnings::register.  Finally, adds tests for
61598              the :unique attribute.
61599      Branch: perl
61600            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
61601 ____________________________________________________________________________
61602 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
61603         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
61604              From: Dorner Thomas <tdorner@amadeus.net>
61605              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
61606              Date: Fri, 19 Dec 2003 07:16:47 +0100
61607      Branch: perl
61608            ! t/io/utf8.t t/op/pat.t
61609 ____________________________________________________________________________
61610 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
61611         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
61612              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61613              Date: Thu, 18 Dec 2003 14:10:29 -0800
61614              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
61615      Branch: perl
61616            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
61617            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
61618            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
61619 ____________________________________________________________________________
61620 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
61621         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
61622      Branch: perl
61623            ! pod/perlunicode.pod
61624 ____________________________________________________________________________
61625 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
61626         Log: Document that detached threads aren't supported on Windows yet.
61627      Branch: perl
61628            ! ext/threads/threads.pm
61629 ____________________________________________________________________________
61630 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
61631         Log: Upgrade to Getopt::Long 2.34_01
61632      Branch: perl
61633            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
61634 ____________________________________________________________________________
61635 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
61636         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
61637              beautiful clean run of OKs. You are all getting a clean run of OKs,
61638              aren't you?
61639      Branch: perl
61640            ! lib/Test/Harness/t/00compile.t
61641 ____________________________________________________________________________
61642 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
61643         Log: Subject: [PATCH] "piconv -C 512" badly broken
61644              From: Autrijus Tang <autrijus@autrijus.org>
61645              Message-Id: <1072870210.769.5.camel@localhost>
61646              Date: Wed, 31 Dec 2003 19:30:10 +0800
61647      Branch: perl
61648            ! ext/Encode/bin/piconv
61649 ____________________________________________________________________________
61650 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
61651         Log: Upgrade to Test::Harness 2.40.
61652      Branch: perl
61653            ! lib/Test/Harness.pm lib/Test/Harness/Changes
61654            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
61655            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
61656            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
61657            ! lib/Test/Harness/t/prove-switches.t
61658            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
61659            ! lib/Test/Harness/t/test-harness.t
61660 ____________________________________________________________________________
61661 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
61662         Log: C++ comments, bad.
61663      Branch: perl
61664            ! ext/Cwd/Cwd.xs
61665 ____________________________________________________________________________
61666 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
61667         Log: Bump VERSION numbers
61668      Branch: perl
61669            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
61670            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
61671            ! lib/diagnostics.pm
61672 ____________________________________________________________________________
61673 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
61674         Log: A patch for Test::Harness on VMS by Craig Berry
61675              (see RT CPAN bug #4745)
61676      Branch: perl
61677            ! lib/Test/Harness/Straps.pm
61678 ____________________________________________________________________________
61679 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
61680         Log: Subject: more uni doc tweakage
61681              From: Jarkko Hietaniemi <jhi@iki.fi>
61682              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
61683              Date: Tue, 30 Dec 2003 15:37:55 +0200
61684
61685              Subject: one more pod fix
61686              From: Jarkko Hietaniemi <jhi@iki.fi>
61687              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
61688              Date: Tue, 30 Dec 2003 15:56:41 +0200
61689      Branch: perl
61690            ! lib/PerlIO.pm pod/perlunicode.pod
61691 ____________________________________________________________________________
61692 [ 22009] By: davem                                 on 2003/12/30  17:14:44
61693         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
61694      Branch: perl
61695            ! pod/perlrun.pod
61696 ____________________________________________________________________________
61697 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
61698         Log: Upgrade to Math::BigInt 1.68.
61699      Branch: perl
61700            + lib/Math/BigInt/t/bigroot.t
61701            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
61702            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
61703            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
61704            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
61705            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
61706 ____________________________________________________________________________
61707 [ 22005] By: davem                                 on 2003/12/30  15:07:50
61708         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
61709              heuristics for calculating buffer size needed to compile a format
61710              didn't allow for \0
61711      Branch: perl
61712            ! pp_ctl.c t/op/write.t
61713 ____________________________________________________________________________
61714 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
61715         Log: Add a regression test for bug #24762
61716      Branch: perl
61717            ! t/comp/parser.t
61718 ____________________________________________________________________________
61719 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
61720         Log: Updates the notes about byacc in pumpkin.pod.
61721      Branch: perl
61722            ! Porting/pumpkin.pod
61723 ____________________________________________________________________________
61724 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
61725         Log: Bump up UNIVERSAL's version to 1.02
61726              (due to fix #21418)
61727      Branch: perl
61728            ! lib/UNIVERSAL.pm
61729 ____________________________________________________________________________
61730 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
61731         Log: Add Mike Pomraning
61732      Branch: perl
61733            ! AUTHORS
61734 ____________________________________________________________________________
61735 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
61736         Log: Update the README and Changes files for Switch 2.10
61737      Branch: perl
61738            ! lib/Switch/Changes lib/Switch/README
61739 ____________________________________________________________________________
61740 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
61741         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
61742      Branch: perl
61743            ! lib/Switch.pm
61744 ____________________________________________________________________________
61745 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
61746         Log: Windows hasn't getuid/setuid and friends.
61747              Therefore disable the code related to them in POSIX.xs.
61748
61749              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
61750              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61751              Date: Mon, 29 Dec 2003 04:51:19 +0100
61752              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
61753      Branch: perl
61754            ! ext/POSIX/POSIX.xs
61755 ____________________________________________________________________________
61756 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
61757         Log: Subject: [PATCH] win32_chsize buglet
61758              From: "Kevin Chase" <kevincha99@hotmail.com>
61759              Date: Sun, 28 Dec 2003 15:48:56 -0800
61760              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
61761      Branch: perl
61762            ! win32/win32.c
61763 ____________________________________________________________________________
61764 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
61765         Log: Upgrade to Encode 1.99.
61766      Branch: perl
61767            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
61768            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
61769            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
61770            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
61771            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
61772            ! ext/Encode/ucm/macHebrew.ucm
61773 ____________________________________________________________________________
61774 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
61775         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
61776      Branch: perl
61777            ! win32/win32.c
61778 ____________________________________________________________________________
61779 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
61780         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
61781              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
61782              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
61783              Date: Thu, 25 Sep 2003 21:49:07 +0000
61784      Branch: perl
61785            ! dosish.h win32/win32.c win32/win32sck.c
61786 ____________________________________________________________________________
61787 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
61788         Log: Regenerate the perly.c patch for byacc output painless fixing
61789      Branch: perl
61790            ! perly_c.diff
61791 ____________________________________________________________________________
61792 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
61793         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
61794      Branch: perl
61795            ! perly.c perly.y vms/perly_c.vms
61796 ____________________________________________________________________________
61797 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
61798         Log: Subject: Cross compilation patches for arm.
61799              From: Redvers Davies <red@criticalintegration.com>
61800              Message-Id: <1072098653.4789.6.camel@ragefire>
61801              Date: Mon, 22 Dec 2003 08:11:34 -0500
61802      Branch: perl
61803            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
61804            ! Cross/config.sh-arm-linux Cross/installperl.patch
61805 ____________________________________________________________________________
61806 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
61807         Log: Fix bug [perl #24735] : make sure that the range (..) operator
61808              treats an undefined argument as 0 for numerical ranges and as ""
61809              for magical string ranges.
61810      Branch: perl
61811            ! pp_ctl.c t/op/range.t
61812 ____________________________________________________________________________
61813 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
61814         Log: Subject: PATCH:  *DB*_File
61815              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61816              Date: Sat, 27 Dec 2003 20:02:30 -0000
61817              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
61818      Branch: perl
61819            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
61820            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
61821            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
61822            ! ext/DB_File/typemap ext/GDBM_File/typemap
61823            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
61824            ! ext/SDBM_File/typemap
61825 ____________________________________________________________________________
61826 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
61827         Log: Straggler from Cwd
61828      Branch: perl
61829            + ext/Cwd/Changes
61830 ____________________________________________________________________________
61831 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
61832         Log: Straggler from Unicode::Collate.
61833              We need to automate this.
61834              For some value of we. (tr/w/m/ I suspect)
61835      Branch: perl
61836            + lib/Unicode/Collate/t/rearrang.t
61837 ____________________________________________________________________________
61838 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
61839         Log: Assimilate Unicode::Collate 0.33
61840      Branch: perl
61841            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
61842            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
61843            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
61844            ! lib/Unicode/Collate/t/contract.t
61845            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
61846            ! lib/Unicode/Collate/t/version.t
61847 ____________________________________________________________________________
61848 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
61849         Log: Assimilate PodParser-1.26
61850      Branch: perl
61851            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
61852            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
61853            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
61854            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
61855 ____________________________________________________________________________
61856 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
61857         Log: Assimilate File::Spec 0.87
61858      Branch: perl
61859            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
61860 ____________________________________________________________________________
61861 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
61862         Log: Assimilate Digest 1.05
61863      Branch: perl
61864            ! lib/Digest.pm lib/Digest/t/digest.t
61865 ____________________________________________________________________________
61866 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
61867         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
61868              21646 was only applied to core (must punt this back and thereby unfork)
61869              Need to fix test boilerplate properly for PERL_CORE
61870      Branch: perl
61871            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
61872            ! ext/Cwd/t/taint.t lib/Cwd.pm
61873 ____________________________________________________________________________
61874 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
61875         Log: Subject: [PATCH] Remove Win32 compiler warnings
61876              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61877              Date: Sat, 27 Dec 2003 17:39:20 +0100
61878              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
61879      Branch: perl
61880            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
61881 ____________________________________________________________________________
61882 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
61883         Log: Allow overriding of the p4 settings via environment variables
61884              Make regexp more robust to parse FreeBSD's patch output
61885      Branch: perl
61886            ! Porting/apply
61887 ____________________________________________________________________________
61888 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
61889         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
61890              From: Slaven Rezic <slaven@rezic.de>
61891              Date: 01 May 2003 21:28:10 +0200
61892              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
61893      Branch: perl
61894            ! lib/FindBin.pm lib/FindBin.t
61895 ____________________________________________________________________________
61896 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
61897         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
61898              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61899              Date: Sat, 27 Dec 2003 02:48:19 +0100
61900              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
61901      Branch: perl
61902            ! sv.c
61903 ____________________________________________________________________________
61904 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
61905         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
61906              as I'm going to integrate the core patch
61907      Branch: perl
61908            ! ext/List/Util/t/weak.t
61909 ____________________________________________________________________________
61910 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
61911         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
61912              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61913              Date: Fri, 26 Dec 2003 02:47:09 +0100
61914              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
61915      Branch: perl
61916            ! sv.c
61917 ____________________________________________________________________________
61918 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
61919         Log: Refactor the code that checks whether a range is numeric
61920              or string-magical.
61921      Branch: perl
61922            ! pp_ctl.c
61923 ____________________________________________________________________________
61924 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
61925         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
61926              This fixes building SDBM_File on AIX.
61927      Branch: perl
61928            ! ext/SDBM_File/sdbm/Makefile.PL
61929 ____________________________________________________________________________
61930 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
61931         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
61932              update the perl variables PL_uid and PL_euid (resp. PL_gid
61933              and PL_egid) with the new values.
61934      Branch: perl
61935            ! ext/POSIX/POSIX.xs
61936 ____________________________________________________________________________
61937 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
61938         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
61939              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61940              Date: Thu, 18 Dec 2003 12:30:06 -0800
61941              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
61942      Branch: perl
61943            ! config_h.SH
61944 ____________________________________________________________________________
61945 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
61946         Log: Subject: BigInt v1.68 - pre-release
61947              From: Tels <perl_dummy@bloodgate.com>
61948              Date: Tue, 23 Dec 2003 01:09:23 +0100
61949              Message-Id: <200312230106.27661@bloodgate.com>
61950      Branch: perl
61951            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
61952            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
61953            + lib/Math/BigInt/t/sub_ali.t
61954            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
61955            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
61956            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
61957            ! lib/Math/BigInt/t/upgrade.inc
61958 ____________________________________________________________________________
61959 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
61960         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
61961              From: Fergal Daly <fergal@esatclear.ie>
61962              Date: Tue, 2 Dec 2003 23:18:18 +0000
61963              Message-Id: <200312022318.18353.fergal@esatclear.ie>
61964
61965              (tweaked so the test is skipped on perls < 5.9.0)
61966      Branch: perl
61967            ! ext/List/Util/t/weak.t sv.c
61968 ____________________________________________________________________________
61969 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
61970         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
61971              From:  PPrymmer@factset.com
61972              Date:  Tue, 23 Dec 2003 17:27:44 -0500
61973              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
61974      Branch: perl
61975            ! README.vms
61976 ____________________________________________________________________________
61977 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
61978         Log: Subject: [patch t/test.pl] comment fix
61979              From: Stas Bekman <stas@stason.org>
61980              Message-ID: <3FE8C65A.4060708@stason.org>
61981              Date: Tue, 23 Dec 2003 14:48:58 -0800
61982      Branch: perl
61983            ! t/test.pl
61984 ____________________________________________________________________________
61985 [ 21951] By: adi                                   on 2003/12/22  23:22:12
61986         Log: re-fix [perl #24508] without speed regression.
61987              keep an eye on this.
61988      Branch: perl
61989            ! op.c opcode.h opcode.pl
61990 ____________________________________________________________________________
61991 [ 21950] By: adi                                   on 2003/12/22  23:19:25
61992         Log: sanitize some macros - based on Chip Salzenberg suggestions and
61993              on the way GNU people use the gcc-ish 'blocks in parens'
61994      Branch: perl
61995            ! XSUB.h sv.h
61996 ____________________________________________________________________________
61997 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
61998         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
61999              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
62000              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
62001              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
62002      Branch: perl
62003            ! ext/threads/shared/shared.xs
62004 ____________________________________________________________________________
62005 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
62006         Log: Subject:  doc nits
62007              From:  Jarkko Hietaniemi <jhi@iki.fi>
62008              Date:  Mon, 22 Dec 2003 21:57:34 +0200
62009              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
62010      Branch: perl
62011            ! pod/perltodo.pod pod/perlunicode.pod
62012 ____________________________________________________________________________
62013 [ 21944] By: merijn                                on 2003/12/22  10:13:43
62014         Log: Subject: [PATCH] configure.com archname tweak
62015              From: "Craig A. Berry" <craigberry@mac.com>
62016              Date: Sun, 21 Dec 2003 23:07:13 -0600
62017              Message-ID: <3FE67C01.1000704@mac.com>
62018      Branch: perl
62019            ! configure.com
62020 ____________________________________________________________________________
62021 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
62022         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
62023              From: Mike Guy <mjtg@cam.ac.uk>
62024              Date: Fri, 19 Dec 2003 17:17:11 +0000
62025              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
62026      Branch: perl
62027            ! pod/perlsec.pod
62028 ____________________________________________________________________________
62029 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
62030         Log: Fix a side-effect of bug #24674 in the perl debugger.
62031
62032              Subject: [perl #24674] 5.x odd taint bug
62033              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
62034              Date: 16 Dec 2003 15:03:24 -0000
62035              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
62036      Branch: perl
62037            ! lib/perl5db.pl
62038 ____________________________________________________________________________
62039 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
62040         Log: Subject: Perl 5.8.3 patches from the BS2000 port
62041              From: Dorner Thomas <tdorner@amadeus.net>
62042              Date: Wed, 17 Dec 2003 15:41:17 +0100
62043              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
62044      Branch: perl
62045            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
62046 ____________________________________________________________________________
62047 [ 21937] By: adi                                   on 2003/12/20  21:37:03
62048         Log: after back-references, restricted hashes.
62049              see http://nntp.perl.org/group/perl.perl5.porters/86497
62050              this is hopefully only a temporary solution.
62051      Branch: perl
62052            ! perl.c
62053 ____________________________________________________________________________
62054 [ 21936] By: adi                                   on 2003/12/20  21:32:37
62055         Log: fix [perl #24660], [perl #24663].
62056      Branch: perl
62057            ! mg.c sv.c
62058 ____________________________________________________________________________
62059 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
62060         Log: Upgrade to Time::Local 1.07_94
62061      Branch: perl
62062            ! lib/Time/Local.pm lib/Time/Local.t
62063 ____________________________________________________________________________
62064 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
62065         Log: Subject: [PATCH] OpenVMS I64 support
62066              From: "Craig A. Berry" <craigberry@mac.com>
62067              Message-ID: <3FE2441F.2070603@mac.com>
62068              Date: Thu, 18 Dec 2003 18:19:43 -0600
62069      Branch: perl
62070            ! configure.com vms/gen_shrfls.pl
62071 ____________________________________________________________________________
62072 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
62073         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
62074              <20031220124854.GA1265@ratsnest.hole> )
62075      Branch: perl
62076            ! hv.c
62077 ____________________________________________________________________________
62078 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
62079         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
62080              Configure test for troublesome gconvert(), so for now simply avoid
62081              the optimisation that calls gconvert() in this case.
62082      Branch: perl
62083            ! sv.c
62084 ____________________________________________________________________________
62085 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
62086         Log: Upgrade to CGI.pm 3.01
62087      Branch: perl
62088            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
62089            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
62090            ! lib/CGI/t/request.t
62091 ____________________________________________________________________________
62092 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
62093         Log: Subject: [DOCPATCH] base.pm
62094              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62095              Date: Thu, 18 Dec 2003 22:30:52 +0100
62096              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
62097
62098              Plus, remove leftover mentions of pseudo-hashes
62099      Branch: perl
62100            ! lib/base.pm
62101 ____________________________________________________________________________
62102 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
62103         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
62104      Branch: perl
62105            ! pod/perlhist.pod
62106 ____________________________________________________________________________
62107 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
62108         Log: Perl 1.0.16 has been released.
62109      Branch: perl
62110            ! pod/perlhist.pod
62111 ____________________________________________________________________________
62112 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
62113         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
62114              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62115              Date: Wed, 17 Dec 2003 13:26:52 +0100
62116              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
62117      Branch: perl
62118            ! embed.fnc embed.h global.sym
62119 ____________________________________________________________________________
62120 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
62121         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
62122              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
62123              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
62124              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
62125      Branch: perl
62126            + ext/threads/shared/t/wait.t
62127            ! MANIFEST ext/threads/shared/shared.pm
62128            ! ext/threads/shared/shared.xs
62129 ____________________________________________________________________________
62130 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
62131         Log: Sync with the latest MakeMaker snapshot.
62132              But set the $VERSION to 6.21_01.
62133      Branch: perl
62134            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
62135            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
62136            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
62137            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
62138            ! lib/ExtUtils/instmodsh
62139 ____________________________________________________________________________
62140 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
62141         Log: Remove incorrect guards around inclusion of <signal.h>
62142              Causes problems with UNIX03/SUSv3
62143              Part 2 of change 21916 - oops!
62144
62145              See:
62146              Message-Id: <3FDD06A5.8010004@sun.com>
62147              Subject: Re: UNIX03 & C99 issue with 5.8.2
62148              From: Alan Burlison <Alan.Burlison@sun.com>
62149              Date: Mon, 15 Dec 2003 00:56:05 +0000
62150      Branch: perl
62151            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
62152 ____________________________________________________________________________
62153 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
62154         Log: Remove incorrect guards around inclusion of <signal.h>
62155              Causes problems with UNIX03/SUSv3
62156      Branch: perl
62157            ! doio.c
62158 ____________________________________________________________________________
62159 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
62160         Log: Add the macros dAX and dITEMS to PPPort.
62161      Branch: perl
62162            ! ext/Devel/PPPort/PPPort.pm
62163 ____________________________________________________________________________
62164 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
62165         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
62166              From: Stas Bekman <stas@stason.org>
62167              Date: Sun, 14 Dec 2003 15:12:40 -0800
62168              Message-ID: <3FDCEE68.3080509@stason.org>
62169      Branch: perl
62170            ! Porting/pumpkin.pod
62171 ____________________________________________________________________________
62172 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
62173         Log: Subject: [DOCPATCH] perlfunc delete
62174              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62175              Date: Sun, 14 Dec 2003 20:25:07 +0100
62176              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
62177      Branch: perl
62178            ! pod/perlfunc.pod
62179 ____________________________________________________________________________
62180 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
62181         Log: Forgot to remove a comment
62182      Branch: perl
62183            ! pp.c
62184 ____________________________________________________________________________
62185 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
62186         Log: S_save_hek_flags should honour the "free" flag.
62187              Ought to mask the flag bits that shouldn't be stored.
62188      Branch: perl
62189            ! hv.c
62190 ____________________________________________________________________________
62191 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
62192         Log: Some fool missed a letter n.
62193              (and then "optimised" code based on its absense. D'oh)
62194              Restore the correct behaviour - fetch with uppercase key, then if
62195              still not found store with mixed/lowercase key.
62196      Branch: perl
62197            ! hv.c
62198 ____________________________________________________________________________
62199 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
62200         Log: Subject: Re: Change 21862
62201              From: Enache Adrian <enache@rdslink.ro>
62202              Date: Wed, 10 Dec 2003 06:05:58 +0200
62203              Message-ID: <20031210040558.GC1584@ratsnest.hole>
62204
62205              (1st hunk), plus the equivalent for hv_delete_common
62206      Branch: perl
62207            ! hv.c
62208 ____________________________________________________________________________
62209 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
62210         Log: Clean up a bug I introduced into caseless ENV hv_delete
62211              (should be the proper fix for 21870 and 21872's band aid)
62212      Branch: perl
62213            ! hv.c
62214 ____________________________________________________________________________
62215 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
62216         Log: Subject: Re: 5.6.2-RC1 on Cygwin
62217              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
62218              Date: Sat, 6 Dec 2003 22:32:59 -0800
62219              Message-ID: <20031207063259.GA3004@efn.org>
62220              (with tweaks to cleanup code)
62221      Branch: perl
62222            ! t/op/taint.t
62223 ____________________________________________________________________________
62224 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
62225         Log: Add Perl_ceil
62226      Branch: perl
62227            ! perl.h pp.c
62228 ____________________________________________________________________________
62229 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
62230         Log: Reformat a long line in perlembed.pod (bug #24623).
62231      Branch: perl
62232            ! pod/perlembed.pod
62233 ____________________________________________________________________________
62234 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
62235         Log: The binary compatibility notes say that new global functions should
62236              go at the end. Not that I'm anything more than "trainee" when it
62237              comes to this bincompat stuff.
62238      Branch: perl
62239            ! embed.fnc proto.h
62240 ____________________________________________________________________________
62241 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
62242         Log: alarm() is now implemented on Win32.
62243      Branch: perl
62244            ! pod/perlport.pod
62245 ____________________________________________________________________________
62246 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
62247         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
62248      Branch: perl
62249            ! pod/buildtoc
62250 ____________________________________________________________________________
62251 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
62252         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
62253              From: David Dyck <david.dyck@fluke.com>
62254              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
62255              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
62256      Branch: perl
62257            ! lib/File/CheckTree.pm
62258 ____________________________________________________________________________
62259 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
62260         Log: Make the XSRETURN macro evaluate its argument only once.
62261      Branch: perl
62262            ! XSUB.h
62263 ____________________________________________________________________________
62264 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
62265         Log: More POD fixes ; regenerate perltoc and perlmodlib.
62266      Branch: perl
62267            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
62268            ! pod/perltoc.pod
62269 ____________________________________________________________________________
62270 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
62271         Log: Fix some of the pods to produce more standard manpages,
62272              as reported by Eric S. Raymond.
62273      Branch: perl
62274            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
62275 ____________________________________________________________________________
62276 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
62277         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
62278              From: Anders Johnson <ajohnson@nvidia.com>
62279              Date: Fri, 12 Dec 2003 14:07:40 -0800
62280              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
62281              (with tweaks)
62282      Branch: perl
62283            ! lib/Pod/Html.pm
62284 ____________________________________________________________________________
62285 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
62286         Log: Modify the common guard for the signal.h header, because
62287              C99 compilers don't like it.o
62288
62289              see :
62290              Subject: UNIX03 & C99 issue with 5.8.2
62291              From: Alan Burlison <Alan.Burlison@sun.com>
62292              Date: Fri, 12 Dec 2003 23:04:52 +0000
62293              Message-ID: <3FDA4994.6050209@sun.com>
62294      Branch: perl
62295            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
62296            ! util.c
62297 ____________________________________________________________________________
62298 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
62299         Log: Subject: [PATCH] Math::BigInt v1.67 released
62300              From: Tels <perl_dummy@bloodgate.com>
62301              Date: Fri, 12 Dec 2003 18:47:43 +0100
62302              Message-Id: <200312121847.49039@bloodgate.com>
62303      Branch: perl
62304            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
62305            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
62306            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
62307            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
62308            ! lib/Math/BigInt/t/sub_mbi.t
62309 ____________________________________________________________________________
62310 [ 21881] By: merijn                                on 2003/12/12  16:09:14
62311         Log: Subject: [PATCH] d_u32align for win32
62312              From: Gisle Aas <gisle@ActiveState.com>
62313              Date: 11 Dec 2003 01:33:39 -0800
62314              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
62315      Branch: perl
62316            ! win32/config.bc win32/config.gc win32/config.vc
62317 ____________________________________________________________________________
62318 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
62319         Log: Subject: [PATCH] environ array fix for VMS
62320              From: "Craig A. Berry" <craigberry@mac.com>
62321              Date: Thu, 11 Dec 2003 14:35:29 -0600
62322              Message-ID: <3FD8D511.2030805@mac.com>
62323      Branch: perl
62324            ! vms/vms.c
62325 ____________________________________________________________________________
62326 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
62327         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
62328              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
62329              Message-ID: <3FD8E74F.7000202@mindspring.com>
62330              Date: Thu, 11 Dec 2003 16:53:19 -0500
62331      Branch: perl
62332            ! AUTHORS
62333 ____________________________________________________________________________
62334 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
62335         Log: Add a mention of the error "DESTROY created new reference
62336              to dead object" in perldiag.
62337      Branch: perl
62338            ! pod/perldiag.pod
62339 ____________________________________________________________________________
62340 [ 21876] By: adi                                   on 2003/12/11  23:04:03
62341         Log: #21866 was wrong. another try to plumb that damn leak.
62342      Branch: perl
62343            ! mg.c sv.c
62344 ____________________________________________________________________________
62345 [ 21875] By: adi                                   on 2003/12/11  20:11:07
62346         Log: fix bug #24605.
62347              substr() wasn't working when used repeatedly on the same utf-8
62348              string.
62349      Branch: perl
62350            ! sv.c t/op/substr.t
62351 ____________________________________________________________________________
62352 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
62353         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
62354              by Jan Dubois.
62355      Branch: perl
62356            ! lib/Switch.pm
62357 ____________________________________________________________________________
62358 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
62359         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
62360              From: Autrijus Tang <autrijus@autrijus.org>
62361              Date: Tue, 9 Dec 2003 20:39:16 +0800
62362              Message-ID: <20031209123915.GA1454@not.autrijus.org>
62363      Branch: perl
62364            ! ext/Encode/encoding.pm pod/perlunicode.pod
62365 ____________________________________________________________________________
62366 [ 21872] By: adi                                   on 2003/12/09  03:26:16
62367         Log: temporary fix to avoid t/op/tie.t failures on Win32
62368      Branch: perl
62369            ! hv.c
62370 ____________________________________________________________________________
62371 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
62372         Log: Upgrade to Digest-MD5 2.33.
62373      Branch: perl
62374            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
62375            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
62376            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
62377 ____________________________________________________________________________
62378 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
62379         Log: Integrate change #21862 from maint-5.8 :
62380
62381              Win32/MinGW tweaks
62382              A. ENV_IS_CASELESS has trys to free(keysave) when
62383              keysave isn't in scope yet.
62384              B. For default makefile.mk which build with perlhost.h
62385              stuff "live" need to link with g++ to find new/delete etc.
62386      Branch: perl
62387           !> hv.c win32/makefile.mk
62388 ____________________________________________________________________________
62389 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
62390         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
62391              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62392              Date: Mon, 08 Dec 2003 08:17:46 +0100
62393              Message-id: <20031208071746.GA594@ethan>
62394      Branch: perl
62395            ! hv.c mg.c
62396 ____________________________________________________________________________
62397 [ 21868] By: adi                                   on 2003/12/08  03:38:39
62398         Log: yet another leak. bigger fish still swimming around.
62399              #!perl
62400              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
62401              __END__
62402      Branch: perl
62403            ! pp_ctl.c
62404 ____________________________________________________________________________
62405 [ 21867] By: adi                                   on 2003/12/08  03:34:37
62406         Log: yet another 2 leaks. example for the second:
62407              #! perl
62408              eval q{ open $p{q}, "foo" } while 1
62409              __END__
62410      Branch: perl
62411            ! op.c
62412 ____________________________________________________________________________
62413 [ 21866] By: adi                                   on 2003/12/08  03:30:16
62414         Log: plumb a leak with pos().
62415
62416              #! perl
62417              while (1) {
62418              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
62419              }
62420              __END__
62421      Branch: perl
62422            ! sv.c
62423 ____________________________________________________________________________
62424 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
62425         Log: Subject: [PATCH] documenting SCALAR gotcha
62426              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62427              Date: Sun, 07 Dec 2003 16:41:16 +0100
62428              Message-id: <20031207154116.GA825@ethan>
62429      Branch: perl
62430            ! pod/perltie.pod
62431 ____________________________________________________________________________
62432 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
62433         Log: Subject: [PATCH] setenv tweak for VMS
62434              From: "Craig A. Berry" <craigberry@mac.com>
62435              Date: Sat, 06 Dec 2003 18:13:32 -0600
62436              Message-ID: <3FD270AC.3000106@mac.com>
62437      Branch: perl
62438            ! vms/vms.c
62439 ____________________________________________________________________________
62440 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
62441         Log: Missing thingies.
62442      Branch: perl
62443            ! pp.c pp_hot.c
62444 ____________________________________________________________________________
62445 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
62446         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
62447              From: Tels <perl_dummy@bloodgate.com>
62448              Date: Sat, 6 Dec 2003 20:19:44 +0100
62449              Message-Id: <200312062016.50484@bloodgate.com>
62450      Branch: perl
62451            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
62452            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
62453            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
62454            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
62455            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
62456            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
62457            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
62458            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
62459            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
62460 ____________________________________________________________________________
62461 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
62462         Log: Forgot to update the MANIFEST.
62463      Branch: perl
62464            ! MANIFEST
62465 ____________________________________________________________________________
62466 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
62467         Log: Math::BigInt::Scalar is only for tests.
62468              Move it under t/lib.
62469      Branch: perl
62470           +> t/lib/Math/BigInt/Scalar.pm
62471            - lib/Math/BigInt/Scalar.pm
62472 ____________________________________________________________________________
62473 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
62474         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
62475              From: "Craig A. Berry" <craigberry@mac.com>
62476              Date: Sat, 06 Dec 2003 12:44:40 -0600
62477              Message-ID: <3FD22398.1060506@mac.com>
62478      Branch: perl
62479            ! doio.c
62480 ____________________________________________________________________________
62481 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
62482         Log: Remove the "Can't provide tied hash usage" error from perldiag.
62483              Mention the new tied hash SCALAR method in perldelta.
62484      Branch: perl
62485            ! pod/perldelta.pod pod/perldiag.pod
62486 ____________________________________________________________________________
62487 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
62488         Log: Clarify the description of SCALAR in perltie
62489      Branch: perl
62490            ! pod/perltie.pod
62491 ____________________________________________________________________________
62492 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
62493         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
62494              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62495              Date: Sat, 06 Dec 2003 11:50:59 +0100
62496              Message-id: <20031206105059.GA13989@ethan>
62497      Branch: perl
62498            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
62499            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
62500            ! proto.h t/op/tie.t
62501 ____________________________________________________________________________
62502 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
62503         Log: Make sv_force_normal_flags cope with shared hash key scalars
62504              (remember the pointer from SvPVX, reset the flags before SvGROW,
62505              avoid crazy loops or read-from-free)
62506      Branch: perl
62507            ! sv.c
62508 ____________________________________________________________________________
62509 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
62510         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
62511      Branch: perl
62512            ! ext/Digest/MD5/Makefile.PL
62513 ____________________________________________________________________________
62514 [ 21846] By: merijn                                on 2003/12/05  10:41:32
62515         Log: Subject: [PATCH] Configure gets d_u32align wrong
62516              From: Gisle Aas <gisle@ActiveState.com>
62517              Date: 05 Dec 2003 03:47:01 -0800
62518              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
62519      Branch: perl
62520            ! Configure
62521 ____________________________________________________________________________
62522 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
62523         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
62524              From: chromatic <chromatic@wgz.org>
62525              Date: Mon, 01 Dec 2003 09:20:21 -0800
62526              Message-Id: <1070299221.1275.19.camel@localhost>
62527      Branch: perl
62528            ! lib/AutoLoader.t
62529 ____________________________________________________________________________
62530 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
62531         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
62532              From: "Craig A. Berry" <craigberry@mac.com>
62533              Date: Thu, 04 Dec 2003 16:00:03 -0600
62534              Message-ID: <3FCFAE63.1080106@mac.com>
62535      Branch: perl
62536            ! ext/SDBM_File/sdbm/Makefile.PL
62537 ____________________________________________________________________________
62538 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
62539         Log: Subject: [PATCH] $^P, eval and caller
62540              From: Paul Johnson <paul@pjcj.net>
62541              Date: Fri, 5 Dec 2003 00:57:21 +0100
62542              Message-ID: <20031204235721.GJ26355@pjcj.net>
62543      Branch: perl
62544            ! mg.c
62545 ____________________________________________________________________________
62546 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
62547         Log: Fix File::Copy with hard links on Windows.
62548
62549              Subject: [PATCH] Re: perl @ 21830
62550              From: Steve Hay <steve.hay@uk.radan.com>
62551              Date: Wed, 03 Dec 2003 10:53:02 +0000
62552              Message-ID: <3FCDC08E.7080800@uk.radan.com>
62553
62554              and
62555              Date: Thu, 04 Dec 2003 11:02:22 +0000
62556              Message-ID: <3FCF143E.1040905@uk.radan.com>
62557      Branch: perl
62558            ! lib/File/Copy.pm lib/File/Copy.t
62559 ____________________________________________________________________________
62560 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
62561         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
62562              From: Alan Burlison <Alan.Burlison@sun.com>
62563              Date: Thu, 04 Dec 2003 12:14:30 +0000
62564              Message-ID: <3FCF2526.3030905@sun.com>
62565      Branch: perl
62566            ! installperl
62567 ____________________________________________________________________________
62568 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
62569         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
62570              From: Stas Bekman <stas@stason.org>
62571              Date: Wed, 03 Dec 2003 01:41:42 -0800
62572              Message-ID: <3FCDAFD6.9050106@stason.org>
62573      Branch: perl
62574            ! sv.c
62575 ____________________________________________________________________________
62576 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
62577         Log: The prove utility should also be installed on VMS and on Windows.
62578              Haven't we regression tests for installations yet ?
62579      Branch: perl
62580            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
62581 ____________________________________________________________________________
62582 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
62583         Log: FAQ sync.
62584      Branch: perl
62585            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
62586            ! pod/perlfaq4.pod pod/perlfaq5.pod
62587 ____________________________________________________________________________
62588 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
62589         Log: Subject: Re: [perl #24574] find2perl provides different results to find
62590              From: Slaven Rezic <slaven@rezic.de>
62591              Date: 30 Nov 2003 22:16:59 +0100
62592              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
62593
62594              (plus a note about find2perl now defaulting to -print in perldelta)
62595      Branch: perl
62596            ! pod/perldelta.pod x2p/find2perl.PL
62597 ____________________________________________________________________________
62598 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
62599         Log: Subject: [PATCH] setting $0 still broken
62600              From: Jan Dubois <jand@ActiveState.com>
62601              Date: Thu, 27 Nov 2003 21:09:51 -0800
62602              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
62603      Branch: perl
62604            ! mg.c
62605 ____________________________________________________________________________
62606 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
62607         Log: Better docs for the special code blocks, based on :
62608              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
62609              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62610              Date: Sat, 29 Nov 2003 23:15:56 +0100
62611              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
62612      Branch: perl
62613            ! pod/perlmod.pod pod/perlsub.pod
62614 ____________________________________________________________________________
62615 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
62616         Log: Fix the test boilerplate in lib/if.t, so it can be run
62617              from the t/ directory.
62618      Branch: perl
62619            ! lib/if.t
62620 ____________________________________________________________________________
62621 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
62622         Log: Keep installing xsubpp in lib/ExtUtils,
62623              so MakeMaker can find it.
62624      Branch: perl
62625            ! installperl
62626 ____________________________________________________________________________
62627 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
62628         Log: Upgrade to Test::Harness 2.38.
62629              Introduce the prove(1) utility.
62630              (The prove-switches test is disabled for now.)
62631      Branch: perl
62632            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
62633            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
62634            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
62635            + utils/prove.PL
62636            ! MANIFEST installperl lib/Test/Harness.pm
62637            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
62638            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
62639            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
62640            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
62641            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
62642            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
62643 ____________________________________________________________________________
62644 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
62645         Log: Subject: Re: [perl #24554] Segfault in POSIX module
62646              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
62647              Date: Sat, 29 Nov 2003 23:32:38 +0900
62648              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
62649
62650              (plus a test for the stringification of references
62651              passed to POSIX::isXXX())
62652      Branch: perl
62653            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
62654 ____________________________________________________________________________
62655 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
62656         Log: Integrate if.pm 0.0401
62657              Needed to edit the test file as t/TEST can't cope with extra output
62658              lines as produced by 0.0401's if.t
62659      Branch: perl
62660            ! lib/if.pm lib/if.t
62661 ____________________________________________________________________________
62662 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
62663         Log: Remove whitespace from ends of lines (simply because it irritates me)
62664      Branch: perl
62665            ! utils/h2xs.PL
62666 ____________________________________________________________________________
62667 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
62668         Log: Update Unicode::Normalize to 0.28
62669      Branch: perl
62670            + ext/Unicode/Normalize/t/illegal.t
62671            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
62672            ! MANIFEST ext/Unicode/Normalize/Changes
62673            ! ext/Unicode/Normalize/Normalize.pm
62674            ! ext/Unicode/Normalize/Normalize.xs
62675            ! ext/Unicode/Normalize/README
62676 ____________________________________________________________________________
62677 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
62678         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
62679      Branch: perl
62680            - lib/Digest.t
62681 ____________________________________________________________________________
62682 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
62683         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
62684      Branch: perl
62685            + lib/Unicode/Collate/t/illegal.t
62686            + lib/Unicode/Collate/t/illegalp.t
62687            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
62688            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
62689 ____________________________________________________________________________
62690 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
62691         Log: D'oh! Forgot to lib/Digest/base.pm
62692      Branch: perl
62693            + lib/Digest/base.pm
62694            ! MANIFEST
62695 ____________________________________________________________________________
62696 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
62697         Log: Update to Digest::MD5 2.31
62698      Branch: perl
62699            + ext/Digest/MD5/t/bits.t
62700            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
62701            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
62702            ! ext/Digest/MD5/t/files.t
62703 ____________________________________________________________________________
62704 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
62705         Log: Update Digest to 1.03
62706      Branch: perl
62707            + lib/Digest/t/base.t
62708           +> lib/Digest/t/digest.t
62709            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
62710 ____________________________________________________________________________
62711 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
62712         Log: When Gconvert is a macro around sprintf with a .* format we need
62713              to cast to int (in case STRLEN isn't the same size as int)
62714              gcc issues a warning even when it is the same size
62715      Branch: perl
62716            ! sv.c
62717 ____________________________________________________________________________
62718 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
62719         Log: Silence gcc 2.95 warning
62720              (Its trace flow isn't good enough to realise that there is no problem)
62721      Branch: perl
62722            ! pp_hot.c
62723 ____________________________________________________________________________
62724 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
62725         Log: Gconvert actually takes type NV, while nv may be either double
62726              or long double (depending on some conditional code)
62727              Rafael and I think that this cast should work.
62728      Branch: perl
62729            ! sv.c
62730 ____________________________________________________________________________
62731 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
62732         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
62733      Branch: perl
62734            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
62735 ____________________________________________________________________________
62736 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
62737         Log: Fix a regression introduced by change #21694 on sprintf()
62738              with long doubles, by disabling the specific optimisation
62739              path in this case ; remove a unnecessary cast ; add a new
62740              test file for miscellaneous sprintf() test that don't fit
62741              in the t/op/sprintf.t framework.
62742      Branch: perl
62743            + t/op/sprintf2.t
62744            ! MANIFEST sv.c
62745 ____________________________________________________________________________
62746 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
62747         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
62748              From: Stas Bekman <stas@stason.org>
62749              Date: Fri, 28 Nov 2003 14:42:25 -0800
62750              Message-ID: <3FC7CF51.7060804@stason.org>
62751      Branch: perl
62752            ! pod/perlsec.pod
62753 ____________________________________________________________________________
62754 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
62755         Log: Implement C<use Exporter 'import'> :
62756
62757              Subject: Re: [PATCH] Exporter-related PODs
62758              From: Fergal Daly <fergal@esatclear.ie>
62759              Date: Mon, 10 Nov 2003 00:08:52 +0000
62760              Message-Id: <200311100008.52639.fergal@esatclear.ie>
62761
62762              (tweaked, so the imported import() doesn't spit out warnings)
62763      Branch: perl
62764            ! lib/Exporter.pm lib/Exporter.t
62765 ____________________________________________________________________________
62766 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
62767         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
62768              From: Slaven Rezic <slaven@rezic.de>
62769              Date: 19 Oct 2003 19:11:31 +0200
62770              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
62771              (with further tweaks)
62772      Branch: perl
62773            ! lib/File/Copy.pm lib/File/Copy.t
62774 ____________________________________________________________________________
62775 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
62776         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
62777              From: "Green, Paul" <Paul.Green@stratus.com>
62778              Date: Thu, 27 Nov 2003 21:51:26 -0500
62779              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
62780      Branch: perl
62781            ! hints/vos.sh
62782 ____________________________________________________________________________
62783 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
62784         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
62785              were failing
62786      Branch: perl
62787            ! t/op/readline.t
62788 ____________________________________________________________________________
62789 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
62790         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
62791              PerlIO and threads are not on CPAN.
62792      Branch: perl
62793            ! Porting/Maintainers.pl
62794 ____________________________________________________________________________
62795 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
62796         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
62797      Branch: perl
62798            ! AUTHORS
62799 ____________________________________________________________________________
62800 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
62801         Log: Subject: [PATCH] Re: bug or a feature?
62802              From: Torsten Foertsch <torsten.foertsch@gmx.net>
62803              Date: Sat, 22 Nov 2003 13:15:53 +0100
62804              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
62805
62806              and
62807              Date: Sat, 22 Nov 2003 14:21:45 +0100
62808              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
62809              (test moved to t/op/readline.t)
62810      Branch: perl
62811            ! pp_hot.c t/op/readline.t
62812 ____________________________________________________________________________
62813 [ 21783] By: merijn                                on 2003/11/24  21:24:46
62814         Log: Subject: remove hardcoded version number from cygwin/perlld.in
62815              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
62816              Date: Mon, 24 Nov 2003 08:11:36 -0800
62817              Message-ID: <20031124161136.GC2656@efn.org>
62818      Branch: perl
62819            ! cygwin/Makefile.SHs cygwin/perlld.in
62820 ____________________________________________________________________________
62821 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
62822         Log: Should fix the infinite loop on a dynamic %ENV fetch
62823      Branch: perl
62824            ! hv.c
62825 ____________________________________________________________________________
62826 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
62827         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
62828              C source now cleaner, but optimised object file still the same size.
62829      Branch: perl
62830            ! hv.c
62831 ____________________________________________________________________________
62832 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
62833         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
62834              From: Andy Dougherty <doughera@lafayette.edu>
62835              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
62836              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
62837
62838              and :
62839              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
62840              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
62841      Branch: perl
62842            ! hints/solaris_2.sh
62843 ____________________________________________________________________________
62844 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
62845         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
62846              reported by Craig Berry
62847      Branch: perl
62848            ! hv.c
62849 ____________________________________________________________________________
62850 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
62851         Log: restore_magic needs to undo COW
62852              (while magic was off, sv_setsv is likely to have seen this SV as a
62853              good source for COW)
62854              Should fix the smoke failures on lib/locale.t
62855      Branch: perl
62856            ! mg.c
62857 ____________________________________________________________________________
62858 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
62859         Log: Don't COW if the destination has magic.
62860      Branch: perl
62861            ! sv.c
62862 ____________________________________________________________________________
62863 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
62864         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
62865              close to it.
62866      Branch: perl
62867            ! hv.c
62868 ____________________________________________________________________________
62869 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
62870         Log: "Space Is a Province of Brazil"
62871              Farewell, hv_store_common. Store is now part of Fetch.
62872              All tests pass. hv.c 15% smaller than when I started all this
62873      Branch: perl
62874            ! embed.fnc embed.h hv.c proto.h
62875 ____________________________________________________________________________
62876 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
62877         Log: Farewell hv_exists_common - exists is now a call to fetch
62878              (with the exists magic handling moved into fetch)
62879      Branch: perl
62880            ! embed.fnc embed.h hv.c proto.h
62881 ____________________________________________________________________________
62882 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
62883         Log: Shift negative klen/flags games from hv_store_common out to hv_store
62884      Branch: perl
62885            ! embed.fnc embed.h hv.c proto.h
62886 ____________________________________________________________________________
62887 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
62888         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
62889      Branch: perl
62890            ! embed.fnc embed.h hv.c proto.h
62891 ____________________________________________________________________________
62892 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
62893         Log: Check that the key is present before a delete, and absent afterwards
62894      Branch: perl
62895            ! ext/XS/APItest/t/hash.t
62896 ____________________________________________________________________________
62897 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
62898         Log: Move the negative key -> utf8 flag conversion out to hv_delete
62899      Branch: perl
62900            ! embed.fnc embed.h hv.c proto.h
62901 ____________________________________________________________________________
62902 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
62903         Log: Tweaks to S_hv_delete_common:
62904              make the magic call hv_fetch_common rather than ent-or-not
62905              grab the hash from a shared hash key scalar if possible
62906              use masked flags rather than flags for the comparison
62907      Branch: perl
62908            ! hv.c
62909 ____________________________________________________________________________
62910 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
62911         Log: Integrate:
62912              [ 21762]
62913              Refactor hash API tests (prior to some additions)
62914
62915              [ 21763]
62916              Test all permuations of utf8 flags on hashes and keys
62917      Branch: perl
62918           !> ext/XS/APItest/t/hash.t
62919 ____________________________________________________________________________
62920 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
62921         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
62922      Branch: perl
62923            ! embed.fnc hv.c proto.h
62924 ____________________________________________________________________________
62925 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
62926         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
62927      Branch: perl
62928            ! embed.fnc embed.h hv.c proto.h
62929 ____________________________________________________________________________
62930 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
62931         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
62932              From: Alan Burlison <Alan.Burlison@sun.com>
62933              Date: Thu, 20 Nov 2003 10:34:30 +0000
62934              Message-ID: <3FBC98B6.6090909@sun.com>
62935      Branch: perl
62936            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
62937            ! universal.c
62938 ____________________________________________________________________________
62939 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
62940         Log: Regenerate perlapi and perltoc.
62941      Branch: perl
62942            ! pod/perlapi.pod pod/perltoc.pod
62943 ____________________________________________________________________________
62944 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
62945         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
62946              From: Iain Truskett <spoon@cpan.org>
62947              Date: Thu, 20 Nov 2003 00:41:33 +1100
62948              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
62949      Branch: perl
62950            ! lib/PerlIO.pm pod/perlrun.pod
62951 ____________________________________________________________________________
62952 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
62953         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
62954              remove S_hv_fetch_flags
62955              hv.c now 13% smaller than when I started. hv_store TODO
62956      Branch: perl
62957            ! embed.fnc embed.h hv.c proto.h
62958 ____________________________________________________________________________
62959 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
62960         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
62961              together with subroutine call
62962              Apparently concat still doesn't deal correctly with lexicals
62963              in all cases. Disable the whole TARGET_MY optimisation for it.
62964              (and remove the corresponding code from the peephole optimiser.)
62965      Branch: perl
62966            ! op.c opcode.h opcode.pl t/op/concat.t
62967 ____________________________________________________________________________
62968 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
62969         Log: Update the runops stuff in perlguts
62970      Branch: perl
62971            ! pod/perlguts.pod
62972 ____________________________________________________________________________
62973 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
62974         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
62975      Branch: perl
62976            ! embed.fnc embed.h hv.c proto.h
62977 ____________________________________________________________________________
62978 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
62979         Log: Subject: [PATCH] clear of empty locked hash SEGVs
62980              From: Alan Burlison <Alan.Burlison@sun.com>
62981              Date: Wed, 19 Nov 2003 14:39:03 +0000
62982              Message-ID: <3FBB8087.20206@sun.com>
62983      Branch: perl
62984            ! hv.c lib/Hash/Util.t
62985 ____________________________________________________________________________
62986 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
62987         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
62988      Branch: perl
62989            ! embed.fnc embed.h hv.c proto.h
62990 ____________________________________________________________________________
62991 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
62992         Log: Run regen.pl (for hv_assert)
62993      Branch: perl
62994            ! global.sym
62995 ____________________________________________________________________________
62996 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
62997         Log: Integrate:
62998              [ 21642]
62999              space should be tab for lib/I18N/LangTags/t/02decency.t
63000      Branch: perl
63001           !> MANIFEST
63002 ____________________________________________________________________________
63003 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
63004         Log: Restore errno after having read $^E (like for $!)
63005              to preserve errno from unfortunate side-effects.
63006      Branch: perl
63007            ! mg.c
63008 ____________________________________________________________________________
63009 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
63010         Log: Whoops. We weren't actually testing hv_store_ent
63011              We are now. Plus test hv_store for an initially empty hash.
63012      Branch: perl
63013            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
63014 ____________________________________________________________________________
63015 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
63016         Log: Complement of change #21740 for Windows.
63017              (I have the feeling that it's already subtly broken on VMS)
63018      Branch: perl
63019            ! win32/Makefile win32/makefile.mk
63020 ____________________________________________________________________________
63021 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
63022         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
63023      Branch: perl
63024            + utils/instmodsh.PL utils/xsubpp.PL
63025            ! MANIFEST installperl utils.lst utils/Makefile
63026 ____________________________________________________________________________
63027 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
63028         Log: Subject: Re: [perl #24493] install.html not working
63029              From: Slaven Rezic <slaven@rezic.de>
63030              Date: 16 Nov 2003 20:52:29 +0100
63031              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
63032      Branch: perl
63033            ! installhtml
63034 ____________________________________________________________________________
63035 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
63036         Log: Ooops. left an XXX comment in, and worse still it's a // comment
63037      Branch: perl
63038            ! hv.c
63039 ____________________________________________________________________________
63040 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
63041         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
63042              (pp functions use the _ent variants, and as the implementation is
63043              duplicated, these bugs aren't tested, and aren't noticed)
63044      Branch: perl
63045            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
63046 ____________________________________________________________________________
63047 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
63048         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
63049              (pp_exists uses hv_exists_ent, which isn't broken)
63050              I expect an equivalent bug in hv_delete
63051      Branch: perl
63052            + ext/XS/APItest/t/hash.t
63053            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
63054            ! ext/XS/APItest/MANIFEST hv.c
63055 ____________________________________________________________________________
63056 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
63057         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
63058              From: Elizabeth Mattijsen <liz@dijkmat.nl>
63059              Date: Sat, 15 Nov 2003 23:22:16 +0100
63060              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
63061      Branch: perl
63062            ! ext/threads/t/problems.t
63063 ____________________________________________________________________________
63064 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
63065         Log: Subject: [PATCH] configpm, our $summary : unique
63066              From: Elizabeth Mattijsen <liz@dijkmat.nl>
63067              Date: Sat, 15 Nov 2003 22:18:32 +0100
63068              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
63069              (plus comments)
63070      Branch: perl
63071            ! configpm
63072 ____________________________________________________________________________
63073 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
63074         Log: Subject: [PATCH] Re: Storable Error
63075              From: Nicholas Clark <nick@ccl4.org>
63076              Date: Sat, 9 Aug 2003 00:35:36 +0100
63077              Message-ID: <20030809003535.C20130@plum.flirble.org>
63078      Branch: perl
63079            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
63080            ! proto.h
63081 ____________________________________________________________________________
63082 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
63083         Log: Update perlhist with 5.6.2.
63084      Branch: perl
63085            ! pod/perlhist.pod
63086 ____________________________________________________________________________
63087 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
63088         Log: Add more complete tests for the "variable masks earlier
63089              declaration" warning, including a TODO test
63090      Branch: perl
63091            ! t/lib/warnings/pad
63092 ____________________________________________________________________________
63093 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
63094         Log: Include "SCCS" in the list of directory names that should
63095              be ignored by installperl.
63096      Branch: perl
63097            ! installperl
63098 ____________________________________________________________________________
63099 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
63100         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
63101              From: Enache Adrian <enache@rdslink.ro>
63102              Date: Tue, 11 Nov 2003 15:25:29 +0200
63103              Message-ID: <20031111132529.GB1271@ratsnest.hole>
63104      Branch: perl
63105            ! op.c
63106 ____________________________________________________________________________
63107 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
63108         Log: Fix bug [perl #24380] : assigning to a hash in list
63109              or scalar context yielded a wrong value if the list
63110              contained duplicated keys for the hash. This is fixed
63111              by counting the number of duplicate keys and trimming
63112              the stack by the corresponding number of items.
63113      Branch: perl
63114            ! pp_hot.c t/op/hashassign.t
63115 ____________________________________________________________________________
63116 [ 21713] By: merijn                                on 2003/11/13  09:25:15
63117         Log: Simplified the reading
63118      Branch: perl
63119            ! hints/solaris_2.sh
63120 ____________________________________________________________________________
63121 [ 21712] By: merijn                                on 2003/11/13  09:22:21
63122         Log: Enable hints to create call-back units that can act when
63123              a specific variable is *not* set (like -Uuselargefiles)
63124      Branch: perl
63125            ! Configure hints/README.hints
63126 ____________________________________________________________________________
63127 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
63128         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
63129              From: Michael G Schwern <schwern@pobox.com>
63130              Date: Tue, 11 Nov 2003 21:02:30 -0800
63131              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
63132      Branch: perl
63133            ! ext/SDBM_File/sdbm/Makefile.PL
63134 ____________________________________________________________________________
63135 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
63136         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
63137              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63138              Date: Tue, 4 Nov 2003 20:07:25 -0800
63139              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
63140      Branch: perl
63141            ! installperl
63142 ____________________________________________________________________________
63143 [ 21706] By: ams                                   on 2003/11/11  23:46:19
63144         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
63145              From: Tom Phoenix <rootbeer@redcat.com>
63146              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
63147              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
63148      Branch: perl
63149            ! pod/perlmod.pod
63150 ____________________________________________________________________________
63151 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
63152         Log: Upgrade to MakeMaker 6.21.
63153      Branch: perl
63154            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
63155            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
63156            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
63157 ____________________________________________________________________________
63158 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
63159         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
63160              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63161              Date: Tue, 4 Nov 2003 20:10:16 -0800
63162              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
63163
63164              and part of
63165              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
63166              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63167              Date: Tue, 4 Nov 2003 20:18:37 -0800
63168              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
63169
63170              (I've left out the PREFIX part for now)
63171      Branch: perl
63172            ! Makefile.SH installperl os2/Makefile.SHs
63173 ____________________________________________________________________________
63174 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
63175         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
63176              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63177              Date: Mon, 3 Nov 2003 20:27:39 -0800
63178              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
63179
63180              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
63181              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63182              Date: Mon, 3 Nov 2003 20:57:48 -0800
63183              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
63184      Branch: perl
63185            ! sv.c
63186 ____________________________________________________________________________
63187 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
63188         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
63189              From: Vadim Konovalov <konovalo@mail.wplus.net>
63190              Date: Sun, 9 Nov 2003 13:31:59 +0300
63191              Message-ID: <93187393948.20031109133159@mail.wplus.net>
63192      Branch: perl
63193            ! wince/Makefile.ce
63194 ____________________________________________________________________________
63195 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
63196         Log: Update the list of pumpkings in perlhist.pod.
63197      Branch: perl
63198            ! pod/perlhist.pod
63199 ____________________________________________________________________________
63200 [ 21687] By: ams                                   on 2003/11/08  17:09:56
63201         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
63202              From: Abigail <abigail@abigail.nl>
63203              Date: Sat, 8 Nov 2003 18:51:30 +0100
63204              Message-Id: <20031108175130.GA22273@abigail.nl>
63205      Branch: perl
63206            ! pod/perlhist.pod
63207 ____________________________________________________________________________
63208 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
63209         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
63210              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63211              Date: Thu, 6 Nov 2003 23:26:18 -0800
63212              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
63213      Branch: perl
63214            ! os2/Changes
63215 ____________________________________________________________________________
63216 [ 21676] By: davem                                 on 2003/11/06  22:11:23
63217         Log: bugid #24407: numeric key for shared hash got stringified using
63218              wrong interpreter, and thus got malloced into the wrong thread
63219              memory pool
63220      Branch: perl
63221            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
63222 ____________________________________________________________________________
63223 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
63224         Log: Upgrade to MakeMaker 6.20.
63225      Branch: perl
63226            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
63227            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
63228            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
63229            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
63230            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
63231 ____________________________________________________________________________
63232 [ 21674] By: ams                                   on 2003/11/06  09:32:26
63233         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
63234              tests fail to spot this
63235              From: Rick Delaney <rick@bort.ca>
63236              Date: Wed, 5 Nov 2003 23:02:41 -0500
63237              Message-Id: <20031105230241.D13585@biff.bort.ca>
63238      Branch: perl
63239            ! pp_ctl.c t/op/taint.t
63240 ____________________________________________________________________________
63241 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
63242         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
63243              From: Andy Dougherty <doughera@lafayette.edu>
63244              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
63245              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
63246      Branch: perl
63247            ! hints/linux.sh
63248 ____________________________________________________________________________
63249 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
63250         Log: Subject: [patch t/op/hash.t] extending the hash attack test
63251              From: Stas Bekman <stas@stason.org>
63252              Date: Tue, 04 Nov 2003 14:33:09 -0800
63253              Message-ID: <3FA82925.7020703@stason.org>
63254      Branch: perl
63255            ! t/op/hash.t
63256 ____________________________________________________________________________
63257 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
63258         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
63259              From: Stas Bekman <stas@stason.org>
63260              Date: Wed, 05 Nov 2003 00:50:25 -0800
63261              Message-ID: <3FA8B9D1.2020806@stason.org>
63262      Branch: perl
63263            ! lib/Benchmark.pm
63264 ____________________________________________________________________________
63265 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
63266         Log: From: Craig Berry <craigberry@mac.com>
63267              Subject: Opcode.xs/RC2 compile nit on VMS
63268              Date: Wed, 05 Nov 2003 12:16:34 -0600
63269              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
63270      Branch: perl
63271            ! ext/Opcode/Opcode.xs
63272 ____________________________________________________________________________
63273 [ 21664] By: ams                                   on 2003/11/05  18:34:28
63274         Log: Orphaned submission from #21546.
63275      Branch: perl
63276            ! perl.c
63277 ____________________________________________________________________________
63278 [ 21663] By: ams                                   on 2003/11/05  17:01:29
63279         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
63280              From: Slaven Rezic <slaven@rezic.de>
63281              Date: 20 Oct 2003 22:39:28 +0200
63282              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
63283      Branch: perl
63284            ! lib/filetest.t
63285 ____________________________________________________________________________
63286 [ 21662] By: ams                                   on 2003/11/05  16:51:08
63287         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
63288              From: Michael G Schwern <schwern@pobox.com>
63289              Date: Wed, 5 Nov 2003 06:26:36 -0800
63290              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
63291      Branch: perl
63292            ! t/op/cproto.t
63293 ____________________________________________________________________________
63294 [ 21661] By: ams                                   on 2003/11/05  16:50:05
63295         Log: Subject: [PATCH] Modernise INSTALL
63296              From: Gisle Aas <gisle@ActiveState.com>
63297              Date: 05 Nov 2003 05:16:25 -0800
63298              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
63299
63300              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
63301              From: Abigail <abigail@abigail.nl>
63302              Date: Tue, 4 Nov 2003 10:40:57 +0100
63303              Message-Id: <20031104094057.GA22508@abigail.nl>
63304      Branch: perl
63305            ! INSTALL pod/perlhist.pod
63306 ____________________________________________________________________________
63307 [ 21660] By: ams                                   on 2003/11/05  16:46:12
63308         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
63309              From: Jan Dubois <jand@ActiveState.com>
63310              Date: Tue, 04 Nov 2003 16:52:14 -0800
63311              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
63312      Branch: perl
63313            ! reentr.c reentr.h reentr.pl
63314 ____________________________________________________________________________
63315 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
63316         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
63317              From: Michael G Schwern <schwern@pobox.com>
63318              Date: Tue, 4 Nov 2003 17:59:13 -0800
63319              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
63320
63321              Replaces the temporary kludge (#21655).
63322      Branch: perl
63323            ! ext/SDBM_File/sdbm/Makefile.PL
63324 ____________________________________________________________________________
63325 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
63326         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
63327              From: PPrymmer@factset.com
63328              Date: Tue, 4 Nov 2003 10:00:07 -0500
63329              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
63330      Branch: perl
63331            ! pod/perlebcdic.pod
63332 ____________________________________________________________________________
63333 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
63334         Log: Temporary kludge to allow SDBM_File being built
63335              with MakeMaker 6.19.
63336      Branch: perl
63337            ! ext/SDBM_File/sdbm/Makefile.PL
63338 ____________________________________________________________________________
63339 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
63340         Log: Upgrade to ExtUtils::MakeMaker 6.19
63341      Branch: perl
63342            + lib/ExtUtils/t/parse_version.t
63343            + t/lib/MakeMaker/Test/Setup/BFD.pm
63344            + t/lib/MakeMaker/Test/Setup/Problem.pm
63345            - lib/ExtUtils/t/00setup_dummy.t
63346            - lib/ExtUtils/t/zz_cleanup_dummy.t
63347            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
63348            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
63349            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
63350            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
63351            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
63352            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
63353            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
63354            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
63355            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
63356            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
63357            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
63358            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
63359            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
63360            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
63361            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
63362            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
63363            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
63364            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
63365 ____________________________________________________________________________
63366 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
63367         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
63368              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63369              Date: Mon, 3 Nov 2003 20:20:44 -0800
63370              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
63371      Branch: perl
63372            ! os2/Makefile.SHs
63373 ____________________________________________________________________________
63374 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
63375         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
63376              From: Michael G Schwern <schwern@pobox.com>
63377              Date: Sat, 1 Nov 2003 22:57:45 -0800
63378              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
63379              (goes with change #21418)
63380      Branch: perl
63381            ! lib/autouse.pm lib/autouse.t
63382 ____________________________________________________________________________
63383 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
63384         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
63385              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63386              Date: Mon, 3 Nov 2003 20:53:33 +0100
63387              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
63388      Branch: perl
63389            ! ext/Devel/PPPort/PPPort.pm
63390 ____________________________________________________________________________
63391 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
63392         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
63393              From: Casey West <casey@geeknest.com>
63394              Date: Mon, 3 Nov 2003 10:11:43 -0500
63395              Message-ID: <20031103151143.GB430@geeknest.com>
63396      Branch: perl
63397            ! ext/Cwd/Cwd.xs
63398 ____________________________________________________________________________
63399 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
63400         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
63401              From: Jan Dubois <jand@ActiveState.com>
63402              Date: Sun, 02 Nov 2003 21:43:44 -0800
63403              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
63404      Branch: perl
63405            ! reentr.h reentr.pl
63406 ____________________________________________________________________________
63407 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
63408         Log: Document the fact that keys() and values() are optimized
63409              for void context (as suggested by Liz.)
63410      Branch: perl
63411            ! pod/perlfunc.pod
63412 ____________________________________________________________________________
63413 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
63414         Log: Stas would prefer not to have MOD_PERL defines in perl.
63415      Branch: perl
63416            ! hv.c hv.h
63417 ____________________________________________________________________________
63418 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
63419         Log: s/new_hash/rehash/g (Stas suggested a better name)
63420      Branch: perl
63421            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
63422            ! sv.c universal.c util.c
63423 ____________________________________________________________________________
63424 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
63425         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
63426              make Hash::Util::hash_seed use this.
63427      Branch: perl
63428            ! lib/Hash/Util.pm universal.c
63429 ____________________________________________________________________________
63430 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
63431         Log: Fix for [perl #24347] segfault with Safe
63432              The empty %INC created for safe compartements was freed
63433              too early.
63434      Branch: perl
63435            ! ext/Opcode/Opcode.xs
63436 ____________________________________________________________________________
63437 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
63438         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
63439              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63440              Date: Sun, 2 Nov 2003 22:24:28 +0100
63441              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
63442      Branch: perl
63443            ! pod/perlguts.pod
63444 ____________________________________________________________________________
63445 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
63446         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
63447      Branch: perl
63448            ! pod/perlhist.pod
63449 ____________________________________________________________________________
63450 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
63451         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
63452              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63453              Date: Wed, 29 Oct 2003 14:00:18 -0800
63454              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
63455      Branch: perl
63456            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
63457            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
63458            ! os2/perl2cmd.pl perlio.c
63459 ____________________________________________________________________________
63460 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
63461         Log: Quoted-printable is evil.
63462      Branch: perl
63463            ! win32/win32.h
63464 ____________________________________________________________________________
63465 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
63466         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
63467      Branch: perl
63468            ! perl.c
63469 ____________________________________________________________________________
63470 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
63471         Log: Portability nit for MinGW 3.
63472
63473              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
63474              From: Greg Matheson <lang@ms.chinmin.edu.tw>
63475              Date: Thu, 30 Oct 2003 14:11:58 +0800
63476              Message-ID: <20031030141158.A11772@ms>
63477              (actual patch by Abe Timmerman)
63478      Branch: perl
63479            ! win32/win32.h
63480 ____________________________________________________________________________
63481 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
63482         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
63483              From: david nicol <whatever@davidnicol.com>
63484              Date: 26 Oct 2003 22:34:04 -0600
63485              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
63486      Branch: perl
63487            ! pod/perltie.pod
63488 ____________________________________________________________________________
63489 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
63490         Log: Subject: [PATCH] DB_File 1.807
63491              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63492              Date: Sat, 1 Nov 2003 13:50:12 -0000
63493              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
63494      Branch: perl
63495            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63496            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
63497            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
63498 ____________________________________________________________________________
63499 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
63500         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
63501              From: Rick Delaney <rick@bort.ca>
63502              Date: Mon, 27 Oct 2003 16:24:16 -0500
63503              Message-ID: <20031027162416.H2233@biff.bort.ca>
63504      Branch: perl
63505            ! pp_hot.c
63506 ____________________________________________________________________________
63507 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
63508         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
63509      Branch: perl
63510            ! MANIFEST
63511 ____________________________________________________________________________
63512 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
63513         Log: mod_perl2 will require access to the Plan C hashing function.
63514      Branch: perl
63515            ! hv.h
63516 ____________________________________________________________________________
63517 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
63518         Log: Add Internals::HvREHASH to expose the rehashing flag
63519              t/op/hash.t tests that pathological data triggers rehashing
63520      Branch: perl
63521            + t/op/hash.t
63522            ! universal.c
63523 ____________________________________________________________________________
63524 [ 21599] By: davem                                 on 2003/11/01  00:09:22
63525         Log: whoops, typo
63526      Branch: perl
63527            ! ext/threads/shared/shared.xs
63528 ____________________________________________________________________________
63529 [ 21598] By: davem                                 on 2003/11/01  00:03:38
63530         Log: seg faults when deleting keys of shared hash refs
63531              Ensure that the shared_sv get magic of the element being deleted
63532              is called. Also, avoid posible memory leaks by wrapping all shared
63533              context sections with ENTER/SAVETMPS
63534      Branch: perl
63535            ! ext/threads/shared/shared.xs
63536 ____________________________________________________________________________
63537 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
63538         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
63539              From: Andy Dougherty <doughera@lafayette.edu>
63540              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
63541              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
63542              (plus POD link fixes)
63543      Branch: perl
63544            ! INSTALL
63545 ____________________________________________________________________________
63546 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
63547         Log: Prevent the installation of makefiles that can be found
63548              under lib/.
63549      Branch: perl
63550            ! installperl
63551 ____________________________________________________________________________
63552 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
63553         Log: Test nit ; goes with change 21591
63554      Branch: perl
63555            ! t/lib/warnings/regcomp
63556 ____________________________________________________________________________
63557 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
63558         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
63559              From: Gisle Aas <gisle@ActiveState.com>
63560              Date: 31 Oct 2003 03:13:03 -0800
63561              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
63562      Branch: perl
63563            ! pod/perlrun.pod
63564 ____________________________________________________________________________
63565 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
63566         Log: Subject: [PATCH] Off-by-one error in regcomp.c
63567              From: Slaven Rezic <slaven@rezic.de>
63568              Date: Fri, 31 Oct 2003 12:16:11 +0000
63569              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
63570      Branch: perl
63571            ! regcomp.c t/op/regmesg.t
63572 ____________________________________________________________________________
63573 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
63574         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
63575              From: Stas Bekman <stas@stason.org>
63576              Date: Wed, 29 Oct 2003 16:47:24 -0800
63577              Message-ID: <3FA05F9C.2080304@stason.org>
63578      Branch: perl
63579            ! pod/perlfunc.pod
63580 ____________________________________________________________________________
63581 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
63582         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
63583              From: Stas Bekman <stas@stason.org>
63584              Date: Wed, 29 Oct 2003 15:15:15 -0800
63585              Message-ID: <3FA04A03.5010603@stason.org>
63586              (enclosed in a #ifdef DEBUGGING)
63587      Branch: perl
63588            ! sv.c
63589 ____________________________________________________________________________
63590 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
63591         Log: Subject: [PATCH] Devel::PPPort and scan_bin
63592              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63593              Date: Wed, 29 Oct 2003 22:53:43 +0100
63594              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
63595      Branch: perl
63596            ! ext/Devel/PPPort/PPPort.pm
63597 ____________________________________________________________________________
63598 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
63599         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
63600              From: Jan Dubois <jand@ActiveState.com>
63601              Date: Thu, 30 Oct 2003 18:43:08 -0800
63602              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
63603      Branch: perl
63604            ! Porting/p4d2p
63605 ____________________________________________________________________________
63606 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
63607         Log: Comment that this "optimisation" is actually a necessary fixup.
63608              When the split occurs (to make the opti{miser,onal}) this isn't
63609              (Richard Clamp reminded me that I forgot to do this)
63610      Branch: perl
63611            ! op.c
63612 ____________________________________________________________________________
63613 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
63614         Log: Rewrite to correctly use test.pl
63615
63616              Date: Thu, 30 Oct 2003 15:51:03 -0800
63617              From: Michael G Schwern <schwern@pobox.com>
63618              Subject: Re: Fix for the orange lion bug - aka empty sub bug
63619              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
63620      Branch: perl
63621            ! t/op/sub.t
63622 ____________________________________________________________________________
63623 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
63624         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
63625              Subject: Fix for the orange lion bug - aka empty sub bug
63626              From: Arthur Bergman <sky@nanisky.com>
63627              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
63628      Branch: perl
63629            + t/op/sub.t
63630            ! MANIFEST op.c
63631 ____________________________________________________________________________
63632 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
63633         Log: 14 is the chain length for attack. From
63634
63635              Message-ID: <20031030204117.16008.qmail@plover.com>
63636              Subject: Re: 5.8.2-RC1 and mp2
63637              Date: Thu, 30 Oct 2003 15:41:17 -0500
63638              From: Mark Jason Dominus <mjd@plover.com>
63639
63640              and
63641
63642              From: Scott A Crosby <scrosby@cs.rice.edu>
63643              Subject: Re: 5.8.2-RC1 and mp2
63644              Date: 30 Oct 2003 14:08:06 -0600
63645              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
63646      Branch: perl
63647            ! hv.c
63648 ____________________________________________________________________________
63649 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
63650         Log: Move a fcntl() example in perlfunc at a more proper place,
63651              as suggested by :
63652              Subject: [perl #24334] ioctl/fcntl doc confusion
63653              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
63654              Date: 28 Oct 2003 13:37:49 -0000
63655              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
63656      Branch: perl
63657            ! pod/perlfunc.pod
63658 ____________________________________________________________________________
63659 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
63660         Log: Upgrade to Time::HiRes 1.52.
63661      Branch: perl
63662            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
63663            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
63664 ____________________________________________________________________________
63665 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
63666         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
63667              From: Abigail <abigail@abigail.nl>
63668              Date: Mon, 27 Oct 2003 13:05:37 +0100
63669              Message-ID: <20031027120536.GA24608@abigail.nl>
63670
63671              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
63672              From: Rick Delaney <rick@bort.ca>
63673              Date: Mon, 27 Oct 2003 12:17:49 -0500
63674              Message-ID: <20031027121749.E2233@biff.bort.ca>
63675      Branch: perl
63676            ! lib/overload.t toke.c
63677 ____________________________________________________________________________
63678 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
63679         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
63680              From: Abigail <abigail@abigail.nl>
63681              Date: Mon, 27 Oct 2003 14:50:24 +0100
63682              Message-ID: <20031027135024.GA12666@abigail.nl>
63683      Branch: perl
63684            ! t/comp/proto.t
63685 ____________________________________________________________________________
63686 [ 21564] By: davem                                 on 2003/10/27  22:01:12
63687         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
63688              of sharedsv_scalar_store().
63689      Branch: perl
63690            ! ext/threads/shared/shared.xs
63691 ____________________________________________________________________________
63692 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
63693         Log: Add a new taint error, "%ENV is aliased to %s".
63694              This error is thrown when taint checks are enabled and
63695              when *ENV has been aliased, so that %ENV has no env-magic
63696              anymore. (see bug [perl #24291].)
63697      Branch: perl
63698            ! pod/perldiag.pod t/op/taint.t taint.c
63699 ____________________________________________________________________________
63700 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
63701         Log: Record the escape^Wrelease of 5.9.0
63702      Branch: perl
63703            ! pod/perlhist.pod
63704 ____________________________________________________________________________
63705 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
63706         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
63707              From: Alan Burlison <Alan.Burlison@sun.com>
63708              Date: Tue, 21 Oct 2003 15:00:58 +0100
63709              Message-ID: <3F953C1A.3060800@sun.com>
63710      Branch: perl
63711            ! hints/solaris_2.sh
63712 ____________________________________________________________________________
63713 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
63714         Log: Sync with Unicode::Normalize 0.25
63715      Branch: perl
63716            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
63717            + ext/Unicode/Normalize/t/proto.t
63718            + ext/Unicode/Normalize/t/split.t
63719            ! MANIFEST ext/Unicode/Normalize/Changes
63720            ! ext/Unicode/Normalize/Makefile.PL
63721            ! ext/Unicode/Normalize/Normalize.pm
63722            ! ext/Unicode/Normalize/Normalize.xs
63723            ! ext/Unicode/Normalize/README
63724 ____________________________________________________________________________
63725 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
63726         Log: Sync with Unicode::Collate 0.30
63727      Branch: perl
63728            + lib/Unicode/Collate/t/hangtype.t
63729            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
63730            + lib/Unicode/Collate/t/variable.t
63731            + lib/Unicode/Collate/t/version.t
63732            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
63733            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
63734            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
63735            ! lib/Unicode/Collate/t/test.t
63736 ____________________________________________________________________________
63737 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
63738         Log: Sync with Pod::Perldoc 3.12
63739      Branch: perl
63740            ! lib/Pod/Perldoc.pm
63741 ____________________________________________________________________________
63742 [ 21546] By: ams                                   on 2003/10/27  09:00:08
63743         Log: Will the real off by one please stand up?
63744      Branch: perl
63745            ! mg.c
63746 ____________________________________________________________________________
63747 [ 21545] By: hv                                    on 2003/10/27  02:52:16
63748         Log: fixup separators
63749      Branch: perl
63750            ! Changes
63751 ____________________________________________________________________________
63752 [ 21544] By: hv                                    on 2003/10/27  02:51:26
63753         Log: don't complain of podless .pm files that have a separate .pod file
63754      Branch: perl
63755            ! pod/buildtoc
63756 ____________________________________________________________________________
63757 [ 21543] By: hv                                    on 2003/10/27  02:50:04
63758         Log: regen pods and toc
63759      Branch: perl
63760            ! pod/perlmodlib.pod pod/perltoc.pod
63761 ____________________________________________________________________________
63762 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
63763         Log: When %ENV has been turned into a non-magical hash after a
63764              glob assignment, TAINT_ENV() may dump core because it
63765              assumes $ENV{PATH} is magical. Fix this ; add a test to
63766              verify that the PATH is still checked for taintedness.
63767      Branch: perl
63768            ! t/op/taint.t taint.c
63769 ____________________________________________________________________________
63770 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
63771         Log: Fix backward-compatibility issues in if.pm.
63772      Branch: perl
63773            ! lib/if.pm
63774 ____________________________________________________________________________
63775 [ 21539] By: hv                                    on 2003/10/26  12:22:54
63776         Log: Update Changes.
63777      Branch: perl
63778            ! Changes patchlevel.h
63779 ____________________________________________________________________________
63780 [ 21538] By: ams                                   on 2003/10/26  08:08:02
63781         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
63782              The whole PL_origalen thing in perl.c looks very hokey.
63783      Branch: perl
63784            ! mg.c
63785 ____________________________________________________________________________
63786 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
63787         Log: show the rehash flags in dumps
63788      Branch: perl
63789            ! dump.c
63790 ____________________________________________________________________________
63791 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
63792         Log: Return 21533 (with modifications) having found the problem
63793      Branch: perl
63794            ! hv.c hv.h
63795 ____________________________________________________________________________
63796 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
63797         Log: Back out 21533 because it broke Encode's build in really weird ways
63798      Branch: perl
63799            ! hv.c hv.h
63800 ____________________________________________________________________________
63801 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
63802         Log: Plan C rough edge smoothing. Criteria for a hash split is now
63803              the earlier of "more keys than buckets" (the old test) or
63804              linked list too long. Rehash is triggered after a split if the
63805              longest linked list is too long.
63806      Branch: perl
63807            ! hv.c hv.h
63808 ____________________________________________________________________________
63809 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
63810         Log: Subject: Re: [perl #948] $, untieable?
63811              From: Richard Clamp <richardc@unixbeard.net>
63812              Date: Tue, 21 Oct 2003 00:02:49 +0100
63813              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
63814
63815              Plus a small fix to t/TEST to recognize the added TODO test
63816              as a TODO test.
63817      Branch: perl
63818            ! t/TEST t/op/tie.t
63819 ____________________________________________________________________________
63820 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
63821         Log: When it says "add", then, like, you have to p4 add it. D'oh!
63822              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
63823      Branch: perl
63824            + lib/I18N/LangTags/t/02decency.t
63825 ____________________________________________________________________________
63826 [ 21527] By: davem                                 on 2003/10/23  19:13:20
63827         Log: Fix two threads::shared leaks
63828              #24061 - AV in shared interpreter wasn't set to AvREAL
63829              #24255 - mortals were added to the shared interpreter's tmpstack
63830              and never freed.
63831      Branch: perl
63832            ! ext/threads/shared/shared.xs
63833 ____________________________________________________________________________
63834 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
63835         Log: From: Jan Dubois <jand@ActiveState.com>
63836              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
63837              Date: Wed, 22 Oct 2003 20:17:07 -0700
63838              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
63839
63840              From: Jan Dubois <jand@ActiveState.com>
63841              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
63842              Date: Wed, 22 Oct 2003 20:26:56 -0700
63843              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
63844      Branch: perl
63845            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
63846            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
63847            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
63848            ! utils/perldoc.PL
63849 ____________________________________________________________________________
63850 [ 21523] By: ams                                   on 2003/10/23  12:53:03
63851         Log: Subject: [PATCH] utime documentation
63852              From: Gisle Aas <gisle@ActiveState.com>
63853              Date: 23 Oct 2003 05:33:43 -0700
63854              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
63855      Branch: perl
63856            ! pod/perlfunc.pod
63857 ____________________________________________________________________________
63858 [ 21522] By: ams                                   on 2003/10/23  08:07:18
63859         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
63860              From: Jan Dubois <jand@ActiveState.com>
63861              Date: Wed, 22 Oct 2003 20:33:54 -0700
63862              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
63863      Branch: perl
63864            ! doio.c
63865 ____________________________________________________________________________
63866 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
63867         Log: patch created by Casey West from:
63868
63869              Subject: CPAN module problems
63870              From: Edward Moy <emoy@apple.com>
63871              Date: Fri, 10 Oct 2003 17:42:06 -0700
63872              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
63873
63874              (change ld value in hints file)
63875      Branch: perl
63876            ! hints/darwin.sh
63877 ____________________________________________________________________________
63878 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
63879         Log: Small email update in AUTHORS.
63880      Branch: perl
63881            ! AUTHORS
63882 ____________________________________________________________________________
63883 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
63884         Log: Add a test.taintwarn makefile target,
63885              to run the whole test suite with the -t switch.
63886      Branch: perl
63887            ! Makefile.SH pod/perlhack.pod t/TEST
63888 ____________________________________________________________________________
63889 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
63890         Log: Subject: [PATCH @20458] embedding perl
63891              From: Radu Greab <rgreab@fx.ro>
63892              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
63893              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
63894      Branch: perl
63895            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
63896            ! sv.c
63897 ____________________________________________________________________________
63898 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
63899         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
63900              in perltoot, $him->fullname should be $him->fullname->as_string
63901              when passed to printf.
63902      Branch: perl
63903            ! pod/perltoot.pod
63904 ____________________________________________________________________________
63905 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
63906         Log: Two OS/2 portability patches from Ilya.
63907
63908              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
63909              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63910              Date: Thu, 25 Sep 2003 12:09:11 -0700
63911              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
63912
63913              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
63914              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63915              Date: Thu, 25 Sep 2003 19:50:45 -0700
63916              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
63917      Branch: perl
63918            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
63919 ____________________________________________________________________________
63920 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
63921         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
63922              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63923              Date: Mon, 20 Oct 2003 20:14:19 +0200
63924              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
63925      Branch: perl
63926            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
63927 ____________________________________________________________________________
63928 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
63929         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
63930              From: Slaven Rezic <slaven@rezic.de>
63931              Date: 19 Oct 2003 17:54:59 +0200
63932              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
63933      Branch: perl
63934            ! perlio.c
63935 ____________________________________________________________________________
63936 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
63937         Log: Skip the chflags tests in filetest.t on Darwin.
63938      Branch: perl
63939            ! lib/filetest.t
63940 ____________________________________________________________________________
63941 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
63942         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
63943              flag on the hash when rehashing. Can turn off the "rehasing" flag
63944              if the hash is cleared
63945      Branch: perl
63946            ! hv.c
63947 ____________________________________________________________________________
63948 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
63949         Log: -u is deprecated.
63950              Subject: Re: why PERL5LIB is ignored when -T is in effect
63951              From: Slaven Rezic <slaven@rezic.de>
63952              Date: Fri, 17 Oct 2003 10:02:31 +0000
63953              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
63954      Branch: perl
63955            ! perl.c
63956 ____________________________________________________________________________
63957 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
63958         Log: The compilation of PerlIO::via may hang on AIX when
63959              compiling with vac at -O3 optimization level. Disable
63960              optimization for this module.
63961      Branch: perl
63962            + ext/PerlIO/via/hints/aix.pl
63963            ! MANIFEST
63964 ____________________________________________________________________________
63965 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
63966         Log: Plan C for foiling the algorithmic complexity attack
63967              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
63968              Chip's plan B (do something new inside the hv functions)
63969              and introspective sort)
63970              Provides infrastructure for hashes to change their hash function
63971              if necessary, and code in hsplit to detect pathalogical data and
63972              instigate a random rehashing.
63973              Needs refinement. Let's see how much smoke it creates.
63974      Branch: perl
63975            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
63976            ! util.c
63977 ____________________________________________________________________________
63978 [ 21470] By: davem                                 on 2003/10/16  20:03:44
63979         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
63980              PL_main_root is freed; this may not have been be the case if a
63981              thread other than the main one is the last to be destroyed
63982      Branch: perl
63983            ! ext/threads/t/thread.t pad.h perl.c
63984 ____________________________________________________________________________
63985 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
63986         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
63987              (as suggested by Jan Dubois)
63988      Branch: perl
63989            ! hv.c
63990 ____________________________________________________________________________
63991 [ 21468] By: ams                                   on 2003/10/16  19:00:14
63992         Log: Subject: Re: assert.h breaks perl.h
63993              From: Alexey Tourbin <at@altlinux.ru>
63994              Date: Thu, 16 Oct 2003 22:24:35 +0400
63995              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
63996      Branch: perl
63997            ! sv.h
63998 ____________________________________________________________________________
63999 [ 21467] By: ams                                   on 2003/10/16  18:57:57
64000         Log: Subject: [PATCH] Tie::Hash documentation
64001              From: Slaven Rezic <slaven@rezic.de>
64002              Date: Thu, 16 Oct 2003 17:57:35 +0000
64003              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
64004      Branch: perl
64005            ! lib/Tie/Hash.pm
64006 ____________________________________________________________________________
64007 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
64008         Log: Further tweak on change #21464.
64009      Branch: perl
64010            ! perl.c
64011 ____________________________________________________________________________
64012 [ 21464] By: ams                                   on 2003/10/16  08:42:50
64013         Log: Subject: perl -h tweak [PATCH]
64014              From: Gisle Aas <gisle@ActiveState.com>
64015              Date: 16 Oct 2003 02:49:39 -0700
64016              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
64017      Branch: perl
64018            ! perl.c
64019 ____________________________________________________________________________
64020 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
64021         Log: Perlfaq1 : take notice that 5.8.1 is now released.
64022      Branch: perl
64023            ! pod/perlfaq1.pod
64024 ____________________________________________________________________________
64025 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
64026         Log: PerlFAQ sync. (only actual changes)
64027      Branch: perl
64028            ! pod/perlfaq4.pod
64029 ____________________________________________________________________________
64030 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
64031         Log: Typos.
64032      Branch: perl
64033            ! hints/aix.sh
64034 ____________________________________________________________________________
64035 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
64036         Log: Fix bug [perl #24212] : improper error recovery in the
64037              tokenizer after an unknown filetest operator.
64038      Branch: perl
64039            ! t/comp/parser.t toke.c
64040 ____________________________________________________________________________
64041 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
64042         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
64043      Branch: perl
64044            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
64045            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
64046            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
64047            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
64048            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
64049            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
64050 ____________________________________________________________________________
64051 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
64052         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
64053              Based on a idea by Alex Hudson. (Basically those are unix domain
64054              sockets whose name has a '\0' as first character.)
64055      Branch: perl
64056            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
64057 ____________________________________________________________________________
64058 [ 21449] By: ams                                   on 2003/10/15  06:32:44
64059         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
64060              From: Autrijus Tang <autrijus@autrijus.org>
64061              Date: Tue, 14 Oct 2003 18:32:28 +0800
64062              Message-Id: <1066127547.65845.35.camel@localhost>
64063      Branch: perl
64064            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
64065            ! lib/ExtUtils/MakeMaker.pm
64066 ____________________________________________________________________________
64067 [ 21448] By: ams                                   on 2003/10/15  05:56:12
64068         Log: Rewrite #21447.
64069      Branch: perl
64070            ! pod/perliol.pod
64071 ____________________________________________________________________________
64072 [ 21447] By: ams                                   on 2003/10/15  05:36:48
64073         Log: Subject: [patch pod/perliol.pod]
64074              From: Stas Bekman <stas@stason.org>
64075              Date: Tue, 14 Oct 2003 18:05:29 -0700
64076              Message-Id: <3F8C9D59.3040403@stason.org>
64077      Branch: perl
64078            ! pod/perliol.pod
64079 ____________________________________________________________________________
64080 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
64081         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
64082              (the routine used by perl level HV operations)
64083      Branch: perl
64084            ! hv.c
64085 ____________________________________________________________________________
64086 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
64087         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
64088              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64089              Date: Tue, 30 Sep 2003 19:23:34 +0200
64090              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
64091      Branch: perl
64092            ! ext/Devel/PPPort/PPPort.pm
64093 ____________________________________________________________________________
64094 [ 21442] By: ams                                   on 2003/10/13  08:41:17
64095         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
64096              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
64097              Date: 12 Oct 2003 09:01:25 -0000
64098              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
64099      Branch: perl
64100            ! lib/strict.pm
64101 ____________________________________________________________________________
64102 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
64103         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
64104              From: Jan Dubois <jand@ActiveState.com>
64105              Date: Sun, 12 Oct 2003 22:09:39 -0700
64106              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
64107      Branch: perl
64108            ! universal.c
64109 ____________________________________________________________________________
64110 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
64111         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
64112              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
64113              Date: 5 Oct 2003 20:55:56 -0000
64114              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
64115      Branch: perl
64116            ! mg.c
64117 ____________________________________________________________________________
64118 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
64119         Log: Subject: [PATCH] Tie::Hash documentation
64120              From: Slaven Rezic <slaven@rezic.de>
64121              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
64122              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
64123      Branch: perl
64124            ! lib/Tie/Hash.pm
64125 ____________________________________________________________________________
64126 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
64127         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
64128              From: Slaven Rezic <slaven@rezic.de>
64129              Date: 07 Oct 2003 00:04:34 +0200
64130              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
64131      Branch: perl
64132            ! hints/darwin.sh
64133 ____________________________________________________________________________
64134 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
64135         Log: Minor nit in perlrun, spotted by Art Haas.
64136      Branch: perl
64137            ! pod/perlrun.pod
64138 ____________________________________________________________________________
64139 [ 21436] By: ams                                   on 2003/10/10  19:05:55
64140         Log: Subject: [PATCH] threads::async + some cleanup
64141              From: Elizabeth Mattijsen <liz@dijkmat.nl>
64142              Date: Fri, 10 Oct 2003 16:37:55 +0200
64143              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
64144      Branch: perl
64145            ! ext/threads/threads.pm
64146 ____________________________________________________________________________
64147 [ 21435] By: ams                                   on 2003/10/10  19:02:34
64148         Log: Make everyone stop posting to p5p about 0e0.
64149      Branch: perl
64150            ! pod/perlsyn.pod
64151 ____________________________________________________________________________
64152 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
64153         Log: Put all pre-processor #s on the first column (some compilers are picky)
64154              [perl #24167] `#' comment signs not at the very beginning of a line
64155      Branch: perl
64156            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
64157            ! perl.h regcomp.c
64158 ____________________________________________________________________________
64159 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
64160         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
64161              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
64162              to t/test.pl.
64163      Branch: perl
64164            - t/op/nothr5005.t
64165            ! MANIFEST t/op/args.t
64166 ____________________________________________________________________________
64167 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
64168         Log: Document the behaviour of filetest operators regarding parentheses.
64169              This fixes bug #24127 (by documenting it as a feature.)
64170      Branch: perl
64171            ! pod/perlop.pod
64172 ____________________________________________________________________________
64173 [ 21430] By: ams                                   on 2003/10/09  07:55:34
64174         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
64175              calculations in regcomp.c
64176              From: Eric Promislow <ericp@ActiveState.com>
64177              Date: Wed, 8 Oct 2003 17:42:42 -0700
64178              Message-Id: <20031008174242.A17544@ActiveState.com>
64179      Branch: perl
64180            ! regcomp.c
64181 ____________________________________________________________________________
64182 [ 21429] By: ams                                   on 2003/10/09  07:43:56
64183         Log: Patch based on:
64184
64185              Subject: [perl #24157] -MModule=} is broken
64186              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
64187              Date: 7 Oct 2003 21:47:43 -0000
64188              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
64189
64190              (Includes a fix for a similar problem in -A, but not -d.)
64191      Branch: perl
64192            ! perl.c
64193 ____________________________________________________________________________
64194 [ 21428] By: ams                                   on 2003/10/09  02:32:07
64195         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
64196              grok_numeric_radix()
64197              From: Jan Dubois <jand@ActiveState.com>
64198              Date: Wed, 08 Oct 2003 20:37:42 -0700
64199              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
64200      Branch: perl
64201            ! ext/Devel/PPPort/PPPort.pm
64202 ____________________________________________________________________________
64203 [ 21427] By: ams                                   on 2003/10/09  01:36:18
64204         Log: Subject: Re: require patch breaks locale
64205              From: Rick Delaney <rick@bort.ca>
64206              Date: Wed, 8 Oct 2003 22:41:55 -0400
64207              Message-Id: <20031008224155.A14638@biff.bort.ca>
64208      Branch: perl
64209            ! t/comp/require.t
64210 ____________________________________________________________________________
64211 [ 21426] By: ams                                   on 2003/10/09  01:26:57
64212         Log: Subject: Re: Simple @INC hook core dump [PATCH]
64213              From: Gisle Aas <gisle@ActiveState.com>
64214              Date: 08 Oct 2003 13:35:28 -0700
64215              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
64216      Branch: perl
64217            ! t/op/inccode.t
64218 ____________________________________________________________________________
64219 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
64220         Log: Fix bug #24108: Goto +foo broken
64221              the fix having been suggested by xmath via Juerd.
64222      Branch: perl
64223            ! op.c t/op/goto.t
64224 ____________________________________________________________________________
64225 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
64226         Log: Subject: Re: Simple @INC hook core dump [PATCH]
64227              From: Gisle Aas <gisle@ActiveState.com>
64228              Date: 08 Oct 2003 04:47:33 -0700
64229              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
64230      Branch: perl
64231            ! pp_ctl.c
64232 ____________________________________________________________________________
64233 [ 21423] By: ams                                   on 2003/10/08  10:09:41
64234         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
64235              From: Abigail <abigail@abigail.nl>
64236              Date: Wed, 8 Oct 2003 03:50:49 -0700
64237              Message-Id: <20031008105049.GA15770@ucan.foad.org>
64238      Branch: perl
64239            ! pod/perlrun.pod
64240 ____________________________________________________________________________
64241 [ 21422] By: ams                                   on 2003/10/08  06:13:07
64242         Log: "Are implicit undefs true?" asks Gisle.
64243      Branch: perl
64244            ! pod/perlsyn.pod
64245 ____________________________________________________________________________
64246 [ 21421] By: ams                                   on 2003/10/08  03:20:00
64247         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
64248              From: schwern@pobox.com
64249              Date: Tue, 7 Oct 2003 20:39:36 -0700
64250              Message-Id: <20031007203936.X4301@ttul.org>
64251
64252              (Originally from Shlomi Fish. Applied with tweaks.)
64253      Branch: perl
64254            ! pod/perlop.pod
64255 ____________________________________________________________________________
64256 [ 21420] By: ams                                   on 2003/10/07  19:51:35
64257         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
64258              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
64259      Branch: perl
64260            ! pod/perlsyn.pod sv.c t/op/pow.t
64261 ____________________________________________________________________________
64262 [ 21419] By: ams                                   on 2003/10/07  04:03:34
64263         Log: Why should -3**$x be more precisely determined than 3**$x?
64264      Branch: perl
64265            ! t/op/pow.t
64266 ____________________________________________________________________________
64267 [ 21418] By: ams                                   on 2003/10/07  03:59:38
64268         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
64269              From: schwern@pobox.com
64270              Date: Mon, 6 Oct 2003 13:14:36 -0700
64271              Message-Id: <20031006131436.G20960@ttul.org>
64272      Branch: perl
64273            ! lib/UNIVERSAL.pm t/op/universal.t
64274 ____________________________________________________________________________
64275 [ 21417] By: ams                                   on 2003/10/07  03:55:18
64276         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
64277              know what I mean.
64278      Branch: perl
64279            ! pod/perlfunc.pod
64280 ____________________________________________________________________________
64281 [ 21416] By: ams                                   on 2003/10/07  03:37:01
64282         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
64283              From: Stas Bekman <stas@stason.org>
64284              Date: Mon, 06 Oct 2003 21:19:53 -0700
64285              Message-Id: <3F823EE9.4030103@stason.org>
64286      Branch: perl
64287            ! sv.c
64288 ____________________________________________________________________________
64289 [ 21415] By: ams                                   on 2003/10/06  17:30:31
64290         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
64291              From: Rick Delaney <rick@bort.ca>
64292              Date: Tue, 23 Sep 2003 12:14:52 -0400
64293              Message-ID: <20030923121452.G18845@biff.bort.ca>
64294      Branch: perl
64295            ! pp_ctl.c t/comp/require.t
64296 ____________________________________________________________________________
64297 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
64298         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
64299              From: Abigail <abigail@abigail.nl>
64300              Date: Wed, 1 Oct 2003 14:19:43 +0200
64301              Message-ID: <20031001121943.GA29419@abigail.nl>
64302      Branch: perl
64303            ! lib/warnings.t
64304 ____________________________________________________________________________
64305 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
64306         Log: Fixes in the modules maintainers list.
64307      Branch: perl
64308            ! Porting/Maintainers.pl
64309 ____________________________________________________________________________
64310 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
64311         Log: Fix broken link in perltodo.pod.
64312      Branch: perl
64313            ! pod/perltodo.pod
64314 ____________________________________________________________________________
64315 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
64316         Log: Typos in perldiag.
64317      Branch: perl
64318            ! pod/perldiag.pod
64319 ____________________________________________________________________________
64320 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
64321         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
64322              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
64323              Date: Mon, 6 Oct 2003 08:45:29 +0200
64324              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
64325      Branch: perl
64326            ! pod/perlapi.pod pp_pack.c
64327 ____________________________________________________________________________
64328 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
64329         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
64330              From: Abigail <abigail@abigail.nl>
64331              Date: Mon, 6 Oct 2003 05:55:21 -0700
64332              Message-ID: <20031006125521.GA26446@ucan.foad.org>
64333      Branch: perl
64334            ! pod/perlfunc.pod
64335 ____________________________________________________________________________
64336 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
64337         Log: Add a new option --check to Porting/Maintainers,
64338              to check for files who are listed for several maintainers.
64339      Branch: perl
64340            ! Porting/Maintainers.pm
64341 ____________________________________________________________________________
64342 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
64343         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
64344              From: Fergal Daly <fergal@esatclear.ie>
64345              Date: Mon, 6 Oct 2003 00:25:29 +0100
64346              Message-Id: <200310060025.29122.fergal@esatclear.ie>
64347
64348              Plus regeneration of META.yml
64349      Branch: perl
64350            ! META.yml Porting/makemeta
64351 ____________________________________________________________________________
64352 [ 21406] By: ams                                   on 2003/10/06  04:22:11
64353         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
64354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64355              Date: Sun, 5 Oct 2003 21:27:54 +0200
64356              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
64357              (Applied with tweaks to op.c and a comment.)
64358      Branch: perl
64359            ! op.c t/lib/warnings/op
64360 ____________________________________________________________________________
64361 [ 21405] By: ams                                   on 2003/10/06  03:56:54
64362         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
64363              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
64364              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
64365              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
64366              (Applied with minor tweaks.)
64367      Branch: perl
64368            ! pod/perlsyn.pod
64369 ____________________________________________________________________________
64370 [ 21404] By: ams                                   on 2003/10/06  03:32:50
64371         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
64372              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
64373              Date: 5 Oct 2003 18:40:36 -0000
64374              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
64375              (Applied without $VERSION update.)
64376      Branch: perl
64377            ! lib/Tie/Hash.pm
64378 ____________________________________________________________________________
64379 [ 21403] By: ams                                   on 2003/10/06  03:26:39
64380         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
64381              From: Robert Spier <rspier@pobox.com>
64382              Date: Sun, 05 Oct 2003 21:34:30 -0700
64383              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
64384      Branch: perl
64385            ! pod/perlretut.pod
64386 ____________________________________________________________________________
64387 [ 21402] By: ams                                   on 2003/10/05  03:08:53
64388         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
64389              From: Steve Grazzini <grazz@pobox.com>
64390              Date: Sat, 4 Oct 2003 18:15:23 -0400
64391              Message-Id: <20031004221523.GA29324@grazzini.net>
64392      Branch: perl
64393            ! pp_sys.c
64394 ____________________________________________________________________________
64395 [ 21401] By: ams                                   on 2003/10/02  17:25:34
64396         Log: Subject: Re: 5.8.1 and srand
64397              From: Slaven Rezic <slaven@rezic.de>
64398              Date: Thu, 2 Oct 2003 15:51:11 +0000
64399              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
64400      Branch: perl
64401            ! t/op/fork.t
64402 ____________________________________________________________________________
64403 [ 21400] By: hv                                    on 2003/10/02  09:34:36
64404         Log: minor cleanup for Changes
64405      Branch: perl
64406            ! Changes
64407 ____________________________________________________________________________
64408 [ 21399] By: hv                                    on 2003/10/02  09:18:27
64409         Log: Update changes
64410      Branch: perl
64411            ! Changes patchlevel.h
64412 ____________________________________________________________________________
64413 [ 21398] By: hv                                    on 2003/10/02  09:15:42
64414         Log: build perlapi.pod in deterministic order even when functions differ
64415              only in case; regen perlapi.pod
64416      Branch: perl
64417            ! autodoc.pl pod/perlapi.pod
64418 ____________________________________________________________________________
64419 [ 21397] By: ams                                   on 2003/10/02  07:48:51
64420         Log: Subject: Re: 5.8.1 and srand
64421              From: Brendan O'Dea <bod@debian.org>
64422              Date: Thu, 2 Oct 2003 10:30:36 +1000
64423              Message-Id: <20031002003036.GA9198@londo.c47.org>
64424      Branch: perl
64425            ! util.c
64426 ____________________________________________________________________________
64427 [ 21396] By: ams                                   on 2003/10/01  22:18:13
64428         Log: Update Changes.
64429      Branch: perl
64430            ! Changes patchlevel.h
64431 ____________________________________________________________________________
64432 [ 21394] By: ams                                   on 2003/10/01  20:28:20
64433         Log: Subject: misapplied patch 19452
64434              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
64435              Date: Tue, 30 Sep 2003 06:01:50 -0700
64436              Message-Id: <20030930130150.GA1436@efn.org>
64437      Branch: perl
64438            ! pp_hot.c
64439 ____________________________________________________________________________
64440 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
64441         Log: Revamp the section on local() in perlsub.
64442              - avoid using the word "declare" in conjunction with local()
64443              - less archaelogical references
64444              - more about localization of lvalues
64445              - removes examples of localization of tied hashes that don't work
64446              - give titles to subsections
64447              - explain localization of magic values
64448              - explain localization of globs
64449              - fix link to perldelta
64450      Branch: perl
64451            ! pod/perlsub.pod
64452 ____________________________________________________________________________
64453 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
64454         Log: Useless "local $_" in a perlfaq3 example
64455      Branch: perl
64456            ! pod/perlfaq3.pod
64457 ____________________________________________________________________________
64458 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
64459         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
64460              From: grommel@sears.com
64461              Date: Mon, 29 Sep 2003 14:45:16 -0500
64462              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
64463      Branch: perl
64464            ! hints/svr4.sh t/op/pack.t
64465 ____________________________________________________________________________
64466 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
64467         Log: Add a TODO test for bug #23790, by Abigail
64468      Branch: perl
64469            ! t/op/sub_lval.t
64470 ____________________________________________________________________________
64471 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
64472         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
64473              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
64474              Date: Tue, 30 Sep 2003 04:53:02 -0700
64475              Message-ID: <20030930115302.GA3200@efn.org>
64476      Branch: perl
64477            ! pod/perlfunc.pod
64478 ____________________________________________________________________________
64479 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
64480         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
64481              From: Tom Horsley <Tom.Horsley@ccur.com>
64482              Date: Mon, 29 Sep 2003 13:00:09 GMT
64483              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
64484      Branch: perl
64485            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
64486 ____________________________________________________________________________
64487 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
64488         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
64489              From: Steve Hay <steve.hay@uk.radan.com>
64490              Date: Mon, 29 Sep 2003 11:50:23 +0100
64491              Message-ID: <3F780E6F.3020704@uk.radan.com>
64492      Branch: perl
64493            ! pod/splitpod
64494 ____________________________________________________________________________
64495 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
64496         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
64497              From: Brendan O'Dea <bod@debian.org>
64498              Date: Sun, 28 Sep 2003 23:23:34 +1000
64499              Message-ID: <20030928132334.GA29499@londo.c47.org>
64500      Branch: perl
64501            ! pod/perlrun.pod
64502 ____________________________________________________________________________
64503 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
64504         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
64505      Branch: perl
64506            ! Porting/Maintainers.pl
64507 ____________________________________________________________________________
64508 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
64509         Log: Missing +x bits.
64510      Branch: perl
64511            ! Porting/makerel
64512 ____________________________________________________________________________
64513 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
64514         Log: Update the perldelta for 5.9.0.
64515      Branch: perl
64516            ! pod/perldelta.pod
64517 ____________________________________________________________________________
64518 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
64519         Log: Add the perl581delta manpage.
64520              Regenerate the table of contents.
64521      Branch: perl
64522            + pod/perl581delta.pod
64523            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
64524            ! vms/descrip_mms.template win32/pod.mak
64525 ____________________________________________________________________________
64526 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
64527         Log: Update perlhist.pod
64528      Branch: perl
64529            ! pod/perlhist.pod
64530 ____________________________________________________________________________
64531 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
64532         Log: Sync with libnet 1.17
64533      Branch: perl
64534            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
64535 ____________________________________________________________________________
64536 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
64537         Log: Update to Scalar-List-Utils 1.13
64538      Branch: perl
64539            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
64540            ! ext/List/Util/lib/List/Util.pm
64541            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
64542 ____________________________________________________________________________
64543 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
64544         Log: CPAN sites update.
64545      Branch: perl
64546            ! pod/perlmodlib.PL
64547 ____________________________________________________________________________
64548 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
64549         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
64550              From: Greg Matheson <lang@ms.chinmin.edu.tw>
64551              Date: Wed, 24 Sep 2003 22:51:09 +0800
64552              Message-ID: <20030924225109.A17126@ms>
64553
64554              (Win98 + MinGW, a missing Win95.pm hunk)
64555      Branch: perl
64556            ! lib/ExtUtils/MM_Win95.pm
64557 ____________________________________________________________________________
64558 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
64559         Log: AUTHORS tweak.
64560      Branch: perl
64561            ! AUTHORS
64562 ____________________________________________________________________________
64563 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
64564         Log: Even though undefing SPACE and FORMAT should be safe,
64565              at this point I'm choosing to be paranoid and using
64566              #ifdef __Lynx__.
64567      Branch: perl
64568            ! perl.h
64569 ____________________________________________________________________________
64570 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
64571         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
64572              From: Olli Savia (via RT) <perlbug-followup@perl.org>
64573              Date: 24 Sep 2003 15:42:41 -0000
64574              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
64575      Branch: perl
64576            ! mg.c perl.h perlio.c pp_sys.c
64577 ____________________________________________________________________________
64578 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
64579         Log: Subject: [DOCPATCH] attributes.pm
64580              From: Elizabeth Mattijsen <liz@dijkmat.nl>
64581              Date: Wed, 24 Sep 2003 11:00:42 +0200
64582              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
64583
64584              (reformatted a bit)
64585      Branch: perl
64586            ! lib/attributes.pm
64587 ____________________________________________________________________________
64588 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
64589         Log: A fix from Graham for
64590              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
64591              (seemingly a NV casting issue)
64592      Branch: perl
64593            ! ext/List/Util/Util.xs
64594 ____________________________________________________________________________
64595 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
64596         Log: Someone actually reads the Makefile.PL messages, it seems.
64597              (from Jonathan Leffler)
64598      Branch: perl
64599            ! ext/Time/HiRes/Makefile.PL
64600 ____________________________________________________________________________
64601 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
64602         Log: perliol tweaks.
64603      Branch: perl
64604            ! pod/perliol.pod
64605 ____________________________________________________________________________
64606 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
64607         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
64608              (plus a few typos.)
64609      Branch: perl
64610            ! pod/perlfaq7.pod pod/perlpodspec.pod
64611 ____________________________________________________________________________
64612 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
64613         Log: Subject: [PATCH] perlvar
64614              From: Juerd <juerd@convolution.nl>
64615              Date: Sun, 21 Sep 2003 21:40:54 +0200
64616              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
64617      Branch: perl
64618            ! pod/perlvar.pod
64619 ____________________________________________________________________________
64620 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
64621         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
64622              From: grommel@sears.com
64623              Date: Tue, 23 Sep 2003 13:40:33 -0500
64624              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
64625      Branch: perl
64626            ! hints/svr4.sh t/op/stat.t
64627 ____________________________________________________________________________
64628 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
64629         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
64630              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
64631              Date: Tue, 23 Sep 2003 09:13:55 -0700
64632              Message-ID: <20030923161354.GA2432@efn.org>
64633      Branch: perl
64634            ! INSTALL
64635 ____________________________________________________________________________
64636 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
64637         Log: Minor nit in a debug message of the tokenizer.
64638      Branch: perl
64639            ! toke.c
64640 ____________________________________________________________________________
64641 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
64642         Log: Let's call it 2.34, already (from Johan).
64643      Branch: perl
64644            ! lib/Getopt/Long.pm
64645 ____________________________________________________________________________
64646 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
64647         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
64648              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64649              Date: Tue, 23 Sep 2003 15:04:35 +0200
64650              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
64651
64652              (add -we147 to ccflags if cc = ICC so that prototype
64653              detection works right)
64654      Branch: perl
64655            ! hints/linux.sh
64656 ____________________________________________________________________________
64657 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
64658         Log: Bump the Encode version to 1.9801 since we are no more identical
64659              to the CPAN version.
64660      Branch: perl
64661            ! ext/Encode/Encode.pm
64662 ____________________________________________________________________________
64663 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
64664         Log: ucmlintage.
64665      Branch: perl
64666            ! ext/Encode/ucm/gsm0338.ucm
64667 ____________________________________________________________________________
64668 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
64669         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
64670
64671              Fix as much as possible - the specification is still
64672              a bit unclear.
64673      Branch: perl
64674            + ext/Encode/t/gsm0338.t
64675            ! MANIFEST ext/Encode/MANIFEST
64676            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
64677 ____________________________________________________________________________
64678 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
64679         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
64680              From: Stephen McCamant <smcc@MIT.EDU>
64681              Date: Mon, 22 Sep 2003 20:53:57 -0700
64682              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
64683      Branch: perl
64684            ! ext/B/B/Deparse.pm
64685 ____________________________________________________________________________
64686 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
64687         Log: Subject: [PATCH] RC5 and Intel's ICC
64688              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64689              Date: Mon, 22 Sep 2003 22:52:40 +0200
64690              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
64691
64692              (the missing void return type)
64693      Branch: perl
64694            ! ext/threads/shared/shared.xs
64695 ____________________________________________________________________________
64696 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
64697         Log: Subject: [PATCH] RC5 and Intel's ICC
64698              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64699              Date: Mon, 22 Sep 2003 22:52:40 +0200
64700              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
64701
64702              (the attribute part)
64703      Branch: perl
64704            ! ext/Devel/PPPort/PPPort.pm perl.h
64705 ____________________________________________________________________________
64706 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
64707         Log: Stray CRs noticed by Jan Dubois.
64708      Branch: perl
64709            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
64710 ____________________________________________________________________________
64711 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
64712         Log: The RCs have been missing CRs from certain files because
64713              not all shells can handle multiline arguments right.
64714      Branch: perl
64715            ! Porting/makerel
64716 ____________________________________________________________________________
64717 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
64718         Log: When localising a magic value, propagate the readonly flag
64719              only if this scalar has \0 magic or has magic without a
64720              'set' method. (follows change #20479 for bug #23141.)
64721      Branch: perl
64722            ! scope.c t/op/local.t
64723 ____________________________________________________________________________
64724 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
64725         Log: An error message need not be a novel.
64726      Branch: perl
64727            ! pod/perldiag.pod pp_hot.c
64728 ____________________________________________________________________________
64729 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
64730         Log: Upgrade to Math::BigInt 1.66.
64731      Branch: perl
64732            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
64733            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
64734            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
64735            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
64736            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
64737 ____________________________________________________________________________
64738 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
64739         Log: Some more perlio doc tweaks based on NI-S.
64740      Branch: perl
64741            ! pod/perliol.pod
64742 ____________________________________________________________________________
64743 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
64744         Log: Upgrade to Time::HiRes 1.51.
64745      Branch: perl
64746            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
64747 ____________________________________________________________________________
64748 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
64749         Log: Upgrade to Getopt::Long 2.33_03.
64750      Branch: perl
64751            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
64752 ____________________________________________________________________________
64753 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
64754         Log: CPAN.pm 1.76_01 from Andreas.
64755      Branch: perl
64756            ! lib/CPAN.pm
64757 ____________________________________________________________________________
64758 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
64759         Log: Regen toc.
64760      Branch: perl
64761            ! pod/perltoc.pod
64762 ____________________________________________________________________________
64763 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
64764         Log: Handle also the curliffy files when tocing.
64765      Branch: perl
64766            ! pod/buildtoc
64767 ____________________________________________________________________________
64768 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
64769         Log: Macrofy the compile/runtime test.
64770      Branch: perl
64771            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
64772 ____________________________________________________________________________
64773 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
64774         Log: Tweak the section name to agree with the change #21295.
64775      Branch: perl
64776            ! lib/PerlIO.pm
64777 ____________________________________________________________________________
64778 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
64779         Log: One obvious place to look for PerlIO implementations.
64780      Branch: perl
64781            ! pod/perliol.pod
64782 ____________________________________________________________________________
64783 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
64784         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
64785              From: Dave Mitchell <davem@fdgroup.com>
64786              Date: Fri, 19 Sep 2003 19:35:44 +0100
64787              Message-ID: <20030919183544.GA14563@fdgroup.com>
64788      Branch: perl
64789            ! pp_ctl.c
64790 ____________________________________________________________________________
64791 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
64792         Log: More PerlIO documentation.
64793      Branch: perl
64794            ! lib/PerlIO.pm pod/perliol.pod
64795 ____________________________________________________________________________
64796 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
64797         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
64798              (The real bug was mp2 being too "friendly" with MM innards.)
64799      Branch: perl
64800            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64801            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
64802 ____________________________________________________________________________
64803 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
64804         Log: In FreeBSD allow one to try using Perl's malloc with threads.
64805      Branch: perl
64806            ! hints/freebsd.sh
64807 ____________________________________________________________________________
64808 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
64809         Log: Missing perlfaq chunk.
64810      Branch: perl
64811            ! pod/perlfaq4.pod
64812 ____________________________________________________________________________
64813 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
64814         Log: FAQ sync.
64815      Branch: perl
64816            ! pod/perlfaq4.pod
64817 ____________________________________________________________________________
64818 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
64819         Log: Subject: typo fixo
64820              From: Vadim Konovalov <konovalo@mail.wplus.net>
64821              Date: Fri, 19 Sep 2003 06:32:08 +0400
64822              Message-ID: <4538131828.20030919063208@mail.wplus.net>
64823      Branch: perl
64824            ! pod/perlunicode.pod
64825 ____________________________________________________________________________
64826 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
64827         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
64828              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64829              Date: Thu, 18 Sep 2003 19:01:06 -0700
64830              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
64831      Branch: perl
64832            ! os2/os2.c
64833 ____________________________________________________________________________
64834 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
64835         Log: Tests for change #21284.
64836      Branch: perl
64837            ! lib/dumpvar.t
64838 ____________________________________________________________________________
64839 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
64840         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
64841              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64842              Date: Thu, 18 Sep 2003 18:58:59 -0700
64843              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
64844      Branch: perl
64845            ! lib/dumpvar.pl
64846 ____________________________________________________________________________
64847 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
64848         Log: Perlfaq nits from Iain Truskett.
64849              (from the perlfaq-workers list)
64850      Branch: perl
64851            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
64852 ____________________________________________________________________________
64853 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
64854         Log: Integrate a change from the perlfaq CVS.
64855              I consider the bleadperl version being more up-to-date as of now.
64856      Branch: perl
64857            ! pod/perlfaq3.pod
64858 ____________________________________________________________________________
64859 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
64860         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
64861              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64862              Date: Thu, 18 Sep 2003 11:02:02 -0700
64863              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
64864
64865              (use stat.t instead of time.t)
64866      Branch: perl
64867            ! os2/os2ish.h pp_sys.c t/op/stat.t
64868 ____________________________________________________________________________
64869 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
64870         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
64871              From: Rick Delaney <rick.delaney@rogers.com>
64872              Date: Wed, 1 Jan 2003 22:54:59 -0500
64873              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
64874
64875              (Pity the first patch fell through the cracks back then.
64876              Not that forbidding non-object copy constructors is the right
64877              thing to do but the bug could use fixing.)
64878      Branch: perl
64879            ! lib/overload.t pp.h
64880 ____________________________________________________________________________
64881 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
64882         Log: Subject: [PATCH] small fix for Devel::PPPort
64883              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
64884              Date: Thu, 18 Sep 2003 10:14:58 +0200
64885              Message-id: <20030918081458.GA2653@ethan>
64886      Branch: perl
64887            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
64888 ____________________________________________________________________________
64889 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
64890         Log: ld has many guises.
64891      Branch: perl
64892            ! lib/ExtUtils/t/MM_Unix.t
64893 ____________________________________________________________________________
64894 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
64895         Log: Missed OS/2 patch hunk.
64896      Branch: perl
64897            ! os2/os2.c
64898 ____________________________________________________________________________
64899 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
64900         Log: Subject: Patch for VMS::Filespec
64901              From: Ken Williams <ken@mathforum.org>
64902              Date: Wed, 17 Sep 2003 20:11:46 -0500
64903              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
64904      Branch: perl
64905            ! vms/ext/Filespec.pm
64906 ____________________________________________________________________________
64907 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
64908         Log: Subject: 5.8.1 warnings when long double == double
64909              From: Andy Dougherty <doughera@lafayette.edu>
64910              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
64911              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
64912              (the changed message)
64913      Branch: perl
64914            ! Configure
64915 ____________________________________________________________________________
64916 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
64917         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
64918              for "is this symbol defined" scanning of Configure.
64919      Branch: perl
64920            ! Configure
64921 ____________________________________________________________________________
64922 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
64923         Log: Make it possible to override the mistrustnm hint in Solaris.
64924      Branch: perl
64925            ! hints/solaris_2.sh
64926 ____________________________________________________________________________
64927 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
64928         Log: A potential fix for non-empty LD in Unix.
64929      Branch: perl
64930            ! lib/ExtUtils/t/MM_Unix.t
64931 ____________________________________________________________________________
64932 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
64933         Log: Subject: RE: MM in maint@21251 breaks mp2
64934              From: "Orton, Yves" <yves.orton@de.mci.com>
64935              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
64936              Date: Wed, 17 Sep 2003 15:47:35 +0100
64937      Branch: perl
64938            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64939            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
64940 ____________________________________________________________________________
64941 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
64942         Log: The AIX C product potentially consists of several packages,
64943              the main package being (hopefully) the first one.
64944      Branch: perl
64945            ! hints/aix.sh
64946 ____________________________________________________________________________
64947 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
64948         Log: Fix Solaris ccversion not having the cc version.
64949      Branch: perl
64950            ! hints/solaris_2.sh
64951 ____________________________________________________________________________
64952 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
64953         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
64954              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64955              Date: Tue, 16 Sep 2003 23:49:42 -0700
64956              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
64957      Branch: perl
64958            ! os2/os2ish.h
64959 ____________________________________________________________________________
64960 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
64961         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
64962              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64963              Date: Tue, 16 Sep 2003 23:21:48 -0700
64964              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
64965      Branch: perl
64966            ! os2/OS2/Process/t/os2_process.t
64967 ____________________________________________________________________________
64968 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
64969         Log: Subject: [PATCH 5.8.1 @21211] magic.t
64970              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64971              Date: Tue, 16 Sep 2003 19:17:57 -0700
64972              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
64973      Branch: perl
64974            ! t/op/magic.t
64975 ____________________________________________________________________________
64976 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
64977         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
64978              From: Dave Mitchell <davem@fdgroup.com>
64979              Date: Tue, 16 Sep 2003 21:56:20 +0100
64980              Message-ID: <20030916205620.GB1246@fdgroup.com>
64981      Branch: perl
64982            ! pod/perlfunc.pod
64983 ____________________________________________________________________________
64984 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
64985         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
64986      Branch: perl
64987            + ext/Time/HiRes/hints/svr4.pl
64988            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
64989 ____________________________________________________________________________
64990 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
64991         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
64992              From: Andy Dougherty <doughera@lafayette.edu>
64993              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
64994              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
64995      Branch: perl
64996            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
64997 ____________________________________________________________________________
64998 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
64999         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
65000              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
65001              Date: Wed, 4 Jun 2003 00:45:23 -0700
65002              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
65003      Branch: perl
65004            ! lib/Getopt/Std.pm
65005 ____________________________________________________________________________
65006 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
65007         Log: Give a concrete example of the still existing Unicode slowness.
65008      Branch: perl
65009            ! pod/perlunicode.pod
65010 ____________________________________________________________________________
65011 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
65012         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
65013              use File::Spec 0.8 is unhappy.
65014      Branch: perl
65015            ! lib/File/Spec.pm
65016 ____________________________________________________________________________
65017 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
65018         Log: The test is not needed, says Schwern.
65019      Branch: perl
65020            - lib/base/t/fields-560.t
65021            ! MANIFEST
65022 ____________________________________________________________________________
65023 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
65024         Log: Upgrade to File::Spec 0.85_03.
65025      Branch: perl
65026            + lib/File/Spec/t/crossplatform.t
65027            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
65028            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
65029            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65030            ! lib/File/Spec/t/Spec.t
65031 ____________________________________________________________________________
65032 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
65033         Log: Upgrade to MakeMaker 6.17.
65034      Branch: perl
65035            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
65036            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
65037            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
65038            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
65039            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
65040            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
65041            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
65042            ! t/lib/MakeMaker/Test/Utils.pm
65043 ____________________________________________________________________________
65044 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
65045         Log: Upgrade to base 2.03.
65046              (Rename the fields-5.6.0.t to have less d.o.t.s.)
65047      Branch: perl
65048            + lib/base/t/base.t lib/base/t/fields-560.t
65049            + lib/base/t/fields-base.t lib/base/t/fields.t
65050            - lib/fields-base.t lib/fields.t
65051            ! MANIFEST lib/base.pm lib/fields.pm
65052 ____________________________________________________________________________
65053 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
65054         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
65055              From: PPrymmer@factset.com
65056              Date: Mon, 15 Sep 2003 15:28:52 -0400
65057              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
65058      Branch: perl
65059            ! lib/Memoize/t/tie_sdbm.t
65060 ____________________________________________________________________________
65061 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
65062         Log: Check the context of for/grep/map.
65063      Branch: perl
65064            ! t/op/grep.t
65065 ____________________________________________________________________________
65066 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
65067         Log: For-non-perlio places we need STDOUT back.
65068      Branch: perl
65069            ! t/io/dup.t
65070 ____________________________________________________________________________
65071 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
65072         Log: Also IRIX wants setlogsock('stream').
65073      Branch: perl
65074            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
65075 ____________________________________________________________________________
65076 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
65077         Log: More portable reading.
65078      Branch: perl
65079            ! t/io/dup.t
65080 ____________________________________________________________________________
65081 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
65082         Log: More dup testing.
65083      Branch: perl
65084            ! t/io/dup.t
65085 ____________________________________________________________________________
65086 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
65087         Log: Use $Config{_exe}.
65088      Branch: perl
65089            ! t/run/switches.t
65090 ____________________________________________________________________________
65091 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
65092         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
65093              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65094              Date: Sat, 13 Sep 2003 20:20:30 -0700
65095              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
65096      Branch: perl
65097            ! os2/os2.c t/run/switches.t
65098 ____________________________________________________________________________
65099 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
65100         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
65101              From: Michael G Schwern <schwern@pobox.com>
65102              Date: Thu, 11 Sep 2003 15:07:10 -0700
65103              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
65104
65105              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
65106      Branch: perl
65107            ! lib/ExtUtils/t/Manifest.t
65108 ____________________________________________________________________________
65109 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
65110         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
65111              From: "Craig A. Berry" <craigberry@mac.com>
65112              Date: Sun, 14 Sep 2003 00:23:56 -0500
65113              Message-ID: <3F63FB6C.5040502@mac.com>
65114      Branch: perl
65115            ! perlio.c
65116 ____________________________________________________________________________
65117 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
65118         Log: parse_version doesn't always succeed.
65119      Branch: perl
65120            ! Porting/cmpVERSION.pl
65121 ____________________________________________________________________________
65122 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
65123         Log: pod changes, so change $VERSION.
65124      Branch: perl
65125            ! lib/Fatal.pm
65126 ____________________________________________________________________________
65127 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
65128         Log: Subject: Re: unicode regex problem
65129              From: hv@crypt.org
65130              Date: Sat, 13 Sep 2003 15:21:34 +0100
65131              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
65132      Branch: perl
65133            ! regcomp.c t/op/pat.t
65134 ____________________________________________________________________________
65135 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
65136         Log: More PerlIO warnings changes.
65137      Branch: perl
65138            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
65139 ____________________________________________________________________________
65140 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
65141         Log: The "perlio: " prefix looks a little odd
65142              in the few warning/error messages, since
65143              no other 'subsystems' have prefixes.
65144      Branch: perl
65145            ! perlio.c pod/perldiag.pod t/io/open.t
65146 ____________________________________________________________________________
65147 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
65148         Log: Layer names were recognized by their prefixes
65149              (e.g. open(F, ":u", "file") worked...)
65150      Branch: perl
65151            ! perlio.c t/io/open.t
65152 ____________________________________________________________________________
65153 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
65154         Log: Apparently at some point doing 3-arg open with
65155              illegal mode like ">>>" had stopped croaking.
65156      Branch: perl
65157            ! doio.c t/io/open.t
65158 ____________________________________________________________________________
65159 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
65160         Log: Minuscule code cleanup.
65161      Branch: perl
65162            ! doio.c
65163 ____________________________________________________________________________
65164 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
65165         Log: Subject: [perl #23788] int of a fraction errors
65166              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
65167              Date: 11 Sep 2003 22:38:19 -0000
65168              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
65169
65170              Add a separate faq entry for int().  (Yes, a bit redundant
65171              with the existing "why are my numbers broken" entry.)
65172      Branch: perl
65173            ! pod/perlfaq4.pod
65174 ____________________________________________________________________________
65175 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
65176         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
65177              From: Stas Bekman <stas@stason.org>
65178              Date: Fri, 12 Sep 2003 13:44:11 -0700
65179              Message-ID: <3F62301B.3080604@stason.org>
65180
65181              s/discipline/IO layer/, instead of "unknown" say "unavailable",
65182              and have the fuller explanation in perldiag.
65183      Branch: perl
65184            ! doio.c pod/perldiag.pod
65185 ____________________________________________________________________________
65186 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
65187         Log: Make the new glob tests pass (well, skip) even with miniperl.
65188      Branch: perl
65189            ! t/run/fresh_perl.t
65190 ____________________________________________________________________________
65191 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
65192         Log: Stringify the $VERSION of DynaLoader so it's never dependent
65193              on localized float-to-string conversions.
65194      Branch: perl
65195            ! ext/DynaLoader/DynaLoader_pm.PL
65196 ____________________________________________________________________________
65197 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
65198         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
65199              since that would break a lot of code.)  Also few
65200              stray UTF16s, UTF32s, and "encoded in Unicode".
65201      Branch: perl
65202            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
65203            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65204            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
65205            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
65206            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
65207 ____________________________________________________________________________
65208 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
65209         Log: The buildtoc now has options.
65210      Branch: perl
65211            ! pod/Makefile.SH
65212 ____________________________________________________________________________
65213 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
65214         Log: Some more tweaks on open ...&=.
65215      Branch: perl
65216            ! pod/perlfunc.pod
65217 ____________________________________________________________________________
65218 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
65219         Log: Slightly more documentation for open ...&=.
65220      Branch: perl
65221            ! pod/perlfunc.pod
65222 ____________________________________________________________________________
65223 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
65224         Log: Document the new strict strict in strict.
65225      Branch: perl
65226            ! lib/strict.pm
65227 ____________________________________________________________________________
65228 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
65229         Log: More comments for the FreeBSD threads hints.
65230      Branch: perl
65231            ! hints/freebsd.sh
65232 ____________________________________________________________________________
65233 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
65234         Log: More refactoring of the FreeBSD threads hints.
65235              Basically, for fresh enough 5.x the -pthread is dropped,
65236              otherwise keep it, and no known FreeBSD release has
65237              a functional gethostbyaddr_r.
65238      Branch: perl
65239            ! hints/freebsd.sh
65240 ____________________________________________________________________________
65241 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
65242         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
65243              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65244              Date: Thu, 11 Sep 2003 09:15:04 -0700
65245              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
65246      Branch: perl
65247            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
65248            ! os2/OS2/Process/Process.xs
65249 ____________________________________________________________________________
65250 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
65251         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
65252              From: "Brendan O'Dea" <bod@debian.org>
65253              Date: Fri, 12 Sep 2003 00:12:51 +1000
65254              Message-ID: <20030911141251.GA26907@londo.c47.org>
65255      Branch: perl
65256            ! perl.c
65257 ____________________________________________________________________________
65258 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
65259         Log: The change of not needing -pthread in FreeBSD 5.x
65260              is very recent (Sep 3) (from Anton Berezin).
65261      Branch: perl
65262            ! hints/freebsd.sh
65263 ____________________________________________________________________________
65264 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
65265         Log: Upgrade to Pod::Perldoc 3.10.
65266              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
65267      Branch: perl
65268            ! lib/Pod/Perldoc.pm
65269 ____________________________________________________________________________
65270 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
65271         Log: Upgrade to base 2.02.
65272      Branch: perl
65273            + lib/fields-base.t
65274            ! MANIFEST lib/base.pm lib/fields.t
65275 ____________________________________________________________________________
65276 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
65277         Log: Replace #21158 with a better patch from Hugo
65278              (for [perl #23769]).
65279      Branch: perl
65280            ! regcomp.c regexec.c t/op/pat.t
65281 ____________________________________________________________________________
65282 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
65283         Log: Subject: [PATCH][TESTS] dumpvar.pl
65284              From: Joe McMahon <mcmahon@metalab.unc.edu>
65285              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
65286              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
65287      Branch: perl
65288            ! lib/dumpvar.pl lib/dumpvar.t
65289 ____________________________________________________________________________
65290 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
65291         Log: Enache still wants -pthread gone for FreeBSD 5.x
65292              since it doesn't work with the latest -current.
65293      Branch: perl
65294            ! hints/freebsd.sh
65295 ____________________________________________________________________________
65296 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
65297         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
65298              From: Stas Bekman <stas@stason.org>
65299              Date: Thu, 28 Aug 2003 16:10:48 -0700
65300              Message-ID: <3F4E8BF8.1090800@stason.org>
65301      Branch: perl
65302            ! emacs/cperl-mode.el emacs/ptags
65303 ____________________________________________________________________________
65304 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
65305         Log: Retract #21149, sez Schwern.
65306      Branch: perl
65307            ! lib/Test/More.pm
65308 ____________________________________________________________________________
65309 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
65310         Log: Retract #21168 based on advice from Anton Berezin (added).
65311      Branch: perl
65312            ! hints/freebsd.sh
65313 ____________________________________________________________________________
65314 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
65315         Log: Subject: nit to hints/freebsd.sh
65316              From: Enache Adrian <enache@rdslink.ro>
65317              Date: Wed, 10 Sep 2003 19:50:59 +0300
65318              Message-ID: <20030910165059.GB1321@ratsnest.hole>
65319      Branch: perl
65320            ! hints/freebsd.sh
65321 ____________________________________________________________________________
65322 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
65323         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
65324              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
65325              Date: Sun, 31 Aug 2003 22:08:19 GMT
65326              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
65327
65328              The test has been moved into warnings.pm's test suite. Note
65329              that this patch fixed as well the behaviour of warnings::enabled
65330              regarding lexical scoping and different files; hence the expected
65331              results in a few tests in /t/lib/warnings/9enabled has been
65332              reverted.
65333      Branch: perl
65334            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
65335 ____________________________________________________________________________
65336 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
65337         Log: Remove the warning in perlfaq about using map in void context :
65338              From: abigail@abigail.nl (Abigail)
65339              Subject: [PATCH perlfaq6] map in a void context.
65340              Date: Tue, 9 Sep 2003 10:31:58 +0200
65341              Message-ID: <20030909083158.GA24125@abigail.nl>
65342      Branch: perl
65343            ! pod/perlfaq6.pod
65344 ____________________________________________________________________________
65345 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
65346         Log: Subject: [PATCH] AUTHORS
65347              From: enache@rdslink.ro (Enache Adrian)
65348              Date: Tue, 9 Sep 2003 19:34:05 +0300
65349              Message-ID: <20030909163405.GB1398@ratsnest.hole>
65350      Branch: perl
65351            ! AUTHORS
65352 ____________________________________________________________________________
65353 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
65354         Log: Regen perlapi.
65355      Branch: perl
65356            ! pod/perlapi.pod
65357 ____________________________________________________________________________
65358 [ 21163] By: merijn                                on 2003/09/10  15:31:27
65359         Log: Subject: [perl #23778] hints/aix.sh
65360              Date: 10 Sep 2003 16:30:32 -0000
65361              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
65362              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
65363      Branch: perl
65364            ! hints/aix.sh
65365 ____________________________________________________________________________
65366 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
65367         Log: blead version of #21161.
65368      Branch: perl
65369            ! pod/perlvar.pod
65370 ____________________________________________________________________________
65371 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
65372         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
65373              From: PPrymmer@factset.com
65374              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
65375              Date: Fri, 5 Sep 2003 17:46:48 -0400
65376      Branch: perl
65377            ! lib/File/Spec/t/Spec.t
65378 ____________________________________________________________________________
65379 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
65380         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
65381              From: Kurt Starsinic <kstar@cpan.org>
65382              Date: Tue, 9 Sep 2003 23:16:00 -0400
65383              Message-ID: <20030910031600.GA30554@verizon.net>
65384
65385              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
65386              From: "Brendan O'Dea" <bod@debian.org>
65387              Date: Wed, 10 Sep 2003 22:03:15 +1000
65388              Message-ID: <20030910120315.GA1372@londo.c47.org>
65389      Branch: perl
65390            ! t/lib/h2ph.pht utils/h2ph.PL
65391 ____________________________________________________________________________
65392 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
65393         Log: Unicode regex broken on simple example
65394              regrepeat() did not work right for UTF-8(ed Latin-1)
65395              in the EXACT case, which made the \x{a0}+ fail.
65396      Branch: perl
65397            ! regexec.c t/op/pat.t
65398 ____________________________________________________________________________
65399 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
65400         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
65401      Branch: perl
65402            ! pp_hot.c t/io/utf8.t
65403 ____________________________________________________________________________
65404 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
65405         Log: Detypo and explain better.
65406      Branch: perl
65407            ! pod/perldiag.pod
65408 ____________________________________________________________________________
65409 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
65410         Log: If doing rcatline no point rescanning each time
65411              the beginning of the SV for utf8 validity.
65412      Branch: perl
65413            ! pp_hot.c
65414 ____________________________________________________________________________
65415 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
65416         Log: No utf8 warnings without use warnings.
65417      Branch: perl
65418            ! t/io/utf8.t
65419 ____________________________________________________________________________
65420 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
65421         Log: Reading a latin1 file with open(... "<:utf8") will freeze
65422              is no more valid, the script doesn't freeze, but I noticed
65423              that neither does the <FILE> complain about bad UTF-8 as it
65424              should and as it does with :encoding(utf8).
65425      Branch: perl
65426            ! pp_hot.c t/io/utf8.t
65427 ____________________________________________________________________________
65428 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
65429         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
65430              of Perl_utf8_is_string().
65431      Branch: perl
65432            ! embed.fnc embed.h global.sym proto.h utf8.c
65433 ____________________________________________________________________________
65434 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
65435         Log: Document a PerlIO/Encode warning.
65436      Branch: perl
65437            ! pod/perldiag.pod
65438 ____________________________________________________________________________
65439 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
65440         Log: Subject: Re: maint @ 21116
65441              From: Fergal Daly <fergal@esatclear.ie>
65442              Date: Tue, 9 Sep 2003 18:26:20 +0100
65443              Message-Id: <200309091826.20630.fergal@esatclear.ie>
65444
65445              (added warning)
65446      Branch: perl
65447            ! lib/Test/More.pm
65448 ____________________________________________________________________________
65449 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
65450         Log: Adjust the test count.
65451      Branch: perl
65452            ! lib/Test/Simple/t/is_deeply.t
65453 ____________________________________________________________________________
65454 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
65455         Log: AUTHORS update from Dave Mitchell.
65456      Branch: perl
65457            ! AUTHORS
65458 ____________________________________________________________________________
65459 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
65460         Log: Retract #20548 and #20465.
65461      Branch: perl
65462            ! lib/Test/More.pm lib/Test/Simple/t/More.t
65463            ! lib/Test/Simple/t/is_deeply.t
65464 ____________________________________________________________________________
65465 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
65466         Log: Subject: Re: maint @ 21116
65467              From: Enache Adrian <enache@rdslink.ro>
65468              Date: Tue, 9 Sep 2003 16:59:44 +0300
65469              Message-ID: <20030909135944.GA1666@ratsnest.hole>
65470      Branch: perl
65471            ! makedef.pl
65472 ____________________________________________________________________________
65473 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
65474         Log: Retract #21132.
65475      Branch: perl
65476            ! makedef.pl perl.h
65477 ____________________________________________________________________________
65478 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
65479         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
65480      Branch: perl
65481            ! lib/Hash/Util.pm pod/perlrun.pod
65482 ____________________________________________________________________________
65483 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
65484         Log: Subject: =encoding in perlpod/perlpodspec
65485              From: sburke@cpan.org (Sean M. Burke)
65486              Date: Sun, 07 Sep 2003 03:08:28 -0800
65487              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
65488      Branch: perl
65489            ! pod/perlpod.pod pod/perlpodspec.pod
65490 ____________________________________________________________________________
65491 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
65492         Log: One more chance... Elizabeth's change #21107 plus
65493              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
65494              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65495              Date: Tue, 9 Sep 2003 01:44:24 +0200
65496              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
65497      Branch: perl
65498            ! lib/warnings.pm toke.c warnings.pl
65499 ____________________________________________________________________________
65500 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
65501         Log: One more test count tweak.
65502      Branch: perl
65503            ! t/op/grep.t
65504 ____________________________________________________________________________
65505 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
65506         Log: Subject: Re: maint @ 21116
65507              From: Steve Hay <steve.hay@uk.radan.com>
65508              Date: Tue, 09 Sep 2003 09:49:07 +0100
65509              Message-ID: <3F5D9403.3040004@uk.radan.com>
65510      Branch: perl
65511            ! makedef.pl perl.h
65512 ____________________________________________________________________________
65513 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
65514         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
65515              From: david nicol <whatever@davidnicol.com>
65516              Date: 08 Sep 2003 23:39:32 -0500
65517              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
65518
65519              (a testcase)
65520      Branch: perl
65521            ! t/op/grep.t
65522 ____________________________________________________________________________
65523 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
65524         Log: Ooops, perlio into scalars was already history for this test...
65525      Branch: perl
65526            ! lib/dumpvar.t
65527 ____________________________________________________________________________
65528 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
65529         Log: Cannot do perlio into scalars without perlio.
65530      Branch: perl
65531            ! lib/dumpvar.t
65532 ____________________________________________________________________________
65533 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
65534         Log: I claim that the debugger is untestable until proven otherwise.
65535      Branch: perl
65536            - lib/perl5db/de0.t
65537            ! MANIFEST
65538 ____________________________________________________________________________
65539 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
65540         Log: In trying to save space, the warnings.pl change (#21107)
65541              pulled in attributes.pm... and the change didn't seem to
65542              be that well tested with different configurations.
65543              Retract #21119, #21117, #21107.
65544      Branch: perl
65545            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
65546 ____________________________________________________________________________
65547 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
65548         Log: Really do #21121.
65549      Branch: perl
65550            ! MANIFEST
65551 ____________________________________________________________________________
65552 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
65553         Log: There's no particular reason to have the dumpvar.t
65554              in lib/perl5db/.
65555      Branch: perl
65556            + lib/dumpvar.t
65557            - lib/perl5db/dumpvar.t
65558            ! MANIFEST
65559 ____________________________________________________________________________
65560 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
65561         Log: strict stash seems to have gone, too.
65562      Branch: perl
65563            ! ext/B/t/stash.t
65564 ____________________________________________________________________________
65565 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
65566         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
65567              (due to #21107 apparently.) Adjust this test accordingly.
65568      Branch: perl
65569            ! ext/B/t/stash.t
65570 ____________________________________________________________________________
65571 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
65572         Log: Subject: [PATCH] silence 1 compiler warning
65573              From: Nicholas Clark <nick@ccl4.org>
65574              Date: Mon, 8 Sep 2003 23:04:45 +0100
65575              Message-ID: <20030908230445.E30881@plum.flirble.org>
65576      Branch: perl
65577            ! universal.c
65578 ____________________________________________________________________________
65579 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
65580         Log: Retract #21096, mostly: I had misexplained the situation
65581              to Scott A. Crosby.  Seeing the seed value while not good
65582              for the ultimate paranoia viewpoint is not that bad, as long
65583              as the users are fully aware of the dangers of disclosing
65584              the hash seed.     So hash_seed() is okay.
65585
65586              Being able to see the hash values (as in Java) would
65587              be another option, but dubious: it's not that per-key
65588              hash values themselves are bad to allow scripts to see,
65589              but rather that hash values are just as sensitive (from
65590              the DoSing viewpoint) as the hash seed itself (and there
65591              usually more hash values than the one hash seed....)
65592      Branch: perl
65593            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
65594 ____________________________________________________________________________
65595 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
65596         Log: Urk.  unique, not shared.
65597      Branch: perl
65598            ! configpm
65599 ____________________________________________________________________________
65600 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
65601         Log: Subject: [PATCH] configpm: about 1.5K less per thread
65602              From: Elizabeth Mattijsen <liz@dijkmat.nl>
65603              Date: Mon, 8 Sep 2003 23:58:34 +0200
65604              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
65605      Branch: perl
65606            ! configpm
65607 ____________________________________________________________________________
65608 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
65609         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
65610              From: Elizabeth Mattijsen <liz@dijkmat.nl>
65611              Date: Mon, 8 Sep 2003 22:22:38 +0200
65612              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
65613      Branch: perl
65614            ! lib/warnings.pm warnings.pl
65615 ____________________________________________________________________________
65616 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
65617         Log: A version of change #21073 that works.
65618      Branch: perl
65619            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
65620 ____________________________________________________________________________
65621 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
65622         Log: Regen perlapi.
65623      Branch: perl
65624            ! pod/perlapi.pod
65625 ____________________________________________________________________________
65626 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
65627         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
65628              being a bad pointer is apparently a known cygwin bug).     The
65629              cure is to initialize the field.
65630      Branch: perl
65631            ! pp_sys.c
65632 ____________________________________________________________________________
65633 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
65634         Log: Bad export.
65635      Branch: perl
65636            ! lib/Hash/Util.t
65637 ____________________________________________________________________________
65638 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
65639         Log: The IPC::Open3 is just too unreliable for this task.
65640      Branch: perl
65641            ! lib/perl5db/de0.t
65642 ____________________________________________________________________________
65643 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
65644         Log: Try to make the de0.t test more robust.
65645              The test is so flakey (too many external things influencing
65646              the result) that I'm likely to leave it out from the maint.
65647      Branch: perl
65648            ! lib/perl5db/de0.t
65649 ____________________________________________________________________________
65650 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
65651         Log: Scott A. Crosby believes in not disclosing
65652              any more information than necessary: therefore
65653              instead of hash_seed() we have now hashes_random().
65654      Branch: perl
65655            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
65656 ____________________________________________________________________________
65657 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
65658         Log: Mac OS X "last resort" recipe.
65659      Branch: perl
65660            ! README.macosx
65661 ____________________________________________________________________________
65662 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
65663         Log: Subject: [patch] AUTHORS
65664              From: Juerd <juerd@cpan.org>
65665              Date: Mon, 8 Sep 2003 08:42:13 +0200
65666              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
65667      Branch: perl
65668            ! AUTHORS
65669 ____________________________________________________________________________
65670 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
65671         Log: Slightly more intelligent paranoia.
65672      Branch: perl
65673            ! pod/perldiag.pod util.c
65674 ____________________________________________________________________________
65675 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
65676         Log: Win32 is playing to hard to get but I do not have
65677              time to chase it, so restore #21072, more or less.
65678              I think testing the debugger in UNIX-like places
65679              is enough, no need to go into painful contortions
65680              trying to "portably" run interactive programs like
65681              the debugger.
65682      Branch: perl
65683            ! lib/perl5db/de0.t
65684 ____________________________________________________________________________
65685 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
65686         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
65687      Branch: perl
65688            ! ext/Storable/Storable.xs
65689 ____________________________________________________________________________
65690 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
65691         Log: Add Hash::Util::hash_seed() which answers among
65692              other things the question whether our hashes are
65693              "randomised".  (They always were...)
65694      Branch: perl
65695            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
65696 ____________________________________________________________________________
65697 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
65698         Log: XSRETURN_UV was missing.
65699      Branch: perl
65700            ! XSUB.h
65701 ____________________________________________________________________________
65702 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
65703         Log: Superparanoia.
65704      Branch: perl
65705            ! util.c
65706 ____________________________________________________________________________
65707 [ 21084] By: ams                                   on 2003/09/08  11:44:25
65708         Log: Clean up pp_readdir() somewhat.
65709      Branch: perl
65710            ! pp_sys.c
65711 ____________________________________________________________________________
65712 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
65713         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
65714      Branch: perl
65715            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
65716 ____________________________________________________________________________
65717 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
65718         Log: In Win32 IPC::Open3 + IO::Select does not work that well
65719              so mostly undo the change #21072 and revert back to using
65720              a temp file.
65721      Branch: perl
65722            ! lib/perl5db/de0.t
65723 ____________________________________________________________________________
65724 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
65725         Log: In Win32 the cmd.exe console output doesn't seem to
65726              be catchable using the in-memory I/O + select trick,
65727              so use tie-STDOUT trick instead.
65728      Branch: perl
65729            ! lib/perl5db/dumpvar.t
65730 ____________________________________________________________________________
65731 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
65732         Log: Move Config test.
65733      Branch: perl
65734            ! lib/perl5db/de0.t
65735 ____________________________________________________________________________
65736 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
65737         Log: Let's require fork for this test.
65738      Branch: perl
65739            ! lib/perl5db/de0.t
65740 ____________________________________________________________________________
65741 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
65742         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
65743              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
65744              Date: Mon, 08 Sep 2003 08:56:09 +0200
65745              Message-id: <20030908065609.GA1260@ethan>
65746      Branch: perl
65747            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
65748            ! ext/Devel/PPPort/t/test.t
65749 ____________________________________________________________________________
65750 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
65751         Log: Subject: Re: one nit to fix [PATCH]
65752              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
65753              Date: Mon, 8 Sep 2003 10:19:08 +0200
65754              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
65755      Branch: perl
65756            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
65757 ____________________________________________________________________________
65758 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
65759         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
65760              From: Andreas J Koenig <andreas.koenig@anima.de>
65761              Date: Mon, 08 Sep 2003 10:48:27 +0200
65762              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
65763      Branch: perl
65764            ! lib/perl5db/de0.t
65765 ____________________________________________________________________________
65766 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
65767         Log: de0.t: use Test::More, add some tests.
65768      Branch: perl
65769            ! lib/perl5db/de0.t
65770 ____________________________________________________________________________
65771 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
65772         Log: More dumpvar testing.
65773      Branch: perl
65774            ! lib/perl5db/dumpvar.t
65775 ____________________________________________________________________________
65776 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
65777         Log: An empty test.
65778      Branch: perl
65779            ! lib/perl5db/dumpvar.t
65780 ____________________________________________________________________________
65781 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
65782         Log: dumpvar.t: use Test::More;
65783      Branch: perl
65784            ! lib/perl5db/dumpvar.t
65785 ____________________________________________________________________________
65786 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
65787         Log: Cleanup PerlIO::scalar documentation a bit.
65788      Branch: perl
65789            ! ext/PerlIO/scalar/scalar.pm
65790 ____________________________________________________________________________
65791 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
65792         Log: The in-memory files require PerlIO::scalar.
65793      Branch: perl
65794            ! lib/perl5db/dumpvar.t
65795 ____________________________________________________________________________
65796 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
65797         Log: Subject: [PATCH] Test skeleton for debugger commands
65798              From: Andreas J Koenig <andreas.koenig@anima.de>
65799              Date: Sun, 07 Sep 2003 18:51:56 +0200
65800              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
65801              With minor adjustments
65802      Branch: perl
65803            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
65804            ! MANIFEST
65805 ____________________________________________________________________________
65806 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
65807         Log: Upgrade to Unicode::Collate 0.28
65808      Branch: perl
65809            + lib/Unicode/Collate/t/contract.t
65810            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
65811            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
65812 ____________________________________________________________________________
65813 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
65814         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
65815              From: Dave Mitchell <davem@fdgroup.com>
65816              Date: Sun, 7 Sep 2003 19:14:44 +0100
65817              Message-ID: <20030907181444.GA7058@fdgroup.com>
65818      Branch: perl
65819            ! ext/Opcode/Safe.pm
65820 ____________________________________________________________________________
65821 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
65822         Log: Subject: [PATCH] honoring void context for map()
65823              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
65824              Date: Thu, 04 Sep 2003 11:13:41 +0200
65825              Message-id: <20030904091341.GA30655@ethan>
65826      Branch: perl
65827            ! pp_ctl.c
65828 ____________________________________________________________________________
65829 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
65830         Log: Retract #21010.
65831      Branch: perl
65832            ! lib/dumpvar.pl
65833 ____________________________________________________________________________
65834 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
65835         Log: Minor doc style nits in XSLoader.
65836      Branch: perl
65837            ! ext/DynaLoader/XSLoader_pm.PL
65838 ____________________________________________________________________________
65839 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
65840         Log: Vanity patch.
65841      Branch: perl
65842            ! AUTHORS
65843 ____________________________________________________________________________
65844 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
65845         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
65846      Branch: perl
65847            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
65848            ! Cross/config.sh-arm-linux Cross/generate_config_sh
65849            ! Cross/installperl.patch
65850 ____________________________________________________________________________
65851 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
65852         Log: Email nits in Fatal.pm [perl #23724].
65853      Branch: perl
65854            ! lib/Fatal.pm
65855 ____________________________________________________________________________
65856 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
65857         Log: Musty corners of Syslog.pm.
65858      Branch: perl
65859            ! ext/Sys/Syslog/Syslog.pm
65860 ____________________________________________________________________________
65861 [ 21051] By: ams                                   on 2003/09/05  18:43:46
65862         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
65863              2. Compensate for PL_sv_placeholder <= 5.8.1.
65864              3. Clean up non-backwards-compatible tests.
65865              4. Prepare for the 2.08 CPAN release.
65866      Branch: perl
65867            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
65868            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
65869            ! ext/Storable/t/utf8hash.t
65870 ____________________________________________________________________________
65871 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
65872         Log: One more known tie problem.
65873      Branch: perl
65874            ! pod/perltie.pod
65875 ____________________________________________________________________________
65876 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
65877         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
65878              Date: Fri, 5 Sep 2003 14:46:00 +0200
65879              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
65880              From: Elizabeth Mattijsen <liz@dijkmat.nl>
65881      Branch: perl
65882            ! ext/threads/shared/shared.pm
65883 ____________________________________________________________________________
65884 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
65885         Log: Subject: versions threads modules
65886              From: Elizabeth Mattijsen <liz@dijkmat.nl>
65887              Date: Fri, 5 Sep 2003 12:22:52 +0200
65888              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
65889      Branch: perl
65890            ! ext/threads/shared/shared.pm
65891 ____________________________________________________________________________
65892 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
65893         Log: More suidperl path disclosure plugging:
65894              the #9813 didn't do enough.  See either of
65895              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
65896              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
65897      Branch: perl
65898            ! perl.c pod/perldiag.pod
65899 ____________________________________________________________________________
65900 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
65901         Log: FreeBSD hints updates from Anton Berezin.
65902      Branch: perl
65903            ! hints/freebsd.sh
65904 ____________________________________________________________________________
65905 [ 21043] By: merijn                                on 2003/09/05  11:18:20
65906         Log: Changed conflicting diff options
65907      Branch: perl
65908            ! patchlevel.h
65909 ____________________________________________________________________________
65910 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
65911         Log: Acknowledge some known tie bugs.
65912      Branch: perl
65913            ! pod/perltie.pod
65914 ____________________________________________________________________________
65915 [ 21041] By: merijn                                on 2003/09/05  04:50:44
65916         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
65917              From: Ilya Martynov <ilya@martynov.org>
65918              Date: Fri, 05 Sep 2003 00:49:57 +0400
65919              Message-ID: <8765k8uvm2.fsf@abra.ru>
65920      Branch: perl
65921            ! AUTHORS
65922 ____________________________________________________________________________
65923 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
65924         Log: code example error in "perlopentut"
65925      Branch: perl
65926            ! pod/perlopentut.pod
65927 ____________________________________________________________________________
65928 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
65929         Log: Another seemingly fixed (un)tie bug,
65930              [perl ##22297] cannot untie scalar from within tied FETCH
65931      Branch: perl
65932            ! t/op/tie.t
65933 ____________________________________________________________________________
65934 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
65935         Log: Subject: Re: [PATCH] Data::Dumper 2.121
65936              From: Ilya Martynov <ilya@martynov.org>
65937              Date: Fri, 05 Sep 2003 00:33:46 +0400
65938              Message-ID: <87ad9kuwd1.fsf@abra.ru>
65939      Branch: perl
65940            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
65941            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
65942            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
65943 ____________________________________________________________________________
65944 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
65945         Log: I think once is enough.
65946      Branch: perl
65947            ! configure.gnu
65948 ____________________________________________________________________________
65949 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
65950         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
65951              From: Enache Adrian <enache@rdslink.ro>
65952              Date: Thu, 4 Sep 2003 20:09:06 +0300
65953              Message-ID: <20030904170906.GA1235@ratsnest.hole>
65954      Branch: perl
65955            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
65956            ! ext/ByteLoader/byterun.c
65957 ____________________________________________________________________________
65958 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
65959         Log: Subject: [PATCH] perlreftut: change distribution conditions
65960              From: "Brendan O'Dea" <bod@debian.org>
65961              Date: Thu, 4 Sep 2003 02:28:49 +1000
65962              Message-ID: <20030903162849.GA9675@londo.c47.org>
65963      Branch: perl
65964            ! pod/perlreftut.pod
65965 ____________________________________________________________________________
65966 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
65967         Log: Subject: Re: "vendor" patch pickup
65968              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65969              Date: Thu, 4 Sep 2003 19:47:55 +0200
65970              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
65971
65972              (Gentoo: take Marcus' version of the __THROW patch and
65973              even further #ifdef-protect it with __GLIBC__.)
65974      Branch: perl
65975            ! perl.h
65976 ____________________________________________________________________________
65977 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
65978         Log: Tiny perlcc tweaks.
65979      Branch: perl
65980            ! utils/perlcc.PL
65981 ____________________________________________________________________________
65982 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
65983         Log: A SuSE patchlet for perlcc -c to avoid
65984              "Modification of a read-only value attempted at ... C.pm"
65985      Branch: perl
65986            ! ext/B/B/C.pm
65987 ____________________________________________________________________________
65988 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
65989         Log: AUTHORS updates.
65990      Branch: perl
65991            ! AUTHORS
65992 ____________________________________________________________________________
65993 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
65994         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
65995              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
65996              (the tar.gz link doesn't have 'v1.66', it has '1.66')
65997              so that the smoke builds can start chewing it.
65998      Branch: perl
65999            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
66000            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
66001            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
66002            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
66003            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
66004            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
66005 ____________________________________________________________________________
66006 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
66007         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
66008              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66009              Date: Wed, 3 Sep 2003 19:20:20 +0200
66010              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
66011      Branch: perl
66012            ! Porting/valgrindpp.pl
66013 ____________________________________________________________________________
66014 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
66015         Log: Also indicate the Unicode level here.
66016              (The last date is non-committal :-)
66017      Branch: perl
66018            ! pod/perlunicode.pod
66019 ____________________________________________________________________________
66020 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
66021         Log: Avoid lvalue casts, from Enache.
66022      Branch: perl
66023            ! ext/ByteLoader/bytecode.h op.h
66024 ____________________________________________________________________________
66025 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
66026         Log: Bump up the VERSION.
66027      Branch: perl
66028            ! lib/bytes.pm
66029 ____________________________________________________________________________
66030 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
66031         Log: Add, document, and test bytes::substr, index, rindex, chr,
66032              document bytes::ord.
66033      Branch: perl
66034            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
66035 ____________________________________________________________________________
66036 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
66037         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
66038              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
66039              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
66040              Message-ID: <29644.1062572245@www50.gmx.net>
66041
66042              The other half of #20930 should be still good.
66043      Branch: perl
66044            ! op.c
66045 ____________________________________________________________________________
66046 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
66047         Log: use IO; is deprecated.
66048      Branch: perl
66049            ! ext/threads/t/join.t
66050 ____________________________________________________________________________
66051 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
66052         Log: Upgrade to base 2.01 from CPAN.
66053      Branch: perl
66054            ! lib/base.pm lib/fields.pm
66055 ____________________________________________________________________________
66056 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
66057         Log: Changing the test count is a good idea.
66058      Branch: perl
66059            ! ext/threads/t/join.t
66060 ____________________________________________________________________________
66061 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
66062         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
66063              From: Joe McMahon <mcmahon@ibiblio.org>
66064              Date: Tue, 2 Sep 2003 18:02:14 -0400
66065              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
66066      Branch: perl
66067            ! lib/dumpvar.pl
66068 ____________________________________________________________________________
66069 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
66070         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
66071              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66072              Date: Wed, 3 Sep 2003 06:07:54 +0200
66073              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
66074      Branch: perl
66075            ! ext/threads/t/join.t
66076 ____________________________________________________________________________
66077 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
66078         Log: VMS does not have quite UNIX glob semantics.
66079      Branch: perl
66080            ! t/run/fresh_perl.t
66081 ____________________________________________________________________________
66082 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
66083         Log: Subject: some method calls not autoloaded
66084              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
66085              Date: Tue, 2 Sep 2003 15:06:29 -0700
66086              Message-ID: <20030902220629.GA2952@efn.org>
66087      Branch: perl
66088            ! pod/perlfunc.pod pod/perlsub.pod
66089 ____________________________________________________________________________
66090 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
66091         Log: An untie test from perlmonks-- worked in 5.6.1,
66092              broken in 5.8.0, seems to be working again in maint,
66093              better nail it down now.
66094      Branch: perl
66095            ! t/op/tie.t
66096 ____________________________________________________________________________
66097 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
66098         Log: Retract #20930 because of
66099              Subject: maint@20974 or before broke mp2 ithreads test
66100              From: Stas Bekman <stas@stason.org>
66101              Date: Mon, 01 Sep 2003 23:31:11 -0700
66102              Message-ID: <3F54392F.7080009@stason.org>
66103      Branch: perl
66104            ! op.c
66105 ____________________________________________________________________________
66106 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
66107         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
66108              From: Fergal Daly <fergal@esatclear.ie>
66109              Date: Tue, 2 Sep 2003 17:36:52 +0100
66110              Message-Id: <200309021736.52725.fergal@esatclear.ie>
66111      Branch: perl
66112            ! pod/perldiag.pod
66113 ____________________________________________________________________________
66114 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
66115         Log: Subject: [perl #23672] Math::BigInit POD
66116              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
66117              Date: 1 Sep 2003 08:47:39 -0000
66118              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
66119      Branch: perl
66120            ! lib/Math/BigInt.pm
66121 ____________________________________________________________________________
66122 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
66123         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
66124              From: Mark Jason Dominus <mjd@plover.com>
66125              Date: Mon, 01 Sep 2003 16:19:20 -0400
66126              Message-ID: <20030901201920.3929.qmail@plover.com>
66127      Branch: perl
66128            ! pod/perlfaq6.pod
66129 ____________________________________________________________________________
66130 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
66131         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
66132              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66133              Date: Tue, 02 Sep 2003 11:27:19 +0200
66134              Message-id: <20030902092719.GA18075@ethan>
66135      Branch: perl
66136            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
66137            ! ext/Devel/PPPort/t/test.t
66138 ____________________________________________________________________________
66139 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
66140         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
66141              From: Enache Adrian <enache@rdslink.ro>
66142              Date: Tue, 2 Sep 2003 03:45:11 +0300
66143              Message-ID: <20030902004511.GA1442@ratsnest.hole>
66144      Branch: perl
66145            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
66146            ! op.h proto.h t/TEST
66147 ____________________________________________________________________________
66148 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
66149         Log: Upgrade to Unicode::Collate 0.27.
66150      Branch: perl
66151            + lib/Unicode/Collate/t/hangul.t
66152            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
66153            ! lib/Unicode/Collate/README
66154 ____________________________________________________________________________
66155 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
66156         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
66157              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66158              Date: Mon, 1 Sep 2003 22:28:58 +0200
66159              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
66160      Branch: perl
66161            ! Porting/valgrindpp.pl
66162 ____________________________________________________________________________
66163 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
66164         Log: From Craig Berry, following the example of the other podxxx.PL
66165              in relying on basename($0, '.PL') to Do The Right Thing with
66166              regard to the case of the extension, which could be either
66167              .pl or .PL on VMS depending on version-specific features.
66168      Branch: perl
66169            ! pod/pod2usage.PL pod/podselect.PL
66170 ____________________________________________________________________________
66171 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
66172         Log: Configure -r in AIX bad.
66173      Branch: perl
66174            ! README.aix
66175 ____________________________________________________________________________
66176 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
66177         Log: Subject: [DOC PATCH] perlfaq4.pod
66178              Date: Mon, 1 Sep 2003 12:38:50 +0200
66179              From: Elizabeth Mattijsen <liz@dijkmat.nl>
66180              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
66181      Branch: perl
66182            ! pod/perlfaq4.pod
66183 ____________________________________________________________________________
66184 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
66185         Log: Subject: glob() bug
66186              From: Gurusamy Sarathy <gsar@ActiveState.com>
66187              Date: Mon, 01 Sep 2003 02:25:41 -0700
66188              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
66189      Branch: perl
66190            ! op.c t/run/fresh_perl.t
66191 ____________________________________________________________________________
66192 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
66193         Log: Ultrix VAX is like VMS VAX in floating point.
66194      Branch: perl
66195            ! t/op/sprintf.t
66196 ____________________________________________________________________________
66197 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
66198         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
66199              From: Vadim Konovalov <vkonovalov@peterstar.ru>
66200              Date: Mon, 1 Sep 2003 02:57:33 +0400
66201              Message-ID: <1091134912500.20030901025733@peterstar.ru>
66202      Branch: perl
66203            ! wince/Makefile.ce wince/wince.c
66204 ____________________________________________________________________________
66205 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
66206         Log: Add test for -i.
66207      Branch: perl
66208            ! MANIFEST t/run/switches.t
66209 ____________________________________________________________________________
66210 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
66211         Log: Add tests for -h and (unknown) -z.
66212      Branch: perl
66213            ! MANIFEST t/run/switches.t
66214 ____________________________________________________________________________
66215 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
66216         Log: Add test for -v.
66217      Branch: perl
66218            ! MANIFEST t/run/switches.t
66219 ____________________________________________________________________________
66220 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
66221         Log: List the switches tested in switches.t.
66222      Branch: perl
66223            ! t/run/switches.t
66224 ____________________________________________________________________________
66225 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
66226         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
66227              From: PPrymmer@factset.com
66228              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
66229              Date: Sun, 31 Aug 2003 10:11:54 -0400
66230      Branch: perl
66231            ! installperl
66232 ____________________________________________________________________________
66233 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
66234         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
66235              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66236              Date: Sun, 31 Aug 2003 15:21:17 +0200
66237              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
66238      Branch: perl
66239            ! sv.c
66240 ____________________________________________________________________________
66241 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
66242         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
66243              both in blead and maint, lots of "Attempt to free non-existent
66244              shared string" and "Unbalanced string table refcount" errors.
66245              Retract #20960 (and #20963).
66246      Branch: perl
66247            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
66248            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
66249            ! MANIFEST lib/base.pm lib/fields.pm
66250 ____________________________________________________________________________
66251 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
66252         Log: Integrate from maint:
66253              [ 20963]
66254              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
66255      Branch: perl
66256           !> lib/base/t/fp560.t
66257 ____________________________________________________________________________
66258 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
66259         Log: De-cargo-cult.
66260      Branch: perl
66261            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
66262 ____________________________________________________________________________
66263 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
66264         Log: Upgrade to base.pm 2.0.
66265
66266              (Rename the tests around a bit to be more 8.3-friendly.)
66267      Branch: perl
66268            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
66269            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
66270            ! MANIFEST lib/base.pm lib/fields.pm
66271 ____________________________________________________________________________
66272 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
66273         Log: Fewer naked char constants.
66274      Branch: perl
66275            ! doio.c perlio.c sv.h
66276 ____________________________________________________________________________
66277 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
66278         Log: This is probably a wrong fix for
66279              [perl #23645] tell with perlio on appended files
66280              but maybe this gets NI-S agitated enough to present the correct fix :-)
66281      Branch: perl
66282            ! perlio.c t/io/tell.t
66283 ____________________________________________________________________________
66284 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
66285         Log: A new try at
66286
66287              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
66288              From: "Gerrit P. Haase" <gp@familiehaase.de>
66289              Date: Thu, 28 Aug 2003 08:18:51 +0200
66290              Message-ID: <4157199551.20030828081851@familiehaase.de>
66291
66292              (this time Cygwin only)
66293      Branch: perl
66294            ! perlio.c
66295 ____________________________________________________________________________
66296 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
66297         Log: Tweak XSLoader.t.
66298              XSLoader is supposed to work even for extensions that
66299              are statically linked. So only check that the extension we
66300              test for is actually available. (This test is not supposed
66301              to be run by miniperl.)
66302      Branch: perl
66303            ! ext/DynaLoader/t/XSLoader.t
66304 ____________________________________________________________________________
66305 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
66306         Log: Something went wrong in change #20929;
66307              linux 2.4.18-bf2.4 didn't like it:
66308              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
66309              and similar failure pattern also seen in Solaris 8.
66310      Branch: perl
66311            ! perlio.c
66312 ____________________________________________________________________________
66313 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
66314         Log: Setup @INC.
66315      Branch: perl
66316            ! t/op/cproto.t
66317 ____________________________________________________________________________
66318 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
66319         Log: Tabify and re-sort MANIFEST.
66320      Branch: perl
66321            ! MANIFEST
66322 ____________________________________________________________________________
66323 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
66324         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
66325      Branch: perl
66326            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
66327 ____________________________________________________________________________
66328 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
66329         Log: Subject: [PATCH] XSLoader nits and tests
66330              From: Michael G Schwern <schwern@pobox.com>
66331              Date: Fri, 29 Aug 2003 22:55:07 -0700
66332              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
66333      Branch: perl
66334            + ext/DynaLoader/t/XSLoader.t
66335            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
66336 ____________________________________________________________________________
66337 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
66338         Log: Missed from #20942.
66339      Branch: perl
66340            ! lib/File/Spec/VMS.pm
66341 ____________________________________________________________________________
66342 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
66343         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
66344              From: PPrymmer@factset.com
66345              Date: Sat, 30 Aug 2003 00:57:28 -0400
66346              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
66347      Branch: perl
66348            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
66349 ____________________________________________________________________________
66350 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
66351         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
66352              From: Stas Bekman <stas@stason.org>
66353              Date: Fri, 29 Aug 2003 17:11:41 -0700
66354              Message-ID: <3F4FEBBD.8000901@stason.org>
66355      Branch: perl
66356            ! pod/perlapi.pod sv.h
66357 ____________________________________________________________________________
66358 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
66359         Log: Add a new test, to ensure that we don't unexpectedly change
66360              prototypes of builtins.
66361      Branch: perl
66362            + t/op/cproto.t
66363            ! MANIFEST
66364 ____________________________________________________________________________
66365 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
66366         Log: Don't cast PL_multiline to bool : you may loose important bits.
66367      Branch: perl
66368            ! pp.c pp_hot.c
66369 ____________________________________________________________________________
66370 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
66371         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
66372              From: Nicholas Clark <nick@ccl4.org>
66373              Date: Wed, 27 Aug 2003 22:59:55 +0100
66374              Message-ID: <20030827225955.E558@plum.flirble.org>
66375      Branch: perl
66376            ! pp.c
66377 ____________________________________________________________________________
66378 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
66379         Log: Some perluniintro tweaks.
66380      Branch: perl
66381            ! pod/perluniintro.pod
66382 ____________________________________________________________________________
66383 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
66384         Log: Tiny doc tweak from Shannon -jj Behrens.
66385      Branch: perl
66386            ! pod/perluniintro.pod
66387 ____________________________________________________________________________
66388 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
66389         Log: Comparing an int to a U32 makes VC6 nervous.
66390      Branch: perl
66391            ! pp.c pp_hot.c
66392 ____________________________________________________________________________
66393 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
66394         Log: Better skip() explicit number of tests, test counts getting
66395              out of sync less likely that way.
66396      Branch: perl
66397            ! t/op/pack.t
66398 ____________________________________________________________________________
66399 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
66400         Log: Some Ultrix test dodgings.
66401      Branch: perl
66402            ! t/base/num.t t/op/arith.t t/op/pack.t
66403 ____________________________________________________________________________
66404 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
66405         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
66406              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66407              Date: Thu, 28 Aug 2003 21:47:22 +0200
66408              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
66409      Branch: perl
66410            ! op.c
66411 ____________________________________________________________________________
66412 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
66413         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
66414              From: "Gerrit P. Haase" <gp@familiehaase.de>
66415              Date: Thu, 28 Aug 2003 08:18:51 +0200
66416              Message-ID: <4157199551.20030828081851@familiehaase.de>
66417
66418              (changed so that the 'b' is always appended)
66419      Branch: perl
66420            ! perlio.c
66421 ____________________________________________________________________________
66422 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
66423         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
66424              From: marek.rouchal@infineon.com
66425              Date: Wed, 27 Aug 2003 17:25:28 +0200
66426              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
66427
66428              PodParser-1.25 prerelease.
66429      Branch: perl
66430            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
66431            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
66432            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
66433 ____________________________________________________________________________
66434 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
66435         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
66436      Branch: perl
66437            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
66438 ____________________________________________________________________________
66439 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
66440         Log: Subject: [PATCH] valgrindpp.pl
66441              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66442              Date: Thu, 28 Aug 2003 09:43:49 +0200
66443              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
66444      Branch: perl
66445            ! Porting/valgrindpp.pl
66446 ____________________________________________________________________________
66447 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
66448         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
66449              From: Paul Johnson <paul@pjcj.net>
66450              Date: Thu, 28 Aug 2003 00:13:59 +0200
66451              Message-ID: <20030827221359.GE28396@pjcj.net>
66452      Branch: perl
66453            ! ext/B/B/Deparse.pm
66454 ____________________________________________________________________________
66455 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
66456         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
66457              From: Michael G Schwern <schwern@pobox.com>
66458              Date: Wed, 27 Aug 2003 15:05:20 -0700
66459              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
66460      Branch: perl
66461            ! lib/ExtUtils/MakeMaker/Tutorial.pod
66462 ____________________________________________________________________________
66463 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
66464         Log: Add caveats and tests for Symbol::delete_package().
66465      Branch: perl
66466            ! lib/Symbol.pm lib/Symbol.t
66467 ____________________________________________________________________________
66468 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
66469         Log: Configure is doing fine in Ultrix, operator error.
66470      Branch: perl
66471            ! hints/ultrix_4.sh
66472 ____________________________________________________________________________
66473 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
66474         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
66475      Branch: perl
66476            + Porting/valgrindpp.pl
66477            ! MANIFEST
66478 ____________________________________________________________________________
66479 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
66480         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
66481              From: "John P. Linderman" <jpl@research.att.com>
66482              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
66483              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
66484
66485              Subject: typo in pod/perlnewmod.pod [PATCH]
66486              From: "John P. Linderman" <jpl@research.att.com>
66487              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
66488              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
66489
66490              Subject: [PATCH] document the location of byacc
66491              From: Dave Mitchell <davem@fdgroup.com>
66492              Date: Wed, 27 Aug 2003 14:26:50 +0100
66493              Message-ID: <20030827132650.GA23144@fdgroup.com>
66494      Branch: perl
66495            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
66496            ! pod/perlnewmod.pod
66497 ____________________________________________________________________________
66498 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
66499         Log: Ultrix tweaks: <string.h> must not be included twice
66500              (otherwise one gets prototype conflicts between the <string.h>
66501              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
66502              define in <string.h>...); and Configure misprobes some features.
66503      Branch: perl
66504            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
66505            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
66506            ! hints/ultrix_4.sh
66507 ____________________________________________________________________________
66508 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
66509         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
66510              but instead it is 0xFFFF.  So retract #20914.
66511      Branch: perl
66512            ! perl.h
66513 ____________________________________________________________________________
66514 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
66515         Log: Sanity check for BYTEORDER.
66516      Branch: perl
66517            ! perl.h
66518 ____________________________________________________________________________
66519 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
66520         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
66521
66522              [20859]
66523              Two portability patches for DJGPP from Richard Dawe
66524              <rich@phekda.freeserve.co.uk>.
66525              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
66526
66527              [20911]
66528              Don't uppercase automatically all environment variables on DJGPP.
66529              (reported by Richard Dawe, this breaks portability of Unix
66530              scripts.) Don't change the behaviour on plain MS/DOS.
66531      Branch: perl
66532            ! perl.c
66533           !> djgpp/djgppsed.sh dosish.h
66534 ____________________________________________________________________________
66535 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
66536         Log: perlapi.pod tweaks, based on :
66537              Subject: misdocumented return value for sv_setref*
66538              From: Joe Schaefer <joe+perl@sunstarsys.com>
66539              Date: 12 Aug 2003 13:21:42 -0400
66540              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
66541      Branch: perl
66542            ! pod/perlapi.pod sv.c
66543 ____________________________________________________________________________
66544 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
66545         Log: Change the internal prototype of the pop() and shift() builtins
66546              to (;\@), to reflect that their array argument is optional.
66547      Branch: perl
66548            ! opcode.h opcode.pl
66549 ____________________________________________________________________________
66550 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
66551         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
66552              From: Dave Mitchell <davem@fdgroup.com>
66553              Date: Sun, 24 Aug 2003 15:52:00 +0100
66554              Message-ID: <20030824145159.GA12210@fdgroup.com>
66555      Branch: perl
66556            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
66557 ____________________________________________________________________________
66558 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
66559         Log: Subject: [PATCH] minor File::Spec testing cleanup
66560              From: Ken Williams <ken@mathforum.org>
66561              Date: Thu, 21 Aug 2003 22:47:51 -0500
66562              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
66563      Branch: perl
66564            ! lib/File/Spec/t/rel2abs2rel.t
66565 ____________________________________________________________________________
66566 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
66567         Log: Maintainer catch from Rafael.
66568      Branch: perl
66569            ! Porting/Maintainers.pl
66570 ____________________________________________________________________________
66571 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
66572         Log: Take a cutdown version of the change #20903 also to perlebcdic.
66573      Branch: perl
66574            ! pod/perlebcdic.pod
66575 ____________________________________________________________________________
66576 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
66577         Log: No dynaloading at all in Ultrix.
66578      Branch: perl
66579            ! hints/ultrix_4.sh
66580 ____________________________________________________________________________
66581 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
66582         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
66583              (This information looks interesting enough to be mentioned
66584              elsewhere, too.)
66585      Branch: perl
66586            ! README.bs2000
66587 ____________________________________________________________________________
66588 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
66589         Log: CGI::Carp from CGI.pm 3.00 was missing.
66590      Branch: perl
66591            ! lib/CGI/Carp.pm
66592 ____________________________________________________________________________
66593 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
66594         Log: Subject: Re: [PATCH] valgrind and /#/x
66595              From: Enache Adrian <enache@rdslink.ro>
66596              Date: Tue, 26 Aug 2003 08:11:07 +0300
66597              Message-ID: <20030826051107.GA1086@ratsnest.hole>
66598      Branch: perl
66599            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
66600 ____________________________________________________________________________
66601 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
66602         Log: More memory lane.
66603      Branch: perl
66604            ! hints/ultrix_4.sh
66605 ____________________________________________________________________________
66606 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
66607         Log: fix syscall() prototype description in
66608              perlfunc.pod, as suggested by Lukas Mai.
66609      Branch: perl
66610            ! pod/perlfunc.pod
66611 ____________________________________________________________________________
66612 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
66613         Log: Tiny doc tweak.
66614      Branch: perl
66615            ! README.solaris
66616 ____________________________________________________________________________
66617 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
66618         Log: Even more SunOS 4 info.
66619      Branch: perl
66620            ! README.solaris
66621 ____________________________________________________________________________
66622 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
66623         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
66624              From: Vadim Konovalov <vkonovalov@peterstar.ru>
66625              Date: Tue, 26 Aug 2003 00:10:29 +0400
66626              Message-ID: <135606488000.20030826001029@peterstar.ru>
66627      Branch: perl
66628            ! wince/perlmain.c
66629 ____________________________________________________________________________
66630 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
66631         Log: Subject: more valgrinding: select problem?
66632              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66633              Date: Mon, 25 Aug 2003 22:02:17 +0200
66634              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
66635
66636              In glibc, just use the __FD_SETSIZE since that's
66637              the size of the buffer (usually 1024 bits, much
66638              more than the selectminbits of 32).
66639      Branch: perl
66640            ! pp_sys.c
66641 ____________________________________________________________________________
66642 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
66643         Log: More ptags tweakage from Stas; now add 'fullpath'
66644              option to get absolute paths.
66645      Branch: perl
66646            ! emacs/ptags
66647 ____________________________________________________________________________
66648 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
66649         Log: The new tests of #20888 didn't really test what they claimed to.
66650      Branch: perl
66651            ! t/op/pat.t
66652 ____________________________________________________________________________
66653 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
66654         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
66655              From: Jose.auguste-etienne@cgss-guyane.fr
66656              Date: Mon, 25 Aug 2003 14:35:45 -0300
66657              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
66658
66659              AIX Configure advice.
66660      Branch: perl
66661            ! README.aix
66662 ____________________________________________________________________________
66663 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
66664         Log: More SunOS 4.x info.
66665      Branch: perl
66666            ! README.solaris
66667 ____________________________________________________________________________
66668 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
66669         Log: The #20887 didn't go over that well;
66670              and add a few more tests from UTS#18.
66671      Branch: perl
66672            ! t/op/pat.t
66673 ____________________________________________________________________________
66674 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
66675         Log: pat.t -> charnames -> UCD -> Storable,
66676              not good for static builds and minitest.
66677      Branch: perl
66678            ! t/op/pat.t
66679 ____________________________________________________________________________
66680 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
66681         Log: SunOS 4.1.4 is working, too.
66682      Branch: perl
66683            ! README.solaris hints/sunos_4_1.sh
66684 ____________________________________________________________________________
66685 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
66686         Log: Regen perlmodlib, perltoc.
66687      Branch: perl
66688            ! pod/perlmodlib.pod pod/perltoc.pod
66689 ____________________________________________________________________________
66690 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
66691         Log: UVSIZE is not yet defined when it would be needed
66692              by MULTIARCH.  So go back to LONGSIZE, and (belt-
66693              and-suspenders-and-rope style) later in UVSIZE
66694              possibly redefine BYTEORDER.
66695      Branch: perl
66696            ! Configure config_h.SH
66697 ____________________________________________________________________________
66698 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
66699         Log: Subject: [PATCH] valgrind and /#/x
66700              From: Dave Mitchell <davem@fdgroup.com>
66701              Date: Mon, 25 Aug 2003 13:27:49 +0100
66702              Message-ID: <20030825122748.GA15560@fdgroup.com>
66703      Branch: perl
66704            ! regcomp.c
66705 ____________________________________________________________________________
66706 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
66707         Log: Subject: Please update my address
66708              From: Ed Avis <ed@membled.com>
66709              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
66710              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
66711
66712              (Just the AUTHORS part, though, I don't think retroactively
66713              updating the Changes* is useful.)
66714      Branch: perl
66715            ! AUTHORS
66716 ____________________________________________________________________________
66717 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
66718         Log: Document even more ways of affecting your "utf8ness".
66719      Branch: perl
66720            ! lib/utf8.pm
66721 ____________________________________________________________________________
66722 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
66723         Log: Change the VERSION since there are now changes since Perl 5.8.0.
66724      Branch: perl
66725            ! ext/I18N/Langinfo/Langinfo.pm
66726 ____________________________________________________________________________
66727 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
66728         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
66729              since Perl 5.8.0.
66730      Branch: perl
66731            ! lib/CGI/Util.pm
66732 ____________________________________________________________________________
66733 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
66734         Log: Upgrade to CGI.pm 3.00.
66735      Branch: perl
66736            ! lib/CGI.pm lib/CGI/Util.pm
66737 ____________________________________________________________________________
66738 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
66739         Log: Subject: [PATCH] valgrind update
66740              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
66741              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
66742              Message-ID: <21671.1061797917@www38.gmx.net>
66743      Branch: perl
66744            ! t/TEST t/op/magic.t
66745 ____________________________________________________________________________
66746 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
66747         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
66748              From: Nicholas Clark <nick@ccl4.org>
66749              Date: Sun, 24 Aug 2003 16:48:53 +0100
66750              Message-ID: <20030824164851.E558@plum.flirble.org>
66751      Branch: perl
66752            ! doop.c
66753 ____________________________________________________________________________
66754 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
66755         Log: Subject: [patch emacs/ptags] allow xemacs to be used
66756              From: Stas Bekman <stas@stason.org>
66757              Date: Sun, 24 Aug 2003 22:05:00 -0700
66758              Message-ID: <3F4998FC.3090401@stason.org>
66759      Branch: perl
66760            ! emacs/ptags
66761 ____________________________________________________________________________
66762 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
66763         Log: MPE/iX doc tweak from Mark Bixby.
66764      Branch: perl
66765            ! README.mpeix
66766 ____________________________________________________________________________
66767 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
66768         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
66769              Doesn't work well yet, something broken in DynaLoader/XSLoader?
66770      Branch: perl
66771            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
66772 ____________________________________________________________________________
66773 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
66774         Log: IRIX 5.3 is 99.90% okay.
66775      Branch: perl
66776            ! README.irix hints/irix_5.sh
66777 ____________________________________________________________________________
66778 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
66779         Log: An imperfect last resort in case there is no strtoul() but
66780              there is strtol() (like e.g. SunOS 4) because of the Atoul()
66781              in Perl_get_hash_seed()).  The only true fix would be to
66782              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
66783              in numeric.c.
66784      Branch: perl
66785            ! perl.h
66786 ____________________________________________________________________________
66787 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
66788         Log: s/rationale/rational/g on bigrats.
66789      Branch: perl
66790            ! lib/Math/BigRat.pm lib/bigrat.pm
66791 ____________________________________________________________________________
66792 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
66793         Log: Update the CPAN mirrors list.
66794      Branch: perl
66795            ! pod/perlmodlib.PL pod/perlmodlib.pod
66796 ____________________________________________________________________________
66797 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
66798         Log: gcc -O3 and Storable in Linux do not like each other.
66799      Branch: perl
66800            ! ext/Storable/hints/linux.pl
66801 ____________________________________________________________________________
66802 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
66803         Log: Bad quote day, noticed by Philip Newton.
66804      Branch: perl
66805            ! hints/dos_djgpp.sh
66806 ____________________________________________________________________________
66807 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
66808         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
66809              From: Enache Adrian <enache@rdslink.ro>
66810              Date: Mon, 4 Aug 2003 16:20:19 +0300
66811              Message-ID: <20030804132019.GA6764@ratsnest.hole>
66812      Branch: perl
66813            ! Configure config_h.SH
66814 ____________________________________________________________________________
66815 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
66816         Log: Add more comments so that one can see what is supposed to happen.
66817      Branch: perl
66818            ! t/op/lc.t
66819 ____________________________________________________________________________
66820 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
66821         Log: More data points about the Storable optimization problem
66822              in Linux.  (It might be that also non-Debians are affected,
66823              waiting for more information.)
66824      Branch: perl
66825            ! ext/Storable/hints/linux.pl
66826 ____________________________________________________________________________
66827 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
66828         Log: Move the note about known eval leaks earlier.
66829      Branch: perl
66830            ! pod/perlhack.pod
66831 ____________________________________________________________________________
66832 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
66833         Log: Forgot to regen byterun.c.
66834      Branch: perl
66835            ! ext/ByteLoader/byterun.c
66836 ____________________________________________________________________________
66837 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
66838         Log: Doc tweaks on perlhack.
66839      Branch: perl
66840            ! pod/perlhack.pod
66841 ____________________________________________________________________________
66842 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
66843         Log: Subject: [PATCH] Re: valgrind as a leak hound?
66844              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66845              Date: Fri, 22 Aug 2003 23:28:18 +0200
66846              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
66847
66848              Add the leak detection to valgrind testing.
66849      Branch: perl
66850            + t/perl.supp
66851            ! MANIFEST pod/perlhack.pod t/TEST
66852 ____________________________________________________________________________
66853 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
66854         Log: Oops.  Why can't C comments nest?
66855      Branch: perl
66856            ! pp_sys.c
66857 ____________________________________________________________________________
66858 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
66859         Log: Try to dodge getspnam() in AIX.
66860      Branch: perl
66861            ! pp_sys.c
66862 ____________________________________________________________________________
66863 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
66864         Log: Subject: Re: mysterious bytecode.t failure
66865              From: Enache Adrian <enache@rdslink.ro>
66866              Date: Fri, 22 Aug 2003 11:49:34 +0300
66867              Message-ID: <20030822084934.GA1257@ratsnest.hole>
66868      Branch: perl
66869            ! t/base/lex.t
66870 ____________________________________________________________________________
66871 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
66872         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
66873              From: Slaven Rezic <slaven@rezic.de>
66874              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
66875              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
66876      Branch: perl
66877            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
66878 ____________________________________________________________________________
66879 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
66880         Log: Just #.
66881      Branch: perl
66882            ! pod/buildtoc pod/perltoc.pod
66883 ____________________________________________________________________________
66884 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
66885         Log: Regen toc.
66886      Branch: perl
66887            ! pod/perltoc.pod
66888 ____________________________________________________________________________
66889 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
66890         Log: Also MANIFEST the vms/perlvms restoration.
66891      Branch: perl
66892            ! MANIFEST
66893 ____________________________________________________________________________
66894 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
66895         Log: In the vms/descrip_mms.template    the perlvms.pod must
66896              be copied from vms/, err, [.vms], not [.pod].
66897      Branch: perl
66898            ! pod/buildtoc vms/descrip_mms.template
66899 ____________________________________________________________________________
66900 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
66901         Log: Retract #20826 and #20831; things are done differently
66902              in VMS, it seems.  Maybe the vms/descrip_mms.template
66903              needs to be changed?
66904      Branch: perl
66905            + vms/perlvms.pod
66906            - pod/perlvms.pod
66907            ! MANIFEST Makefile.SH
66908 ____________________________________________________________________________
66909 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
66910         Log: Rafael spotted that vms/perlvms.pod was still referred to.
66911      Branch: perl
66912            ! Makefile.SH
66913 ____________________________________________________________________________
66914 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
66915         Log: The change #20809 opened up a code path that might leave s unset.
66916      Branch: perl
66917            ! mg.c
66918 ____________________________________________________________________________
66919 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
66920         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
66921              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66922              Date: Fri, 22 Aug 2003 14:57:09 +0200
66923              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
66924      Branch: perl
66925            ! lib/File/Path.t
66926 ____________________________________________________________________________
66927 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
66928         Log: Test the correct longness; from Enache.
66929      Branch: perl
66930            ! ext/B/t/assembler.t
66931 ____________________________________________________________________________
66932 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
66933         Log: perlvms moving day, from Craig Berry.
66934      Branch: perl
66935            + pod/perlvms.pod
66936            - vms/perlvms.pod
66937            ! MANIFEST
66938 ____________________________________________________________________________
66939 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
66940         Log: Lower Storable.xs optimization to -O2 on certain
66941              known platforms.
66942      Branch: perl
66943            + ext/Storable/hints/linux.pl
66944            ! MANIFEST
66945 ____________________________________________________________________________
66946 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
66947         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
66948              From: Nicholas Clark <nick@ccl4.org>
66949              Date: Thu, 21 Aug 2003 22:26:18 +0100
66950              Message-ID: <20030821222618.T558@plum.flirble.org>
66951      Branch: perl
66952            ! t/op/pack.t
66953 ____________________________________________________________________________
66954 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
66955         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
66956              From: alian@cpan.org (Alian)
66957              Date: Wed, 20 Aug 2003 20:39:17 +0200
66958              Message-ID: <3F43C055.6030709@jupiter.alianet>
66959      Branch: perl
66960            ! t/op/pack.t
66961 ____________________________________________________________________________
66962 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
66963         Log: Try to make the use of utf8 as clear as possible.
66964      Branch: perl
66965            ! lib/utf8.pm
66966 ____________________________________________________________________________
66967 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
66968         Log: Put the tests of the change #19064 back, but disable them.
66969      Branch: perl
66970            ! t/op/args.t
66971 ____________________________________________________________________________
66972 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
66973         Log: Advertise the encoding pragma at the utf8 pragma.
66974      Branch: perl
66975            ! lib/utf8.pm
66976 ____________________________________________________________________________
66977 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
66978         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
66979              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66980              Date: Fri, 22 Aug 2003 09:01:09 +0200
66981              Message-id: <20030822070109.GA1029@ethan>
66982      Branch: perl
66983            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
66984            ! ext/Devel/PPPort/t/test.t
66985 ____________________________________________________________________________
66986 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
66987         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
66988              From: insecure <insecure@mail.od.ua>
66989              Date: Thu, 21 Aug 2003 21:37:56 +0300
66990              Message-Id: <200308212137.57016.insecure@mail.od.ua>
66991      Branch: perl
66992            ! ext/I18N/Langinfo/Langinfo.xs
66993 ____________________________________________________________________________
66994 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
66995         Log: More bytecode patching from Enache.
66996      Branch: perl
66997            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
66998            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
66999 ____________________________________________________________________________
67000 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
67001         Log: Subject: Re: pod cleanup
67002              From: Ken Williams <ken@mathforum.org>
67003              Date: Thu, 21 Aug 2003 21:24:57 -0500
67004              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
67005      Branch: perl
67006            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
67007 ____________________________________________________________________________
67008 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
67009         Log: Do not edit perltoc since it is autogenerated.
67010      Branch: perl
67011            ! pod/buildtoc
67012 ____________________________________________________________________________
67013 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
67014         Log: Subject: [PATCH] Re: pod cleanup
67015              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
67016              Date: Thu, 21 Aug 2003 17:09:17 -0400
67017              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
67018
67019              (the pod part)
67020      Branch: perl
67021            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
67022            ! pod/perlipc.pod pod/perlpacktut.pod
67023 ____________________________________________________________________________
67024 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
67025         Log: No need to E<gt>.
67026      Branch: perl
67027            ! pod/perluniintro.pod
67028 ____________________________________________________________________________
67029 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
67030         Log: Add File::Temp's OO test.
67031      Branch: perl
67032            + lib/File/Temp/t/object.t
67033            ! MANIFEST
67034 ____________________________________________________________________________
67035 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
67036         Log: The magic variables that alter STDOUT have a tendancy to segfault
67037              when accessed if STDOUT is undefined. Protect them.
67038      Branch: perl
67039            ! mg.c
67040 ____________________________________________________________________________
67041 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
67042         Log: Mention the Unicode UTR #18 version referenced.
67043      Branch: perl
67044            ! pod/perlunicode.pod
67045 ____________________________________________________________________________
67046 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
67047         Log: Must close so that unlink works portably.
67048      Branch: perl
67049            ! t/io/utf8.t
67050 ____________________________________________________________________________
67051 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
67052         Log: Subject: [perluniintro.pod] pod markup fix
67053              From: Stas Bekman <stas@stason.org>
67054              Date: Thu, 21 Aug 2003 11:41:01 -0700
67055              Message-ID: <3F45123D.8020805@stason.org>
67056      Branch: perl
67057            ! pod/perluniintro.pod
67058 ____________________________________________________________________________
67059 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
67060         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
67061              From: Enache Adrian <enache@rdslink.ro>
67062              Date: Thu, 21 Aug 2003 21:17:26 +0300
67063              Message-ID: <20030821181726.GA1241@ratsnest.hole>
67064      Branch: perl
67065            ! gv.c t/op/die.t
67066 ____________________________________________________________________________
67067 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
67068         Log: Fix the syswrite downgrade bug of
67069              [perl #23428] Somethings rotten in unicode semantics
67070      Branch: perl
67071            ! pp_sys.c t/io/utf8.t
67072 ____________________________________________________________________________
67073 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
67074         Log: No more public cwd(), use private _cwd().
67075      Branch: perl
67076            ! lib/File/Spec/t/Spec.t
67077 ____________________________________________________________________________
67078 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
67079         Log: Underline the fact that abs2rel() makes no sense
67080              if it spans multiple roots.
67081      Branch: perl
67082            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
67083 ____________________________________________________________________________
67084 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
67085         Log: Rename the internal cwd() to _cwd() (it's not curdir).
67086      Branch: perl
67087            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
67088            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67089            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67090            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67091 ____________________________________________________________________________
67092 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
67093         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
67094              From: PPrymmer@factset.com
67095              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
67096              Date: Tue, 19 Aug 2003 21:50:12 -0400
67097      Branch: perl
67098            ! lib/ExtUtils/MM_Unix.pm
67099 ____________________________________________________________________________
67100 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
67101         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
67102              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
67103              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
67104      Branch: perl
67105            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
67106 ____________________________________________________________________________
67107 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
67108         Log: MPE/iX does not have nanosleep() (the test makes
67109              a wrong conclusion of the linking succeeding)
67110      Branch: perl
67111            ! ext/Time/HiRes/Makefile.PL
67112 ____________________________________________________________________________
67113 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
67114         Log: Subject: Re: untieing your victim during the act
67115              From: Dave Mitchell <davem@fdgroup.com>
67116              Date: Wed, 20 Aug 2003 20:44:53 +0100
67117              Message-ID: <20030820194453.GD27719@fdgroup.com>
67118      Branch: perl
67119            ! mg.c
67120 ____________________________________________________________________________
67121 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
67122         Log: Byteloader patching from Enache continues;
67123              PADOFFSET handling was wrong.
67124      Branch: perl
67125            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
67126            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
67127            ! ext/ByteLoader/byterun.c
67128 ____________________________________________________________________________
67129 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
67130         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
67131              From: Steve Hay <steve.hay@uk.radan.com>
67132              Date: Wed, 20 Aug 2003 10:54:46 +0100
67133              Message-ID: <3F434566.3030602@uk.radan.com>
67134      Branch: perl
67135            ! win32/Makefile win32/makefile.mk
67136 ____________________________________________________________________________
67137 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
67138         Log: Upgrade to Encode 1.98.
67139      Branch: perl
67140            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
67141            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
67142            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
67143            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
67144            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
67145            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
67146            ! ext/Encode/ucm/macHebrew.ucm
67147 ____________________________________________________________________________
67148 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
67149         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
67150      Branch: perl
67151            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
67152 ____________________________________________________________________________
67153 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
67154         Log: t/TEST fails to fail when it can't find tests.
67155      Branch: perl
67156            ! t/TEST
67157 ____________________________________________________________________________
67158 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
67159         Log: Manifest.t.ation of Schwern.
67160      Branch: perl
67161            ! lib/ExtUtils/t/Manifest.t
67162 ____________________________________________________________________________
67163 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
67164         Log: Nick's podulator was right, I just hadn't read the manual...
67165              the vms\perlvms.pod lines needed to be moved.
67166      Branch: perl
67167            ! win32/Makefile win32/makefile.mk
67168 ____________________________________________________________________________
67169 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
67170         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
67171              From: Andy Dougherty <doughera@lafayette.edu>
67172              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
67173              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
67174      Branch: perl
67175            ! INSTALL
67176 ____________________________________________________________________________
67177 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
67178         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
67179              From: alian <alian@cpan.org>
67180              Date: Tue, 19 Aug 2003 18:18:03 +0200
67181              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
67182      Branch: perl
67183            + ext/B/hints/openbsd.pl
67184            ! MANIFEST
67185 ____________________________________________________________________________
67186 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
67187         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
67188              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67189              Date: Tue, 19 Aug 2003 08:28:14 -0700
67190              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
67191      Branch: perl
67192            ! lib/File/Spec/OS2.pm
67193 ____________________________________________________________________________
67194 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
67195         Log: Unnecessary whitespace diff.
67196      Branch: perl
67197            ! lib/ExtUtils/MakeMaker.pm
67198 ____________________________________________________________________________
67199 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
67200         Log: One less failure.
67201      Branch: perl
67202            ! lib/ExtUtils/t/Manifest.t
67203 ____________________________________________________________________________
67204 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
67205         Log: Replace #20772 with
67206
67207              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
67208              From: PPrymmer@factset.com
67209              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
67210              Date: Tue, 19 Aug 2003 10:29:44 -0400
67211      Branch: perl
67212            ! lib/ExtUtils/t/Manifest.t
67213 ____________________________________________________________________________
67214 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
67215         Log: (From Enache) Keep bytecode files (.plc) around in case
67216              of failures.  (Currently Tru64 is reliably barfing.)
67217      Branch: perl
67218            ! ext/B/t/bytecode.t
67219 ____________________________________________________________________________
67220 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
67221         Log: 's buildtoc now.
67222      Branch: perl
67223            ! README.cygwin
67224 ____________________________________________________________________________
67225 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
67226         Log: These are kind of important.
67227      Branch: perl
67228            ! MANIFEST
67229 ____________________________________________________________________________
67230 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
67231         Log: Replace #20763 with
67232
67233              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
67234              From: Michael G Schwern <schwern@pobox.com>
67235              Date: Mon, 18 Aug 2003 17:07:30 -0700
67236              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
67237      Branch: perl
67238            ! lib/ExtUtils/t/Manifest.t
67239 ____________________________________________________________________________
67240 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
67241         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
67242              From: Michael G Schwern <schwern@pobox.com>
67243              Date: Mon, 18 Aug 2003 18:02:08 -0700
67244              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
67245      Branch: perl
67246            ! lib/File/Spec/OS2.pm
67247 ____________________________________________________________________________
67248 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
67249         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
67250              From: Ken Williams <ken@mathforum.org>
67251              Date: Mon, 18 Aug 2003 17:07:43 -0500
67252              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
67253      Branch: perl
67254            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67255            ! lib/File/Spec/t/Spec.t
67256 ____________________________________________________________________________
67257 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
67258         Log: Update the history records.
67259      Branch: perl
67260            ! pod/perlhist.pod
67261 ____________________________________________________________________________
67262 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
67263         Log: Still trying to unify MANIFEST sorting.
67264      Branch: perl
67265            ! MANIFEST pod/buildtoc
67266 ____________________________________________________________________________
67267 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
67268         Log: Try to unify the MANIFEST sorting.
67269      Branch: perl
67270            ! MANIFEST Makefile.SH pod/buildtoc
67271 ____________________________________________________________________________
67272 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
67273         Log: Nicholas Clark's podulator.  The win32 makefile
67274              generation doesn't seem to be working yet.
67275      Branch: perl
67276            + pod.lst pod/buildtoc
67277            - pod/buildtoc.PL
67278            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
67279            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
67280 ____________________________________________________________________________
67281 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
67282         Log: Pod tweaks for NEXT from Alan Ferrency.
67283      Branch: perl
67284            ! lib/NEXT.pm
67285 ____________________________________________________________________________
67286 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
67287         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
67288      Branch: perl
67289            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
67290 ____________________________________________________________________________
67291 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
67292         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
67293              From: PPrymmer@factset.com
67294              Date: Mon, 18 Aug 2003 15:57:12 -0400
67295              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
67296      Branch: perl
67297            ! lib/ExtUtils/t/Manifest.t
67298 ____________________________________________________________________________
67299 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
67300         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
67301              From: PPrymmer@factset.com
67302              Date: Mon, 18 Aug 2003 14:28:22 -0400
67303              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
67304      Branch: perl
67305            ! vms/descrip_mms.template
67306 ____________________________________________________________________________
67307 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
67308         Log: Use the base class cwd() method.
67309      Branch: perl
67310            ! lib/File/Spec/VMS.pm
67311 ____________________________________________________________________________
67312 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
67313         Log: Subject: [PATCH] Uppercase globals in Pod::Html
67314              From: Michael G Schwern <schwern@pobox.com>
67315              Date: Mon, 18 Aug 2003 03:29:09 -0700
67316              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
67317      Branch: perl
67318            ! lib/Pod/Html.pm
67319 ____________________________________________________________________________
67320 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
67321         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
67322              From: Michael G Schwern <schwern@pobox.com>
67323              Date: Mon, 18 Aug 2003 02:44:31 -0700
67324              Message-ID: <20030818094431.GG823@windhund.schwern.org>
67325      Branch: perl
67326            ! lib/Pod/Html.pm
67327 ____________________________________________________________________________
67328 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
67329         Log: Warn about the slowness of memory debuggers.
67330      Branch: perl
67331            ! pod/perlhack.pod
67332 ____________________________________________________________________________
67333 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
67334         Log: Upgrade to ExtUtils::MakeMaker 6.16.
67335      Branch: perl
67336            + lib/ExtUtils/t/prereq_print.t
67337            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
67338            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
67339            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
67340            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
67341            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
67342 ____________________________________________________________________________
67343 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
67344         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
67345              From: Michael G Schwern <schwern@pobox.com>
67346              Date: Mon, 18 Aug 2003 01:34:34 -0700
67347              Message-ID: <20030818083433.GB823@windhund.schwern.org>
67348      Branch: perl
67349            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
67350 ____________________________________________________________________________
67351 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
67352         Log: I could have sworn the base class method was there.
67353      Branch: perl
67354            ! lib/File/Spec/Unix.pm
67355 ____________________________________________________________________________
67356 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
67357         Log: utf8::is_utf8() wasn't there in 5.8.0.
67358      Branch: perl
67359            ! lib/utf8.pm
67360 ____________________________________________________________________________
67361 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
67362         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
67363              From: "Craig A. Berry" <craigberry@mac.com>
67364              Date: Sun, 17 Aug 2003 23:28:21 -0500
67365              Message-ID: <3F4055E5.2070407@mac.com>
67366      Branch: perl
67367            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
67368 ____________________________________________________________________________
67369 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
67370         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
67371              From: Michael G Schwern <schwern@pobox.com>
67372              Date: Sat, 16 Aug 2003 14:58:25 -0700
67373              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
67374
67375              (plus local *REALPATH)
67376      Branch: perl
67377            ! lib/Cwd.pm
67378 ____________________________________________________________________________
67379 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
67380         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
67381              From: Enache Adrian <enache@rdslink.ro>
67382              Date: Sat, 16 Aug 2003 16:03:16 +0300
67383              Message-ID: <20030816130316.GA1654@ratsnest.hole>
67384
67385              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
67386              From: Enache Adrian <enache@rdslink.ro>
67387              Date: Sun, 17 Aug 2003 04:42:22 +0300
67388              Message-ID: <20030817014222.GA1287@ratsnest.hole>
67389      Branch: perl
67390            ! t/op/die.t util.c
67391 ____________________________________________________________________________
67392 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
67393         Log: The lib/Cwd.pm diet part of
67394
67395              Subject: [PATCH] File::Spec on diet
67396              From: Tels <perl_dummy@bloodgate.com>
67397              Date: Mon, 7 Jul 2003 22:41:42 +0200
67398              Message-Id: <200307072235.03364@bloodgate.com>
67399      Branch: perl
67400            ! lib/Cwd.pm
67401 ____________________________________________________________________________
67402 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
67403         Log: The "reduce memory footprint and increase speed by not
67404              unconditionally pulling in Cwd"    part of
67405
67406              Subject: [PATCH] File::Spec on diet
67407              From: Tels <perl_dummy@bloodgate.com>
67408              Date: Mon, 7 Jul 2003 22:41:42 +0200
67409              Message-Id: <200307072235.03364@bloodgate.com>
67410
67411              was still valid.
67412      Branch: perl
67413            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
67414            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67415            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67416            ! lib/File/Spec/Win32.pm
67417 ____________________________________________________________________________
67418 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
67419         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
67420      Branch: perl
67421            ! lib/File/Temp.pm
67422 ____________________________________________________________________________
67423 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
67424         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
67425              From: PPrymmer@factset.com
67426              Date: Sat, 16 Aug 2003 11:55:58 -0400
67427              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
67428      Branch: perl
67429            ! installperl
67430 ____________________________________________________________________________
67431 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
67432         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
67433              $VERSION at 1.601 so that we are different in version
67434              than 5.8.0 since the module is different (one doc tweak).
67435      Branch: perl
67436            ! ext/Filter/Util/Call/Call.pm
67437 ____________________________________________________________________________
67438 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
67439         Log: valgrind --help didn't return a happy exit status.
67440      Branch: perl
67441            ! Makefile.SH
67442 ____________________________________________________________________________
67443 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
67444         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
67445              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
67446              because loading the XS part of Cwd might fail.
67447      Branch: perl
67448            ! lib/Cwd.pm
67449 ____________________________________________________________________________
67450 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
67451         Log: Subject: [patch lib/utf8.pm] doc tweaks
67452              From: Stas Bekman <stas@stason.org>
67453              Date: Sat, 16 Aug 2003 13:30:28 -0700
67454              Message-ID: <3F3E9464.3030202@stason.org>
67455      Branch: perl
67456            ! lib/utf8.pm
67457 ____________________________________________________________________________
67458 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
67459         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
67460              From: Michael G Schwern <schwern@pobox.com>
67461              Date: Fri, 15 Aug 2003 18:43:45 -0700
67462              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
67463      Branch: perl
67464            ! ext/Cwd/t/taint.t lib/Cwd.pm
67465 ____________________________________________________________________________
67466 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
67467         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
67468      Branch: perl
67469            ! hints/darwin.sh
67470 ____________________________________________________________________________
67471 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
67472         Log: Add valgrind testing target.
67473      Branch: perl
67474            ! Makefile.SH pod/perlhack.pod t/TEST
67475 ____________________________________________________________________________
67476 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
67477         Log: More networking negativity.
67478      Branch: perl
67479            ! pod/perlport.pod
67480 ____________________________________________________________________________
67481 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
67482         Log: Remove a useless vstring reference in perlnumber.pod.
67483      Branch: perl
67484            ! pod/perlnumber.pod
67485 ____________________________________________________________________________
67486 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
67487         Log: README.macosx updates about known problems.
67488      Branch: perl
67489            ! README.macosx
67490 ____________________________________________________________________________
67491 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
67492         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
67493              From: Andreas J Koenig <andreas.koenig@anima.de>
67494              Date: Fri, 15 Aug 2003 11:55:22 +0200
67495              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
67496      Branch: perl
67497            ! lib/Memoize/t/errors.t
67498 ____________________________________________________________________________
67499 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
67500         Log: Upgrade to File::Temp 0.13 from CPAN--
67501              but since we had a '0.13' already in 5.8.0, make this
67502              still a '0.131'.
67503      Branch: perl
67504            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
67505            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
67506            ! lib/File/Temp/t/tempfile.t
67507 ____________________________________________________________________________
67508 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
67509         Log: Clarify the E flag.
67510      Branch: perl
67511            ! embed.fnc
67512 ____________________________________________________________________________
67513 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
67514         Log: Integrate from maint:
67515              [ 20724]
67516              No peeking before the buffer.
67517              (This was probably the random failure showing up
67518              in Solaris with t/uni/tr_7jis.t)
67519      Branch: perl
67520           !> toke.c
67521 ____________________________________________________________________________
67522 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
67523         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
67524              From: Andreas J Koenig <andreas.koenig@anima.de>
67525              Date: Fri, 15 Aug 2003 11:37:29 +0200
67526              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
67527      Branch: perl
67528            ! t/TEST
67529 ____________________________________________________________________________
67530 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
67531         Log: Integrate from maint:
67532              [ 20719]
67533              no_plan is not a good plan until TEST is fixed.
67534      Branch: perl
67535           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
67536 ____________________________________________________________________________
67537 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
67538         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
67539              (the JPL cvs seems to be out of order), the only real change
67540              (in JNI.xs) seems to have been CRLF->LF conversion.
67541      Branch: perl
67542            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
67543 ____________________________________________________________________________
67544 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
67545         Log: Upgrade to Test::Harness 2.30.
67546      Branch: perl
67547            ! lib/Test/Harness.pm lib/Test/Harness/Changes
67548            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
67549 ____________________________________________________________________________
67550 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
67551         Log: Damian replied that he'll make a CPAN Switch 2.10
67552              out of 5.8.1 Switch 2.10.
67553      Branch: perl
67554            ! lib/Switch.pm
67555 ____________________________________________________________________________
67556 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
67557         Log: Add PerlIO::via::QuotedPrint to Maintainers.
67558      Branch: perl
67559            ! Porting/Maintainers.pl
67560 ____________________________________________________________________________
67561 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
67562         Log: Upgrade to PerlIO::via::Quoted 0.05.
67563      Branch: perl
67564            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
67565 ____________________________________________________________________________
67566 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
67567         Log: Upgrade to NEXT 0.60.
67568      Branch: perl
67569            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
67570            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
67571 ____________________________________________________________________________
67572 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
67573         Log: perlcheat is a reference, not tutorial.
67574      Branch: perl
67575            ! pod/perl.pod
67576 ____________________________________________________________________________
67577 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
67578         Log: Subject: PATCH RC4 IO::Dir
67579              From: Mark Jason Dominus <mjd@plover.com>
67580              Date: Thu, 14 Aug 2003 12:02:59 -0400
67581              Message-ID: <20030814160259.27586.qmail@plover.com>
67582      Branch: perl
67583            ! ext/IO/lib/IO/Dir.pm
67584 ____________________________________________________________________________
67585 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
67586         Log: win32/fcrypt.c was forgotten.
67587      Branch: perl
67588            ! MANIFEST
67589 ____________________________________________________________________________
67590 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
67591         Log: Not so great a version bump, let Paul release 0.17.
67592      Branch: perl
67593            ! ext/Filter/Util/Call/Call.pm
67594 ____________________________________________________________________________
67595 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
67596         Log: One more XS change versus no VERSION change.
67597              (Remaining in JNI.pm/xs, don't know what to about that
67598              since JNI is kind of "stable".)
67599      Branch: perl
67600            ! ext/Filter/Util/Call/Call.pm
67601 ____________________________________________________________________________
67602 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
67603         Log: XS contents changes versus VERSION non-changes.
67604      Branch: perl
67605            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
67606            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
67607            ! ext/Socket/Socket.pm
67608 ____________________________________________________________________________
67609 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
67610         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
67611              From: Steve Hay <steve.hay@uk.radan.com>
67612              Date: Thu, 14 Aug 2003 15:39:16 +0100
67613              Message-ID: <3F3B9F14.4040609@uk.radan.com>
67614
67615              (Sarathy okayed the idea.)
67616      Branch: perl
67617            + win32/fcrypt.c
67618            - win32/des_fcrypt.patch
67619            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
67620 ____________________________________________________________________________
67621 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
67622         Log: Subject: [DOC PATCH] warnings.pl
67623              From: Elizabeth Mattijsen <liz@dijkmat.nl>
67624              Date: Thu, 14 Aug 2003 13:12:55 +0200
67625              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
67626
67627              (some rewording)
67628      Branch: perl
67629            ! lib/warnings.pm warnings.pl
67630 ____________________________________________________________________________
67631 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
67632         Log: Update to Scalar-List-Utils 1.12
67633      Branch: perl
67634            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
67635            ! ext/List/Util/lib/List/Util.pm
67636            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
67637 ____________________________________________________________________________
67638 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
67639         Log: All the authors of these modules have now been contacted;
67640              but assuming no CPAN updates are upcoming, here are 'fake'
67641              version updates to make us different from 5.8.0.
67642              (List::Util+Scalar::Util will soon be updated;
67643              File::Spec CPAN release will be made based on 5.8.1.)
67644      Branch: perl
67645            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
67646            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
67647            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
67648            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
67649 ____________________________________________________________________________
67650 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
67651         Log: Make the blead versions of these be newer...
67652      Branch: perl
67653            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
67654 ____________________________________________________________________________
67655 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
67656         Log: Tweak from Slaven to catch also changed .xs files
67657              (.pm -> .xs name equivalence is assumed)
67658      Branch: perl
67659            ! Porting/cmpVERSION.pl
67660 ____________________________________________________________________________
67661 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
67662         Log: Diffs-sans-version-diffs between blead and maint.
67663      Branch: perl
67664            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
67665            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
67666            ! lib/warnings.pm warnings.pl
67667 ____________________________________________________________________________
67668 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
67669         Log: One more VERSION bump.
67670      Branch: perl
67671            ! lib/SelfLoader.pm
67672 ____________________________________________________________________________
67673 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
67674         Log: Add a known exception.
67675      Branch: perl
67676            ! Porting/cmpVERSION.pl
67677 ____________________________________________________________________________
67678 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
67679         Log: The blead version has got the dor.
67680      Branch: perl
67681            ! ext/Opcode/Opcode.pm
67682 ____________________________________________________________________________
67683 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
67684         Log: A swath of VERSION patches from Nicholas Clark.
67685      Branch: perl
67686            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
67687            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
67688            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
67689            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
67690            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
67691            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
67692            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
67693            ! lib/vmsish.pm os2/OS2/Process/Process.pm
67694            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
67695            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
67696            ! vms/ext/Filespec.pm warnings.pl
67697 ____________________________________________________________________________
67698 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
67699         Log: Alpha version numbers noticed by Schwern.
67700              (These hacks are no more needed since the PAUSE indexer no
67701              more indexes the insides of Perl distributions, says Andreas.)
67702      Branch: perl
67703            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
67704            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
67705            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
67706            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
67707            ! ext/IPC/SysV/SysV.pm
67708 ____________________________________________________________________________
67709 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
67710         Log: Subject: Re: script wanted
67711              From: Nicholas Clark <nick@ccl4.org>
67712              Date: Wed, 13 Aug 2003 20:46:09 +0100
67713              Message-ID: <20030813204609.G20130@plum.flirble.org>
67714      Branch: perl
67715            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
67716            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
67717            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
67718            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
67719            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
67720            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
67721            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
67722            ! ext/re/re.pm ext/threads/shared/shared.pm
67723            ! ext/threads/threads.pm
67724 ____________________________________________________________________________
67725 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
67726         Log: Subject: Re: script wanted
67727              From: Enache Adrian <enache@rdslink.ro>
67728              Date: Wed, 13 Aug 2003 22:31:18 +0300
67729              Message-ID: <20030813193118.GA1273@ratsnest.hole>
67730      Branch: perl
67731            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
67732            ! ext/B/B/Disassembler.pm
67733 ____________________________________________________________________________
67734 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
67735         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
67736              From: Robin Barker <Robin.Barker@npl.co.uk>
67737              Date: Wed, 13 Aug 2003 18:05:38 +0100
67738              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
67739      Branch: perl
67740            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
67741 ____________________________________________________________________________
67742 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
67743         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
67744              From: Michael G Schwern <schwern@pobox.com>
67745              Date: Wed, 13 Aug 2003 11:15:40 -0700
67746              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
67747      Branch: perl
67748            ! pod/perlartistic.pod pod/perlgpl.pod
67749 ____________________________________________________________________________
67750 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
67751         Log: Add cmpVERSION.pl from Slaven for comparing two
67752              Perl source trees for modules that have changed
67753              but have the same version numbers.
67754      Branch: perl
67755            + Porting/cmpVERSION.pl
67756            ! MANIFEST
67757 ____________________________________________________________________________
67758 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
67759         Log: Make Johan's confusion go away, but there are no doubt more
67760              similar cases.
67761      Branch: perl
67762            ! lib/File/Find.pm
67763 ____________________________________________________________________________
67764 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
67765         Log: Make (hopefully) the Windows CR CR LF bug go away
67766              by making the CRLF layer repel any other CRLF layers.
67767              In other words: binmode(FH, ":crlf") in e.g. Win32
67768              is effectively a no-op since there already is one
67769              CRLF layer in the stack by default.
67770      Branch: perl
67771            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
67772 ____________________________________________________________________________
67773 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
67774         Log: One tweak from Dave Mitchell.
67775      Branch: perl
67776            ! pod/perlport.pod
67777 ____________________________________________________________________________
67778 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
67779         Log: One tweak for microperl in OS/2.
67780      Branch: perl
67781            ! perl.h
67782 ____________________________________________________________________________
67783 [ 20671] By: merijn                                on 2003/08/13  08:57:27
67784         Log: Subject: [PATCH] another VMS pod nit
67785              From: "Craig A. Berry" <craigberry@mac.com>
67786              Date: Wed, 13 Aug 2003 01:01:46 -0500
67787              Message-ID: <3F39D44A.4010207@mac.com>
67788      Branch: perl
67789            ! vms/descrip_mms.template
67790 ____________________________________________________________________________
67791 [ 20670] By: merijn                                on 2003/08/13  08:54:45
67792         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
67793              From: "Craig A. Berry" <craigberry@mac.com>
67794              Date: Tue, 12 Aug 2003 21:12:00 -0500
67795              Message-ID: <3F399E70.4050607@mac.com>
67796      Branch: perl
67797            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
67798            ! lib/Tie/File/t/29a_upcopy.t
67799 ____________________________________________________________________________
67800 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
67801         Log: More don't:s for nyetworking.
67802      Branch: perl
67803            ! pod/perlport.pod
67804 ____________________________________________________________________________
67805 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
67806         Log: perlipc thinko by John P. Linderman.
67807      Branch: perl
67808            ! pod/perlipc.pod
67809 ____________________________________________________________________________
67810 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
67811         Log: Subject: Re: maint @ 20617 [PATCH]
67812              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
67813              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
67814              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
67815      Branch: perl
67816            ! lib/ExtUtils/Installed.pm
67817 ____________________________________________________________________________
67818 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
67819         Log: README.cygwin updates from Gerrit P. Haase.
67820      Branch: perl
67821            ! README.cygwin
67822 ____________________________________________________________________________
67823 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
67824         Log: Do some updates also on pod.mak -- which seems to
67825              be badly out of date.
67826      Branch: perl
67827            ! win32/pod.mak
67828 ____________________________________________________________________________
67829 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
67830         Log: More missing pods for VMS.
67831      Branch: perl
67832            ! vms/descrip_mms.template
67833 ____________________________________________________________________________
67834 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
67835         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
67836              From: PPrymmer@factset.com
67837              Date: Tue, 12 Aug 2003 16:24:21 -0400
67838              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
67839      Branch: perl
67840            ! vms/descrip_mms.template
67841 ____________________________________________________________________________
67842 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
67843         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
67844      Branch: perl
67845            ! pod/perlreref.pod
67846 ____________________________________________________________________________
67847 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
67848         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
67849      Branch: perl
67850            ! pp_sys.c
67851 ____________________________________________________________________________
67852 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
67853         Log: Multiline one-liners are a bit too much to ask.
67854      Branch: perl
67855            ! t/op/closure.t
67856 ____________________________________________________________________________
67857 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
67858         Log: Add perlcheat to the toc and perl.pod; regen toc.
67859      Branch: perl
67860            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67861 ____________________________________________________________________________
67862 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
67863         Log: Retract #20644 and #20643; on non-microperl non-fcntl
67864              systems Wrong Thing would be done.  (And as Sarathy
67865              points out, closing both ends of a pipe is rather
67866              identical to never opening it...)
67867      Branch: perl
67868            ! pp_sys.c util.c
67869 ____________________________________________________________________________
67870 [ 20652] By: ams                                   on 2003/08/12  13:06:40
67871         Log: Subject: perlcheat
67872              From: Juerd <juerd@cpan.org>
67873              Date: Mon, 11 Aug 2003 20:24:34 +0200
67874              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
67875      Branch: perl
67876            + pod/perlcheat.pod
67877            ! MANIFEST
67878 ____________________________________________________________________________
67879 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
67880         Log: Microperl expects C89 (like the rest of Perl).
67881      Branch: perl
67882            ! README.micro
67883 ____________________________________________________________________________
67884 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
67885         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
67886              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67887              Date: Sun, 3 Aug 2003 06:19:02 -0700
67888              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
67889      Branch: perl
67890            ! lib/ExtUtils/xsubpp
67891 ____________________________________________________________________________
67892 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
67893         Log: If we are void we cannot return a value.
67894      Branch: perl
67895            ! mg.c
67896 ____________________________________________________________________________
67897 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
67898         Log: Oops.
67899      Branch: perl
67900            ! perl.c
67901 ____________________________________________________________________________
67902 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
67903         Log: Apply much of Ilya's microperl patch, but instead of
67904              implementing the opendir()/readdir()/closedir() using
67905              external commands give up "ANSI-pureness" and define them
67906              in uconfig.sh, also define other stuff like rename() and putenv().
67907              Leave out the $| emulation in my_fork() since we are
67908              not supposed to have fork() under microperl.
67909      Branch: perl
67910            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
67911            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
67912 ____________________________________________________________________________
67913 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
67914         Log: Localize PARENT (based on Ilya's microperl patch).
67915      Branch: perl
67916            ! lib/Cwd.pm
67917 ____________________________________________________________________________
67918 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
67919         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
67920      Branch: perl
67921            ! util.c
67922 ____________________________________________________________________________
67923 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
67924         Log: A generally useful hunk from Ilya's microperl patch.
67925              (If no fcntl F_SETFD, fake it the best we can.)
67926      Branch: perl
67927            ! pp_sys.c
67928 ____________________________________________________________________________
67929 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
67930         Log: returning would be good, too.
67931      Branch: perl
67932            ! ext/Safe/t/safeops.t
67933 ____________________________________________________________________________
67934 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
67935         Log: No dor in maint.
67936      Branch: perl
67937            ! ext/Safe/t/safeops.t
67938 ____________________________________________________________________________
67939 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
67940         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
67941              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67942              Date: Mon, 21 Apr 2003 22:44:37 -0700
67943              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
67944
67945              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
67946      Branch: perl
67947            ! ext/DynaLoader/XSLoader_pm.PL
67948 ____________________________________________________________________________
67949 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
67950         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
67951              From: Michael G Schwern <schwern@pobox.com>
67952              Date: Sat, 9 Aug 2003 15:03:02 -0700
67953              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
67954
67955              (plus one extra catfile() in h2xs.t)
67956      Branch: perl
67957            ! lib/h2xs.t utils/h2xs.PL
67958 ____________________________________________________________________________
67959 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
67960         Log: The Debian people have expressed a wish for the boilerplate
67961              being specific about the Perl version; patch from Nicholas Clark.
67962      Branch: perl
67963            ! utils/h2xs.PL
67964 ____________________________________________________________________________
67965 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
67966         Log: A new try from Dave Mitchell for [perl #23265].
67967      Branch: perl
67968            ! pad.c t/op/closure.t
67969 ____________________________________________________________________________
67970 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
67971         Log: Fix for [perl #23287] segfault in untie.
67972              (Well, at least no more coredump.)
67973      Branch: perl
67974            ! pp_sys.c t/op/tie.t
67975 ____________________________________________________________________________
67976 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
67977         Log: =head2 ALL CAPS
67978      Branch: perl
67979            ! pod/perlreref.pod
67980 ____________________________________________________________________________
67981 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
67982         Log: Too enthusiastic head2-ing.
67983      Branch: perl
67984            ! pod/perlreref.pod
67985 ____________________________________________________________________________
67986 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
67987         Log: Gotta Get'em Cases Right.
67988      Branch: perl
67989            ! pod/perlreref.pod
67990 ____________________________________________________________________________
67991 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
67992         Log: head2-ify many of the head1s, will probably make this look
67993              better in HTML.
67994      Branch: perl
67995            ! pod/perlreref.pod
67996 ____________________________________________________________________________
67997 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
67998         Log: Subject: Re: [PATCH] perlreref.pod tweaks
67999              From: Iain Truskett <spoon@cpan.org>
68000              Date: Tue, 12 Aug 2003 13:59:27 +1000
68001              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
68002
68003              plus explain "Titlecase".
68004      Branch: perl
68005            ! pod/perlreref.pod
68006 ____________________________________________________________________________
68007 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
68008         Log: Add a new regression test for Safe : tests that all ops
68009              can be trapped by a Safe compartement (except for the ones
68010              that can't.)
68011      Branch: perl
68012            + ext/Safe/t/safeops.t
68013            ! MANIFEST
68014 ____________________________________________________________________________
68015 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
68016         Log: B::Deparse wasn't handling correctly builtins that
68017              have two filehandles in their prototypes (pipe, socketpair,
68018              accept) when non-bareword prototypes were used.
68019      Branch: perl
68020            ! ext/B/B/Deparse.pm
68021 ____________________________________________________________________________
68022 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
68023         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
68024              From: merlyn@stonehenge.com (Randal L. Schwartz)
68025              Date: 11 Aug 2003 09:45:29 -0700
68026              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
68027
68028              Subject: [PATCH] perlreref.pod tweaks
68029              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
68030              Date: Mon, 11 Aug 2003 13:19:51 -0400
68031              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
68032
68033              Plus a note about {,n} not being a quantifier.
68034      Branch: perl
68035            ! pod/perlreref.pod
68036 ____________________________________________________________________________
68037 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
68038         Log: Integrate:
68039              [ 20618]
68040              $* is not yet fully gone in 5.8.1.
68041      Branch: perl
68042           !> pod/perlreref.pod
68043 ____________________________________________________________________________
68044 [ 20614] By: nick                                  on 2003/08/11  12:14:55
68045         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
68046      Branch: perl
68047            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
68048 ____________________________________________________________________________
68049 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
68050         Log: VC6 warning: result still unsigned.
68051      Branch: perl
68052            ! regexec.c
68053 ____________________________________________________________________________
68054 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
68055         Log: Typo fix from Boris Zentner.
68056      Branch: perl
68057            ! pod/perlfaq5.pod
68058 ____________________________________________________________________________
68059 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
68060         Log: Subject: [perl #23273] warnings in Unicode::UCD
68061              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
68062              Date: 10 Aug 2003 22:37:41 -0000
68063              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
68064      Branch: perl
68065            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
68066 ____________________________________________________________________________
68067 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
68068         Log: Explain the 'Wide character in print' a bit more.
68069      Branch: perl
68070            ! pod/perldiag.pod
68071 ____________________________________________________________________________
68072 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
68073         Log: Subject: Re: killing for vital signs [PATCH]
68074              From: "John P. Linderman" <jpl@research.att.com>
68075              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
68076              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
68077      Branch: perl
68078            ! pod/perlfunc.pod pod/perlipc.pod
68079 ____________________________________________________________________________
68080 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
68081         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
68082              sv_placeholder hunk.
68083      Branch: perl
68084            ! perl.h sv.h
68085 ____________________________________________________________________________
68086 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
68087         Log: Clarify the format checking instructions.
68088      Branch: perl
68089            ! Porting/pumpkin.pod
68090 ____________________________________________________________________________
68091 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
68092         Log: Retract #20597, too many resulting core dumps.
68093      Branch: perl
68094            ! pad.c t/op/closure.t
68095 ____________________________________________________________________________
68096 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
68097         Log: Subject: Re: [perl #23265] Nested anonymous subs
68098              From: Dave Mitchell <davem@fdgroup.com>
68099              Date: Sun, 10 Aug 2003 01:35:30 +0100
68100              Message-ID: <20030810003530.GB6547@fdgroup.com>
68101      Branch: perl
68102            ! pad.c t/op/closure.t
68103 ____________________________________________________________________________
68104 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
68105         Log: Try simple workaround for the POSIX autosplit.ix warning.
68106      Branch: perl
68107            ! ext/POSIX/POSIX.pm
68108 ____________________________________________________________________________
68109 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
68110         Log: One more PL_csighandlerp.
68111      Branch: perl
68112            ! ext/POSIX/POSIX.xs
68113 ____________________________________________________________________________
68114 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
68115         Log: Further tweaks on perlreref.pod (by Iain Truskett)
68116      Branch: perl
68117            ! pod/perlreref.pod
68118 ____________________________________________________________________________
68119 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
68120         Log: Add the perlreref manpage, by Iain Truskett
68121              (regular expressions quick reference.)
68122              Regenerate the table of contents.
68123      Branch: perl
68124            + pod/perlreref.pod
68125            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68126 ____________________________________________________________________________
68127 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
68128         Log: Remove ByteLoader from the list of modules whose compilability should
68129              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
68130              pointed out.)
68131      Branch: perl
68132            ! t/lib/1_compile.t
68133 ____________________________________________________________________________
68134 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
68135         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
68136              From: Dave Mitchell <davem@fdgroup.com>
68137              Date: Sat, 9 Aug 2003 14:51:44 +0100
68138              Message-ID: <20030809135144.GC4997@fdgroup.com>
68139      Branch: perl
68140            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
68141            ! scope.h t/lib/warnings/pad
68142 ____________________________________________________________________________
68143 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
68144         Log: Regenerate perlapi.pod.
68145      Branch: perl
68146            ! pod/perlapi.pod
68147 ____________________________________________________________________________
68148 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
68149         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
68150              From: Michael G Schwern <schwern@pobox.com>
68151              Date: Sat, 9 Aug 2003 13:36:59 -0700
68152              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
68153      Branch: perl
68154            ! t/lib/1_compile.t
68155 ____________________________________________________________________________
68156 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
68157         Log: Update Jon Orwant's email address as he wants it,
68158              drop TPJ URL; upate also Doug MacEachern's address.
68159      Branch: perl
68160            ! pod/perlembed.pod pod/perlmodinstall.pod
68161 ____________________________________________________________________________
68162 [ 20587] By: ams                                   on 2003/08/09  18:09:34
68163         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
68164              normal key was replaced by its UTF-8 equivalent. This caused the
68165              "Storable problem" RT3 users reported under RH9.
68166      Branch: perl
68167            ! hv.c
68168 ____________________________________________________________________________
68169 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
68170         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
68171              From: Michael G Schwern <schwern@pobox.com>
68172              Date: Fri, 8 Aug 2003 18:35:51 -0700
68173              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
68174      Branch: perl
68175            ! pod/perlmodinstall.pod
68176 ____________________________________________________________________________
68177 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
68178         Log: Reintroduce the U_32-ification to pad.c,
68179              suggested by Dave Mitchell.
68180      Branch: perl
68181            ! pad.c
68182 ____________________________________________________________________________
68183 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
68184         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
68185      Branch: perl
68186            ! lib/AutoSplit.pm
68187 ____________________________________________________________________________
68188 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
68189         Log: Some updates for the memory use debugging section:
68190              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
68191      Branch: perl
68192            ! pod/perldebguts.pod
68193 ____________________________________________________________________________
68194 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
68195         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
68196              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
68197              which was on old bug unearthed by the change #20559.
68198              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
68199              Workaround is not to use lexicals.
68200      Branch: perl
68201            ! lib/SelfLoader.pm
68202 ____________________________________________________________________________
68203 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
68204         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
68205              so no much point in adding it yet.
68206      Branch: perl
68207            ! hints/cygwin.sh
68208 ____________________________________________________________________________
68209 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
68210         Log: Retract #20524 since it was due to broken INT32_MIN in
68211              Cygwin 1.5's stdint.h.
68212      Branch: perl
68213            ! pad.c
68214 ____________________________________________________________________________
68215 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
68216         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
68217              From: Dave Mitchell <davem@fdgroup.com>
68218              Date: Fri, 8 Aug 2003 22:28:48 +0100
68219              Message-ID: <20030808212848.GA2628@fdgroup.com>
68220      Branch: perl
68221            ! sv.c
68222 ____________________________________________________________________________
68223 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
68224         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
68225              From: Michael G Schwern <schwern@pobox.com>
68226              Date: Fri, 8 Aug 2003 13:59:50 -0700
68227              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
68228      Branch: perl
68229            ! pod/perlfaq8.pod
68230 ____________________________________________________________________________
68231 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
68232         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
68233              From: Jan Dubois <jand@ActiveState.com>
68234              Date: Fri, 08 Aug 2003 17:49:03 -0700
68235              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
68236      Branch: perl
68237            ! win32/win32.c
68238 ____________________________________________________________________________
68239 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
68240         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
68241              From: Nicholas Clark <nick@ccl4.org>
68242              Date: Fri, 8 Aug 2003 23:30:00 +0100
68243              Message-ID: <20030808233000.B20130@plum.flirble.org>
68244      Branch: perl
68245            ! ext/Storable/Storable.xs
68246 ____________________________________________________________________________
68247 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
68248         Log: Two more tests for #20566/#20568.
68249      Branch: perl
68250            ! t/op/pat.t
68251 ____________________________________________________________________________
68252 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
68253         Log: Subject: [PATCH] Re: UNICODE regexp bug
68254              From: Nick Ing-Simmons <nick@ing-simmons.net>
68255              Date: Fri, 08 Aug 2003 23:05:49 +0100
68256              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
68257
68258              Better patch (than #20566) from NI-S, one more test
68259              (introduce another variable rather than reuse the tmp, though)
68260      Branch: perl
68261            ! regexec.c t/op/pat.t
68262 ____________________________________________________________________________
68263 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
68264         Log: Subject: UNICODE regexp bug
68265              From: Nick Ing-Simmons <nick@ing-simmons.net>
68266              Date: Fri, 08 Aug 2003 20:36:56 +0100
68267              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
68268      Branch: perl
68269            ! regexec.c t/op/pat.t
68270 ____________________________________________________________________________
68271 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
68272         Log: Move the csighandler to be a data variable so that
68273              things like DLL trampolines can't mess up the code
68274              variables the Perl_csighandler (seen in Cygwin:
68275              Perl_csighandler in POSIX extension was different
68276              than in main executable).
68277      Branch: perl
68278            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
68279 ____________________________________________________________________________
68280 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
68281         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
68282              From: Steve Hay <steve.hay@uk.radan.com>
68283              Date: Fri, 08 Aug 2003 12:42:28 +0100
68284              Message-ID: <3F338CA4.3010503@uk.radan.com>
68285      Branch: perl
68286            ! t/op/time.t
68287 ____________________________________________________________________________
68288 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
68289         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
68290              From: "Gerrit P. Haase" <gp@familiehaase.de>
68291              Date: Fri, 8 Aug 2003 13:44:51 +0200
68292              Message-ID: <1621817486657.20030808134451@familiehaase.de>
68293      Branch: perl
68294            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
68295            ! hints/cygwin.sh
68296 ____________________________________________________________________________
68297 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
68298         Log: Retract PASTHRU* changes as recommended by Schwern.
68299      Branch: perl
68300            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68301            ! lib/ExtUtils/t/MM_Win32.t
68302 ____________________________________________________________________________
68303 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
68304         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
68305              From: Dave Mitchell <davem@fdgroup.com>
68306              Date: Thu, 7 Aug 2003 15:53:35 +0100
68307              Message-ID: <20030807145335.GF26683@fdgroup.com>
68308      Branch: perl
68309            ! scope.c t/lib/warnings/pad
68310 ____________________________________________________________________________
68311 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
68312         Log: The #20546 was too ambitious, broke the test.
68313      Branch: perl
68314            ! lib/Benchmark.pm lib/Benchmark.t
68315 ____________________________________________________________________________
68316 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
68317         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
68318              From: PPrymmer@factset.com
68319              Date: Thu, 7 Aug 2003 14:02:02 -0400
68320              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
68321      Branch: perl
68322            ! vms/descrip_mms.template
68323 ____________________________________________________________________________
68324 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
68325         Log: Some AUTHORS updates.
68326      Branch: perl
68327            ! AUTHORS
68328 ____________________________________________________________________________
68329 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
68330         Log: Hint away the semid_ds test in NetBSD/sparc.
68331      Branch: perl
68332            ! hints/netbsd.sh
68333 ____________________________________________________________________________
68334 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
68335         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
68336      Branch: perl
68337            ! Configure
68338 ____________________________________________________________________________
68339 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
68340         Log: Subject: [PATCH] Test::More
68341              From: Fergal Daly <fergal@esatclear.ie>
68342              Date: Thu, 7 Aug 2003 15:52:11 +0100
68343              Message-Id: <200308071552.11873.fergal@esatclear.ie>
68344      Branch: perl
68345            ! lib/Test/More.pm
68346 ____________________________________________________________________________
68347 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
68348         Log: Integrate from maint:
68349              [ 20543]
68350              Workround for SuSE8.2's -lndbm hack
68351      Branch: perl
68352           !> hints/linux.sh
68353 ____________________________________________________________________________
68354 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
68355         Log: Subject: [PATCH 5.8.1] Benchmark problem
68356              From: Radu Greab <rgreab@fx.ro>
68357              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
68358              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
68359
68360              Subject: Re: [PATCH 5.8.1] Benchmark problem
68361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68362              Date: Thu, 7 Aug 2003 15:48:38 +0200
68363              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
68364      Branch: perl
68365            ! lib/Benchmark.pm lib/Benchmark.t
68366 ____________________________________________________________________________
68367 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
68368         Log: Retract #20359: too wide a brush.
68369      Branch: perl
68370            ! hints/netbsd.sh
68371 ____________________________________________________________________________
68372 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
68373         Log: If no alarm(), skip the subtests.
68374      Branch: perl
68375            ! ext/Time/HiRes/t/HiRes.t
68376 ____________________________________________________________________________
68377 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
68378         Log: Subject: Re: maint @ 20537
68379              From: Philip Newton <Philip.Newton@gmx.net>
68380              Date: Thu, 07 Aug 2003 09:05:17 +0200
68381              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
68382      Branch: perl
68383            ! ext/Socket/Socket.xs
68384 ____________________________________________________________________________
68385 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
68386         Log: Subject: Re: maint @ 20537
68387              From: Philip Newton <Philip.Newton@gmx.net>
68388              Date: Thu, 07 Aug 2003 09:05:17 +0200
68389              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
68390      Branch: perl
68391            ! hints/dos_djgpp.sh
68392 ____________________________________________________________________________
68393 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
68394         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
68395              broken SysV semaphores.
68396      Branch: perl
68397            ! hints/netbsd.sh
68398 ____________________________________________________________________________
68399 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
68400         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
68401              From: hv@crypt.org
68402              Date: Thu, 07 Aug 2003 02:44:23 +0100
68403              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
68404      Branch: perl
68405            ! regexec.c t/op/re_tests
68406 ____________________________________________________________________________
68407 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
68408         Log: ESUCCESS = 0 is not true, but exists.
68409      Branch: perl
68410            ! ext/Errno/t/Errno.t
68411 ____________________________________________________________________________
68412 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
68413         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
68414              From: jari.aalto@poboxes.com (Jari Aalto)
68415              Date: Wed, 06 Aug 2003 14:24:42 +0300
68416              Message-ID: <ekzzowp1.fsf@blue.sea.net>
68417      Branch: perl
68418            ! ext/Sys/Syslog/Syslog.pm
68419 ____________________________________________________________________________
68420 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
68421         Log: Make code agree with documentation (from Wolfgang Friebel)
68422      Branch: perl
68423            ! lib/ExtUtils/MakeMaker.pm
68424 ____________________________________________________________________________
68425 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
68426         Log: Various tweaks to help DJGPP builds.
68427      Branch: perl
68428            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
68429 ____________________________________________________________________________
68430 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
68431         Log: More PASTHRU patching from Steve Hay.
68432      Branch: perl
68433            ! lib/ExtUtils/MM_Unix.pm
68434 ____________________________________________________________________________
68435 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
68436         Log: Cast away gcc 3.3 type conversion pickiness.
68437      Branch: perl
68438            ! ext/threads/threads.xs
68439 ____________________________________________________________________________
68440 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
68441         Log: Subject: Re: perl with cygwin 1.5, need help
68442              From: "Gerrit P. Haase" <gp@familiehaase.de>
68443              Date: Tue, 5 Aug 2003 14:36:55 +0200
68444              Message-ID: <71561410910.20030805143655@familiehaase.de>
68445
68446              (needed manual fitting)
68447      Branch: perl
68448            ! pad.c
68449 ____________________________________________________________________________
68450 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
68451         Log: Subject: maint @ 20512
68452              From: Robin Barker <Robin.Barker@npl.co.uk>
68453              Date: Wed, 6 Aug 2003 15:31:33 +0100
68454              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
68455      Branch: perl
68456            ! MANIFEST Porting/Maintainers.pl
68457 ____________________________________________________________________________
68458 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
68459         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
68460              From: Steve Hay <steve.hay@uk.radan.com>
68461              Date: Wed, 06 Aug 2003 10:56:44 +0100
68462              Message-ID: <3F30D0DC.20700@uk.radan.com>
68463      Branch: perl
68464            ! lib/ExtUtils/MM_Unix.pm
68465 ____________________________________________________________________________
68466 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
68467         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
68468              From: Tim Jenness <t.jenness@jach.hawaii.edu>
68469              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
68470              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
68471      Branch: perl
68472            ! pod/perlfaq2.pod
68473 ____________________________________________________________________________
68474 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
68475         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
68476              From: "Craig A. Berry" <craigberry@mac.com>
68477              Date: Wed, 06 Aug 2003 00:18:36 -0500
68478              Message-ID: <3F308FAC.4090409@mac.com>
68479
68480              (from vmsperl list)
68481      Branch: perl
68482            ! utils/dprofpp.PL
68483 ____________________________________________________________________________
68484 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
68485         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
68486              From: mjd@plover.com
68487              Date: 5 Aug 2003 19:23:46 -0000
68488              Message-ID: <20030805192346.25911.qmail@plover.com>
68489      Branch: perl
68490            ! pod/perlfaq2.pod
68491 ____________________________________________________________________________
68492 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
68493         Log: Continue #20506.
68494      Branch: perl
68495            ! lib/ExtUtils/MM_Unix.pm
68496 ____________________________________________________________________________
68497 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
68498         Log: Try to fix the INC in PASTHRU.
68499      Branch: perl
68500            ! lib/ExtUtils/MM_Unix.pm
68501 ____________________________________________________________________________
68502 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
68503         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
68504              From: Chip Salzenberg <chip@pobox.com>
68505              Date: Tue, 5 Aug 2003 11:39:24 -0400
68506              Message-ID: <20030805153924.GO1751@perlsupport.com
68507      Branch: perl
68508            ! perlio.c
68509 ____________________________________________________________________________
68510 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
68511         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
68512              From: Steve Hay <steve.hay@uk.radan.com>
68513              Date: Tue, 05 Aug 2003 10:43:49 +0100
68514              Message-ID: <3F2F7C55.9020808@uk.radan.com>
68515
68516              (The MM_Unix.pm part was dealt with in #20501.)
68517      Branch: perl
68518            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
68519 ____________________________________________________________________________
68520 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
68521         Log: Reinstate #11125, hopefully making MakeMaker to pass
68522              DEFINE and INCLUDE to subdirs (NI-S says he'll work
68523              around any problems caused seen Tk if necessary).
68524              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
68525              to be _after_ the directory-specific INC and DEFINE as suggested
68526              by NI-S (Tk probably being the only "user" of the said macros).
68527      Branch: perl
68528            ! lib/ExtUtils/MM_Unix.pm
68529 ____________________________________________________________________________
68530 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
68531         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
68532              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
68533              Date: Tue, 5 Aug 2003 20:12:18 +0400
68534              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
68535      Branch: perl
68536            - wince/include/netdb.h
68537            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
68538            ! wince/wince.c
68539 ____________________________________________________________________________
68540 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
68541         Log: A suggested perlio doc addition from Stas.
68542      Branch: perl
68543            ! pod/perliol.pod
68544 ____________________________________________________________________________
68545 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
68546         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
68547              From: Robin Barker <Robin.Barker@npl.co.uk>
68548              Date: Tue, 5 Aug 2003 15:32:36 +0100
68549              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
68550      Branch: perl
68551            ! AUTHORS Porting/Maintainers.pl
68552 ____________________________________________________________________________
68553 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
68554         Log: This is necessary to get things building for the VMS debugger.
68555              (Craig Berry)
68556      Branch: perl
68557            ! vms/descrip_mms.template
68558 ____________________________________________________________________________
68559 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
68560         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
68561              From: alian <alian@cpan.org>
68562              Date: Tue, 05 Aug 2003 12:21:42 +0200
68563              Message-ID: <3F2F8536.1090702@jupiter.alianet>
68564      Branch: perl
68565            ! ext/POSIX/t/posix.t
68566 ____________________________________________________________________________
68567 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
68568         Log: Add some known cases to Maintainers.
68569      Branch: perl
68570            ! Porting/Maintainers.pl
68571 ____________________________________________________________________________
68572 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
68573         Log: Subject: [PATCH] perlthrtut.pod
68574              From: Elizabeth Mattijsen <liz@dijkmat.nl>
68575              Date: Tue, 5 Aug 2003 11:26:04 +0200
68576              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
68577      Branch: perl
68578            ! pod/perlthrtut.pod
68579 ____________________________________________________________________________
68580 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
68581         Log: Add META.yml and Stas' makemeta (plus extensive reworking
68582              of the Maintainers utility)
68583      Branch: perl
68584            + META.yml Porting/Maintainers.pm Porting/makemeta
68585            ! MANIFEST Makefile.SH Porting/Maintainers
68586            ! Porting/Maintainers.pl
68587 ____________________________________________________________________________
68588 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
68589         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
68590              Try to remove the created message queues and semaphores
68591              even in the case of failures.
68592      Branch: perl
68593            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
68594 ____________________________________________________________________________
68595 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
68596         Log: Subject: PerlIO_{read,write} return value doc patch
68597              From: Gisle Aas <gisle@ActiveState.com>
68598              Date: 04 Aug 2003 13:25:28 -0700
68599              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
68600      Branch: perl
68601            ! pod/perlapio.pod
68602 ____________________________________________________________________________
68603 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
68604         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
68605              From: "Craig A. Berry" <craigberry@mac.com>
68606              Date: Mon, 04 Aug 2003 19:29:51 -0500
68607              Message-ID: <3F2EFA7F.6070801@mac.com>
68608      Branch: perl
68609            ! utils/dprofpp.PL
68610 ____________________________________________________________________________
68611 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
68612         Log: Subject: [PATCH] typos in encoding.pm
68613              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
68614              Date: Mon, 4 Aug 2003 20:09:35 +0200
68615              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
68616      Branch: perl
68617            ! ext/Encode/encoding.pm
68618 ____________________________________________________________________________
68619 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
68620         Log: Bytecode patching from Enache.
68621      Branch: perl
68622            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
68623            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
68624 ____________________________________________________________________________
68625 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
68626         Log: Upgrade to Digest::MD5 2.27.
68627      Branch: perl
68628            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
68629            ! ext/Digest/MD5/t/files.t
68630 ____________________________________________________________________________
68631 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
68632         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
68633              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
68634              Date: Tue, 05 Aug 2003 00:27:10 +0900
68635              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
68636      Branch: perl
68637            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
68638 ____________________________________________________________________________
68639 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
68640         Log: Nit in INSTALL about the svr?.sh hint files.
68641      Branch: perl
68642            ! INSTALL
68643 ____________________________________________________________________________
68644 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
68645         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
68646              From: Steve Grazzini <grazz@pobox.com>
68647              Date: Mon, 4 Aug 2003 16:01:45 -0400
68648              Message-ID: <20030804200145.GB21699@grazzini.net>
68649
68650              Prevent the warning "Bareword found where operator expected" in
68651              the case "print $fh foo()" where foo() is an undefined function.
68652      Branch: perl
68653            ! toke.c
68654 ____________________________________________________________________________
68655 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
68656         Log: Fix bug #23141 : localization of readonly magic scalars
68657              now produces an error "Modification of a read-only value
68658              attempted", instead of silently failing.
68659      Branch: perl
68660            ! scope.c t/op/local.t
68661 ____________________________________________________________________________
68662 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
68663         Log: Revert change #19282 : it caused problems for some -Duseshrplib
68664              builds. On the other hand, make sure that your C compiler isn't
68665              a perl script !
68666      Branch: perl
68667            ! Makefile.SH
68668 ____________________________________________________________________________
68669 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
68670         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
68671      Branch: perl
68672            ! perl.c perl.h
68673 ____________________________________________________________________________
68674 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
68675         Log: Oops.
68676      Branch: perl
68677            ! hints/darwin.sh hints/rhapsody.sh
68678 ____________________________________________________________________________
68679 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
68680         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
68681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68682              Date: Mon, 4 Aug 2003 10:35:12 +0200
68683              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
68684      Branch: perl
68685            ! hints/darwin.sh
68686 ____________________________________________________________________________
68687 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
68688         Log: Test count adjustment from Rafael.
68689      Branch: perl
68690            ! lib/Test/Simple/t/is_deeply.t
68691 ____________________________________________________________________________
68692 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
68693         Log: Subject: [PATCH] maint, Win32, GCC 3.2
68694              From: Mattia Barbon <mbarbon@dsi.unive.it>
68695              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
68696              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
68697      Branch: perl
68698            ! ext/Errno/Errno_pm.PL
68699 ____________________________________________________________________________
68700 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
68701         Log: Apparently the newly introduce -DDARWIN did conflict with
68702              some Apple definition, how ironic...
68703      Branch: perl
68704            ! hints/darwin.sh perl.h
68705 ____________________________________________________________________________
68706 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
68707         Log: Subject: Debian patch that skips podless modules
68708              From: Alexey Tourbin <at@altlinux.ru>
68709              Date: Sun, 3 Aug 2003 21:33:00 +0400
68710              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
68711
68712              (plus Schwern's and Robert's nits)
68713      Branch: perl
68714            ! installman
68715 ____________________________________________________________________________
68716 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
68717         Log: Subject: [PATCH] 4 bugs in Test::More
68718              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
68719              Date: Fri, 21 Mar 2003 10:57:31 +0000
68720              Message-Id: <200303211057.31879.fergal@esatclear.ie>
68721      Branch: perl
68722            ! lib/Test/More.pm lib/Test/Simple/t/More.t
68723            ! lib/Test/Simple/t/is_deeply.t
68724 ____________________________________________________________________________
68725 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
68726         Log: Upgrade to ExtUtils::MakeMaker 6.15.
68727      Branch: perl
68728            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
68729            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
68730            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
68731 ____________________________________________________________________________
68732 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
68733         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
68734              From: Michael G Schwern <schwern@pobox.com>
68735              Date: Sun, 3 Aug 2003 16:12:35 -0700
68736              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
68737      Branch: perl
68738            ! lib/Benchmark.pm lib/Benchmark.t
68739 ____________________________________________________________________________
68740 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
68741         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
68742              From: Enache Adrian <enache@rdslink.ro>
68743              Date: Sun, 3 Aug 2003 18:00:05 +0300
68744              Message-ID: <20030803150005.GA1319@ratsnest.hole>
68745      Branch: perl
68746            ! pp.c t/op/substr.t
68747 ____________________________________________________________________________
68748 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
68749         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
68750              From: alian <alian@cpan.org>
68751              Date: Sat, 02 Aug 2003 16:19:25 +0200
68752              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
68753
68754              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
68755      Branch: perl
68756            ! ext/POSIX/t/posix.t
68757 ____________________________________________________________________________
68758 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
68759         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
68760              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
68761              Date: Mon, 4 Aug 2003 00:01:08 +0400
68762              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
68763      Branch: perl
68764            ! wince/makedist.pl
68765 ____________________________________________________________________________
68766 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
68767         Log: Subject: [PATCH perlreftut.pod] Minor edits
68768              From: mjd@plover.com
68769              Date: 3 Aug 2003 17:46:08 -0000
68770              Message-ID: <20030803174608.15792.qmail@plover.com>
68771      Branch: perl
68772            ! pod/perlreftut.pod
68773 ____________________________________________________________________________
68774 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
68775         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
68776              From: mjd@plover.com
68777              Date: 3 Aug 2003 19:37:49 -0000
68778              Message-ID: <20030803193749.3733.qmail@plover.com>
68779      Branch: perl
68780            ! ext/Time/HiRes/HiRes.pm
68781 ____________________________________________________________________________
68782 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
68783         Log: Subject: [PATCH] Re: win32.c bug - handle leak
68784              From: Jan Dubois <jand@ActiveState.com>
68785              Date: Sat, 02 Aug 2003 10:25:05 -0700
68786              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
68787      Branch: perl
68788            ! win32/win32.c
68789 ____________________________________________________________________________
68790 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
68791         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
68792              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68793              Date: Sat, 2 Aug 2003 09:38:50 -0700
68794              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
68795      Branch: perl
68796            ! os2/os2ish.h
68797 ____________________________________________________________________________
68798 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
68799         Log: Subject: [PATCH] Storable and uninitalized array values
68800              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
68801              Date: Sat, 2 Aug 2003 13:40:16 +0200
68802              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
68803      Branch: perl
68804            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
68805 ____________________________________________________________________________
68806 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
68807         Log: Upgrade to Unicode::Collate 0.26.
68808      Branch: perl
68809            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
68810            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
68811            ! lib/Unicode/Collate/t/test.t
68812 ____________________________________________________________________________
68813 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
68814         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
68815              From: "Craig A. Berry" <craigberry@mac.com>
68816              Date: Sat, 02 Aug 2003 10:25:44 -0500
68817              Message-ID: <3F2BD7F8.8090003@mac.com>
68818      Branch: perl
68819            ! lib/Net/Ping.pm
68820 ____________________________________________________________________________
68821 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
68822         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
68823              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68824              Date: Sun, 3 Aug 2003 06:21:41 -0700
68825              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
68826      Branch: perl
68827            ! lib/Shell.t
68828 ____________________________________________________________________________
68829 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
68830         Log: C++ (or C99) sneak attack ("inline" function keyword).
68831      Branch: perl
68832            ! ext/Devel/DProf/DProf.xs
68833 ____________________________________________________________________________
68834 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
68835         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
68836              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
68837              Date: Fri, 1 Aug 2003 13:12:14 +0200
68838              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
68839      Branch: perl
68840            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
68841            ! ext/File/Glob/t/basic.t
68842 ____________________________________________________________________________
68843 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
68844         Log: Only show the message if the locale settings look risky.
68845      Branch: perl
68846            ! ext/Time/HiRes/Makefile.PL
68847 ____________________________________________________________________________
68848 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
68849         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
68850              update Changes.
68851      Branch: perl
68852            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
68853 ____________________________________________________________________________
68854 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
68855         Log: Subject: [PATCH] Small nit to pad.c
68856              From: Enache Adrian <enache@rdslink.ro>
68857              Date: Sat, 2 Aug 2003 01:50:40 +0300
68858              Message-ID: <20030801225040.GB1281@ratsnest.hole>
68859      Branch: perl
68860            ! pad.c
68861 ____________________________________________________________________________
68862 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
68863         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
68864              From: Radu Greab <rgreab@fx.ro>
68865              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
68866              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
68867      Branch: perl
68868            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
68869            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
68870            ! t/lib/dprof/test8_v
68871 ____________________________________________________________________________
68872 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
68873         Log: Subject: [PATCH] ioctl for VMS
68874              From: "Craig A. Berry" <craigberry@mac.com>
68875              Date: Fri, 01 Aug 2003 23:34:31 -0500
68876              Message-ID: <3F2B3F57.4050609@mac.com>
68877      Branch: perl
68878            ! configure.com vms/vmsish.h
68879 ____________________________________________________________________________
68880 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
68881         Log: Subject: [PATCH] argv case nit for VMS
68882              From: "Craig A. Berry" <craigberry@mac.com>
68883              Date: Fri, 01 Aug 2003 19:16:30 -0500
68884              Message-ID: <3F2B02DE.10207@mac.com>
68885      Branch: perl
68886            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
68887 ____________________________________________________________________________
68888 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
68889         Log: Hugo's second thoughts: drop the relatively rare and
68890              slow optimization for now.
68891      Branch: perl
68892            ! regexec.c
68893 ____________________________________________________________________________
68894 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
68895         Log: Missed this bit in the last update: couldn't answer ''
68896              or ' ' to get 'none'.
68897      Branch: perl
68898            ! Configure
68899 ____________________________________________________________________________
68900 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
68901         Log: Encode pre-1.98 update from Dan Kogai, sent from
68902              the ashes of his smoldering motherboard.
68903      Branch: perl
68904            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
68905            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
68906            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
68907            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
68908 ____________________________________________________________________________
68909 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
68910         Log: More runperl(switches => ...) finds (bleadperl only).
68911      Branch: perl
68912            ! t/op/readline.t
68913 ____________________________________________________________________________
68914 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
68915         Log: Regen perltoc.
68916      Branch: perl
68917            ! pod/perltoc.pod
68918 ____________________________________________________________________________
68919 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
68920         Log: pod likes whitespace.
68921      Branch: perl
68922            ! ext/ByteLoader/ByteLoader.pm
68923 ____________________________________________________________________________
68924 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
68925         Log: Faulty check.
68926      Branch: perl
68927            ! t/test.pl
68928 ____________________________________________________________________________
68929 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
68930         Log: Update INSTALL on the *dir.
68931      Branch: perl
68932            ! INSTALL
68933 ____________________________________________________________________________
68934 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
68935         Log: Regen Glossary et al.
68936      Branch: perl
68937            ! Porting/Glossary Porting/config.sh Porting/config_H
68938 ____________________________________________________________________________
68939 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
68940         Log: Now the test should be really testing what it's supposed to.
68941      Branch: perl
68942            ! ext/B/t/bytecode.t
68943 ____________________________________________________________________________
68944 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
68945         Log: Fix the options.
68946      Branch: perl
68947            ! ext/B/t/bytecode.t
68948 ____________________________________________________________________________
68949 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
68950         Log: Argument sanity checking.
68951      Branch: perl
68952            ! t/test.pl
68953 ____________________________________________________________________________
68954 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
68955         Log: Regen Configure to use the *html*dir files.
68956              (installhtml uses none of that, though)
68957      Branch: perl
68958            ! Configure Policy_sh.SH config_h.SH
68959 ____________________________________________________________________________
68960 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
68961         Log: More for the *dir changes.
68962      Branch: perl
68963            ! Policy_sh.SH config_h.SH hints/darwin.sh
68964 ____________________________________________________________________________
68965 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
68966         Log: Regen Configure for the new *dir installation variables.
68967              If these don't work, ask Schwern.
68968      Branch: perl
68969            ! Configure
68970 ____________________________________________________________________________
68971 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
68972         Log: Upgrade to MakeMaker 6.13.
68973      Branch: perl
68974            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
68975            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
68976            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
68977            ! lib/ExtUtils/t/basic.t
68978 ____________________________________________________________________________
68979 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
68980         Log: JAPH patch :-) from Abigail.
68981      Branch: perl
68982            ! t/japh/abigail.t
68983 ____________________________________________________________________________
68984 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
68985         Log: Regen perlapi.
68986      Branch: perl
68987            ! perlapi.c
68988 ____________________________________________________________________________
68989 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
68990         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
68991              From: Dave Mitchell <davem@fdgroup.com>
68992              Date: Fri, 1 Aug 2003 01:16:31 +0100
68993              Message-ID: <20030801001631.GA11233@fdgroup.com>
68994      Branch: perl
68995            ! regcomp.c t/op/pat.t
68996 ____________________________________________________________________________
68997 [ 20404] By: ams                                   on 2003/08/01  03:28:17
68998         Log: Subject: [PATCH] LotR quote for perlapi.c
68999              From: Autrijus Tang <autrijus@autrijus.org>
69000              Date: Fri, 1 Aug 2003 10:00:29 +0800
69001              Message-Id: <20030801020029.GA28241@not.autrijus.org>
69002      Branch: perl
69003            ! embed.pl
69004 ____________________________________________________________________________
69005 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
69006         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
69007      Branch: perl
69008            ! INSTALL
69009 ____________________________________________________________________________
69010 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
69011         Log: Integrate README.macosx more.
69012      Branch: perl
69013            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
69014            ! win32/Makefile win32/makefile.mk
69015 ____________________________________________________________________________
69016 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
69017         Log: README.macosx from Sherm Pendley.
69018      Branch: perl
69019            + README.macosx
69020            ! MANIFEST
69021 ____________________________________________________________________________
69022 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
69023         Log: Unportable subtest needs rethink.
69024      Branch: perl
69025            ! ext/B/t/bytecode.t
69026 ____________________________________________________________________________
69027 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
69028         Log: Enache again.
69029      Branch: perl
69030            ! ext/ByteLoader/bytecode.h
69031 ____________________________________________________________________________
69032 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
69033         Log: Retract #20385.
69034      Branch: perl
69035            ! ext/ByteLoader/bytecode.h
69036 ____________________________________________________________________________
69037 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
69038         Log: Yet another bytecode tweak from Enache.
69039      Branch: perl
69040            ! ext/B/B/Bytecode.pm
69041 ____________________________________________________________________________
69042 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
69043         Log: Subject: [DOC PATCH] pod/perlguts.pod
69044              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69045              Date: Thu, 31 Jul 2003 22:39:01 +0200
69046              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
69047      Branch: perl
69048            ! pod/perlguts.pod
69049 ____________________________________________________________________________
69050 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
69051         Log: Subject: Re: [perl #23171] Regex too selfish
69052              From: hv@crypt.org
69053              Date: Thu, 31 Jul 2003 18:59:43 +0100
69054              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
69055
69056              (choose the second code patch)
69057      Branch: perl
69058            ! regexec.c t/op/re_tests
69059 ____________________________________________________________________________
69060 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
69061         Log: Make consistent with installperl (and working in MPE/iX)
69062              (Mark Bixby)
69063      Branch: perl
69064            ! installman
69065 ____________________________________________________________________________
69066 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
69067         Log: (retracted by #20390)
69068      Branch: perl
69069            ! ext/ByteLoader/bytecode.h
69070 ____________________________________________________________________________
69071 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
69072         Log: Upgrade to real CPAN.pm 1.76.
69073      Branch: perl
69074            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
69075            + lib/CPAN/t/signature.t
69076            ! MANIFEST lib/CPAN.pm
69077 ____________________________________________________________________________
69078 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
69079         Log: One more tweak for Mac OS X hints.
69080      Branch: perl
69081            ! hints/darwin.sh
69082 ____________________________________________________________________________
69083 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
69084         Log: The new PKI system is far too untested and rough yet
69085              (think machines with no network, machines behind firewalls,
69086              corporate and national encryption policies).  It cannot be
69087              considered useable at this stage.
69088
69089              Therefore, create a fake CPAN 1.76.
69090      Branch: perl
69091            ! lib/CPAN.pm
69092 ____________________________________________________________________________
69093 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
69094         Log: This test is pretty useless as it stands.
69095      Branch: perl
69096            - lib/CPAN/t/signature.t
69097            ! MANIFEST
69098 ____________________________________________________________________________
69099 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
69100         Log: Document the requirements for Module::Signature a bit.
69101      Branch: perl
69102            ! lib/CPAN.pm
69103 ____________________________________________________________________________
69104 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
69105         Log: We are change #20316 ahead of 1.75.
69106      Branch: perl
69107            ! lib/CPAN.pm
69108 ____________________________________________________________________________
69109 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
69110         Log: Integrate from maint:
69111              [ 20359]
69112              No more wince/README.compile here, either.
69113      Branch: perl
69114           !> Porting/makerel
69115 ____________________________________________________________________________
69116 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
69117         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
69118              (Schwern)
69119      Branch: perl
69120            ! lib/ExtUtils/MakeMaker.pm
69121 ____________________________________________________________________________
69122 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
69123         Log: Schwern says this is most probably an old VMS MakeMaker
69124              bug workaround that can go now.
69125      Branch: perl
69126            ! ext/SDBM_File/sdbm/Makefile.PL
69127 ____________________________________________________________________________
69128 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
69129         Log: Final touches to "Apple-like" installation directories.
69130      Branch: perl
69131            ! hints/darwin.sh
69132 ____________________________________________________________________________
69133 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
69134         Log: Tests for change #20367 (and change use overload; to
69135              just require overload;)
69136      Branch: perl
69137            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
69138 ____________________________________________________________________________
69139 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
69140         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
69141              From: Xavier Noria <fxn@hashref.com>
69142              Date: Thu, 31 Jul 2003 00:29:13 +0200
69143              Message-Id: <200307310029.13567.fxn@hashref.com>
69144      Branch: perl
69145            ! lib/Tie/RefHash.pm
69146 ____________________________________________________________________________
69147 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
69148         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
69149              From: Enache Adrian <enache@rdslink.ro>
69150              Date: Thu, 31 Jul 2003 03:49:40 +0300
69151              Message-ID: <20030731004940.GB1266@ratsnest.hole>
69152
69153              (but use test.pl:run_perl() instead of manual `$^X ...`)
69154      Branch: perl
69155            + ext/B/t/bytecode.t
69156            ! MANIFEST
69157 ____________________________________________________________________________
69158 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
69159         Log: Silence spurious noise from MakeMaker :
69160              hint files shouldn't return undef and have set $!.
69161      Branch: perl
69162            ! ext/DynaLoader/hints/linux.pl
69163 ____________________________________________________________________________
69164 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
69165         Log: Upgrade to NEXT 0.52.
69166      Branch: perl
69167            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
69168            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
69169 ____________________________________________________________________________
69170 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
69171         Log: Might as well.
69172      Branch: perl
69173            ! pod/perlhist.pod
69174 ____________________________________________________________________________
69175 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
69176         Log: Silly gcc.
69177      Branch: perl
69178            ! perl.c
69179 ____________________________________________________________________________
69180 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
69181         Log: This is getting comical.  (Practical tip: never ask
69182              for opinions from one than one person at one time.)
69183              Now back to -Dprefix='/usr' replacing the system Perl,
69184              but don't use the Apple internal DSTROOT.
69185      Branch: perl
69186            ! hints/darwin.sh
69187 ____________________________________________________________________________
69188 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
69189         Log: Mac OS X hints dance continues.  Now drop any special
69190              installation directory mangling.  In other words, if
69191              you want to overwrite the system perl, you really need
69192              to find out how to do that.
69193      Branch: perl
69194            ! hints/darwin.sh
69195 ____________________________________________________________________________
69196 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
69197         Log: Try again with the Mac OS X hints.  Now the three cases
69198              (no -Dprefix, /usr, and something else) all install
69199              into separate places.  No prefix installs to /usr/local.
69200              The /usr overwrites the Apple install (modulo the version).
69201      Branch: perl
69202            ! hints/darwin.sh
69203 ____________________________________________________________________________
69204 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
69205         Log: Subject: [PATCH] NEXT and Diamond Inheritance
69206              From: Casey West <casey@geeknest.com>
69207              Date: Tue, 29 Jul 2003 17:37:15 -0400
69208              Message-ID: <20030729213715.GY76899@geeknest.com>
69209
69210              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
69211      Branch: perl
69212            ! lib/NEXT.pm lib/NEXT/t/unseen.t
69213 ____________________________________________________________________________
69214 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
69215         Log: Match also on full name and email (though the email is
69216              now less interesting than it used to be).
69217      Branch: perl
69218            ! Porting/Maintainers
69219 ____________________________________________________________________________
69220 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
69221         Log: Maintainers script tweaks.
69222      Branch: perl
69223            ! Porting/Maintainers
69224 ____________________________________________________________________________
69225 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
69226         Log: rmdir t/lib/IO.
69227      Branch: perl
69228            ! ext/IO/t/IO.t
69229 ____________________________________________________________________________
69230 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
69231         Log: Adjust the list of rmdired lib directories.
69232      Branch: perl
69233            ! Makefile.SH
69234 ____________________________________________________________________________
69235 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
69236         Log: Be paranoid about PL_origargv.
69237              Paranoia warranted by Win32 mod_perl.
69238      Branch: perl
69239            ! perl.c
69240 ____________________________________________________________________________
69241 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
69242         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
69243              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
69244              Date: Wed, 30 Jul 2003 14:56:32 +0400
69245              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
69246      Branch: perl
69247            ! perlio.c
69248 ____________________________________________________________________________
69249 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
69250         Log: Upgrade to ExtUtils::MakeMaker 6.12.
69251      Branch: perl
69252            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
69253            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
69254            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
69255            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
69256 ____________________________________________________________________________
69257 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
69258         Log: That's M. Schwern to you, earthling.
69259      Branch: perl
69260            ! Porting/Maintainers.pl
69261 ____________________________________________________________________________
69262 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
69263         Log: Arthur maintains Safe.
69264      Branch: perl
69265            ! Porting/Maintainers.pl
69266 ____________________________________________________________________________
69267 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
69268         Log: Use the CPAN id where available.
69269      Branch: perl
69270            ! Porting/Maintainers.pl
69271 ____________________________________________________________________________
69272 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
69273         Log: Rename Modules and Modules.pl as Maintainers and
69274              Maintainers.pl since the same framework can be used
69275              for more than just modules.
69276      Branch: perl
69277            + Porting/Maintainers Porting/Maintainers.pl
69278            - Porting/Modules Porting/Modules.pl
69279            ! MANIFEST
69280 ____________________________________________________________________________
69281 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
69282         Log: Strip leading ./
69283      Branch: perl
69284            ! Porting/Modules
69285 ____________________________________________________________________________
69286 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
69287         Log: More Modules.pl.
69288      Branch: perl
69289            ! Porting/Modules.pl
69290 ____________________________________________________________________________
69291 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
69292         Log: Modules.pl: add B::Deparse.
69293      Branch: perl
69294            ! Porting/Modules.pl
69295 ____________________________________________________________________________
69296 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
69297         Log: Mac OS X: tweak once again the installation directories.
69298      Branch: perl
69299            ! hints/darwin.sh
69300 ____________________________________________________________________________
69301 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
69302         Log: Modules.pl tweaks.
69303      Branch: perl
69304            ! Porting/Modules.pl
69305 ____________________________________________________________________________
69306 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
69307         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
69308              From: Jan Dubois <jand@ActiveState.com>
69309              Date: Tue, 29 Jul 2003 19:14:10 -0700
69310              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
69311      Branch: perl
69312            ! lib/Win32.pod win32/win32.c
69313 ____________________________________________________________________________
69314 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
69315         Log: FAQ sync.
69316      Branch: perl
69317            ! pod/perlfaq4.pod pod/perlfaq7.pod
69318 ____________________________________________________________________________
69319 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
69320         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
69321              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
69322              Date: Wed, 30 Jul 2003 02:02:41 +0400
69323              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
69324      Branch: perl
69325            ! wince/wince.c
69326 ____________________________________________________________________________
69327 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
69328         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
69329      Branch: perl
69330            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
69331 ____________________________________________________________________________
69332 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
69333         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
69334              important for IPv6 (Spider).  Since there is no way to
69335              otherwise detect 3.X, use the hints.
69336      Branch: perl
69337            ! hints/dec_osf.sh perl.h
69338 ____________________________________________________________________________
69339 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
69340         Log: Don't nag about Module::Signature if there is no
69341              way for the user to use it (based on Autrijus' patch).
69342      Branch: perl
69343            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69344 ____________________________________________________________________________
69345 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
69346         Log: Oops.
69347      Branch: perl
69348            ! sv.c
69349 ____________________________________________________________________________
69350 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
69351         Log: Slight rewording on the destdir.
69352      Branch: perl
69353            ! INSTALL
69354 ____________________________________________________________________________
69355 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
69356         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
69357              From: "Brendan O'Dea" <bod@debian.org>
69358              Date: Tue, 29 Jul 2003 23:49:18 +1000
69359              Message-ID: <20030729134918.GA4339@londo.c47.org>
69360      Branch: perl
69361            ! pod/perlvar.pod
69362 ____________________________________________________________________________
69363 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
69364         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
69365              From: PPrymmer@factset.com
69366              Date: Tue, 22 Jul 2003 11:12:05 -0400
69367              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
69368      Branch: perl
69369            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
69370            ! ext/Encode/t/perlio.t
69371 ____________________________________________________________________________
69372 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
69373         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
69374              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
69375              Date: Sun, 13 Jul 2003 10:23:35 +0900
69376              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
69377      Branch: perl
69378            ! ext/Encode/lib/Encode/Alias.pm
69379 ____________________________________________________________________________
69380 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
69381         Log: The --destdir option to installman should be made
69382              optional so that it doesn't complain when passed
69383              an empty value (from Rafael)
69384      Branch: perl
69385            ! installman
69386 ____________________________________________________________________________
69387 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
69388         Log: Too many my $fh:s.
69389      Branch: perl
69390            ! lib/CPAN.pm
69391 ____________________________________________________________________________
69392 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
69393         Log: Quieten MSVC6.
69394      Branch: perl
69395            ! pp.c
69396 ____________________________________________________________________________
69397 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
69398         Log: Subject: DESTDIR in perl-5.8.1 package?
69399              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
69400              Date: Fri, 11 Jul 2003 14:48:41 +0200
69401              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
69402
69403              Subject: Re: DESTDIR in perl-5.8.1 package?
69404              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
69405              Date: Mon, 14 Jul 2003 12:00:25 +0200
69406              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
69407
69408              (blindly prepending and s///ing away the $destdir does not work
69409              at least in VMS, but the --destdir should help rpm builders
69410              and the like)
69411      Branch: perl
69412            ! INSTALL Makefile.SH installman installperl
69413 ____________________________________________________________________________
69414 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
69415         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
69416              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
69417              Date: 26 Jul 2003 21:44:06 -0000
69418              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
69419
69420              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
69421              releases 4.x and 5.x.
69422      Branch: perl
69423            ! perl.h
69424 ____________________________________________________________________________
69425 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
69426         Log: Cleanup the sv_gets() logic for platforms with small stacks.
69427              (I think hogging 8K of stack sounds like bad behaviour on any
69428              platform, big stack or not.)
69429      Branch: perl
69430            ! sv.c
69431 ____________________________________________________________________________
69432 [ 20299] By: merijn                                on 2003/07/29  10:57:37
69433         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
69434      Branch: perl
69435            ! README.hpux
69436 ____________________________________________________________________________
69437 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
69438         Log: DEC OSF/1 3.x did (does) not do sizer -v.
69439      Branch: perl
69440            ! hints/dec_osf.sh
69441 ____________________________________________________________________________
69442 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
69443         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
69444              From: Autrijus Tang <autrijus@autrijus.org>
69445              Date: Tue, 29 Jul 2003 09:58:35 +0800
69446              Message-ID: <20030729015834.GA7149@not.autrijus.org>
69447      Branch: perl
69448            ! lib/CPAN.pm
69449 ____________________________________________________________________________
69450 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
69451         Log: There is no skip() since we are not using Test*.
69452      Branch: perl
69453            ! lib/CPAN/t/signature.t
69454 ____________________________________________________________________________
69455 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
69456         Log: Upgrade to CPAN.pm 1.74.
69457      Branch: perl
69458            ! lib/CPAN.pm lib/CPAN/t/signature.t
69459 ____________________________________________________________________________
69460 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
69461         Log: Most importantly, don't try HvNAME(gp->gp_hv)
69462              unless PL_stashcache exists, otherwise we get
69463              an invalid read (detected by valgrind, and crashes
69464              ext/threads/t/basic.t in Windows).
69465
69466              Also add a few if:s for the refcnt decrements,
69467              no need to call Perl_sv_free() if there's nothing to free.
69468      Branch: perl
69469            ! gv.c
69470 ____________________________________________________________________________
69471 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
69472         Log: Tabify.
69473      Branch: perl
69474            ! MANIFEST
69475 ____________________________________________________________________________
69476 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
69477         Log: Subject: [perl #22969] fix $hash{utf8bareword}
69478              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
69479              Date: Tue, 29 Jul 2003 11:09:37 +0200
69480              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
69481      Branch: perl
69482            ! t/op/utfhash.t toke.c
69483 ____________________________________________________________________________
69484 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
69485         Log: Subject: [PATCH pointer] B::Deparse 0.64
69486              From: Stephen McCamant <smcc@mit.edu>
69487              Date: Mon, 28 Jul 2003 16:57:19 -0400
69488              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
69489      Branch: perl
69490            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
69491 ____________________________________________________________________________
69492 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
69493         Log: More perlio docs from Stas.
69494      Branch: perl
69495            ! pod/perliol.pod
69496 ____________________________________________________________________________
69497 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
69498         Log: Reintroduce Porting/Modules.  No, it's not duplicating
69499              the information in Module::CoreList.
69500      Branch: perl
69501            + Porting/Modules Porting/Modules.pl
69502            ! AUTHORS MANIFEST
69503 ____________________________________________________________________________
69504 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
69505         Log: The better prefixify() patch from Ed Moy.
69506      Branch: perl
69507            ! lib/ExtUtils/MM_Unix.pm
69508 ____________________________________________________________________________
69509 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
69510         Log: PerlIO_popped doc addition from NI-S.
69511      Branch: perl
69512            ! pod/perliol.pod
69513 ____________________________________________________________________________
69514 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
69515         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
69516              From: "Craig A. Berry" <craigberry@mac.com>
69517              Date: Tue, 29 Jul 2003 00:11:46 -0500
69518              Message-ID: <3F260212.9000104@mac.com>
69519      Branch: perl
69520            ! lib/File/Find.pm
69521 ____________________________________________________________________________
69522 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
69523         Log: More bytecode tweaks.
69524      Branch: perl
69525            ! ext/B/B.xs ext/B/B/Bytecode.pm
69526 ____________________________________________________________________________
69527 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
69528         Log: No more wince/README.compile.
69529      Branch: perl
69530            ! Porting/curliff.pl
69531 ____________________________________________________________________________
69532 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
69533         Log: Slightly better failure output.
69534      Branch: perl
69535            ! ext/Devel/Peek/t/Peek.t
69536 ____________________________________________________________________________
69537 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
69538         Log: These directories no more exist during cleanup.
69539      Branch: perl
69540            ! Makefile.SH
69541 ____________________________________________________________________________
69542 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
69543         Log: No more ext/*/*.t, move them all to ext/*/t.
69544      Branch: perl
69545            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
69546            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
69547            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
69548            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
69549            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
69550            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
69551            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
69552            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
69553            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
69554            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
69555            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
69556            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
69557            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
69558            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
69559            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
69560            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
69561            - ext/Socket/Socket.t ext/Socket/socketpair.t
69562            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
69563            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
69564            - ext/re/re.t
69565            ! MANIFEST ext/IPC/SysV/MANIFEST
69566 ____________________________________________________________________________
69567 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
69568         Log: Move the ext/IO tests to a more standard location so that
69569              the *.t do not get copied to the build tree (lib/IO/).
69570      Branch: perl
69571            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
69572            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
69573            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
69574            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
69575            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
69576            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
69577            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
69578            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
69579            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
69580            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
69581            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
69582            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
69583            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
69584            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
69585            ! MANIFEST
69586 ____________________________________________________________________________
69587 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
69588         Log: Retract #20260.
69589      Branch: perl
69590            ! perlio.c perliol.h
69591 ____________________________________________________________________________
69592 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
69593         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
69594      Branch: perl
69595            ! lib/File/Spec.pm
69596 ____________________________________________________________________________
69597 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
69598         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
69599              From: "Craig A. Berry" <craigberry@mac.com>
69600              Date: Mon, 28 Jul 2003 08:04:32 -0500
69601              Message-ID: <3F251F60.6050607@mac.com>
69602      Branch: perl
69603            ! t/op/write.t
69604 ____________________________________________________________________________
69605 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
69606         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
69607              From: Michael G Schwern <schwern@pobox.com>
69608              Date: Mon, 28 Jul 2003 05:54:19 -0700
69609              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
69610      Branch: perl
69611            ! t/op/write.t
69612 ____________________________________________________________________________
69613 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
69614         Log: Make Storable work with blead/maint by making PL_sv_placeholder
69615              a true global, bump $VERSION to 2.08.  Will take a look at the
69616              portability issue of placeholders soon.
69617      Branch: perl
69618            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
69619            ! intrpvar.h perlapi.h perlvars.h sv.c
69620 ____________________________________________________________________________
69621 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
69622         Log: Storable test nosewipe.
69623      Branch: perl
69624            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
69625 ____________________________________________________________________________
69626 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
69627         Log: Solaris cc didn't appreciate casting a long to a pointer
69628              with no cast, and lval casts are unportable, so introduce
69629              a rval cast.
69630      Branch: perl
69631            ! bytecode.pl ext/ByteLoader/byterun.c
69632 ____________________________________________________________________________
69633 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
69634         Log: (Retracted by #20267)
69635      Branch: perl
69636            ! perlio.c perliol.h
69637 ____________________________________________________________________________
69638 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
69639         Log: Subject: CPAN/t/signature.t noisy
69640              From: Michael G Schwern <schwern@pobox.com>
69641              Date: Mon, 28 Jul 2003 02:14:19 -0700
69642              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
69643      Branch: perl
69644            ! lib/CPAN/t/signature.t
69645 ____________________________________________________________________________
69646 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
69647         Log: Extra noise from File::Spec.
69648      Branch: perl
69649            ! lib/File/Spec/t/rel2abs2rel.t
69650 ____________________________________________________________________________
69651 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
69652         Log: Prettyprint the constants list of defsubs_h.PL.
69653      Branch: perl
69654            ! ext/B/defsubs_h.PL
69655 ____________________________________________________________________________
69656 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
69657         Log: Subject: [PATCH] B enhancements
69658              From: Stephen McCamant <smcc@mit.edu>
69659              Date: Sun, 27 Jul 2003 14:07:46 -0400
69660              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
69661      Branch: perl
69662            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
69663 ____________________________________________________________________________
69664 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
69665         Log: More clarification about the hash randomisation defines.
69666      Branch: perl
69667            ! perl.h
69668 ____________________________________________________________________________
69669 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
69670         Log: Clarify the process a bit.
69671      Branch: perl
69672            ! INSTALL
69673 ____________________________________________________________________________
69674 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
69675         Log: Add $VERSION to B::Bytecode.
69676      Branch: perl
69677            ! ext/B/B/Bytecode.pm
69678 ____________________________________________________________________________
69679 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
69680         Log: Missing test file.  (Not very useful since Module::Signature
69681              is not in the core, but let's not make an exception.)
69682      Branch: perl
69683            ! MANIFEST
69684 ____________________________________________________________________________
69685 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
69686         Log: Subject: Re: downrev modules in RC2
69687              From: Gisle Aas <gisle@ActiveState.com>
69688              Date: 27 Jul 2003 20:25:07 -0700
69689              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
69690
69691              (upgrade to Digest::MD5 2.26)
69692      Branch: perl
69693            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
69694            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
69695 ____________________________________________________________________________
69696 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
69697         Log: Upgrade to CGI 2.97.
69698      Branch: perl
69699            ! lib/CGI.pm
69700 ____________________________________________________________________________
69701 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
69702         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
69703              (from Enache)
69704      Branch: perl
69705            ! bytecode.pl ext/ByteLoader/byterun.c
69706 ____________________________________________________________________________
69707 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
69708         Log: Upgrade to CPAN 1.72.
69709      Branch: perl
69710            + lib/CPAN/t/signature.t
69711            ! MANIFEST lib/CPAN.pm
69712 ____________________________________________________________________________
69713 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
69714         Log: We now return to your normally scheduled hash randomisation.
69715      Branch: perl
69716            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
69717            ! pod/perlsec.pod
69718 ____________________________________________________________________________
69719 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
69720         Log: fresh_perl_(is|like) were printing out the wrong file/line
69721              number on failure because _where() was hard coded to only
69722              look one level up the call stack.  In these cases it has to
69723              look two.
69724              (Schwern)
69725      Branch: perl
69726            ! t/test.pl
69727 ____________________________________________________________________________
69728 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
69729         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
69730              (Schwern)
69731      Branch: perl
69732            ! t/op/tiehandle.t
69733 ____________________________________________________________________________
69734 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
69735         Log: Upgrade to Test::Harness 2.29.
69736      Branch: perl
69737            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
69738            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
69739            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
69740            ! lib/Test/Harness/t/test-harness.t
69741 ____________________________________________________________________________
69742 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
69743         Log: Missing MakeMaker test.
69744      Branch: perl
69745            + lib/ExtUtils/t/postamble.t
69746            ! MANIFEST
69747 ____________________________________________________________________________
69748 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
69749         Log: Add -l (one file per line) option to manicheck.
69750      Branch: perl
69751            ! Porting/manicheck
69752 ____________________________________________________________________________
69753 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
69754         Log: Further Byteloader tweaks from Enache.
69755      Branch: perl
69756            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
69757            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
69758            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
69759            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
69760            ! ext/ByteLoader/byterun.h t/TEST
69761 ____________________________________________________________________________
69762 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
69763         Log: Reapply some perldoc changes not in 3.09.
69764      Branch: perl
69765            ! lib/Pod/Perldoc.pm
69766 ____________________________________________________________________________
69767 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
69768         Log: Upgrade to Pod::Perldoc 3.09.
69769      Branch: perl
69770            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
69771 ____________________________________________________________________________
69772 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
69773         Log: A bug reported in perl-unicode by Terry Jones, fixed
69774              by Andreas Koenig, and add a test.
69775      Branch: perl
69776            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
69777 ____________________________________________________________________________
69778 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
69779         Log: Unicode::UCD doc nit from Andreas Koenig.
69780      Branch: perl
69781            ! lib/Unicode/UCD.pm
69782 ____________________________________________________________________________
69783 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
69784         Log: Upgrade to I18N::LangTags 0.28.
69785      Branch: perl
69786            + lib/I18N/LangTags/t/01test.t
69787            - lib/I18N/LangTags/test.pl
69788            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
69789 ____________________________________________________________________________
69790 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
69791         Log: Skip the test until Enache fixes it.
69792      Branch: perl
69793            ! ext/B/t/assembler.t
69794 ____________________________________________________________________________
69795 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
69796         Log: Upgrade to File::Spec 0.85.
69797      Branch: perl
69798            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
69799            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
69800            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
69801            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
69802            ! lib/File/Spec/t/rel2abs2rel.t
69803 ____________________________________________________________________________
69804 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
69805         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
69806              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69807              Date: Sun, 20 Jul 2003 22:36:02 +0200
69808              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
69809      Branch: perl
69810            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
69811            ! perl.c perlapi.h sv.c universal.c
69812 ____________________________________________________________________________
69813 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
69814         Log: Regen byterun once more: the incav is not yet right, but at
69815              least it compiles now (Tru64 cc choked on the lvalue cast).
69816      Branch: perl
69817            ! bytecode.pl ext/ByteLoader/byterun.c
69818 ____________________________________________________________________________
69819 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
69820         Log: Regenerated because of #20220.
69821      Branch: perl
69822            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
69823            ! ext/ByteLoader/byterun.h
69824 ____________________________________________________________________________
69825 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
69826         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
69827              From: "Craig A. Berry" <craigberry@mac.com>
69828              Date: Mon, 21 Jul 2003 19:40:20 -0500
69829              Message-ID: <3F1C87F4.2070401@mac.com>
69830      Branch: perl
69831            ! lib/File/Find.pm
69832 ____________________________________________________________________________
69833 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
69834         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
69835              From: Enache Adrian <enache@rdslink.ro>
69836              Date: Fri, 18 Jul 2003 23:15:37 +0300
69837              Message-ID: <20030718201537.GA1574@ratsnest.hole>
69838      Branch: perl
69839            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
69840            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
69841            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
69842            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
69843 ____________________________________________________________________________
69844 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
69845         Log: Subject: [PATCH-for-RC2] WinCE port addition
69846              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
69847              Date: Fri, 25 Jul 2003 22:17:11 +0400
69848              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
69849      Branch: perl
69850            - wince/README.compile
69851            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
69852            ! wince/compile.bat wince/wince.c wince/wince.h
69853 ____________________________________________________________________________
69854 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
69855         Log: Another missing hunk for MakeMaker from .org.
69856      Branch: perl
69857            ! lib/ExtUtils/MakeMaker.pm
69858 ____________________________________________________________________________
69859 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
69860         Log: Grabbed from www.makemaker.org.
69861      Branch: perl
69862            + t/lib/MakeMaker/Test/Setup/Recurs.pm
69863            ! MANIFEST
69864 ____________________________________________________________________________
69865 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
69866         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
69867              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
69868              Date: 14 Jul 2003 05:35:15 -0000
69869              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
69870      Branch: perl
69871            ! utf8.c
69872 ____________________________________________________________________________
69873 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
69874         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
69875              From: Stas Bekman <stas@stason.org>
69876              Date: Thu, 24 Jul 2003 16:49:27 +0200
69877              Message-ID: <3F1FF1F7.30500@stason.org>
69878      Branch: perl
69879            ! pod/perlapi.pod sv.c
69880 ____________________________________________________________________________
69881 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
69882         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
69883              From: Michael G Schwern <schwern@pobox.com>
69884              Date: Thu, 24 Jul 2003 01:28:07 -0700
69885              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
69886      Branch: perl
69887            ! lib/ExtUtils/MakeMaker.pm
69888 ____________________________________________________________________________
69889 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
69890         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
69891              From: Michael G Schwern <schwern@pobox.com>
69892              Date: Mon, 21 Jul 2003 20:12:25 -0700
69893              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
69894      Branch: perl
69895            + lib/ExtUtils/t/recurs.t
69896            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
69897            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
69898            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
69899            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
69900            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
69901            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
69902            ! lib/ExtUtils/t/basic.t
69903 ____________________________________________________________________________
69904 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
69905         Log: (accidentally empty checkin)
69906      Branch: perl
69907            ! lib/perl5db.pl
69908 ____________________________________________________________________________
69909 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
69910         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
69911              From: Steve Hay <steve.hay@uk.radan.com>
69912              Date: Fri, 18 Jul 2003 10:03:21 +0100
69913              Message-ID: <3F17B7D9.80805@uk.radan.com>
69914      Branch: perl
69915            ! makedef.pl
69916 ____________________________________________________________________________
69917 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
69918         Log: Subject: [patch] perldebug.pod clarification
69919              From: Stéphane Payrard <stef@payrard.net>
69920              Date: Mon, 21 Jul 2003 21:36:59 +0200
69921              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
69922      Branch: perl
69923            ! pod/perldebug.pod
69924 ____________________________________________________________________________
69925 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
69926         Log: Subject: PATCH: More edge tests on t/op/pow.t
69927              From: Andy Lester <andy@petdance.com>
69928              Date: Wed, 23 Jul 2003 16:38:35 -0500
69929              Message-ID: <20030723213834.GA20468@petdance.com>
69930      Branch: perl
69931            ! t/op/pow.t
69932 ____________________________________________________________________________
69933 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
69934         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
69935              From: Stephen McCamant <smcc@mit.edu>
69936              Date: Tue, 22 Jul 2003 09:41:10 -0400
69937              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
69938      Branch: perl
69939            ! toke.c
69940 ____________________________________________________________________________
69941 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
69942         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
69943              From: Dave Mitchell <davem@fdgroup.com>
69944              Date: Fri, 18 Jul 2003 18:49:43 +0100
69945              Message-ID: <20030718174943.GB6427@fdgroup.com>
69946      Branch: perl
69947            ! sv.c t/op/tie.t
69948 ____________________________________________________________________________
69949 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
69950         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
69951              From: Stephen McCamant <smcc@mit.edu>
69952              Date: Sat, 19 Jul 2003 12:06:31 -0400
69953              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
69954      Branch: perl
69955            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
69956 ____________________________________________________________________________
69957 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
69958         Log: Subject: [PATCH] typo in VMS::Filespec
69959              From: Ken Williams <ken@mathforum.org>
69960              Date: Tue, 22 Jul 2003 15:18:21 -0500
69961              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
69962      Branch: perl
69963            ! vms/ext/Filespec.pm
69964 ____________________________________________________________________________
69965 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
69966         Log: EBCDIC fix from Thomas Dorner.
69967      Branch: perl
69968            ! Makefile.SH
69969 ____________________________________________________________________________
69970 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
69971         Log: POSIX-BC patch from Thomas Dorner.
69972      Branch: perl
69973            ! hints/posix-bc.sh
69974 ____________________________________________________________________________
69975 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
69976         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
69977              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
69978              Date: 14 Jul 2003 05:37:15 -0000
69979              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
69980      Branch: perl
69981            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
69982 ____________________________________________________________________________
69983 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
69984         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
69985              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
69986              Date: 14 Jul 2003 05:37:02 -0000
69987              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
69988      Branch: perl
69989            ! ext/IO/lib/IO/Socket.pm
69990 ____________________________________________________________________________
69991 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
69992         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
69993              From: Dave Mitchell <davem@fdgroup.com>
69994              Date: Thu, 17 Jul 2003 20:33:29 +0100
69995              Message-ID: <20030717193329.GA2699@fdgroup.com>
69996      Branch: perl
69997            ! pad.c t/lib/warnings/pad
69998 ____________________________________________________________________________
69999 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
70000         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
70001              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
70002              Date: 22 Jul 2003 02:59:13 -0000
70003              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
70004      Branch: perl
70005            ! pod/perlfunc.pod
70006 ____________________________________________________________________________
70007 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
70008         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
70009              From: Stephen Clouse <stephenc@theiqgroup.com>
70010              Date: Tue, 22 Jul 2003 21:31:38 -0500
70011              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
70012      Branch: perl
70013            ! perl.h
70014 ____________________________________________________________________________
70015 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
70016         Log: Subject: [PATCH] configure.gnu --prefix
70017              From: slaven@rezic.de
70018              Date: Thu, 10 Jul 2003 09:33:27 +0000
70019              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
70020      Branch: perl
70021            ! configure.gnu
70022 ____________________________________________________________________________
70023 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
70024         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
70025              From: Edward Moy <emoy@apple.com>
70026              Date: Sun, 13 Jul 2003 14:12:57 -0700
70027              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
70028      Branch: perl
70029            ! lib/ExtUtils/MM_Unix.pm
70030 ____________________________________________________________________________
70031 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
70032         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
70033              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
70034              Date: Tue, 15 Jul 2003 07:46:58 -0700
70035              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
70036      Branch: perl
70037            ! makedef.pl malloc.c malloc_ctl.h
70038 ____________________________________________________________________________
70039 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
70040         Log: This should make Stas happy.
70041      Branch: perl
70042            ! hv.h perl.c
70043 ____________________________________________________________________________
70044 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
70045         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
70046      Branch: perl
70047            ! installperl
70048 ____________________________________________________________________________
70049 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
70050         Log: As the perldoc.pod is now in a separate file under pod/,
70051              the installman script was installing an empty perldoc.1 manpage.
70052      Branch: perl
70053            ! installperl utils.lst
70054 ____________________________________________________________________________
70055 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
70056         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
70057              From: Steve Grazzini <grazz@pobox.com>
70058              Date: Wed, 16 Jul 2003 08:56:21 -0400
70059              Message-ID: <20030716125620.GA7022@grazzini.net>
70060      Branch: perl
70061            ! pod/perlipc.pod pod/perlvar.pod
70062 ____________________________________________________________________________
70063 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
70064         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
70065              From: Dave Mitchell <davem@fdgroup.com>
70066              Date: Tue, 15 Jul 2003 20:46:07 +0100
70067              Message-ID: <20030715194607.GA24592@fdgroup.com>
70068
70069              plus the regression test :
70070              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
70071              From: Nicholas Clark <nick@ccl4.org>
70072              Date: Tue, 15 Jul 2003 22:24:04 +0100
70073              Message-ID: <20030715222404.L20414@plum.flirble.org>
70074      Branch: perl
70075            ! pp_ctl.c t/op/write.t
70076 ____________________________________________________________________________
70077 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
70078         Log: Subject: Re: [PATCH] h2xs and extra_libraries
70079              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
70080              Date: Tue, 15 Jul 2003 07:28:52 +0200
70081              Message-id: <20030715052852.GA494@ethan>
70082      Branch: perl
70083            ! utils/h2xs.PL
70084 ____________________________________________________________________________
70085 [ 20175] By: merijn                                on 2003/07/21  14:26:43
70086         Log: Subject: Re: [PATCH] test clean-up for VMS
70087              From: "Craig A. Berry" <craigberry@mac.com>
70088              Date: Sun, 20 Jul 2003 10:43:32 -0500
70089              Message-ID: <3F1AB8A4.2070207@mac.com>
70090      Branch: perl
70091            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
70092            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
70093            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
70094            ! t/uni/write.t
70095 ____________________________________________________________________________
70096 [ 20174] By: hv                                    on 2003/07/21  10:26:07
70097         Log: Update Changes.
70098      Branch: perl
70099            ! Changes patchlevel.h
70100 ____________________________________________________________________________
70101 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
70102         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
70103              (bug #22968)
70104      Branch: perl
70105            ! pod/perlfaq3.pod pod/perlrun.pod
70106 ____________________________________________________________________________
70107 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
70108         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
70109              From: Andy Dougherty <doughera@lafayette.edu>
70110              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
70111              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
70112
70113              plus a clarification to INSTALL :
70114              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
70115              From: Andy Dougherty <doughera@lafayette.edu>
70116              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
70117              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
70118      Branch: perl
70119            ! INSTALL Makefile.SH
70120 ____________________________________________________________________________
70121 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
70122         Log: The warning "Possible precedence problem on bitwise operator"
70123              was incorrectly produced with the bitwise-assignment operators.
70124              Fix it. (bug #23065 concerning 5.8.1 RC2)
70125      Branch: perl
70126            ! op.c t/lib/warnings/op
70127 ____________________________________________________________________________
70128 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
70129         Log: Rename get_seed() to get_hash_seed(), as suggested by
70130              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
70131      Branch: perl
70132            ! embed.fnc embed.h perl.c proto.h util.c
70133 ____________________________________________________________________________
70134 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
70135         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
70136              From: Andreas J Koenig <andreas.koenig@anima.de>
70137              Date: Fri, 18 Jul 2003 09:36:47 +0200
70138              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
70139      Branch: perl
70140            ! t/op/pow.t
70141 ____________________________________________________________________________
70142 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
70143         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
70144              From: Dave Mitchell <davem@fdgroup.com>
70145              Date: Thu, 17 Jul 2003 21:51:12 +0100
70146              Message-ID: <20030717205112.GA2994@fdgroup.com>
70147      Branch: perl
70148            ! t/op/universal.t universal.c
70149 ____________________________________________________________________________
70150 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
70151         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
70152              From: Stephen McCamant <smcc@mit.edu>
70153              Date: Fri, 18 Jul 2003 02:26:14 -0400
70154              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
70155      Branch: perl
70156            ! pp.c t/op/pow.t
70157 ____________________________________________________________________________
70158 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
70159         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
70160              From: Stephen McCamant <smcc@mit.edu>
70161              Date: Tue, 15 Jul 2003 09:57:26 -0400
70162              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
70163
70164              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
70165              From: Stephen McCamant <smcc@mit.edu>
70166              Date: Tue, 15 Jul 2003 09:57:31 -0400
70167              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
70168      Branch: perl
70169            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
70170 ____________________________________________________________________________
70171 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
70172         Log: Subject: [PATCH] Re: POSIX::div
70173              From: Michael G Schwern <schwern@pobox.com>
70174              Date: Mon, 14 Jul 2003 14:00:58 -0700
70175              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
70176      Branch: perl
70177            ! ext/POSIX/POSIX.pm
70178 ____________________________________________________________________________
70179 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
70180         Log: PERL5LIB is not colon-separated everywhere
70181      Branch: perl
70182            ! pod/perlrun.pod
70183 ____________________________________________________________________________
70184 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
70185         Log: Subject: [PATCH] fix $^N-related coredump
70186              From: Anton Berezin <tobez@tobez.org>
70187              Date: Mon, 14 Jul 2003 13:50:35 +0200
70188              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
70189      Branch: perl
70190            ! pp_hot.c sv.c
70191 ____________________________________________________________________________
70192 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
70193         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
70194              From: Tony Bowden <tony@kasei.com>
70195              Date: Thu, 17 Jul 2003 16:49:35 +0100
70196              Message-ID: <20030717154935.GA20302@soto.kasei.com>
70197      Branch: perl
70198            ! pod/perlfunc.pod
70199 ____________________________________________________________________________
70200 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
70201         Log: Minor nits in perlsyn.pod
70202      Branch: perl
70203            ! pod/perlsyn.pod
70204 ____________________________________________________________________________
70205 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
70206         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
70207              From: Claes Jacobsson <claes@surfar.nu>
70208              Date: Sat, 12 Jul 2003 16:30:42 +0200
70209              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
70210      Branch: perl
70211            ! lib/Attribute/Handlers.pm
70212 ____________________________________________________________________________
70213 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
70214         Log: Add a TODO test for perlbug #19049
70215              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
70216              From: Alex Gough <alex-p5p@earth.li>
70217              Date: Fri, 11 Jul 2003 01:12:42 +0100
70218              Message-ID: <20030711001242.GD2484@the.earth.li>
70219      Branch: perl
70220            ! t/op/pat.t
70221 ____________________________________________________________________________
70222 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
70223         Log: Minor updates of the charnames documentation.
70224      Branch: perl
70225            ! lib/charnames.pm
70226 ____________________________________________________________________________
70227 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
70228         Log: Subject: Re: Sort sub and NaNs
70229              From: "John P. Linderman" <jpl@research.att.com>
70230              Date: Thu, 10 Jul 2003 10:45:06 -0400
70231              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
70232
70233              Warn against a potential edge case with sort, <=> and NaNs.
70234      Branch: perl
70235            ! pod/perlfunc.pod
70236 ____________________________________________________________________________
70237 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
70238         Log: Subject: [DOCPATCH] perlfunc/read
70239              From: Steve Grazzini <grazz@pobox.com>
70240              Date: Tue, 8 Jul 2003 10:23:03 -0400
70241              Message-ID: <20030708142303.GB23698@grazzini.net>
70242
70243              Clarify the OFFSET parameter to read().
70244      Branch: perl
70245            ! pod/perlfunc.pod
70246 ____________________________________________________________________________
70247 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
70248         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
70249              From: Michael G Schwern <schwern@pobox.com>
70250              Date: Tue, 13 May 2003 18:33:05 -0700
70251              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
70252      Branch: perl
70253            ! pod/perlsyn.pod pod/perltrap.pod
70254 ____________________________________________________________________________
70255 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
70256         Log: I think the API for mod_perl v2 should be simply that
70257              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
70258              itself, hopefully from a good source of random bits.
70259      Branch: perl
70260            ! perl.c
70261 ____________________________________________________________________________
70262 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
70263         Log: pTHX.
70264      Branch: perl
70265            ! util.c
70266 ____________________________________________________________________________
70267 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
70268         Log: New order of seed.
70269      Branch: perl
70270            ! pod/perlrun.pod
70271 ____________________________________________________________________________
70272 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
70273         Log: More retraction.
70274      Branch: perl
70275            ! INSTALL
70276 ____________________________________________________________________________
70277 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
70278         Log: Retract the statements.
70279      Branch: perl
70280            ! pod/perlfunc.pod pod/perlsec.pod
70281 ____________________________________________________________________________
70282 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
70283         Log: Chicken out: the hash randomisation is not on by default.
70284              We switch over to the explicit mode: in other words, if
70285              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
70286              randomise only if PL_hash_seed_set is FALSE (this means
70287              one can use PERL_HASH() before perl_run.)  Also, since
70288              now PERL_HASH_SEED is okay even under -T, all should be fine.
70289              (Ha!)
70290      Branch: perl
70291            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
70292            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
70293 ____________________________________________________________________________
70294 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
70295         Log: Check PERL_HASH_SEED even when tainted.
70296      Branch: perl
70297            ! perl.c pod/perlrun.pod
70298 ____________________________________________________________________________
70299 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
70300         Log: &Time::HiRes::d_nanosleep was broken.
70301      Branch: perl
70302            ! ext/Time/HiRes/Makefile.PL
70303 ____________________________________________________________________________
70304 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
70305         Log: Subject: [PATCH} db-recno.t on Mac OS X
70306              From: slaven@rezic.de
70307              Date: Thu, 10 Jul 2003 12:41:05 +0000
70308              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
70309      Branch: perl
70310            ! ext/DB_File/t/db-recno.t
70311 ____________________________________________________________________________
70312 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
70313         Log: Subject: [comment patch]
70314              From: Stas Bekman <stas@stason.org>
70315              Date: Thu, 10 Jul 2003 14:19:22 -0700
70316              Message-ID: <3F0DD85A.1070902@stason.org>
70317      Branch: perl
70318            ! perl.c
70319 ____________________________________________________________________________
70320 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
70321         Log: Be vague enough.
70322      Branch: perl
70323            ! pod/perldata.pod
70324 ____________________________________________________________________________
70325 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
70326         Log: regen embed.pl for the bleadperl branch as well.
70327      Branch: perl
70328            ! embedvar.h
70329 ____________________________________________________________________________
70330 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
70331         Log: Time travel noticed by Enache.
70332      Branch: perl
70333            ! pod/perlhist.pod
70334 ____________________________________________________________________________
70335 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
70336         Log: I can see the future.  It is cloudy.
70337      Branch: perl
70338            ! pod/perlhist.pod
70339 ____________________________________________________________________________
70340 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
70341         Log: Subject: [PATCH] configure.gnu --prefix
70342              From: slaven@rezic.de
70343              Date: Thu, 10 Jul 2003 09:33:27 +0000
70344              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
70345      Branch: perl
70346            ! configure.gnu
70347 ____________________________________________________________________________
70348 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
70349         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
70350      Branch: perl
70351            ! malloc.c
70352 ____________________________________________________________________________
70353 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
70354         Log: Subject: [PATCH] Restore SIGFPE on exec()
70355              From: Chip Salzenberg <chip@pobox.com>
70356              Date: Thu, 10 Jul 2003 13:13:20 -0400
70357              Message-ID: <20030710171319.GA21588@perlsupport.com>
70358      Branch: perl
70359            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
70360 ____________________________________________________________________________
70361 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
70362         Log: The *right* way to make the csighandler visible.
70363      Branch: perl
70364            ! embed.fnc embed.h global.sym
70365 ____________________________________________________________________________
70366 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
70367         Log: Retract #20112.
70368      Branch: perl
70369            ! embed.fnc embedvar.h intrpvar.h perlapi.h
70370 ____________________________________________________________________________
70371 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
70372         Log: Argh.  At least AIX builds choke because of this.
70373      Branch: perl
70374            ! embed.fnc embedvar.h intrpvar.h perlapi.h
70375 ____________________________________________________________________________
70376 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
70377         Log: Upgrade to podlators 1.27.
70378      Branch: perl
70379            ! lib/Pod/Text/Termcap.pm
70380 ____________________________________________________________________________
70381 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
70382         Log: Deprecate v-strings.
70383      Branch: perl
70384            ! pod/perldata.pod
70385 ____________________________________________________________________________
70386 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
70387         Log: perlfaq sync.
70388      Branch: perl
70389            ! pod/perlfaq1.pod
70390 ____________________________________________________________________________
70391 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
70392         Log: Detypo.
70393      Branch: perl
70394            ! hints/darwin.sh
70395 ____________________________________________________________________________
70396 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
70397         Log: Fixes from Ron Kimball.
70398      Branch: perl
70399            ! pod/perldata.pod
70400 ____________________________________________________________________________
70401 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
70402         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
70403      Branch: perl
70404            ! toke.c
70405 ____________________________________________________________________________
70406 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
70407         Log: More Darwin/MacOSX paths twiddling.
70408      Branch: perl
70409            ! hints/darwin.sh
70410 ____________________________________________________________________________
70411 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
70412         Log: Play safe and use the system malloc in FreeBSD.
70413              Yes, performance suffers.  But that is better than
70414              random core dumps.
70415      Branch: perl
70416            ! hints/freebsd.sh
70417 ____________________________________________________________________________
70418 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
70419         Log: Upgrade to Encode 1.97.
70420      Branch: perl
70421            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
70422            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
70423            ! ext/Encode/lib/Encode/Encoder.pm
70424            ! ext/Encode/lib/Encode/Guess.pm
70425            ! ext/Encode/lib/Encode/JP/JIS7.pm
70426 ____________________________________________________________________________
70427 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
70428         Log: Rework the perldata vXX => ... entry a bit.
70429      Branch: perl
70430            ! pod/perldata.pod
70431 ____________________________________________________________________________
70432 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
70433         Log: Document the vXX => change in perldata, too.
70434      Branch: perl
70435            ! pod/perldata.pod
70436 ____________________________________________________________________________
70437 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
70438         Log: Test the vX => ... fix.
70439      Branch: perl
70440            ! t/op/ver.t
70441 ____________________________________________________________________________
70442 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
70443         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
70444              From: John Peacock <jpeacock@rowman.com>
70445              Date: Wed, 09 Jul 2003 01:05:38 -0700
70446              Message-ID: <3F0BCCD2.1020009@rowman.com>
70447      Branch: perl
70448            ! embed.fnc pod/perlapi.pod toke.c util.c
70449 ____________________________________________________________________________
70450 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
70451         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
70452              for the install dirs.
70453      Branch: perl
70454            ! hints/darwin.sh
70455 ____________________________________________________________________________
70456 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
70457         Log: Enable avoiding /System/Library in Mac OS X by
70458              doing Configure -Dprefix=/some/where -Uvendorlib.
70459      Branch: perl
70460            ! hints/darwin.sh
70461 ____________________________________________________________________________
70462 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
70463         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
70464              From: Chip Salzenberg <chip@pobox.com>
70465              Date: Wed, 9 Jul 2003 01:49:10 -0400
70466              Message-ID: <20030709054910.GH2021@perlsupport.com>
70467      Branch: perl
70468            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
70469            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
70470 ____________________________________________________________________________
70471 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
70472         Log: The CHECKOP macro was not invoked on some newly created ops
70473              (to match them against the current opmask.) As a consequence,
70474              Safe compartments were unable to trap some ops (pattern
70475              match, slices, conditionals.) This fixes the holes.
70476      Branch: perl
70477            ! op.c
70478 ____________________________________________________________________________
70479 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
70480         Log: Revert #20077.
70481      Branch: perl
70482            ! lib/CPAN.pm
70483 ____________________________________________________________________________
70484 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
70485         Log: Don't recommend to upgrade the base.pm in the core with
70486              the base.pm from Class::Fields.  They are not the same.
70487      Branch: perl
70488            ! lib/CPAN.pm
70489 ____________________________________________________________________________
70490 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
70491         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
70492              From: Enache Adrian <enache@rdslink.ro>
70493              Date: Tue, 8 Jul 2003 20:47:58 +0300
70494              Message-ID: <20030708174758.GA1177@ratsnest.hole>
70495
70496              (ByteLoader tweak avoiding a leaked scalar)
70497      Branch: perl
70498            ! op.c
70499 ____________________________________________________________________________
70500 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
70501         Log: In 5.8.x, fast stdio places still do use stdio.
70502      Branch: perl
70503            ! ext/Digest/MD5/t/badfile.t
70504 ____________________________________________________________________________
70505 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
70506         Log: Subject: [PATCH] format 'botched' in malloc.c
70507              From: Enache Adrian <enache@rdslink.ro>
70508              Date: Mon, 7 Jul 2003 21:57:06 +0300
70509              Message-ID: <20030707185706.GB7017@ratsnest.hole>
70510      Branch: perl
70511            ! malloc.c
70512 ____________________________________________________________________________
70513 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
70514         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
70515              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
70516              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
70517              Message-ID: <12022.1057655645@www59.gmx.net>
70518      Branch: perl
70519            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
70520 ____________________________________________________________________________
70521 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
70522         Log: Retract #20065: I don't think this is the right way
70523              to patch this issue.
70524      Branch: perl
70525            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
70526 ____________________________________________________________________________
70527 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
70528         Log: Configure tweak from Johnny Lam so that the
70529              INSTALLSITEMAN[13]DIR get correctly set.
70530      Branch: perl
70531            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
70532 ____________________________________________________________________________
70533 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
70534         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
70535      Branch: perl
70536            ! pod/perlsyn.pod
70537 ____________________________________________________________________________
70538 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
70539         Log: Mark Bixby ++.
70540      Branch: perl
70541            ! perl.c
70542 ____________________________________________________________________________
70543 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
70544         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
70545      Branch: perl
70546            ! ext/Time/HiRes/Makefile.PL
70547 ____________________________________________________________________________
70548 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
70549         Log: Good catch from Gisle.
70550      Branch: perl
70551            ! pod/perlfunc.pod
70552 ____________________________________________________________________________
70553 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
70554         Log: Refashioned #20055: we cannot trust stdio to fail here.
70555      Branch: perl
70556            ! ext/Digest/MD5/t/badfile.t
70557 ____________________________________________________________________________
70558 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
70559         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
70560              are just breaking more than they are fixing.
70561      Branch: perl
70562            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
70563            ! ext/Digest/MD5/t/files.t perlio.c
70564 ____________________________________________________________________________
70565 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
70566         Log: Returning zero from PerlIO_read() is okay;
70567              update MD5 sums.
70568      Branch: perl
70569            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
70570 ____________________________________________________________________________
70571 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
70572         Log: If perlio is completely out of the picture, we can
70573              get tripped by different stdio implementations.
70574      Branch: perl
70575            ! ext/Digest/MD5/t/badfile.t
70576 ____________________________________________________________________________
70577 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
70578         Log: AUTHORS tweak.
70579      Branch: perl
70580            ! AUTHORS
70581 ____________________________________________________________________________
70582 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
70583         Log: Subject: Patch to README.solaris
70584              From: Alan Burlison <Alan.Burlison@sun.com>
70585              Date: Mon, 07 Jul 2003 14:15:57 +0100
70586              Message-ID: <3F09728D.1070408@sun.com>
70587      Branch: perl
70588            ! README.solaris
70589 ____________________________________________________________________________
70590 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
70591         Log: Update MD5 checksums.
70592      Branch: perl
70593            ! ext/Digest/MD5/t/files.t
70594 ____________________________________________________________________________
70595 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
70596         Log: Be more explicit than just 'characters'.
70597      Branch: perl
70598            ! pod/perlfunc.pod
70599 ____________________________________________________________________________
70600 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
70601         Log: Try making PerlIO errors more consistent.
70602              (1) Check early whether the filehandle is capable of
70603              the requested action.
70604              (2) PerlIO_read() really can return -1, and so can
70605              PerlIOUnix_read().
70606              (3) Some stdio implementations are more forgiving
70607              than others, so check also for errors recorded
70608              by PerlIO in PerlStdio_errno().
70609      Branch: perl
70610            ! perlio.c
70611 ____________________________________________________________________________
70612 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
70613         Log: Linewrapping.
70614      Branch: perl
70615            ! pod/perlapio.pod
70616 ____________________________________________________________________________
70617 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
70618         Log: PerlIO_read() can return negative.
70619      Branch: perl
70620            ! ext/Digest/MD5/MD5.xs
70621 ____________________________________________________________________________
70622 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
70623         Log: Use the existence, instead of the truth, to decide
70624              whether to scan for a symbol.
70625              (Also remove trailing spaces.)
70626      Branch: perl
70627            ! ext/Time/HiRes/Makefile.PL
70628 ____________________________________________________________________________
70629 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
70630         Log: MPE/iX tweak from Mark Bixby.
70631      Branch: perl
70632            ! ext/Time/HiRes/Makefile.PL
70633 ____________________________________________________________________________
70634 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
70635         Log: Upgrade BigInt and BigRat
70636              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
70637              From: Tels <perl_dummy@bloodgate.com>
70638              Date: Sun, 6 Jul 2003 15:41:36 +0200
70639              Message-Id: <200307061158.23576@bloodgate.com>
70640      Branch: perl
70641            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
70642            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
70643            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
70644            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
70645            ! lib/Math/BigRat/t/bigratpm.t
70646 ____________________________________________________________________________
70647 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
70648         Log: Subject: Re: [perl #5025] #line directive explination wrong
70649              From: Casey West <casey@geeknest.com>
70650              Date: Sun, 6 Jul 2003 18:24:46 -0400
70651              Message-ID: <20030706222446.GL7506@geeknest.com>
70652      Branch: perl
70653            ! pod/perlsyn.pod
70654 ____________________________________________________________________________
70655 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
70656         Log: Update the CPAN mirrors list.
70657      Branch: perl
70658            ! pod/perlmodlib.PL pod/perlmodlib.pod
70659 ____________________________________________________________________________
70660 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
70661         Log: yet another symbol missing in change#20018
70662      Branch: perl
70663            ! makedef.pl
70664 ____________________________________________________________________________
70665 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
70666         Log: PerlIOBase_pushed seems to have gone missing in change#20018
70667      Branch: perl
70668            ! makedef.pl
70669 ____________________________________________________________________________
70670 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
70671         Log: Subject: [PATCH @19834] DProf fixes
70672              From: Radu Greab <radu@netsoft.ro>
70673              Date: Sun, 6 Jul 2003 20:09:12 +0300
70674              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
70675      Branch: perl
70676            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
70677            + t/lib/dprof/test8_v
70678            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
70679            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
70680            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
70681 ____________________________________________________________________________
70682 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
70683         Log: Forgotten from change #20031.
70684      Branch: perl
70685            ! makedef.pl malloc_ctl.h
70686 ____________________________________________________________________________
70687 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
70688         Log: Subject: [PATCH] improve WinCE port
70689              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
70690              Date: Sun, 6 Jul 2003 18:46:09 +0400
70691              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
70692
70693              Subject: [PATCH] improve WinCE port -- addition
70694              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
70695              Date: Sun, 6 Jul 2003 19:50:47 +0400
70696              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
70697      Branch: perl
70698            + wince/perlhost.h wince/vdir.h wince/vmem.h
70699            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
70700            ! wince/win32.h wince/win32io.c wince/win32iop.h
70701            ! wince/win32thread.c wince/win32thread.h wince/wince.c
70702            ! wince/wince.h
70703 ____________________________________________________________________________
70704 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
70705         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
70706              From: merlyn@stonehenge.com (Randal L. Schwartz)
70707              Date: 05 Jul 2003 16:29:14 -0700
70708              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
70709      Branch: perl
70710            ! pod/perlfaq2.pod
70711 ____________________________________________________________________________
70712 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
70713         Log: FreeBSD: if someone *really* wants to use the system malloc.
70714      Branch: perl
70715            ! hints/freebsd.sh
70716 ____________________________________________________________________________
70717 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
70718         Log: Make the 'slow ok' feature optional.
70719      Branch: perl
70720            ! lib/Test/Harness.pm
70721 ____________________________________________________________________________
70722 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
70723         Log: The change #20022 didn't work for Command.t.
70724      Branch: perl
70725            ! lib/ExtUtils/t/Command.t
70726 ____________________________________________________________________________
70727 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
70728         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
70729              From: Michael G Schwern <schwern@pobox.com>
70730              Date: Sat, 5 Jul 2003 13:34:37 -0700
70731              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
70732
70733              Print out the "ok" messages only once every second,
70734              this should make output much less and therefore testing
70735              much faster, especially on slower connections.
70736      Branch: perl
70737            ! lib/Test/Harness.pm
70738 ____________________________________________________________________________
70739 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
70740         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
70741              From: Michael G Schwern <schwern@pobox.com>
70742              Date: Sat, 5 Jul 2003 16:59:49 -0700
70743              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
70744      Branch: perl
70745            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
70746            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
70747            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
70748            ! lib/ExtUtils/t/Command.t
70749 ____________________________________________________________________________
70750 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
70751         Log: Reintroduce changes #19723 and #19723 that were not
70752              in Net::Ping 2.31; needed for Windows.
70753      Branch: perl
70754            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
70755 ____________________________________________________________________________
70756 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
70757         Log: Upgrade to Digest::MD5 2.25.
70758      Branch: perl
70759            + ext/Digest/MD5/t/clone.t
70760            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
70761            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
70762            ! ext/Digest/MD5/t/files.t
70763 ____________________________________________________________________________
70764 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
70765         Log: Make a read from a write-only fh to set errno
70766              (found by Gisle)
70767      Branch: perl
70768            ! perlio.c
70769 ____________________________________________________________________________
70770 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
70771         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
70772              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
70773              duplicates.
70774      Branch: perl
70775            ! makedef.pl
70776 ____________________________________________________________________________
70777 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
70778         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
70779              From: Dave Mitchell <davem@fdgroup.com>
70780              Date: Sat, 5 Jul 2003 19:12:51 +0100
70781              Message-ID: <20030705181251.GA14502@fdgroup.com>
70782      Branch: perl
70783            ! ext/threads/t/problems.t
70784 ____________________________________________________________________________
70785 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
70786         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
70787      Branch: perl
70788            ! lib/Benchmark.t
70789 ____________________________________________________________________________
70790 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
70791         Log: Be explicit about the $0 pain in Linux 2.2.
70792      Branch: perl
70793            ! pod/perlvar.pod
70794 ____________________________________________________________________________
70795 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
70796         Log: Comment out some debugging output in Math::BigInt, that
70797              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
70798      Branch: perl
70799            ! lib/Math/BigInt.pm
70800 ____________________________________________________________________________
70801 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
70802         Log: The logic for additional randomisation for 64-bit UV
70803              cases was wrong.
70804      Branch: perl
70805            ! perl.c
70806 ____________________________________________________________________________
70807 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
70808         Log: IIRC gcc would complain about if (s = ...).
70809      Branch: perl
70810            ! perl.c
70811 ____________________________________________________________________________
70812 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
70813         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
70814              since CGI scripts are (should be) run under -T, being able
70815              to show the HASH_SEED in case of problems is good.
70816              The $ENV{PERL_HASH_SEED} is still ignored under taint.
70817      Branch: perl
70818            ! perl.c
70819 ____________________________________________________________________________
70820 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
70821         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
70822              From: "Craig A. Berry" <craigberry@mac.com>
70823              Date: Sat, 05 Jul 2003 00:38:28 -0500
70824              Message-ID: <3F066454.90003@mac.com>
70825      Branch: perl
70826            ! lib/ExtUtils/MM_VMS.pm
70827 ____________________________________________________________________________
70828 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
70829         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
70830              From: Robin Barker <Robin.Barker@npl.co.uk>
70831              Date: Fri, 4 Jul 2003 19:15:01 +0100
70832              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
70833      Branch: perl
70834            ! dump.c
70835 ____________________________________________________________________________
70836 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
70837         Log: Allow to create more than one Shell object :
70838              Subject: [patch] Shell.pm fix
70839              From: Stéphane Payrard <stef@payrard.net>
70840              Date: Sat, 5 Jul 2003 01:16:50 +0200
70841              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
70842      Branch: perl
70843            ! lib/Shell.pm
70844 ____________________________________________________________________________
70845 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
70846         Log: Author list update (to be continued...)
70847      Branch: perl
70848            ! AUTHORS
70849 ____________________________________________________________________________
70850 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
70851         Log: Add a new test target in the makefile, test_harness_notty.
70852              It's like test_harness, but sets HARNESS_NOTTY=1 to make
70853              Test::Harness' output less blinking.
70854      Branch: perl
70855            ! Makefile.SH
70856 ____________________________________________________________________________
70857 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
70858         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
70859              and bignum v0.14.
70860      Branch: perl
70861            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
70862            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
70863            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
70864            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
70865            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
70866            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
70867            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
70868            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
70869            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
70870            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
70871            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
70872            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
70873            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
70874            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
70875            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
70876            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
70877            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
70878            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
70879            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
70880            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
70881            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
70882            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
70883            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
70884            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
70885            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
70886            ! t/lib/Math/BigInt/Subclass.pm
70887 ____________________________________________________________________________
70888 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
70889         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
70890              appears just before the name of the command to be run. See
70891
70892              Subject: Re: PERL_SKIP_TTY_TEST fix
70893              From: Alexey Tourbin <at@altlinux.ru>
70894              Date: Fri, 4 Jul 2003 17:25:34 +0400
70895              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
70896      Branch: perl
70897            ! Makefile.SH
70898 ____________________________________________________________________________
70899 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
70900         Log: Fix non-numeric $VERSION.
70901      Branch: perl
70902            ! lib/Math/BigInt.pm
70903 ____________________________________________________________________________
70904 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
70905         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
70906      Branch: perl
70907            ! lib/Math/BigInt.pm
70908 ____________________________________________________________________________
70909 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
70910         Log: More $0 sad tales.
70911      Branch: perl
70912            ! pod/perlvar.pod
70913 ____________________________________________________________________________
70914 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
70915         Log: Oops.
70916      Branch: perl
70917            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
70918 ____________________________________________________________________________
70919 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
70920         Log: Upgrade to PodParser 1.23; but do not update
70921              t/pod/find.t or t/pod/testp2pt.pl since the
70922              first one does not work at all under core,
70923              and the second change would drop MacOS Classic
70924              portability tweaks introduced by change #18669.
70925      Branch: perl
70926            ! lib/Pod/Find.pm lib/Pod/Usage.pm
70927 ____________________________________________________________________________
70928 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
70929         Log: Upgrade to Text::Balanced 1.94.
70930      Branch: perl
70931            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
70932            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
70933            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
70934 ____________________________________________________________________________
70935 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
70936         Log: Upgrade to Net::Ping 2.31.
70937      Branch: perl
70938            ! lib/Net/Ping.pm lib/Net/Ping/Changes
70939            ! lib/Net/Ping/t/250_ping_hires.t
70940            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
70941 ____________________________________________________________________________
70942 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
70943         Log: Upgrade to Locale::Maketext 1.06.
70944      Branch: perl
70945            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
70946            + lib/Locale/Maketext/t/90utf8.t
70947            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
70948 ____________________________________________________________________________
70949 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
70950         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
70951              (1) make the PATCHLEVEL logic as it is with List::Util
70952              (more portable to older Perls)
70953              (2) regen the MD5 checksums with ...
70954              (3) ... the Mac OS Classic checksums generated via MacRoman
70955              (just a guess)
70956              (4) Keep the core Makefile.PL.
70957      Branch: perl
70958            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
70959            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
70960 ____________________________________________________________________________
70961 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
70962         Log: Upgrade to CPAN 1.71.
70963      Branch: perl
70964            ! lib/CPAN.pm
70965 ____________________________________________________________________________
70966 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
70967         Log: Upgrade to CGI.pm 2.97.
70968      Branch: perl
70969            ! lib/CGI.pm lib/CGI/Carp.pm
70970 ____________________________________________________________________________
70971 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
70972         Log: No energy now to figure out what is wrong with $0
70973              (or ps) in Tru64.  The test works fine when run from
70974              command line.
70975      Branch: perl
70976            ! ext/threads/t/join.t
70977 ____________________________________________________________________________
70978 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
70979         Log: AUTHORS updates.
70980      Branch: perl
70981            ! AUTHORS
70982 ____________________________________________________________________________
70983 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
70984         Log: line_t is U32, not I32.
70985      Branch: perl
70986            ! bytecode.pl
70987 ____________________________________________________________________________
70988 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
70989         Log: Remove PL_earlytaint since the hash seed code
70990              can be delayed until perl_parse().
70991      Branch: perl
70992            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
70993            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
70994            ! plan9/plan9ish.h unixish.h vms/vmsish.h
70995 ____________________________________________________________________________
70996 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
70997         Log: $0 is pain.
70998      Branch: perl
70999            ! ext/threads/t/join.t
71000 ____________________________________________________________________________
71001 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
71002         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
71003              From: PPrymmer@factset.com
71004              Date: Thu, 3 Jul 2003 23:59:51 -0400
71005              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
71006      Branch: perl
71007            ! vms/vms.c vms/vmspipe.com
71008 ____________________________________________________________________________
71009 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
71010         Log: Bump Time::HiRes version to 1.50.
71011      Branch: perl
71012            ! ext/Time/HiRes/HiRes.pm
71013 ____________________________________________________________________________
71014 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
71015         Log: Subject: [PATCH] installperl -n
71016              From: Slaven Rezic <slaven@rezic.de>
71017              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
71018              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
71019      Branch: perl
71020            ! installperl
71021 ____________________________________________________________________________
71022 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
71023         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
71024              From: Slaven Rezic <slaven@rezic.de>
71025              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
71026              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
71027      Branch: perl
71028            ! t/op/magic.t
71029 ____________________________________________________________________________
71030 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
71031         Log: Ask Schwern.
71032      Branch: perl
71033            - Porting/Modules
71034            ! AUTHORS MANIFEST
71035 ____________________________________________________________________________
71036 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
71037         Log: Add autarch and Time::Local to Modules.
71038      Branch: perl
71039            ! Porting/Modules
71040 ____________________________________________________________________________
71041 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
71042         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
71043              From: Dave Rolsky <autarch@urth.org>
71044              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
71045              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
71046      Branch: perl
71047            ! lib/Time/Local.pm
71048 ____________________________________________________________________________
71049 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
71050         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
71051              From: Mattia Barbon <mbarbon@dsi.unive.it>
71052              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
71053              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
71054      Branch: perl
71055            ! win32/win32.c
71056 ____________________________________________________________________________
71057 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
71058         Log: Subject: Re: randomly untainting?
71059              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71060              Date: Thu, 3 Jul 2003 17:35:09 +0200
71061              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
71062      Branch: perl
71063            ! t/TestInit.pm
71064 ____________________________________________________________________________
71065 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
71066         Log: Revert #19957 as requested by Rafael.
71067      Branch: perl
71068            ! ext/List/Util/t/tainted.t
71069 ____________________________________________________________________________
71070 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
71071         Log: Add at least meager beginnings of assertion checks for
71072              the UTF-8 length/pos cache.  It's not as full as I would
71073              like since the exact behaviour of the second half of the
71074              cache, used in substr(), eludes me right now.
71075      Branch: perl
71076            ! sv.c
71077 ____________________________________________________________________________
71078 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
71079         Log: Extra light testing for the UTF-8 cache
71080              (that it isn't broken, not that it helps).
71081      Branch: perl
71082            ! t/op/length.t
71083 ____________________________________________________________________________
71084 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
71085         Log: Subject: Re: randomly untainting?
71086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71087              Date: Thu, 3 Jul 2003 14:58:18 +0200
71088              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
71089              (plus extra debug printing)
71090      Branch: perl
71091            ! ext/List/Util/t/tainted.t
71092 ____________________________________________________________________________
71093 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
71094         Log: Subject: Re: maint @ 19923
71095              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
71096              Date: Thu, 3 Jul 2003 15:57:55 +0400
71097              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
71098      Branch: perl
71099            ! wince/Makefile.ce wince/wince.c
71100 ____________________________________________________________________________
71101 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
71102         Log: Tiny tweak to perlartistic from Robin Barker.
71103      Branch: perl
71104            ! pod/perlartistic.pod
71105 ____________________________________________________________________________
71106 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
71107         Log: Mention Modules in AUTHORS.
71108      Branch: perl
71109            ! AUTHORS
71110 ____________________________________________________________________________
71111 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
71112         Log: No fancy binmode() if no perlio.
71113      Branch: perl
71114            ! ext/IO/lib/IO/t/io_sock.t
71115 ____________________________________________________________________________
71116 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
71117         Log: Underline the fact that XSLoader is not DynaLoader
71118              ([perl #21974] dl_load_flags not honored by XSLoader)
71119      Branch: perl
71120            ! ext/DynaLoader/XSLoader_pm.PL
71121 ____________________________________________________________________________
71122 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
71123         Log: Apply Schwern's suggested warning code from
71124              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
71125      Branch: perl
71126            ! lib/Test/Harness/Straps.pm
71127 ____________________________________________________________________________
71128 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
71129         Log: Subject: [PATCH] "without parens" vs "without parentheses"
71130              From: Iain Truskett <spoon@cpan.org>
71131              Date: Thu, 3 Jul 2003 12:40:42 +1000
71132              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
71133      Branch: perl
71134            ! t/lib/warnings/toke toke.c
71135 ____________________________________________________________________________
71136 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
71137         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
71138              From: Dave Mitchell <davem@fdgroup.com>
71139              Date: Thu, 3 Jul 2003 01:32:11 +0100
71140              Message-ID: <20030703003211.GB3747@fdgroup.com>
71141      Branch: perl
71142            ! mg.c sv.c
71143 ____________________________________________________________________________
71144 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
71145         Log: Nicer options for Porting/Modules.
71146      Branch: perl
71147            ! MANIFEST Porting/Modules
71148 ____________________________________________________________________________
71149 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
71150         Log: Minor test adjustments :
71151              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
71152              - prototypes added to some public functions in t/test.pl,
71153              as suggested by Enache Adrian
71154      Branch: perl
71155            ! t/op/concat.t t/test.pl
71156 ____________________________________________________________________________
71157 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
71158         Log: Skip a socketpair test on SCO OSR
71159      Branch: perl
71160            ! ext/Socket/socketpair.t
71161 ____________________________________________________________________________
71162 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
71163         Log: Subject: [PATCH] various Deparse fixes
71164              From: Dave Mitchell <davem@fdgroup.com>
71165              Date: Wed, 2 Jul 2003 18:10:45 +0100
71166              Message-ID: <20030702171045.GF2137@fdgroup.com>
71167      Branch: perl
71168            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
71169            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
71170 ____________________________________________________________________________
71171 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
71172         Log: It would seem that in Linux 2.2 there is no way
71173              we can do the right thing to make ps(1) see $0
71174              our way.  Also amend the $0 documentation a bit.
71175      Branch: perl
71176            ! pod/perlvar.pod t/op/magic.t
71177 ____________________________________________________________________________
71178 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
71179         Log: Subject: [PATCH] line numbers are given % 64k
71180              From: James Jurach <muaddib@erf.net>
71181              Date: Wed, 2 Jul 2003 13:31:05 -0500
71182              Message-ID: <20030702183105.GA4837@lebowski>
71183      Branch: perl
71184            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
71185            ! handy.h pp_ctl.c scope.h
71186 ____________________________________________________________________________
71187 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
71188         Log: Subject: Re: maint @ 19923
71189              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
71190              Date: Wed, 2 Jul 2003 11:43:05 -0400
71191              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
71192      Branch: perl
71193            ! pod/perlfunc.pod
71194 ____________________________________________________________________________
71195 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
71196         Log: Subject: Re: maint @ 19923
71197              From: Jim Cromie <jcromie@divsol.com>
71198              Date: Wed, 02 Jul 2003 05:35:06 -0600
71199              Message-ID: <3F02C36A.9030704@divsol.com>
71200      Branch: perl
71201            ! pod/perlfunc.pod
71202 ____________________________________________________________________________
71203 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
71204         Log: Fix for [perl #22759 insufficient format string checking];
71205              using ewix makes no sense, assuming evix was intended,
71206              no old tests fail; add the test case.
71207      Branch: perl
71208            ! sv.c t/op/sprintf.t
71209 ____________________________________________________________________________
71210 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
71211         Log: Better links.
71212      Branch: perl
71213            ! pod/perlipc.pod pod/perlrun.pod
71214 ____________________________________________________________________________
71215 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
71216         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
71217      Branch: perl
71218            ! hints/darwin.sh
71219 ____________________________________________________________________________
71220 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
71221         Log: ...and getting the comma right, too.
71222      Branch: perl
71223            ! t/op/magic.t
71224 ____________________________________________________________________________
71225 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
71226         Log: Getting the whitespace right.
71227      Branch: perl
71228            ! t/op/magic.t
71229 ____________________________________________________________________________
71230 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
71231         Log: FreeBSD $0 dance.
71232      Branch: perl
71233            ! pod/perlvar.pod t/op/magic.t
71234 ____________________________________________________________________________
71235 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
71236         Log: Fix from Enache Adrian for the magic.t failure in
71237              FreeBSD: setproctitle() cannot get rid of the " (perl)".
71238      Branch: perl
71239            ! t/op/magic.t
71240 ____________________________________________________________________________
71241 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
71242         Log: VMS: with this, 100% make test in Compaq C V6.5-001
71243              on OpenVMS Alpha V7.3-1, from Craig Berry.
71244      Branch: perl
71245            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
71246 ____________________________________________________________________________
71247 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
71248         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
71249              The latest releases of NetBSD don't require the hack.  From
71250              Johnny Lam.
71251      Branch: perl
71252            ! hints/netbsd.sh
71253 ____________________________________________________________________________
71254 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
71255         Log: Add a new utility, Porting/Modules.
71256      Branch: perl
71257            + Porting/Modules
71258            ! MANIFEST
71259 ____________________________________________________________________________
71260 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
71261         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
71262              From: Robin Barker <Robin.Barker@npl.co.uk>
71263              Date: Tue, 1 Jul 2003 18:21:34 +0100
71264              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
71265
71266              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
71267              From: Robin Barker <Robin.Barker@npl.co.uk>
71268              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
71269              Date: Tue, 1 Jul 2003 18:25:17 +0100
71270
71271              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
71272              From: Robin Barker <Robin.Barker@npl.co.uk>
71273              Date: Tue, 1 Jul 2003 18:29:09 +0100
71274              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
71275      Branch: perl
71276            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
71277 ____________________________________________________________________________
71278 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
71279         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
71280              From: Enache Adrian <enache@rdslink.ro>
71281              Date: Tue, 1 Jul 2003 19:51:25 +0300
71282              Message-ID: <20030701165125.GA1521@ratsnest.hole>
71283      Branch: perl
71284            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
71285            ! ext/B/typemap t/op/magic.t
71286 ____________________________________________________________________________
71287 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
71288         Log: Upgrade to Unicode::Normalize 0.23.
71289      Branch: perl
71290            ! ext/Unicode/Normalize/Changes
71291            ! ext/Unicode/Normalize/Normalize.pm
71292            ! ext/Unicode/Normalize/Normalize.xs
71293 ____________________________________________________________________________
71294 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
71295         Log: A naked values() caused shuffling of lib/Config.pm,
71296              which in turn caused unnecessary rebuilds.
71297      Branch: perl
71298            ! configpm
71299 ____________________________________________________________________________
71300 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
71301         Log: Even more :utf8 socket testing, now in both directions.
71302      Branch: perl
71303            ! ext/IO/lib/IO/t/io_sock.t
71304 ____________________________________________________________________________
71305 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
71306         Log: One more test (does binmode()ing a socket succeed)
71307              and add -w.
71308      Branch: perl
71309            ! ext/IO/lib/IO/t/io_sock.t
71310 ____________________________________________________________________________
71311 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
71312         Log: Tweak an existing IO test to test also the change #19910.
71313      Branch: perl
71314            ! ext/IO/lib/IO/t/io_sock.t
71315 ____________________________________________________________________________
71316 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
71317         Log: Integrate from perlio:
71318              [ 19909]
71319              binmode() should affect IoOFP() as well as IoIFP() if it is
71320              distinct (e.g. sockets).
71321      Branch: perl
71322           !> pp_sys.c
71323 ____________________________________________________________________________
71324 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
71325         Log: Do the "aligned contiguous" check only if the arguments
71326              look like aligned; re-introduce the "traditional contiguous"
71327              checks with OS/2 special quirks and all.
71328      Branch: perl
71329            ! perl.c
71330 ____________________________________________________________________________
71331 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
71332         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
71333      Branch: perl
71334            ! perl.c
71335 ____________________________________________________________________________
71336 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
71337         Log: Regen Glossary et al.
71338      Branch: perl
71339            ! Porting/Glossary Porting/config.sh Porting/config_H
71340 ____________________________________________________________________________
71341 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
71342         Log: Regen Configure.
71343      Branch: perl
71344            ! Configure
71345 ____________________________________________________________________________
71346 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
71347         Log: More nanosleep removal.
71348      Branch: perl
71349            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
71350            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
71351            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71352            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
71353 ____________________________________________________________________________
71354 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
71355         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
71356      Branch: perl
71357            + ext/Time/HiRes/hints/dec_osf.pl
71358            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
71359            ! ext/Time/HiRes/hints/sco.pl
71360 ____________________________________________________________________________
71361 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
71362         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
71363              From: Alan Burlison <Alan.Burlison@sun.com>
71364              Date: Tue, 01 Jul 2003 00:03:24 +0100
71365              Message-ID: <3F00C1BC.3020103@sun.com>
71366      Branch: perl
71367            ! Configure Makefile.SH config_h.SH configure.com
71368            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
71369 ____________________________________________________________________________
71370 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
71371         Log: Integrate #19892, #19895 from perlio to compile and avoid
71372              crashing on Win32.
71373      Branch: perl
71374           !> perl.c
71375 ____________________________________________________________________________
71376 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
71377         Log: int is not UV.
71378      Branch: perl
71379            ! perl.c
71380 ____________________________________________________________________________
71381 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
71382         Log: The 'contiguous' test for argv[], envp[] was bogus
71383              since those need not be in memory end-to-end, e.g.
71384              in Tru64 they are aligned by eight.  Loosen the test
71385              so that 'contiguousness' is fulfilled if the elements
71386              are within PTRSIZE alignment.  This makes Tru64 to pass
71387              the join.t, too.
71388      Branch: perl
71389            ! ext/threads/t/join.t mg.c perl.c
71390 ____________________________________________________________________________
71391 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
71392         Log: $0 doc tweakage.
71393      Branch: perl
71394            ! pod/perlvar.pod
71395 ____________________________________________________________________________
71396 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
71397         Log: $0 test tweaks from Andreas.
71398      Branch: perl
71399            ! ext/threads/t/join.t t/op/magic.t
71400 ____________________________________________________________________________
71401 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
71402         Log: Misc Pod Nits.
71403      Branch: perl
71404            ! ext/B/B.pm pod/perlrun.pod
71405 ____________________________________________________________________________
71406 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
71407         Log: Fix a faulty alias.
71408      Branch: perl
71409            ! ext/Encode/lib/Encode/Alias.pm
71410 ____________________________________________________________________________
71411 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
71412         Log: The joy of $0.  Undoing the #16399 makes Andreas'
71413              tests (see [perl #22811]) pass (yes, padding with space    instead
71414              of nul makes no sense, but that seems to work, maybe Linux does
71415              some deep magic in ps(1)?); moving the PL_origalen computation
71416              earlier makes also the threaded-first case fully pass.
71417
71418              But in general modifying the argv[] is very non-portable.
71419              (e.g. in Tru64 it seems to be limited to the size of the
71420              original argv[0] since the argv[] are not contiguous?)
71421
71422              Everybody should just have setproctitle().
71423      Branch: perl
71424            ! mg.c perl.c pod/perlvar.pod
71425 ____________________________________________________________________________
71426 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
71427         Log: More on the macro debugging and expansion.
71428      Branch: perl
71429            ! pod/perlhack.pod
71430 ____________________________________________________________________________
71431 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
71432         Log: Perl_doing_taint must be public, for programs that embed perl
71433      Branch: perl
71434            ! embed.fnc embed.h global.sym
71435 ____________________________________________________________________________
71436 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
71437         Log: More coffee...
71438      Branch: perl
71439            ! lib/Test/Harness.pm
71440 ____________________________________________________________________________
71441 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
71442         Log: argc, argv.
71443      Branch: perl
71444            ! perl.h
71445 ____________________________________________________________________________
71446 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
71447         Log: Another spot where a zero $test{$max} can make things go boom.
71448      Branch: perl
71449            ! lib/Test/Harness.pm
71450 ____________________________________________________________________________
71451 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
71452         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
71453              as per suggestion from Sarathy.
71454      Branch: perl
71455            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
71456            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
71457 ____________________________________________________________________________
71458 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
71459         Log: The #19842 is no more needed thanks to #19876,
71460              and the #19842 was wrong anyway (it affected
71461              only the threaded case.)
71462      Branch: perl
71463            ! hints/dec_osf.sh
71464 ____________________________________________________________________________
71465 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
71466         Log: Subject: Re: your malloc patches
71467              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
71468              Date: Fri, 27 Jun 2003 06:54:06 -0700
71469              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
71470
71471              More malloc patches: now they seem to work even in Tru64.
71472      Branch: perl
71473            ! malloc.c
71474 ____________________________________________________________________________
71475 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
71476         Log: Duh.
71477      Branch: perl
71478            ! perl.h
71479 ____________________________________________________________________________
71480 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
71481         Log: Retract #19867; the bug was really much simpler:
71482              the < max must be <= max instead.
71483      Branch: perl
71484            ! hv.c
71485 ____________________________________________________________________________
71486 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
71487         Log: Using $1 without testing success of the regexp, bad.
71488      Branch: perl
71489            ! pod/perlretut.pod
71490 ____________________________________________________________________________
71491 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
71492         Log: Some clarification about the current semantics of CHECK and
71493              INIT blocks. See bug [perl #22826].
71494      Branch: perl
71495            ! pod/perlmod.pod
71496 ____________________________________________________________________________
71497 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
71498         Log: Subject: [Encode] pre-1.97 patches
71499              From: Dan Kogai <dankogai@dan.co.jp>
71500              Date: Sat, 28 Jun 2003 01:20:59 +0900
71501              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
71502      Branch: perl
71503            ! ext/Encode/Changes ext/Encode/Encode.pm
71504            ! ext/Encode/lib/Encode/Guess.pm
71505 ____________________________________________________________________________
71506 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
71507         Log: Two debugging patches.
71508              The first allows to hold symbolic switches in $^D
71509              and more generally fixes assignment to $^D. The
71510              second one improves the information given by -Dl.
71511
71512              Subject: [PATCH] allow $^D = "flags"
71513              From: Dave Mitchell <davem@fdgroup.com>
71514              Date: Fri, 27 Jun 2003 22:26:24 +0100
71515              Message-ID: <20030627212624.GB12887@fdgroup.com>
71516
71517              Subject: [PATCH] make -Dl show more scope info
71518              From: Dave Mitchell <davem@fdgroup.com>
71519              Date: Fri, 27 Jun 2003 23:00:36 +0100
71520              Message-ID: <20030627220036.GC12887@fdgroup.com>
71521      Branch: perl
71522            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
71523            ! proto.h scope.h
71524 ____________________________________________________________________________
71525 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
71526         Log: Fix test count, by Abe Timmerman.
71527      Branch: perl
71528            ! t/comp/require.t
71529 ____________________________________________________________________________
71530 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
71531         Log: The two-for-loops is no more a valid way to walk through
71532              a hash (this was the reason the Hash/Util.t intermittently
71533              failed, the two-loop didn't find all the SVs of the HV).
71534      Branch: perl
71535            ! hv.c
71536 ____________________________________________________________________________
71537 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
71538         Log: Some warnings about the (im)proper uses of the hash randomisation.
71539      Branch: perl
71540            ! pod/perlsec.pod
71541 ____________________________________________________________________________
71542 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
71543         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
71544              is larger than INT_MAX (atoi() returns -1 in that case).
71545      Branch: perl
71546            ! perl.c
71547 ____________________________________________________________________________
71548 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
71549         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
71550              not per-interp, since perl_construct() is not passed
71551              the argc, argv, and therefore it can't set the per-interp
71552              PL_tainting.)
71553      Branch: perl
71554            ! perl.c perl.h
71555 ____________________________________________________________________________
71556 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
71557         Log: Introduce (global) variable PL_earlytaint which
71558              is set very early in main(), before perl_parse()
71559              has been called and PL_tainting (or PL_taint_warn)
71560              might have been set.
71561      Branch: perl
71562            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
71563            ! perlvars.h proto.h
71564 ____________________________________________________________________________
71565 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
71566         Log: Make doing_taint() always available (though not
71567              part of the public API).
71568      Branch: perl
71569            ! embed.fnc embed.h perl.c proto.h
71570 ____________________________________________________________________________
71571 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
71572         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
71573              if tainting-- but is this a good thing or a bad thing?
71574              (At least it makes debugging lib/Hash/Util.t harder,
71575              since it has, for no apparent good reason, -T: one must
71576              make a copy of it without the -T.)
71577      Branch: perl
71578            ! perl.c
71579 ____________________________________________________________________________
71580 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
71581         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
71582              From: Tim Bunce <Tim.Bunce@pobox.com>
71583              Date: Thu, 26 Jun 2003 10:53:22 +0100
71584              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
71585      Branch: perl
71586            ! INSTALL
71587 ____________________________________________________________________________
71588 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
71589         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
71590              random failures.  To make these easier to reproduce,
71591              add a variable, PERL_HASH_SEED_DEBUG, to display the
71592              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
71593              of 82972356 makes the first one to fail.
71594      Branch: perl
71595            ! perl.c pod/perlrun.pod
71596 ____________________________________________________________________________
71597 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
71598         Log: perlhack update, by Steve Grazzini
71599              about macro support in gdb and gcc.
71600      Branch: perl
71601            ! pod/perlhack.pod
71602 ____________________________________________________________________________
71603 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
71604         Log: Bite the bullet and apply the hash randomisation patch.
71605              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
71606      Branch: perl
71607            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
71608            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
71609            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
71610            ! sv.c
71611 ____________________________________________________________________________
71612 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
71613         Log: Subject: Re: P and V
71614              From: "Philip Newton" <pnewton@gmx.de>
71615              Date: Wed, 25 Jun 2003 17:50:22 +0200
71616              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
71617      Branch: perl
71618            ! lib/Thread/Semaphore.pm
71619 ____________________________________________________________________________
71620 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
71621         Log: Enhance some macro robustness.
71622      Branch: perl
71623            ! opcode.h opcode.pl
71624 ____________________________________________________________________________
71625 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
71626         Log: Fix [perl #21742] :
71627              require() should always be called in scalar context,
71628              even when it's the last statement in an eval("").
71629      Branch: perl
71630            ! pp_ctl.c t/comp/require.t
71631 ____________________________________________________________________________
71632 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
71633         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
71634              From: Dave Mitchell <davem@fdgroup.com>
71635              Date: Tue, 24 Jun 2003 13:16:18 +0100
71636              Message-ID: <20030624121618.GC22675@fdgroup.com>
71637      Branch: perl
71638            ! sv.c t/op/ref.t
71639 ____________________________________________________________________________
71640 [ 19848] By: merijn                                on 2003/06/24  08:06:57
71641         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
71642              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
71643              Date: Tue, 24 Jun 2003 11:00:34 +0200
71644              Message-ID: <186930306740.20030624110034@familiehaase.de>
71645      Branch: perl
71646            ! lib/Pod/Perldoc.pm
71647 ____________________________________________________________________________
71648 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
71649         Log: Subject: [PATCH] version.pm up to date with CPAN
71650              From: John Peacock <jpeacock@rowman.com>
71651              Date: Mon, 23 Jun 2003 21:58:18 -0400
71652              Message-ID: <3EF7B03A.2060705@rowman.com>
71653      Branch: perl
71654            ! lib/version.pm lib/version.t universal.c
71655 ____________________________________________________________________________
71656 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
71657         Log: Subject: [perlport.pod] code point of \cU
71658              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
71659              Date: Tue, 24 Jun 2003 01:00:16 +0900
71660              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
71661      Branch: perl
71662            ! pod/perlport.pod
71663 ____________________________________________________________________________
71664 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
71665         Log: Test tweaks for VMS from Craig Berry.
71666      Branch: perl
71667            ! lib/strict.t lib/warnings.t
71668 ____________________________________________________________________________
71669 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
71670         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
71671      Branch: perl
71672            ! embed.fnc embed.h pp.c proto.h util.c
71673 ____________________________________________________________________________
71674 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
71675         Log: Until the Perl malloc problems in Tru64 are fixed.
71676      Branch: perl
71677            ! hints/dec_osf.sh
71678 ____________________________________________________________________________
71679 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
71680         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
71681              From: Enache Adrian <enache@rdslink.ro>
71682              Date: Sat, 21 Jun 2003 03:19:31 +0300
71683              Message-ID: <20030621001931.GB1255@ratsnest.hole>
71684      Branch: perl
71685            ! op.c t/op/concat.t
71686 ____________________________________________________________________________
71687 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
71688         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
71689              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
71690              Date: 21 Jun 2003 19:02:30 -0000
71691              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
71692      Branch: perl
71693            ! lib/overload.pm lib/overload.t
71694 ____________________________________________________________________________
71695 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
71696         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
71697              From: "Craig A. Berry" <craigberry@mac.com>
71698              Date: Sat, 21 Jun 2003 10:31:59 -0500
71699              Message-ID: <3EF47A6F.9060904@mac.com>
71700      Branch: perl
71701            ! lib/FileCache.pm lib/FileCache/t/01open.t
71702            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
71703 ____________________________________________________________________________
71704 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
71705         Log: Debian fix from Brendan O'Dea:
71706              Adjust output to screen width.
71707              (adjusted to probe for the stty command)
71708      Branch: perl
71709            ! utils/dprofpp.PL
71710 ____________________________________________________________________________
71711 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
71712         Log: Debian fix from Brendan O'Dea:
71713              Use a temporary directory to avoid symlink attacks.
71714              Specify -gstabs explicitly (not the default format for gcc 3.2).
71715      Branch: perl
71716            ! utils/c2ph.PL
71717 ____________________________________________________________________________
71718 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
71719         Log: Debian fix from Brendan O'Dea:
71720              Bug#156284: the stucture used by pp_accept is too small to hold an
71721              IPv6 address.
71722      Branch: perl
71723            ! pp_sys.c
71724 ____________________________________________________________________________
71725 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
71726         Log: For characters beyond the BMP the $bits will be undef,
71727              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
71728              analysis and fix from SADAHIRO Tomoyuki)
71729      Branch: perl
71730            ! lib/utf8_heavy.pl
71731 ____________________________________________________________________________
71732 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
71733         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
71734      Branch: perl
71735            ! malloc.c
71736 ____________________________________________________________________________
71737 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
71738         Log: Don't do sprintf().
71739      Branch: perl
71740            ! malloc.c
71741 ____________________________________________________________________________
71742 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
71743         Log: Show the source code location of an "assertion botch".
71744      Branch: perl
71745            ! malloc.c
71746 ____________________________________________________________________________
71747 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
71748         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
71749              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
71750              malloc.c, found in AIX since there is no such header.
71751              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
71752              memory was overwritten?"
71753              (In IRIX compiles but that doesn't prove much since in IRIX
71754              Perl's malloc is simply not used.)
71755      Branch: perl
71756            + malloc_ctl.h
71757            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
71758            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
71759 ____________________________________________________________________________
71760 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
71761         Log: Retract #19785 and #19756: JPL nowadays works without this
71762              (verified by a true JPL user).
71763      Branch: perl
71764            ! perl.c
71765 ____________________________________________________________________________
71766 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
71767         Log: Apparently this is needed for VMS (Craig Berry).
71768      Branch: perl
71769            ! lib/Tie/File.pm
71770 ____________________________________________________________________________
71771 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
71772         Log: Bump Time::HiRes to 1.49.
71773      Branch: perl
71774            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
71775            ! ext/Time/HiRes/HiRes.xs
71776 ____________________________________________________________________________
71777 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
71778         Log: This change chunk doesn't work well with blead.
71779      Branch: perl
71780            ! lib/ExtUtils/t/Command.t
71781 ____________________________________________________________________________
71782 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
71783         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
71784              make happy.
71785      Branch: perl
71786            ! lib/ExtUtils/MM_Unix.pm
71787 ____________________________________________________________________________
71788 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
71789         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
71790              as of 2003-06-19 18:39 EET).
71791      Branch: perl
71792            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
71793            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
71794            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
71795            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
71796 ____________________________________________________________________________
71797 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
71798         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
71799              From: grazz@pobox.com (Steve Grazzini)
71800              Date: Wed, 18 Jun 2003 19:42:37 -0400
71801              Message-ID: <20030618234237.GA6267@grazzini.net>
71802      Branch: perl
71803            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
71804            ! t/op/runlevel.t t/op/tiehandle.t util.c
71805 ____________________________________________________________________________
71806 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
71807         Log: Subject: [PATCH -current] email address correction
71808              Date: Thu, 19 Jun 2003 02:19:31 -0700
71809              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
71810              From: rs@crystalflame.net (Richard Soderberg)
71811      Branch: perl
71812            ! ext/threads/threads.pm
71813 ____________________________________________________________________________
71814 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
71815         Log: MPE/iX gets serious indigestion on w-packed infinities.
71816      Branch: perl
71817            ! t/op/pack.t
71818 ____________________________________________________________________________
71819 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
71820         Log: A bunch of minor changes to perlguts.pod.
71821      Branch: perl
71822            ! pod/perlguts.pod
71823 ____________________________________________________________________________
71824 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
71825         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
71826              From: Enache Adrian <enache@rdslink.ro>
71827              Date: Wed, 18 Jun 2003 23:00:43 +0300
71828              Message-ID: <20030618200043.GA1249@ratsnest.hole>
71829      Branch: perl
71830            ! pp.c regexec.c t/op/pat.t
71831 ____________________________________________________________________________
71832 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
71833         Log: Upgrade to Tie::File 0.97.
71834      Branch: perl
71835            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
71836            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
71837            ! lib/Tie/File/t/29_downcopy.t
71838 ____________________________________________________________________________
71839 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
71840         Log: Sync with libnet 1.16
71841      Branch: perl
71842            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
71843 ____________________________________________________________________________
71844 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
71845         Log: Subject: Encode] 1.96 Released
71846              From: Dan Kogai <dankogai@dan.co.jp>
71847              Date: Wed, 18 Jun 2003 19:09:11 +0900
71848              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
71849      Branch: perl
71850            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
71851            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
71852            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
71853            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
71854            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
71855            ! ext/Encode/t/guess.t
71856 ____________________________________________________________________________
71857 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
71858         Log: Oops in change #19809.
71859      Branch: perl
71860            ! ext/POSIX/POSIX.xs
71861 ____________________________________________________________________________
71862 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
71863         Log: If the first argument of sigaction() was a string, not a number
71864              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
71865              isn't numeric in subroutine entry ...' but after that one got
71866              (depending on the OS) either a coredump (because of trying to
71867              assign to *0 in mg_get) or a hang (because of the sigprocmask()
71868              blocking signals inside POSIX::sigaction, a nasty hang since
71869              one obviously cannot interrupt it...only SIGKILL works).
71870              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
71871              because of the string becoming zero due to the XS typemap magic.
71872              Resolved by making the POSIX::sigaction to try harder to figure
71873              out a valid signal number (one still gets the warning, though),
71874              and returning undef if no sense can be made.
71875      Branch: perl
71876            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
71877 ____________________________________________________________________________
71878 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
71879         Log: Some docs for the assertions.
71880      Branch: perl
71881            ! lib/assertions.pm lib/assertions/activate.pm
71882            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
71883 ____________________________________________________________________________
71884 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
71885         Log: io_dir.t tweak from Craig Berry.
71886      Branch: perl
71887            ! ext/IO/lib/IO/t/io_dir.t
71888 ____________________________________________________________________________
71889 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
71890         Log: Subject: /ext/DynaLoader/dl_dyld.xs
71891              From: "Peter O'Gorman" <peter@pogma.com>
71892              Date: Tue, 17 Jun 2003 23:45:47 +0900
71893              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
71894
71895              No need to see dlclose() and dlsym() outside the dl_dyld.xs
71896              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
71897              of OpenDarwin.
71898      Branch: perl
71899            ! ext/DynaLoader/dl_dyld.xs
71900 ____________________________________________________________________________
71901 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
71902         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
71903              From: david nicol <whatever@davidnicol.com>
71904              Date: 16 Jun 2003 20:35:24 -0500
71905              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
71906
71907              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
71908              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
71909              Date: Tue, 17 Jun 2003 00:12:04 -0400
71910              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
71911      Branch: perl
71912            ! pod/perlre.pod pod/perltrap.pod
71913 ____________________________________________________________________________
71914 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
71915         Log: UNICOS: try papering over the Configure symbol scan problems
71916              by disavowing any knowledge of dynaloading.
71917      Branch: perl
71918            ! hints/unicos.sh
71919 ____________________________________________________________________________
71920 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
71921         Log: Revert change #19126, a poor attempt at fixing bug #21742.
71922              The test for #21742 is marked as TODO.
71923              Plus new regression tests from :
71924
71925              Subject: [perl #22708] void context in string eval is broken
71926              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
71927              Date: 15 Jun 2003 23:09:03 -0000
71928              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
71929      Branch: perl
71930            ! pp_ctl.c t/comp/require.t t/op/eval.t
71931 ____________________________________________________________________________
71932 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
71933         Log: Subject: [PATCH] unnecessary stringification in eval/die
71934              From: Steve Grazzini <grazz@pobox.com>
71935              Date: 15 Jun 2003 21:02:26 -0000
71936              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
71937              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
71938              in c.l.p.misc and bug #17763)
71939      Branch: perl
71940            ! pod/perlfunc.pod pp_ctl.c
71941 ____________________________________________________________________________
71942 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
71943         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
71944              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
71945              Date: 9 Jun 2003 15:48:09 -0000
71946              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
71947      Branch: perl
71948            ! lib/File/Copy.pm
71949 ____________________________________________________________________________
71950 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
71951         Log: And even more glibc fcntl constants, this time mostly F_XXX.
71952              Be more conservative and use @EXPORT_OK instead of @EXPORT.
71953      Branch: perl
71954            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
71955 ____________________________________________________________________________
71956 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
71957         Log: Even more glibc O_ modes.
71958      Branch: perl
71959            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
71960 ____________________________________________________________________________
71961 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
71962         Log: Add O_NOATIME.
71963      Branch: perl
71964            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
71965 ____________________________________________________________________________
71966 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
71967         Log: Instead of fancy condvar footwork do a simple join,
71968              as suggested by Arthur.
71969      Branch: perl
71970            ! ext/threads/shared/t/hv_refs.t
71971 ____________________________________________________________________________
71972 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
71973         Log: Rename again the warning about $* being no longer supported
71974              (and update perldiag this time!)
71975      Branch: perl
71976            ! gv.c pod/perldiag.pod t/lib/warnings/gv
71977 ____________________________________________________________________________
71978 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
71979         Log: Remove all magic in untie()
71980
71981              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
71982              From: Aaron J Mackey <ajm6q@virginia.edu>
71983              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
71984              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
71985              (plus a test case)
71986      Branch: perl
71987            ! pp_sys.c t/op/tie.t
71988 ____________________________________________________________________________
71989 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
71990         Log: Start using Perl malloc in FreeBSD since the system malloc
71991              is reaaally slooow for Perl.
71992
71993              Subject: FreeBSD 5.1 vs. -Uusemymalloc
71994              From: Dan Kogai <dankogai@dan.co.jp>
71995              Date: Mon, 16 Jun 2003 01:48:49 +0900
71996              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
71997      Branch: perl
71998            ! hints/freebsd.sh
71999 ____________________________________________________________________________
72000 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
72001         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
72002              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
72003              Date: Sat, 14 Jun 2003 17:49:57 -0700
72004              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
72005      Branch: perl
72006            + os2/OS2/typemap os2/perlrexx.cmd
72007            - os2/OS2/PrfDB/typemap
72008            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
72009            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
72010            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
72011            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
72012            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
72013            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
72014            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
72015 ____________________________________________________________________________
72016 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
72017         Log: Reindent a section of the file.
72018      Branch: perl
72019            ! universal.c
72020 ____________________________________________________________________________
72021 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
72022         Log: Unused variable.
72023      Branch: perl
72024            ! universal.c
72025 ____________________________________________________________________________
72026 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
72027         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
72028              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72029              Date: Sun, 15 Jun 2003 10:48:40 +0200
72030              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
72031      Branch: perl
72032            ! embed.fnc embed.h proto.h sv.c
72033 ____________________________________________________________________________
72034 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
72035         Log: Most often unused variables.
72036      Branch: perl
72037            ! perl.c
72038 ____________________________________________________________________________
72039 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
72040         Log: Rename the warning about $* being removed,
72041              as suggested by Dave Mitchell
72042      Branch: perl
72043            ! gv.c t/lib/warnings/gv
72044 ____________________________________________________________________________
72045 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
72046         Log: The FileCache 1.03 tests from belg4mit.
72047      Branch: perl
72048            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
72049            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
72050            + lib/FileCache/t/05override.t
72051            - lib/FileCache.t
72052            ! MANIFEST
72053 ____________________________________________________________________________
72054 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
72055         Log: Mention the Unicode::Regex::Set module.
72056      Branch: perl
72057            ! pod/perlunicode.pod
72058 ____________________________________________________________________________
72059 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
72060         Log: Followup on #19779: make the helper function static,
72061              and rename it for paranoia reasons.
72062      Branch: perl
72063            ! embed.fnc embed.h proto.h sv.c
72064 ____________________________________________________________________________
72065 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
72066         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
72067              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72068              Date: Sat, 14 Jun 2003 12:51:31 +0200
72069              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
72070
72071              (choosing the safe alternative)
72072      Branch: perl
72073            ! sv.c
72074 ____________________________________________________________________________
72075 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
72076         Log: Exercise the utf8:: "internal" functions.
72077      Branch: perl
72078            ! lib/utf8.pm lib/utf8.t
72079 ____________________________________________________________________________
72080 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
72081         Log: Having to pull in the whole Encode just to get SvUTF8()
72082              is a bit too much: introduce utf8::is_utf8().
72083      Branch: perl
72084            ! lib/utf8.pm pod/perluniintro.pod universal.c
72085 ____________________________________________________________________________
72086 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
72087         Log: Slight tweaks on the length() and chr() entries,
72088              passing-by rewrapping on the rmdir entry.
72089      Branch: perl
72090            ! pod/perlfunc.pod
72091 ____________________________________________________________________________
72092 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
72093         Log: test.pl-ify and add a couple of tests.
72094      Branch: perl
72095            ! lib/bytes.t
72096 ____________________________________________________________________________
72097 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
72098         Log: Slight reorg of the binmode() entry.
72099      Branch: perl
72100            ! pod/perlfunc.pod
72101 ____________________________________________________________________________
72102 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
72103         Log: Illegal cpp.
72104      Branch: perl
72105            ! util.c
72106 ____________________________________________________________________________
72107 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
72108         Log: Subject: Re: FileCache
72109              From: belg4mit <belg4mit@MIT.EDU>
72110              Date: Sat, 14 Jun 2003 01:35:05 -0400
72111              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
72112
72113              FileCache 1.03.
72114      Branch: perl
72115            ! lib/FileCache.pm
72116 ____________________________________________________________________________
72117 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
72118         Log: Remove the deprecated $* variable.
72119              Incidentally, this fixes bug #22354, about unwanted
72120              action-at-distance of the /m regexp modifier.
72121              Add a new warning to advertise this fact.
72122      Branch: perl
72123            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
72124            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
72125            ! t/op/pat.t t/op/study.t
72126 ____________________________________________________________________________
72127 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
72128         Log: Encode simply needs more work on EBCDIC.
72129      Branch: perl
72130            ! ext/Encode/t/Unicode.t
72131 ____________________________________________________________________________
72132 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
72133         Log: Redundancy removal from Brian De Pradine;
72134              both the forms, pthread_mutexattr_settype() and
72135              pthread_mutexattr_setkind_np(), exist on z/OS.
72136      Branch: perl
72137            ! thread.h
72138 ____________________________________________________________________________
72139 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
72140         Log: Somehow MPE/iX managed to get
72141              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
72142      Branch: perl
72143            ! lib/Test/Harness.pm
72144 ____________________________________________________________________________
72145 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
72146         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
72147              From: alan <alan@pair.com>
72148              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
72149              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
72150
72151              (the first alternative)
72152      Branch: perl
72153            ! util.c
72154 ____________________________________________________________________________
72155 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
72156         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
72157              way of detecting Darwin/Mac OS X; instead it is recommended to
72158              detect the OS at a higher level and pass the information manually
72159              down to the application, using e.g. a -Ddefinition.
72160      Branch: perl
72161            ! hints/darwin.sh perl.h x2p/util.c
72162 ____________________________________________________________________________
72163 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
72164         Log: Define a cpp symbol, BSDish, if that looks appropriate.
72165      Branch: perl
72166            ! perl.h
72167 ____________________________________________________________________________
72168 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
72169         Log: Even more tweakage on symbol scanning from Alan Burlison.
72170      Branch: perl
72171            ! Configure
72172 ____________________________________________________________________________
72173 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
72174         Log: Sync with libnet 1.15
72175      Branch: perl
72176            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
72177 ____________________________________________________________________________
72178 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
72179         Log: The changes #8803 and #8896 that fixed JPL for use with
72180              JDK 1.2/1.3 had somehow disappeared.
72181      Branch: perl
72182            ! perl.c perl.h
72183 ____________________________________________________________________________
72184 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
72185         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
72186              to be issued if the string to be left-justified by s?printf contains
72187              a newline.
72188
72189              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
72190              From: Robin Barker <Robin.Barker@npl.co.uk>
72191              Date: Wed, 11 Jun 2003 18:10:14 +0100
72192              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
72193      Branch: perl
72194            ! pod/perldiag.pod sv.c t/lib/warnings/sv
72195 ____________________________________________________________________________
72196 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
72197         Log: Patch for a warning emitted twice, from :
72198              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
72199              From: Steve Grazzini <grazz@pobox.com>
72200              Date: Wed, 11 Jun 2003 00:46:47 -0400
72201              Message-ID: <20030611044647.GA16696@grazzini.net>
72202      Branch: perl
72203            ! pp_sys.c
72204 ____________________________________________________________________________
72205 [ 19750] By: sky                                   on 2003/06/12  15:03:55
72206         Log: In free we want to destroy, not init, thanks to Tim Bunce for
72207              detecting this. Should hopefully fix memory leak on Tru64
72208      Branch: perl
72209            ! ext/threads/shared/shared.xs
72210 ____________________________________________________________________________
72211 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
72212         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
72213              no ->Open, not if ->Open returns NULL.
72214      Branch: perl
72215            ! perlio.c
72216 ____________________________________________________________________________
72217 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
72218         Log: Further perlio doc tweaks.
72219      Branch: perl
72220            ! lib/PerlIO.pm pod/perlrun.pod
72221 ____________________________________________________________________________
72222 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
72223         Log: Slightly amended version of the proposed patch for
72224              "[perl #22390] export PERLIO=bytes segfaults";
72225              the amendment is to set errno.
72226              TODO: we really should not get here if the layer
72227              stack is corrupt or non-sensical (like "bytes").
72228      Branch: perl
72229            ! perlio.c
72230 ____________________________________________________________________________
72231 [ 19746] By: sky                                   on 2003/06/12  08:37:39
72232         Log: Be polite and destroy the mutexes and conditions we use!
72233      Branch: perl
72234            ! ext/threads/shared/shared.xs
72235 ____________________________________________________________________________
72236 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
72237         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
72238              From: Andy Dougherty <doughera@lafayette.edu>
72239              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
72240              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
72241      Branch: perl
72242            ! lib/File/Temp/t/security.t
72243 ____________________________________________________________________________
72244 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
72245         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
72246              From: Andy Dougherty <doughera@lafayette.edu>
72247              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
72248              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
72249      Branch: perl
72250            ! Configure
72251 ____________________________________________________________________________
72252 [ 19741] By: merijn                                on 2003/06/11  14:06:49
72253         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
72254              From: PPrymmer@factset.com
72255              Date: Wed, 11 Jun 2003 09:00:34 -0400
72256              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
72257      Branch: perl
72258            ! lib/vmsish.t
72259 ____________________________________________________________________________
72260 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
72261         Log: Doc nit.
72262      Branch: perl
72263            ! INSTALL
72264 ____________________________________________________________________________
72265 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
72266         Log: Integrate from maint:
72267              [ 19738]
72268              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
72269              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72270              Date: Tue, 10 Jun 2003 22:10:47 +0200
72271              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
72272      Branch: perl
72273           !> ext/Encode/encengine.c ext/List/Util/Util.xs
72274           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
72275           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
72276           !> sv.c
72277 ____________________________________________________________________________
72278 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
72279         Log: Upgrade to Unicode::Normalize 0.22.
72280      Branch: perl
72281            ! ext/Unicode/Normalize/Changes
72282            ! ext/Unicode/Normalize/Makefile.PL
72283            ! ext/Unicode/Normalize/Normalize.pm
72284            ! ext/Unicode/Normalize/Normalize.xs
72285            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
72286            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
72287            ! ext/Unicode/Normalize/t/test.t
72288 ____________________________________________________________________________
72289 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
72290         Log: Upgrade to Unicode::Collate 0.25.
72291      Branch: perl
72292            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
72293            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
72294            ! lib/Unicode/Collate/t/test.t
72295 ____________________________________________________________________________
72296 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
72297         Log: On a real multicpu box the child thread could still be running
72298              when the parent thread was already testing.
72299      Branch: perl
72300            ! ext/threads/shared/t/hv_refs.t
72301 ____________________________________________________________________________
72302 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
72303         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
72304              From: Andy Dougherty <doughera@lafayette.edu>
72305              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
72306              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
72307      Branch: perl
72308            ! INSTALL
72309 ____________________________________________________________________________
72310 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
72311         Log: Subject: [PATCH] Re: nitpick with \(0..2)
72312              From: Steve Grazzini <grazz@pobox.com>
72313              Date: Fri, 6 Jun 2003 01:42:59 -0400
72314              Message-ID: <20030606054259.GA30249@grazzini.net>
72315      Branch: perl
72316            ! op.c pod/perlop.pod t/op/ref.t
72317 ____________________________________________________________________________
72318 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
72319         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
72320      Branch: perl
72321            ! ext/Unicode/Normalize/Normalize.pm
72322 ____________________________________________________________________________
72323 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
72324         Log: In the debugger, flush stdout/stderr before the prompt is printed
72325              Subject: Re: [PATCH] Perlbug #15228
72326              From: Alex Vandiver <alexmv@MIT.EDU>
72327              Date: 04 Jun 2003 04:50:10 -0400
72328              Message-Id: <1054716610.21402.45.camel@supox>
72329      Branch: perl
72330            ! lib/perl5db.pl
72331 ____________________________________________________________________________
72332 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
72333         Log: mark 450_service.t#18 as a todo test on windows
72334      Branch: perl
72335            ! lib/Net/Ping/t/450_service.t
72336 ____________________________________________________________________________
72337 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
72338         Log: one of the Net::Ping time-dependent tests fails sporadically
72339              when the response from localhost is "too quick"
72340      Branch: perl
72341            ! lib/Net/Ping/t/250_ping_hires.t
72342 ____________________________________________________________________________
72343 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
72344         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
72345              From: Michael G Schwern <schwern@pobox.com>
72346              Date: Sat, 7 Jun 2003 01:16:32 -0700
72347              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
72348      Branch: perl
72349            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
72350            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
72351            ! lib/ExtUtils/t/Liblist.t
72352 ____________________________________________________________________________
72353 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
72354         Log: fix for perlio.t failures on windows (from Dan Kogai)
72355      Branch: perl
72356            ! ext/Encode/t/perlio.t
72357 ____________________________________________________________________________
72358 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
72359         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
72360              From: PPrymmer@factset.com
72361              Date: Mon, 9 Jun 2003 09:57:43 -0400
72362              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
72363      Branch: perl
72364            ! configure.com utils/perlivp.PL
72365 ____________________________________________________________________________
72366 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
72367         Log: windows: fix memory leak in %ENV handling (shows up as a
72368              leak even in the simplest fork() loop, because perl_construct()
72369              now does the equivalent of %ENV assignments using mg_set())
72370      Branch: perl
72371            ! win32/perlhost.h
72372 ____________________________________________________________________________
72373 [ 19715] By: sky                                   on 2003/06/09  09:35:47
72374         Log: Support blessed shared references.
72375      Branch: perl
72376            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
72377            ! ext/threads/shared/t/hv_refs.t
72378 ____________________________________________________________________________
72379 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
72380         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
72381              From: "Craig A. Berry" <craigberry@mac.com>
72382              Date: Sun, 08 Jun 2003 16:49:43 -0500
72383              Message-ID: <3EE3AF77.7060302@mac.com>
72384      Branch: perl
72385            ! t/op/pack.t
72386 ____________________________________________________________________________
72387 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
72388         Log: Subject: Re: forwarded you a test result
72389              From: Dan Kogai <dankogai@dan.co.jp>
72390              Date: Sun, 8 Jun 2003 11:04:43 +0900
72391              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
72392      Branch: perl
72393            ! ext/Encode/t/Encode.t
72394 ____________________________________________________________________________
72395 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
72396         Log: Regen Configure et al.
72397      Branch: perl
72398            ! Configure Porting/config.sh Porting/config_H
72399 ____________________________________________________________________________
72400 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
72401         Log: More symbol scan logic from Alan Burlison.
72402      Branch: perl
72403            ! Configure Porting/Glossary hints/solaris_2.sh
72404 ____________________________________________________________________________
72405 [ 19708] By: sky                                   on 2003/06/07  13:28:50
72406         Log: Major (internal) change to make it much more easy to embed
72407              threaded perl because we don't use our own TLS for the current
72408              thread info, but instead use PL_modglobal. Should make the
72409              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
72410      Branch: perl
72411            ! ext/threads/threads.xs
72412 ____________________________________________________________________________
72413 [ 19707] By: sky                                   on 2003/06/07  13:27:01
72414         Log: Last patch broke this slightly because INC was wrong.
72415      Branch: perl
72416            ! ext/threads/t/thread.t
72417 ____________________________________________________________________________
72418 [ 19706] By: sky                                   on 2003/06/07  13:07:53
72419         Log: Remove warnings from tests.
72420      Branch: perl
72421            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
72422            ! ext/threads/t/list.t
72423 ____________________________________________________________________________
72424 [ 19705] By: sky                                   on 2003/06/07  12:42:28
72425         Log: Work in non core env.
72426      Branch: perl
72427            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
72428            ! ext/threads/t/libc.t ext/threads/t/list.t
72429            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
72430            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
72431            ! ext/threads/t/thread.t
72432 ____________________________________________________________________________
72433 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
72434         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
72435              From: Michael G Schwern <schwern@pobox.com>
72436              Date: Fri, 6 Jun 2003 18:41:45 -0700
72437              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
72438      Branch: perl
72439            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
72440            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
72441            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
72442            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
72443            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
72444            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
72445            ! lib/ExtUtils/t/zz_cleanup_dummy.t
72446 ____________________________________________________________________________
72447 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
72448         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
72449      Branch: perl
72450            ! lib/Time/Local.pm lib/Time/Local.t
72451 ____________________________________________________________________________
72452 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
72453         Log: Complement to change #19698 :
72454              add also this information (=> and curly braces doesn't
72455              quote compound identifiers) to the strict manpage.
72456              As an experiment in documentation, add a "HISTORY" section
72457              to the strict manpage.
72458      Branch: perl
72459            ! lib/strict.pm
72460 ____________________________________________________________________________
72461 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
72462         Log: Minor grammatical nit.
72463      Branch: perl
72464            ! README.hpux
72465 ____________________________________________________________________________
72466 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
72467         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
72468              From: Stas Bekman <stas@stason.org>
72469              Date: Thu, 05 Jun 2003 10:10:36 +1000
72470              Message-ID: <3EDE8A7C.2080302@stason.org>
72471
72472              Subject: [patch] perlguts authors dup
72473              From: Stas Bekman <stas@stason.org>
72474              Date: Thu, 05 Jun 2003 10:14:12 +1000
72475              Message-ID: <3EDE8B54.6090808@stason.org>
72476      Branch: perl
72477            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
72478 ____________________________________________________________________________
72479 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
72480         Log: Clarify that => doesn't quote compound identifiers.
72481      Branch: perl
72482            ! pod/perldata.pod
72483 ____________________________________________________________________________
72484 [ 19696] By: merijn                                on 2003/06/06  12:21:43
72485         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
72486              as the compiler supports it)
72487      Branch: perl
72488            ! README.hpux
72489 ____________________________________________________________________________
72490 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
72491         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
72492              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72493              Date: Wed, 04 Jun 2003 00:08:32 -0700
72494              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
72495      Branch: perl
72496            ! t/run/switches.t toke.c
72497 ____________________________________________________________________________
72498 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
72499         Log: Subject: [PATCH] RE: maint @ 19683
72500              From: Robin Barker <Robin.Barker@npl.co.uk>
72501              Date: Thu, 5 Jun 2003 17:16:58 +0100
72502              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
72503
72504              (skipped the MIME::Base64 part, leaving that to Gisle)
72505      Branch: perl
72506            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
72507 ____________________________________________________________________________
72508 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
72509         Log: SKIP label was missing.
72510      Branch: perl
72511            ! t/io/utf8.t
72512 ____________________________________________________________________________
72513 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
72514         Log: z/OS makedepend fix from Peter Prymmer;
72515              still needed as reported by Brian De Pradine.
72516      Branch: perl
72517            ! makedepend.SH
72518 ____________________________________________________________________________
72519 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
72520         Log: Even more getspecific patches from Brian De Pradine;
72521              macrofy the construct.
72522      Branch: perl
72523            ! ext/threads/threads.xs
72524 ____________________________________________________________________________
72525 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
72526         Log: z/OS threads tweak from Brian De Pradine.
72527      Branch: perl
72528            ! ext/threads/threads.xs
72529 ____________________________________________________________________________
72530 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
72531         Log: Upgrade to Time::HiRes 1.48.
72532      Branch: perl
72533            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
72534 ____________________________________________________________________________
72535 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
72536         Log: Prevent a potential null pointer dereference.
72537              Noticed by Ryan Koga <rkoga@caida.org> in
72538              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
72539      Branch: perl
72540            ! perlio.c
72541 ____________________________________________________________________________
72542 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
72543         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
72544              From: Andy Dougherty <doughera@lafayette.edu>
72545              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
72546              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
72547      Branch: perl
72548            ! hints/darwin.sh
72549 ____________________________________________________________________________
72550 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
72551         Log: On closer reading the proposed UTS#18 update required
72552              even more changes.
72553      Branch: perl
72554            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
72555            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
72556            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
72557            ! lib/unicore/mktables
72558 ____________________________________________________________________________
72559 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
72560         Log: Align the 'graph' property definition with the proposed
72561              Unicode UTS #18 update (v7).
72562      Branch: perl
72563            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
72564 ____________________________________________________________________________
72565 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
72566         Log: Subject: [MacOS X] consider useshrplib='false' by default
72567              From: Dan Kogai <dankogai@dan.co.jp>
72568              Date: Wed, 4 Jun 2003 01:29:42 +0900
72569              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
72570      Branch: perl
72571            ! hints/darwin.sh
72572 ____________________________________________________________________________
72573 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
72574         Log: Urk.  Joe's patches were for the maint branch,
72575              not for the blead (which has assertions and stuff).
72576              Retract #19677, #19676, #19674.
72577      Branch: perl
72578            ! lib/perl5db.pl
72579 ____________________________________________________________________________
72580 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
72581         Log: According to Arthur this should help
72582              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
72583      Branch: perl
72584            ! ext/threads/threads.xs
72585 ____________________________________________________________________________
72586 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
72587         Log: Tiny tweaks from Joe McMahon.
72588      Branch: perl
72589            ! lib/perl5db.pl
72590 ____________________________________________________________________________
72591 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
72592         Log: Tiny pod and speling tweaks.
72593      Branch: perl
72594            ! lib/perl5db.pl
72595 ____________________________________________________________________________
72596 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
72597         Log: Subject: Extensive documentation patch redux
72598              From: Joe McMahon <mcmahon@ibiblio.org>
72599              Date: Mon, 2 Jun 2003 09:53:40 -0400
72600              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
72601
72602              Subject: RE: [PATCH] RE: Extensive documentation patch redux
72603              From: Robin Barker <Robin.Barker@npl.co.uk>
72604              Date: Tue, 3 Jun 2003 10:00:22 +0100
72605              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
72606      Branch: perl
72607            ! lib/perl5db.pl
72608 ____________________________________________________________________________
72609 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
72610         Log: Salvage parts of #19667.
72611      Branch: perl
72612            ! perlio.c win32/win32.c win32/win32iop.h
72613 ____________________________________________________________________________
72614 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
72615         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
72616              still is there).
72617      Branch: perl
72618            ! MANIFEST pod/perlfunc.pod
72619 ____________________________________________________________________________
72620 [ 19671] By: merijn                                on 2003/06/03  08:27:07
72621         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
72622              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72623              Date: Tue, 03 Jun 2003 01:55:06 -0700
72624              Message-ID: <qJG3+gzkgajL092yn@efn.org>
72625      Branch: perl
72626            ! README.cygwin
72627 ____________________________________________________________________________
72628 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
72629         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
72630              #19655, #19418; File::Temp no more used internally.
72631              Some parts of these will be salvaged later.
72632      Branch: perl
72633            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
72634            ! proto.h win32/win32.c win32/win32iop.h
72635 ____________________________________________________________________________
72636 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
72637         Log: fix for 09_gen_rs.t#59 failure on windows
72638      Branch: perl
72639            ! lib/Tie/File/t/09_gen_rs.t
72640 ____________________________________________________________________________
72641 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
72642         Log: resurrect change#19628 and make it work by generalizing
72643              a spot that had a hardcoded dependency on the cmd.exe
72644              arguments being "/x/c" or "/c"
72645      Branch: perl
72646            ! pod/perlrun.pod win32/win32.c
72647 ____________________________________________________________________________
72648 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
72649         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
72650              reuse the straightforward native implementation instead
72651
72652              this fixes the warning from io_xs.t
72653
72654              NOTE: File::Temp has a less-than-robust implementation on windows
72655              that relies on END blocks being run (this may not happen always)
72656      Branch: perl
72657            ! op.c win32/win32.c win32/win32iop.h
72658 ____________________________________________________________________________
72659 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
72660         Log: change#19628 broke many win32/system.t tests, so back it out
72661      Branch: perl
72662            ! pod/perlrun.pod win32/win32.c
72663 ____________________________________________________________________________
72664 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
72665         Log: A little bit more of weird-code-proofing in B::Deparse.
72666              Fixes a bug reported by Alexey Tourbin in
72667              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
72668      Branch: perl
72669            ! ext/B/B/Deparse.pm
72670 ____________________________________________________________________________
72671 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
72672         Log: Upgrade to the CGI.pm 2.93.
72673
72674              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
72675      Branch: perl
72676            + lib/CGI/t/util-58.t
72677            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
72678            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
72679            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
72680            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
72681            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
72682            ! lib/CGI/t/switch.t lib/CGI/t/util.t
72683 ____________________________________________________________________________
72684 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
72685         Log: Whitespace tweaks.
72686      Branch: perl
72687            ! hints/uwin.sh
72688 ____________________________________________________________________________
72689 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
72690         Log: U/WIN: final (for now) touches from John P. Linderman;
72691              now we get 97% success rate, the remaining failures are
72692              quite obscure.
72693      Branch: perl
72694            ! hints/uwin.sh lib/locale.t
72695 ____________________________________________________________________________
72696 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
72697         Log: Sync with libnet 1.14
72698      Branch: perl
72699            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
72700            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
72701            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
72702            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
72703 ____________________________________________________________________________
72704 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
72705         Log: Beautification.
72706      Branch: perl
72707            ! op.c
72708 ____________________________________________________________________________
72709 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
72710         Log: Duplicate definition bad.
72711      Branch: perl
72712            ! op.c
72713 ____________________________________________________________________________
72714 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
72715         Log: I thought I tried building threaded.  Never think.  Try.
72716      Branch: perl
72717            ! perlio.c
72718 ____________________________________________________________________________
72719 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
72720         Log: Stick with the original (5.8.0) logic.
72721      Branch: perl
72722            ! op.c
72723 ____________________________________________________________________________
72724 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
72725         Log: Since pulling in File::Temp for tempfiles would pull in
72726              also Fcntl, miniperl could not open up tempfiles.  This broke
72727              the use of miniperl in VMS, as noticed by Craig Berry.
72728              Try to cure this by moving the creation of tempfile into its
72729              own routine, my_tmpfp(), which gets compiled differently
72730              for miniperl and perl.
72731      Branch: perl
72732            ! embed.fnc embed.h op.c perlio.c proto.h
72733 ____________________________________________________________________________
72734 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
72735         Log: A pointless test, noticed by Craig Berry.
72736      Branch: perl
72737            ! perlio.c
72738 ____________________________________________________________________________
72739 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
72740         Log: Two Cygwin patches from Gerrit.
72741
72742              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
72743              From: "Gerrit P. Haase" <gp@familiehaase.de>
72744              Date: Sat, 31 May 2003 14:12:07 +0200
72745              Message-ID: <179860591535.20030531141207@familiehaase.de>
72746
72747              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
72748              Date: Sat, 31 May 2003 13:57:49 +0200
72749              Message-ID: <11859733881.20030531135749@familiehaase.de>
72750      Branch: perl
72751            ! README.cygwin perl.h t/io/layers.t
72752 ____________________________________________________________________________
72753 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
72754         Log: Fix a case of segfault in gv_check(), by making
72755              it ignore non-GV values in stashes.
72756      Branch: perl
72757            ! gv.c t/op/stash.t
72758 ____________________________________________________________________________
72759 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
72760         Log: Don't install test.pl files.
72761      Branch: perl
72762            ! installperl
72763 ____________________________________________________________________________
72764 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
72765         Log: Regenerate internals pods.
72766      Branch: perl
72767            ! pod/perlapi.pod pod/perlintern.pod
72768 ____________________________________________________________________________
72769 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
72770         Log: Subject: [PATCH] jumbo closure patch broke formats
72771              From: Dave Mitchell <davem@fdgroup.com>
72772              Date: Sat, 31 May 2003 19:54:48 +0100
72773              Message-ID: <20030531185448.GA6055@fdgroup.com>
72774              Plus restore the original test script for bug #22372
72775      Branch: perl
72776            ! pad.c t/op/write.t
72777 ____________________________________________________________________________
72778 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
72779         Log: Better patch from Inaba Hiroto for
72780              [perl #22375] 'split'/'index' problem for utf8
72781      Branch: perl
72782            ! sv.c
72783 ____________________________________________________________________________
72784 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
72785         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
72786              From: Enache Adrian <enache@rdslink.ro>
72787              Date: Sat, 31 May 2003 14:18:11 +0300
72788              Message-ID: <20030531111811.GA1240@ratsnest.hole>
72789      Branch: perl
72790            ! t/op/write.t
72791 ____________________________________________________________________________
72792 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
72793         Log: Interesting patch(1) glitch.
72794      Branch: perl
72795            ! lib/Tie/File.pm
72796 ____________________________________________________________________________
72797 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
72798         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
72799              From: Enache Adrian <enache@rdslink.ro>
72800              Date: Fri, 30 May 2003 18:52:28 +0300
72801              Message-ID: <20030530155228.GA872@ratsnest.hole>
72802      Branch: perl
72803            ! sv.c t/op/write.t
72804 ____________________________________________________________________________
72805 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
72806         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
72807              From: "Craig A. Berry" <craigberry@mac.com>
72808              Date: Fri, 30 May 2003 13:08:01 -0500
72809              Message-ID: <3ED79E01.8050401@mac.com>
72810      Branch: perl
72811            ! ext/Encode/t/perlio.t
72812 ____________________________________________________________________________
72813 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
72814         Log: Upgrade to Tie::File 0.96.
72815      Branch: perl
72816            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
72817            ! lib/Tie/File/t/09_gen_rs.t
72818 ____________________________________________________________________________
72819 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
72820         Log: test.pl-isation.
72821      Branch: perl
72822            ! t/op/index.t
72823 ____________________________________________________________________________
72824 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
72825         Log: A bit of networking notworking negativity.
72826              (Inspiration from Jos.)
72827      Branch: perl
72828            ! pod/perlport.pod
72829 ____________________________________________________________________________
72830 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
72831         Log: Fix for "#22375 'split'/'index' problem for utf8".
72832      Branch: perl
72833            ! sv.c t/op/index.t
72834 ____________________________________________________________________________
72835 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
72836         Log: Add the test case for the already fixed
72837              [perl #22351] perl bug with 'e' substitution modifier
72838      Branch: perl
72839            ! t/op/subst.t
72840 ____________________________________________________________________________
72841 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
72842         Log: Comment tweakage.
72843      Branch: perl
72844            ! intrpvar.h
72845 ____________________________________________________________________________
72846 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
72847         Log: Subject: [PATCH] jumbo closure fix
72848              From: Dave Mitchell <davem@fdgroup.com>
72849              Date: Wed, 26 Feb 2003 14:49:47 +0000
72850              Message-ID: <20030226144947.A14444@fdgroup.com>
72851      Branch: perl
72852            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
72853            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
72854            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
72855            ! t/op/closure.t
72856 ____________________________________________________________________________
72857 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
72858         Log: Subject: Credits patch
72859              From: Ed Avis <ed@membled.com>
72860              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
72861              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
72862      Branch: perl
72863            ! lib/Tie/RefHash.pm
72864 ____________________________________________________________________________
72865 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
72866         Log: Subject: [patch] IO::File->open() with encoding
72867              From: Pradeep Hodigere <phodigere@yahoo.com>
72868              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
72869              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
72870      Branch: perl
72871            + ext/IO/lib/IO/t/io_utf8.t
72872            ! MANIFEST ext/IO/lib/IO/File.pm
72873 ____________________________________________________________________________
72874 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
72875         Log: A *much* cut-down version of the patches in the thread
72876              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
72877              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
72878              Date: 16 May 2003 19:04:28 -0000
72879              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
72880      Branch: perl
72881            ! pod/perldiag.pod
72882 ____________________________________________________________________________
72883 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
72884         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
72885              From: Dave Mitchell <davem@fdgroup.com>
72886              Date: Tue, 27 May 2003 19:31:10 +0100
72887              Message-ID: <20030527183110.GA22715@fdgroup.com>
72888      Branch: perl
72889            ! hv.c
72890 ____________________________________________________________________________
72891 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
72892         Log: Document that setvbuf() is not probably any more available.
72893              Many reports, most recently by mjd in
72894              [perl #22339] IO::Handle::setvbuf not defined properly
72895      Branch: perl
72896            ! ext/IO/lib/IO/Handle.pm
72897 ____________________________________________________________________________
72898 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
72899         Log: Subject: typo in pod/perlfunc.pod
72900              From: Alexey Mahotkin <alexm@w-m.ru>
72901              Date: Wed, 28 May 2003 15:18:04 +0400
72902              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
72903      Branch: perl
72904            ! pod/perlfunc.pod
72905 ____________________________________________________________________________
72906 [ 19629] By: merijn                                on 2003/05/28  12:24:42
72907         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
72908              From: Andy Dougherty <doughera@lafayette.edu>
72909              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
72910              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
72911      Branch: perl
72912            ! x2p/Makefile.SH
72913 ____________________________________________________________________________
72914 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
72915         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
72916              From: Jan Dubois <jand@ActiveState.com>
72917              Date: Mon, 26 May 2003 23:33:53 -0700
72918              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
72919      Branch: perl
72920            ! pod/perlrun.pod win32/win32.c
72921 ____________________________________________________________________________
72922 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
72923         Log: OpenZaurus cross-compilation patches from Redvers Davies.
72924      Branch: perl
72925            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
72926            ! Cross/config.sh-arm-linux Cross/generate_config_sh
72927            ! Cross/installperl.patch
72928 ____________________________________________________________________________
72929 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
72930         Log: For now reword the sysread/syswrite description to
72931              stress the fact that by default everything is still bytes.
72932      Branch: perl
72933            ! pod/perlfunc.pod
72934 ____________________________________________________________________________
72935 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
72936         Log: Subject: Re: [perl #22299] goto doesn't find label
72937              From: Dave Mitchell <davem@fdgroup.com>
72938              Date: Sat, 24 May 2003 12:25:17 +0100
72939              Message-ID: <20030524112517.GA11761@fdgroup.com>
72940
72941              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
72942              From: Dave Mitchell <davem@fdgroup.com>
72943              Date: Mon, 26 May 2003 13:47:11 +0100
72944              Message-ID: <20030526124710.GA17670@fdgroup.com>
72945      Branch: perl
72946            ! pp_ctl.c t/op/goto.t
72947 ____________________________________________________________________________
72948 [ 19623] By: merijn                                on 2003/05/26  11:19:38
72949         Log: Subject: [PATCH] for cygwin/perlld.in
72950              From: "Gerrit P. Haase" <gp@familiehaase.de>
72951              Date: Sat, 24 May 2003 16:51:29 +0200
72952              Message-ID: <162265353578.20030524165129@familiehaase.de>
72953      Branch: perl
72954            ! cygwin/perlld.in
72955 ____________________________________________________________________________
72956 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
72957         Log: Regen modlib and toc.
72958      Branch: perl
72959            ! pod/perlmodlib.pod pod/perltoc.pod
72960 ____________________________________________________________________________
72961 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
72962         Log: Run external commands only with localized sanitized $ENV{PATH}.
72963      Branch: perl
72964            ! ext/Sys/Hostname/Hostname.pm
72965 ____________________________________________________________________________
72966 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
72967         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
72968              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72969              Date: Sun, 25 May 2003 21:17:42 +0200
72970              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
72971      Branch: perl
72972            ! perlio.h
72973 ____________________________________________________________________________
72974 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
72975         Log: Protect against race conditions: if the pid is not seen,
72976              neither will be the $0 change be seen (and vice versa).
72977      Branch: perl
72978            ! ext/threads/t/join.t
72979 ____________________________________________________________________________
72980 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
72981         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
72982              From: Dan Kogai <dankogai@dan.co.jp>
72983              Date: 24 May 2003 19:50:48 -0000
72984              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
72985      Branch: perl
72986            ! ext/Encode/bin/piconv
72987 ____________________________________________________________________________
72988 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
72989         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
72990              From: Dave Mitchell <davem@fdgroup.com>
72991              Date: Thu, 22 May 2003 10:13:19 +0100
72992              Message-ID: <20030522091319.GA4568@fdgroup.com>
72993
72994              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
72995              From: Dave Mitchell <davem@fdgroup.com>
72996              Date: Fri, 23 May 2003 17:09:44 +0100
72997              Message-ID: <20030523160944.GC9194@fdgroup.com>
72998      Branch: perl
72999            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
73000            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
73001 ____________________________________________________________________________
73002 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
73003         Log: Missing "to".
73004      Branch: perl
73005            ! NetWare/config_H.wc Porting/config_H config_h.SH
73006            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
73007            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73008            ! win32/config_H.vc64 wince/config_H.ce
73009 ____________________________________________________________________________
73010 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
73011         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
73012      Branch: perl
73013            ! Cross/config.sh-arm-linux NetWare/config.wc
73014            ! NetWare/config_H.wc configure.com epoc/config.sh
73015            ! plan9/config.plan9 plan9/config_h.sample
73016            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
73017            ! win32/config.gc win32/config.vc win32/config.vc64
73018            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73019            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
73020 ____________________________________________________________________________
73021 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
73022         Log: Regen Glossary et al.
73023      Branch: perl
73024            ! Porting/Glossary Porting/config.sh Porting/config_H
73025 ____________________________________________________________________________
73026 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
73027         Log: Add a real scan for pthread_attr_setscope().
73028      Branch: perl
73029            ! Configure config_h.SH ext/threads/threads.xs
73030 ____________________________________________________________________________
73031 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
73032         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
73033      Branch: perl
73034            - lib/ftp.pl
73035            ! MANIFEST
73036 ____________________________________________________________________________
73037 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
73038         Log: Noticed by John P. Linderman.
73039      Branch: perl
73040            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
73041 ____________________________________________________________________________
73042 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
73043         Log: Subject: [PATCH] RE: state of deparse?
73044              From: Robin Barker <Robin.Barker@npl.co.uk>
73045              Date: Fri, 23 May 2003 17:42:37 +0100
73046              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
73047      Branch: perl
73048            ! ext/B/B/Deparse.pm
73049 ____________________________________________________________________________
73050 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
73051         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
73052              From: Robin Barker <Robin.Barker@npl.co.uk>
73053              Date: Fri, 23 May 2003 17:37:09 +0100
73054              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
73055      Branch: perl
73056            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
73057            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
73058 ____________________________________________________________________________
73059 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
73060         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
73061              From: Robin Barker <Robin.Barker@npl.co.uk>
73062              Date: Fri, 23 May 2003 17:32:22 +0100
73063              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
73064      Branch: perl
73065            ! embed.pl perl.h perlio.c perlio.h proto.h
73066 ____________________________________________________________________________
73067 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
73068         Log: Hasty editing, grumble.
73069      Branch: perl
73070            ! ext/POSIX/POSIX.xs
73071 ____________________________________________________________________________
73072 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
73073         Log: Linewrapping MUAs, grumble.
73074      Branch: perl
73075            ! ext/POSIX/POSIX.xs
73076 ____________________________________________________________________________
73077 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
73078         Log: U/WIN extension fix from John P. Linderman.
73079      Branch: perl
73080            ! ext/POSIX/POSIX.xs
73081 ____________________________________________________________________________
73082 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
73083         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
73084              From: Dan Kogai <dankogai@dan.co.jp>
73085              Date: Sat, 24 May 2003 00:15:49 +0900
73086              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
73087      Branch: perl
73088            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
73089            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
73090 ____________________________________________________________________________
73091 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
73092         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
73093              From: Michael G Schwern <schwern@pobox.com>
73094              Date: Fri, 23 May 2003 02:10:46 -0700
73095              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
73096      Branch: perl
73097            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
73098            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
73099            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
73100            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
73101            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
73102            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
73103            ! lib/ExtUtils/MakeMaker/FAQ.pod
73104            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
73105            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
73106            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
73107 ____________________________________________________________________________
73108 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
73109         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
73110              From: Dan Kogai <dankogai@dan.co.jp>
73111              Date: Fri, 23 May 2003 20:17:16 +0900
73112              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
73113      Branch: perl
73114            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
73115            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
73116            ! ext/Encode/lib/Encode/Encoding.pm
73117            ! ext/PerlIO/encoding/encoding.xs
73118 ____________________________________________________________________________
73119 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
73120         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
73121      Branch: perl
73122            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
73123            ! ext/Time/HiRes/HiRes.xs
73124 ____________________________________________________________________________
73125 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
73126         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
73127              From: Dan Kogai <dankogai@dan.co.jp>
73128              Date: Thu, 22 May 2003 18:46:40 +0900
73129              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
73130      Branch: perl
73131            ! ext/Encode/encoding.pm
73132 ____________________________________________________________________________
73133 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
73134         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
73135              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
73136              Date: Tue, 13 May 2003 10:36:32 +0200
73137              Message-id: <20030513083631.GA21782@ethan>
73138      Branch: perl
73139            ! utils/h2xs.PL
73140 ____________________________________________________________________________
73141 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
73142         Log: New warning "Useless localization of %s", based on
73143              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
73144              From: Dave Mitchell <davem@fdgroup.com>
73145              Date: Wed, 30 Apr 2003 21:17:38 +0100
73146              Message-ID: <20030430201738.GA22054@fdgroup.com>
73147
73148              The proposed patch added this warning in the 'deprecated' category ;
73149              I think this category is for things that exist and will be removed,
73150              rather than for things that don't exist and that will maybe be added.
73151      Branch: perl
73152            ! op.c pod/perldiag.pod t/lib/warnings/op
73153 ____________________________________________________________________________
73154 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
73155         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
73156              disable the loading of .pmc files if defined.
73157              Rename the function S_doopen_pmc to S_doopen_pm.
73158      Branch: perl
73159            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
73160 ____________________________________________________________________________
73161 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
73162         Log: More U/WIN tweaks from John P. Linderman.
73163      Branch: perl
73164            ! t/io/layers.t t/io/tell.t
73165 ____________________________________________________________________________
73166 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
73167         Log: Subject: [PATCH] perldata.pod revamp rev. 3
73168              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
73169              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
73170              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
73171      Branch: perl
73172            ! pod/perldata.pod
73173 ____________________________________________________________________________
73174 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
73175         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
73176              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
73177              Date: Mon, 19 May 2003 17:53:25 -0400
73178              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
73179
73180              (the bug id corrected to be #22231, not #22238)
73181      Branch: perl
73182            ! lib/Switch.pm
73183 ____________________________________________________________________________
73184 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
73185         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
73186      Branch: perl
73187            ! ext/MIME/Base64/Makefile.PL
73188 ____________________________________________________________________________
73189 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
73190         Log: U/WIN test tweak from John P. Linderman.
73191      Branch: perl
73192            ! t/op/chdir.t
73193 ____________________________________________________________________________
73194 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
73195         Log: VMS test tweak from Craig Berry.
73196      Branch: perl
73197            ! lib/DirHandle.t
73198 ____________________________________________________________________________
73199 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
73200         Log: U/WIN test nit for John P. Linderman.
73201      Branch: perl
73202            ! ext/Cwd/t/cwd.t
73203 ____________________________________________________________________________
73204 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
73205         Log: Subject: [Encode] 1.95 released
73206              From: Dan Kogai <dankogai@dan.co.jp>
73207              Date: Wed, 21 May 2003 18:26:26 +0900
73208              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
73209      Branch: perl
73210            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
73211            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
73212            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
73213            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
73214            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
73215            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
73216            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
73217            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
73218            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
73219            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
73220            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
73221            ! ext/Encode/ucm/8859-9.ucm
73222 ____________________________________________________________________________
73223 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
73224         Log: Enhance the failure reporting for the pod2html tests
73225      Branch: perl
73226            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
73227 ____________________________________________________________________________
73228 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
73229         Log: Upgrade to Getopt::Long 2.33
73230              (mostly a version number increment)
73231      Branch: perl
73232            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
73233            ! lib/Getopt/Long/README
73234 ____________________________________________________________________________
73235 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
73236         Log: Upgrade to CPAN 1.70_54
73237              Subject: Re: CPAN.pm into blead
73238              From: Andreas J Koenig <andreas.koenig@anima.de>
73239              Date: Tue, 20 May 2003 11:31:16 +0200
73240              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
73241      Branch: perl
73242            - lib/CPAN/README
73243            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
73244 ____________________________________________________________________________
73245 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
73246         Log: Further -Uuseperlio tweaking.
73247      Branch: perl
73248            ! ext/Encode/t/Unicode.t
73249 ____________________________________________________________________________
73250 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
73251         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
73252              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73253              Date: Sun, 18 May 2003 19:21:01 -0700
73254              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
73255              (with tweaks to perldiag.pod)
73256      Branch: perl
73257            ! op.c pod/perldiag.pod
73258 ____________________________________________________________________________
73259 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
73260         Log: More Ultrix double definition avoidance.
73261      Branch: perl
73262            ! ext/Socket/Socket.xs
73263 ____________________________________________________________________________
73264 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
73265         Log: Integrate perlio:
73266              [ 19556]
73267              Fix ticket 18265
73268
73269              [ 19557]
73270              EINTR retry should exit on count >= 0 not !=0
73271      Branch: perl
73272           !> perlio.c
73273 ____________________________________________________________________________
73274 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
73275         Log: Nekkid numbers.
73276      Branch: perl
73277            ! ext/threads/threads.xs
73278 ____________________________________________________________________________
73279 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
73280         Log: Meaningless cosmetics.
73281      Branch: perl
73282            ! ext/threads/threads.xs
73283 ____________________________________________________________________________
73284 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
73285         Log: Make Perl_ithread_self() a bit more helpful when
73286              finding the thread fails (suggested by Stas in
73287              perl-ithreads Mar 01)
73288      Branch: perl
73289            ! ext/threads/threads.xs
73290 ____________________________________________________________________________
73291 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
73292         Log: Slightly wrong panic messages.
73293      Branch: perl
73294            ! ext/threads/threads.xs
73295 ____________________________________________________________________________
73296 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
73297         Log: Ultrix: the #19435 helped the IO extension, so this should
73298              help the Socket extension (socket structs redefinitions).
73299      Branch: perl
73300            ! ext/Socket/Socket.xs
73301 ____________________________________________________________________________
73302 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
73303         Log: Based on
73304
73305              Subject: [PATCH threads.xs] no system scope on VMS
73306              From: "Craig A. Berry" <craigberry@mac.com>
73307              Date: Sun, 18 May 2003 23:02:07 -0500
73308              Message-ID: <3EC8573F.6050005@mac.com>
73309
73310              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
73311      Branch: perl
73312            ! ext/threads/threads.xs
73313 ____________________________________________________________________________
73314 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
73315         Log: Make the test work without perlio, from Dan Kogai.
73316      Branch: perl
73317            ! ext/Encode/t/Unicode.t
73318 ____________________________________________________________________________
73319 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
73320         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
73321              From: Michael G Schwern <schwern@pobox.com>
73322              Date: Wed, 14 May 2003 15:36:23 -0700
73323              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
73324      Branch: perl
73325            ! pod/perlsyn.pod pod/perltrap.pod
73326 ____________________________________________________________________________
73327 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
73328         Log: Integrate from perlio:
73329              [ 19542]
73330              Fix ticket #22219
73331
73332              [ 19543]
73333              Spotted a bare close() where PerlLIO_close() seems correct.
73334      Branch: perl
73335           !> doio.c perlio.c
73336 ____________________________________________________________________________
73337 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
73338         Log: UTF-7 tweak from Dan Kogai.
73339      Branch: perl
73340            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
73341 ____________________________________________________________________________
73342 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
73343         Log: The 'quotes' really are important (caught by Enache Adrian).
73344      Branch: perl
73345            ! Makefile.SH
73346 ____________________________________________________________________________
73347 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
73348         Log: Subject: [Encode] UTF-7 Support
73349              From: Dan Kogai <dankogai@dan.co.jp>
73350              Date: Sun, 18 May 2003 00:45:35 +0900
73351              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
73352      Branch: perl
73353            + ext/Encode/lib/Encode/Unicode/UTF7.pm
73354            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
73355            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
73356            ! ext/Encode/lib/Encode/Config.pm
73357            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
73358 ____________________________________________________________________________
73359 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
73360         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
73361              non-left-aligned heredocs.
73362      Branch: perl
73363            ! Makefile.SH
73364 ____________________________________________________________________________
73365 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
73366         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
73367              From: Alan Burlison <Alan.Burlison@sun.com>
73368              Date: Thu, 15 May 2003 22:17:55 +0100
73369              Message-ID: <3EC40403.9000804@sun.com>
73370
73371              (fixed symbol scanning for Solaris 10)
73372      Branch: perl
73373            ! Configure
73374 ____________________________________________________________________________
73375 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
73376         Log: Upgrade to Getopt::Long 2.32_05
73377      Branch: perl
73378            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
73379            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
73380            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
73381            ! lib/Getopt/Long/t/gol-oo.t
73382 ____________________________________________________________________________
73383 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
73384         Log: Clarify the explanation of the warning "Possible precedence problem
73385              on bitwise operator".
73386      Branch: perl
73387            ! pod/perldiag.pod
73388 ____________________________________________________________________________
73389 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
73390         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
73391              with fractional version numbers or v-strings.
73392      Branch: perl
73393            ! ext/B/B/Deparse.pm
73394 ____________________________________________________________________________
73395 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
73396         Log: missing init in change#19533
73397      Branch: perl
73398            ! win32/win32sck.c
73399 ____________________________________________________________________________
73400 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
73401         Log: apply Net::Ping patch that makes the fork()-based approach
73402              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
73403
73404              the code this affects is currently not enabled anywhere, but
73405              could be enabled if the non-blocking approach runs into problems
73406              on older windows versions
73407      Branch: perl
73408            ! lib/Net/Ping.pm
73409 ____________________________________________________________________________
73410 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
73411         Log: improve the implementation of Net::Ping on windows by avoiding
73412              fork(), which is pretty heavy-weight for this kind of
73413              application; use non-blocking sockets instead
73414
73415              has been verified to work on Win2k but will need testing on
73416              other flavors of windows
73417
73418              there is a single known failure on windows in 450_service.t (test 18)
73419              due to what appears to be bugs in the ping_syn()/ack() code
73420      Branch: perl
73421            ! lib/Net/Ping.pm
73422 ____________________________________________________________________________
73423 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
73424         Log: change#16723 broke the ioctl() return value on platforms
73425              that have ioctl() but no fcntl() (e.g. windows)
73426
73427              change#17577 then attempted to fix the bustage, but got
73428              it wrong
73429      Branch: perl
73430            ! pp_sys.c
73431 ____________________________________________________________________________
73432 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
73433         Log: avoid select() on windows destroying errno (used to typically
73434              always sets it to EINVAL due to the way it maps the FD_SETs)
73435      Branch: perl
73436            ! win32/win32sck.c
73437 ____________________________________________________________________________
73438 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
73439         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
73440              compile error on ia64/HP-UX (comparing incompatible pointers)"
73441              plus a possible cure for the warning mentioned in the case.
73442      Branch: perl
73443            ! ext/Storable/Storable.xs
73444 ____________________________________________________________________________
73445 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
73446         Log: Apply the supplied patch for [perl #22195]
73447              "File::Find, sorted directory traversal order is inverted"
73448      Branch: perl
73449            ! lib/File/Find.pm
73450 ____________________________________________________________________________
73451 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
73452         Log: Subject: [PATCH] RE: maint snapshot @ 19525
73453              From: Robin Barker <Robin.Barker@npl.co.uk>
73454              Date: Fri, 16 May 2003 17:16:57 +0100
73455              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
73456
73457              (Part #2: the hv.c SVf)
73458      Branch: perl
73459            ! hv.c
73460 ____________________________________________________________________________
73461 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
73462         Log: Subject: [PATCH] RE: maint snapshot @ 19525
73463              From: Robin Barker <Robin.Barker@npl.co.uk>
73464              Date: Fri, 16 May 2003 17:16:57 +0100
73465              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
73466
73467              (Part #1: the __format__ and __printf__)
73468      Branch: perl
73469            ! Configure embed.pl perlio.c proto.h
73470 ____________________________________________________________________________
73471 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
73472         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
73473              From: Gisle Aas <gisle@ActiveState.com>
73474              Date: 13 May 2003 19:51:19 -0700
73475              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
73476      Branch: perl
73477            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
73478            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
73479            ! ext/MIME/Base64/t/quoted-print.t
73480 ____________________________________________________________________________
73481 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
73482         Log: More Panther moves.
73483      Branch: perl
73484            ! Makefile.SH hints/darwin.sh
73485 ____________________________________________________________________________
73486 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
73487         Log: Curliff and liff with ease.
73488      Branch: perl
73489            + Porting/curliff.pl
73490            ! MANIFEST
73491 ____________________________________________________________________________
73492 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
73493         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
73494      Branch: perl
73495            ! Porting/sort_perldiag.pl
73496 ____________________________________________________________________________
73497 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
73498         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
73499              From: Casey West <casey@geeknest.com>
73500              Date: Fri, 9 May 2003 04:00:44 -0400
73501              Message-ID: <20030509080044.GA49820@geeknest.com>
73502
73503              (except for the dup.t patch which diddled with system().)
73504      Branch: perl
73505            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
73506            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
73507            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
73508            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73509            ! win32/config_H.vc64 wince/config_H.ce
73510 ____________________________________________________________________________
73511 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
73512         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
73513              From: Gisle Aas <gisle@ActiveState.com>
73514              Date: 13 May 2003 09:59:50 -0700
73515              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
73516      Branch: perl
73517            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
73518            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
73519            ! ext/MIME/Base64/t/quoted-print.t
73520 ____________________________________________________________________________
73521 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
73522         Log: Subject: [PATCH] More perldiag.pod sorting
73523              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
73524              Date: Tue, 13 May 2003 15:13:53 -0400
73525              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
73526
73527              (plus add 'no locale;')
73528      Branch: perl
73529            + Porting/sort_perldiag.pl
73530            ! MANIFEST pod/perldiag.pod
73531 ____________________________________________________________________________
73532 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
73533         Log: Detypo.
73534      Branch: perl
73535            ! lib/Unicode/UCD.pm
73536 ____________________________________________________________________________
73537 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
73538         Log: make it easier to reproduce the bug
73539      Branch: perl
73540            ! lib/Tie/File.pm
73541 ____________________________________________________________________________
73542 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
73543         Log: the \do {local *FH} trick in Tie::File was really only needed
73544              on 5.005 and earlier, since later versions can autovivify
73545              the handle
73546
73547              however, a search in the p5p archives reveals the trick doesn't
73548              fully work in the versions it is needed in, so use the more
73549              standard Symbol::gensym() way
73550      Branch: perl
73551            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
73552 ____________________________________________________________________________
73553 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
73554         Log: $Config{usethreads} wasn't being set on windows
73555      Branch: perl
73556            ! win32/Makefile win32/makefile.mk
73557 ____________________________________________________________________________
73558 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
73559         Log: Reinstate the #19498 but now skip the crashing
73560              tests (when threaded) as TODOs.
73561      Branch: perl
73562            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
73563 ____________________________________________________________________________
73564 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
73565         Log: Revert #19498 since it broke threaded builds.
73566      Branch: perl
73567            ! lib/Tie/File.pm
73568 ____________________________________________________________________________
73569 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
73570         Log: Better be explicit with dangling elses.
73571      Branch: perl
73572            ! pp.c
73573 ____________________________________________________________________________
73574 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
73575         Log: Detypo Pantherisms.
73576      Branch: perl
73577            ! Makefile.SH hints/darwin.sh
73578 ____________________________________________________________________________
73579 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
73580         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
73581              From: Alex Vandiver <alexmv@MIT.EDU>
73582              Date: 02 May 2003 06:45:05 -0400
73583              Message-Id: <1051872303.26203.104.camel@supox>
73584              (plus perldiag nit)
73585      Branch: perl
73586            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
73587            ! t/comp/package.t
73588 ____________________________________________________________________________
73589 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
73590         Log: Small nit in perlsyn about the new // operator
73591      Branch: perl
73592            ! pod/perlsyn.pod
73593 ____________________________________________________________________________
73594 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
73595         Log: Use a more sophisticated heuristics to produce the warning
73596              'Parentheses missing around "%s" list'. This fixes bug #22147.
73597              Also, the warning is now produced for C<local *a,*b;>.
73598      Branch: perl
73599            ! op.c t/lib/warnings/op
73600 ____________________________________________________________________________
73601 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
73602         Log: Work also without perlio.
73603      Branch: perl
73604            ! t/io/dup.t
73605 ____________________________________________________________________________
73606 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
73607         Log: Panther preparation.
73608      Branch: perl
73609            ! Makefile.SH hints/darwin.sh
73610 ____________________________________________________________________________
73611 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
73612         Log: More moves to intrpvar.h.
73613      Branch: perl
73614            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
73615 ____________________________________________________________________________
73616 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
73617         Log: fix for Tie::File test failures on windows: the problem was
73618              that Tie::File did not close any file handles it opens internally,
73619              leading to file handle leaks and t/tf* temporary file littering;
73620              we now close the handle iff Tie::File opened it
73621
73622              this fix unearths what appears to be a perl bug in localizing globs:
73623              09_gen_rs.t fails due to a prematurely closed filehandle, although
73624              it wasn't explicitly closed anywhere by the code (renaming the
73625              *FH at line 97 to *FH1 makes it work, but I haven't done this
73626              to allow the bug to be tracked down)
73627      Branch: perl
73628            ! lib/Tie/File.pm
73629 ____________________________________________________________________________
73630 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
73631         Log: Move the thread *hook into interpreter.
73632      Branch: perl
73633            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
73634 ____________________________________________________________________________
73635 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
73636         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
73637              From: Dave Mitchell <davem@fdgroup.com>
73638              Date: Sat, 10 May 2003 01:45:23 +0100
73639              Message-ID: <20030510004523.GC20871@fdgroup.com>
73640      Branch: perl
73641            ! pp_ctl.c
73642 ____________________________________________________________________________
73643 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
73644         Log: Open UNIX is not really "formerly Unixware", since the most
73645              recent releases are known as Unixware, not as Open UNIX.
73646      Branch: perl
73647            ! pod/perlport.pod
73648 ____________________________________________________________________________
73649 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
73650         Log: Slight tweaks to the platform list.
73651      Branch: perl
73652            ! pod/perlport.pod
73653 ____________________________________________________________________________
73654 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
73655         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
73656              From: Casey West <casey@geeknest.com>
73657              Date: Fri, 9 May 2003 10:30:13 -0400
73658              Message-ID: <20030509143013.GM49820@geeknest.com>
73659      Branch: perl
73660            ! pod/perlop.pod
73661 ____________________________________________________________________________
73662 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
73663         Log: perlport.pod nit for doc bug #8253.
73664      Branch: perl
73665            ! pod/perlport.pod
73666 ____________________________________________________________________________
73667 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
73668         Log: Use test.pl.
73669      Branch: perl
73670            ! t/io/fflush.t
73671 ____________________________________________________________________________
73672 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
73673         Log: Try to handle a $^X with spaces in it.
73674      Branch: perl
73675            ! t/test.pl
73676 ____________________________________________________________________________
73677 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
73678         Log: Separate the creation of the command to run by
73679              runperl() into its own function, _create_runperl().
73680      Branch: perl
73681            ! t/test.pl
73682 ____________________________________________________________________________
73683 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
73684         Log: Fixup the method behaviour table.
73685      Branch: perl
73686            ! pod/perliol.pod
73687 ____________________________________________________________________________
73688 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
73689         Log: Integrate from perlio:
73690              [ 19474]
73691              Tweaks to Jarkko's NULL deref checks in perlio.c
73692
73693              [ 19475]
73694              Fix for bugs 21717 and 22140.
73695              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
73696              and derived layers. So have :unix's "pushed" method stat() the fd and
73697              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
73698              UNIX behaviour.
73699
73700              [ 19479]
73701              Better but still unproven fix for lseek() on pipes.
73702
73703              [ 19483]
73704              Unused variable
73705
73706              [ 19485]
73707              Tests to prove Ticket 9468 is fixed.
73708
73709              [ 19486]
73710              add test for change#19475,19479 (bugs#21717,22140)
73711      Branch: perl
73712           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
73713           !> t/io/fflush.t
73714 ____________________________________________________________________________
73715 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
73716         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
73717              in terms of an exported function rather than as an inlined
73718              macro (latter wants PL_op_mutex which isn't exported as such)
73719
73720              Jarkko: please merge into maint-5.8
73721      Branch: perl
73722            ! dosish.h makedef.pl win32/win32.c win32/win32.h
73723 ____________________________________________________________________________
73724 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
73725         Log: Test _getcode().
73726      Branch: perl
73727            ! lib/Unicode/UCD.t
73728 ____________________________________________________________________________
73729 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
73730         Log: Clarify the doc (and the code) for Unicode code points.
73731      Branch: perl
73732            ! lib/Unicode/UCD.pm
73733 ____________________________________________________________________________
73734 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
73735         Log: Another doc suggestion from terry@eatoni.com (terry jones):
73736              use codepoints that return undef.
73737      Branch: perl
73738            ! lib/Unicode/UCD.pm
73739 ____________________________________________________________________________
73740 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
73741         Log: Add Encode's META.yml.
73742      Branch: perl
73743            + ext/Encode/META.yml
73744            ! MANIFEST
73745 ____________________________________________________________________________
73746 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
73747         Log: Upgrade to Encode 1.94.
73748      Branch: perl
73749            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
73750            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
73751            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
73752            ! ext/Encode/t/mime-header.t
73753 ____________________________________________________________________________
73754 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
73755         Log: Doc bug noticed by terry@eatoni.com (terry jones).
73756      Branch: perl
73757            ! lib/Unicode/UCD.pm
73758 ____________________________________________________________________________
73759 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
73760         Log: Try to plug more potential PerlIO NULL method
73761              dereferences; try to document the matter.
73762      Branch: perl
73763            ! perlio.c pod/perliol.pod
73764 ____________________________________________________________________________
73765 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
73766         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
73767      Branch: perl
73768            ! perlio.c
73769 ____________________________________________________________________________
73770 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
73771         Log: In eof() the errno can get stomped by the peek-ahead.
73772      Branch: perl
73773            ! doio.c ext/Socket/socketpair.t
73774 ____________________________________________________________________________
73775 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
73776         Log: A regression test for the remaining "Final $ should be..." error.
73777      Branch: perl
73778            ! t/comp/parser.t
73779 ____________________________________________________________________________
73780 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
73781         Log: Remove the error messages "Final @ should be \@ or @name"
73782              and "Final % should be \% or %name", that appear to be
73783              only produced in addition to another syntax error, and therefore
73784              misleading, if I understand correctly that kind of black magic.
73785      Branch: perl
73786            ! pod/perldiag.pod toke.c
73787 ____________________________________________________________________________
73788 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
73789         Log: Have to think this test more when I'm awake.
73790      Branch: perl
73791            ! ext/Socket/socketpair.t
73792 ____________________________________________________________________________
73793 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
73794         Log: Document that perl tries to load .pmc files before .pm files.
73795              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
73796              From: Casey West <casey@geeknest.com>
73797              Date: Fri, 9 May 2003 17:03:50 -0400
73798              Message-ID: <20030509210350.GW49820@geeknest.com>
73799      Branch: perl
73800            ! pod/perlfunc.pod
73801 ____________________________________________________________________________
73802 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
73803         Log: Fix for doc bug #8602 : clarify eof() example comments
73804      Branch: perl
73805            ! pod/perlfunc.pod
73806 ____________________________________________________________________________
73807 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
73808         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
73809              From: Casey West <casey@geeknest.com>
73810              Date: Fri, 9 May 2003 11:09:39 -0400
73811              Message-ID: <20030509150939.GN49820@geeknest.com>
73812      Branch: perl
73813            ! pod/perltrap.pod
73814 ____________________________________________________________________________
73815 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
73816         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
73817              From: Casey West <casey@geeknest.com>
73818              Date: Fri, 9 May 2003 15:25:59 -0400
73819              Message-ID: <20030509192559.GS49820@geeknest.com>
73820      Branch: perl
73821            ! pod/perlfunc.pod
73822 ____________________________________________________________________________
73823 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
73824         Log: Try to comprehensively have a plan B if a PerlIO
73825              layer doesn't have a particular function.
73826              (1) If there's a corresponding PerlIOBase, call it.
73827              (2) If not having the function is 'harmless', be silently happy.
73828              (Currently only Flush is in this category.)
73829              (3) Otherwise set errno and return failure.
73830      Branch: perl
73831            ! perlio.c
73832 ____________________________________________________________________________
73833 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
73834         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
73835              From: Casey West <casey@geeknest.com>
73836              Date: Fri, 9 May 2003 11:17:53 -0400
73837              Message-ID: <20030509151753.GO49820@geeknest.com>
73838      Branch: perl
73839            ! pod/perltrap.pod
73840 ____________________________________________________________________________
73841 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
73842         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
73843      Branch: perl
73844            ! makedef.pl
73845 ____________________________________________________________________________
73846 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
73847         Log: Result of change #19458.
73848      Branch: perl
73849            ! MANIFEST
73850 ____________________________________________________________________________
73851 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
73852         Log: Subject: Weekend fun: MANIFEST sorting
73853              From: andreas.koenig@anima.de (Andreas J. Koenig)
73854              Date: Fri, 09 May 2003 15:12:05 +0200
73855              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
73856
73857              (both sorts need LC_ALL=C)
73858              (add also manicheck target)
73859      Branch: perl
73860            ! Makefile.SH
73861 ____________________________________________________________________________
73862 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
73863         Log: Better skip this test on OpenBSD and BSD/OS since it
73864              does not seem to work (Slaven Rezic).
73865      Branch: perl
73866            ! lib/filetest.t
73867 ____________________________________________________________________________
73868 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
73869         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
73870              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73871              Date: Wed, 07 May 2003 23:37:47 -0700
73872              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
73873      Branch: perl
73874            ! pod/perlfunc.pod
73875 ____________________________________________________________________________
73876 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
73877         Log: Missing files.
73878      Branch: perl
73879            ! MANIFEST
73880 ____________________________________________________________________________
73881 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
73882         Log: Suppress a few compilation warnings in pp_hot.c.
73883      Branch: perl
73884            ! pp_hot.c
73885 ____________________________________________________________________________
73886 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
73887         Log: Remove duplicate entries from perldiag
73888      Branch: perl
73889            ! pod/perldiag.pod
73890 ____________________________________________________________________________
73891 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
73892         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
73893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73894              Date: Wed, 07 May 2003 15:27:07 -0700
73895              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
73896      Branch: perl
73897            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
73898            ! pp_hot.c t/op/magic.t
73899 ____________________________________________________________________________
73900 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
73901         Log: Tiny nit from mjd.
73902      Branch: perl
73903            ! lib/Tie/File.pm
73904 ____________________________________________________________________________
73905 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
73906         Log: Upgrade to Tie::File 0.95.
73907      Branch: perl
73908            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
73909            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
73910            + lib/Tie/File/t/42_offset.t
73911            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
73912            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
73913            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
73914            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
73915            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
73916            ! lib/Tie/File/t/30_defer.t
73917 ____________________________________________________________________________
73918 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
73919         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
73920              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
73921              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
73922              Date: 8 May 2003 00:42:18 -0000
73923      Branch: perl
73924            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
73925            ! ext/Time/HiRes/Makefile.PL
73926 ____________________________________________________________________________
73927 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
73928         Log: Subject: [PATCH] alphabetize perldiag.pod
73929              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
73930              Date: Thu, 8 May 2003 11:52:39 -0400
73931              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
73932      Branch: perl
73933            ! pod/perldiag.pod
73934 ____________________________________________________________________________
73935 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
73936         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
73937              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
73938              Date: Thu, 08 May 2003 08:42:20 +0200
73939              Message-id: <20030508064220.GA763@ethan>
73940      Branch: perl
73941            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
73942            ! ext/Devel/PPPort/t/test.t
73943 ____________________________________________________________________________
73944 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
73945         Log: A variant of
73946
73947              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
73948              From: enache@rdslink.ro (Enache Adrian)
73949              Date: Tue, 22 Apr 2003 02:54:05 +0300
73950              Message-ID: <20030421235405.GA1162@ratsnest.hole>
73951
73952              to quench the black smoke from the BSD builds.
73953      Branch: perl
73954            ! lib/ExtUtils/MM_Unix.pm
73955 ____________________________________________________________________________
73956 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
73957         Log: Subject: Re: [DOC PATCH] & More File::Path issues
73958              From: Casey West <casey@geeknest.com>
73959              Date: Mon, 5 May 2003 13:25:47 -0400
73960              Message-ID: <20030505172547.GB20508@geeknest.com>
73961      Branch: perl
73962            ! lib/File/Path.pm
73963 ____________________________________________________________________________
73964 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
73965         Log: Spelling correction from Nicholas Clark.
73966      Branch: perl
73967            ! ext/POSIX/POSIX.pod
73968 ____________________________________________________________________________
73969 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
73970         Log: One more possible extensions permutation.
73971      Branch: perl
73972            ! Configure
73973 ____________________________________________________________________________
73974 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
73975         Log: Allow platforms to manipulate their archname by creating
73976              a archname.cbu in their hints files.
73977      Branch: perl
73978            ! Configure
73979 ____________________________________________________________________________
73980 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
73981         Log: More long double logic from Alan Burlison.
73982      Branch: perl
73983            ! Configure
73984 ____________________________________________________________________________
73985 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
73986         Log: Worth a try for [perl #17146]
73987      Branch: perl
73988            ! ext/IO/poll.c
73989 ____________________________________________________________________________
73990 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
73991         Log: Document which interfaces are NOT Unicode-aware.
73992      Branch: perl
73993            ! pod/perltodo.pod pod/perlunicode.pod
73994 ____________________________________________________________________________
73995 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
73996         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
73997              From: Casey West <casey@geeknest.com>
73998              Date: Mon, 28 Apr 2003 11:07:36 -0400
73999              Message-ID: <20030428150736.GD62281@geeknest.com>
74000      Branch: perl
74001            ! pod/perlfilter.pod
74002 ____________________________________________________________________________
74003 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
74004         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
74005              From: Enache Adrian <enache@rdslink.ro>
74006              Date: Fri, 28 Mar 2003 23:53:09 +0200
74007              Message-ID: <20030328215309.GA6413@ratsnest.hole>
74008              (with minor tweaks)
74009      Branch: perl
74010            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
74011 ____________________________________________________________________________
74012 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
74013         Log: Fix doc bug #22067, noticed by Mark Knutsen
74014      Branch: perl
74015            ! pod/perlfunc.pod
74016 ____________________________________________________________________________
74017 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
74018         Log: Fix : the svr5 hints file doesn't propagate libswanted with
74019              threads enabled. Now threads are OK on OpenUNIX 8, except a
74020              mysterious failure in ext/POSIX/t/sigaction.t.
74021      Branch: perl
74022            ! hints/svr5.sh
74023 ____________________________________________________________________________
74024 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
74025         Log: Snip away the perlunicode slowness demo since the new
74026              caching scheme should help things a bit.
74027      Branch: perl
74028            ! pod/perlunicode.pod
74029 ____________________________________________________________________________
74030 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
74031         Log: Subject: Re: Minor change to strict.pm. Who? How?
74032              From: Adam Kennedy <adam@ali.as>
74033              Date: Wed, 30 Apr 2003 00:02:40 +1000
74034              Message-ID: <3EAE8600.2000806@ali.as>
74035
74036              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
74037              From: Michael G Schwern <schwern@pobox.com>
74038              Date: Tue, 29 Apr 2003 12:26:32 -0700
74039              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
74040      Branch: perl
74041            ! lib/strict.pm
74042 ____________________________________________________________________________
74043 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
74044         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
74045              From: "Jos I.Boumans" <kane@dwim.org>
74046              Date: 30 Apr 2003 09:45:16 -0000
74047              Message-ID: <20030430114513165+0200@nntp.perl.org>
74048      Branch: perl
74049            ! lib/File/Path.pm
74050 ____________________________________________________________________________
74051 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
74052         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
74053              From: Michael G Schwern <schwern@pobox.com>
74054              Date: Sat, 3 May 2003 15:30:16 -0700
74055              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
74056      Branch: perl
74057            ! pod/perlmod.pod
74058 ____________________________________________________________________________
74059 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
74060         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
74061              From: Dave Mitchell <davem@fdgroup.com>
74062              Date: Thu, 1 May 2003 21:06:57 +0100
74063              Message-ID: <20030501200657.GA25456@fdgroup.com>
74064      Branch: perl
74065            ! hv.c t/op/undef.t
74066 ____________________________________________________________________________
74067 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
74068         Log: Subject: Re: hv.c patch - pathological hashes too easy
74069              From: "Tye McQueen" <tye@metronet.com>
74070              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
74071              Message-Id: <200305011834.h41IYoE08503@metronet.com>
74072      Branch: perl
74073            ! hv.c
74074 ____________________________________________________________________________
74075 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
74076         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
74077              From: Casey West <casey@geeknest.com>
74078              Date: Tue, 29 Apr 2003 16:14:20 -0400
74079              Message-ID: <20030429201420.GT62281@geeknest.com>
74080      Branch: perl
74081            ! pod/perlrequick.pod
74082 ____________________________________________________________________________
74083 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
74084         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
74085              From: Slaven Rezic <slaven@rezic.de>
74086              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
74087              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
74088      Branch: perl
74089            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
74090 ____________________________________________________________________________
74091 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
74092         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
74093              From: Steve Hay <steve.hay@uk.radan.com>
74094              Date: Wed, 30 Apr 2003 09:52:30 +0100
74095              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
74096      Branch: perl
74097            ! utils/h2xs.PL
74098 ____________________________________________________________________________
74099 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
74100         Log: Reintroduce the mention of the fact that the Artistic/GPL
74101              also are Perl's own licenses.
74102      Branch: perl
74103            ! pod/perlartistic.pod pod/perlgpl.pod
74104 ____________________________________________________________________________
74105 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
74106         Log: Switch the new perlio way of opening anonymous temporary files
74107              open my $fh, '+>', undef
74108              to using File::Temp.  Test it, and test also the "accidental
74109              feature" of +< working the same way.
74110              This should address [perl #21937].
74111      Branch: perl
74112            + ext/PerlIO/t/open.t
74113            ! MANIFEST perlio.c pod/perlfunc.pod
74114 ____________________________________________________________________________
74115 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
74116         Log: perlartistic and perlgpl reformatting from Sean Burke.
74117      Branch: perl
74118            ! pod/perlartistic.pod pod/perlgpl.pod
74119 ____________________________________________________________________________
74120 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
74121         Log: pack/unpack fixes from Wolfgang Laun:
74122              - fix bug in UNICOS (where SIZE16 != sizeof(short))
74123              - introduce and use new internal pack/unpack API
74124              (packlist, unpackstring)
74125              that does away with the unused arguments in the old API
74126              (pack_cat, unpack_str).
74127      Branch: perl
74128            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
74129 ____________________________________________________________________________
74130 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
74131         Log: Subject: [PATCH] Embed.t flushing problem
74132              From: "Craig A. Berry" <craigberry@mac.com>
74133              Date: Sun, 04 May 2003 16:25:38 -0500
74134              Message-ID: <3EB58552.2070207@mac.com>
74135      Branch: perl
74136            ! lib/ExtUtils/t/Embed.t
74137 ____________________________________________________________________________
74138 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
74139         Log: Doc nit from mjd.
74140      Branch: perl
74141            ! ext/DB_File/DB_File.pm
74142 ____________________________________________________________________________
74143 [ 19413] By: ams                                   on 2003/05/05  04:03:10
74144         Log: None of that "our" stuff here, please.
74145      Branch: perl
74146            ! ext/Storable/t/tied.t
74147 ____________________________________________________________________________
74148 [ 19412] By: ams                                   on 2003/05/05  03:57:06
74149         Log: Oops. More Storable 2.07 preparations.
74150      Branch: perl
74151            ! ext/Storable/README ext/Storable/Storable.pm
74152 ____________________________________________________________________________
74153 [ 19411] By: ams                                   on 2003/05/05  03:53:44
74154         Log: Update changelog for 2.07 release.
74155      Branch: perl
74156            ! ext/Storable/ChangeLog
74157 ____________________________________________________________________________
74158 [ 19410] By: ams                                   on 2003/05/05  03:31:36
74159         Log: Update Changes.
74160      Branch: perl
74161            ! Changes
74162 ____________________________________________________________________________
74163 [ 19409] By: ams                                   on 2003/05/05  03:21:41
74164         Log: Subject: Re: Bug in Storable???
74165              From: Slaven Rezic <slaven@rezic.de>
74166              Date: 04 May 2003 18:00:40 +0200
74167              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
74168      Branch: perl
74169            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
74170 ____________________________________________________________________________
74171 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
74172         Log: This way reads a bit better with pod2man.
74173      Branch: perl
74174            ! pod/perlartistic.pod pod/perlgpl.pod
74175 ____________________________________________________________________________
74176 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
74177         Log: Integrate from maint:
74178              [ 18568]
74179              Add the POSIX::sigaction() trick by Slaven Rezic
74180              for [perl #17341].
74181      Branch: perl
74182           !> pod/perlfunc.pod pod/perlipc.pod
74183 ____________________________________________________________________________
74184 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
74185         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
74186              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
74187              the perlartistic is a straightforward podification.
74188      Branch: perl
74189            + pod/perlartistic.pod pod/perlgpl.pod
74190            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
74191            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
74192 ____________________________________________________________________________
74193 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
74194         Log: Doesn't make any difference for the test but is more logical.
74195      Branch: perl
74196            ! t/lib/Devel/switchd.pm
74197 ____________________________________________________________________________
74198 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
74199         Log: Plagued by thinkos tonight.
74200      Branch: perl
74201            ! lib/filetest.t
74202 ____________________________________________________________________________
74203 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
74204         Log: Must skip more.
74205      Branch: perl
74206            ! lib/filetest.t
74207 ____________________________________________________________________________
74208 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
74209         Log: Subject: Re: Does filetest work at all?
74210              From: Slaven Rezic <slaven@rezic.de>
74211              Date: 03 May 2003 18:26:49 +0200
74212              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
74213      Branch: perl
74214            ! lib/filetest.t pp_sys.c
74215 ____________________________________________________________________________
74216 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
74217         Log: Extra tweakage from Rafael for #19392.
74218      Branch: perl
74219            ! ext/B/B/Concise.pm lib/filetest.pm
74220 ____________________________________________________________________________
74221 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
74222         Log: Salvage 'use filetest "access"' from compiletime to runtime.
74223      Branch: perl
74224            ! dump.c op.c op.h pp_sys.c
74225 ____________________________________________________________________________
74226 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
74227         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
74228              the Unicode character database to 4.0.0.)
74229      Branch: perl
74230            + lib/unicore/HangulSyllableType.txt
74231            + lib/unicore/NormalizationCorrections.txt
74232            + lib/unicore/StandardizedVariants.txt
74233            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
74234            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
74235            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
74236            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
74237            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
74238            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
74239            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
74240            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
74241            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
74242            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
74243            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
74244            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
74245            ! (edit 129 files)
74246 ____________________________________________________________________________
74247 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
74248         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
74249              the fp offset, which was quite a big larger than the input file,
74250              which meant that the SvGROW tried to grow the file to about
74251              2**64-2**20, which made safesysrealloc() to understandably
74252              croak (in argv.t).
74253      Branch: perl
74254            ! sv.c
74255 ____________________________________________________________________________
74256 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
74257         Log: Regen Configure (no changes but that's fine).
74258      Branch: perl
74259            ! Configure
74260 ____________________________________________________________________________
74261 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
74262         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
74263              From: Andy Dougherty <doughera@lafayette.edu>
74264              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
74265              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
74266      Branch: perl
74267            ! Configure
74268 ____________________________________________________________________________
74269 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
74270         Log: Subject: [PATCH] OpenUNIX 8 support
74271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74272              Date: Fri, 2 May 2003 12:12:08 +0200
74273              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
74274      Branch: perl
74275            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
74276 ____________________________________________________________________________
74277 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
74278         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
74279              From: Abe Timmerman <abe@ztreet.demon.nl>
74280              Date: Fri, 2 May 2003 00:51:42 +0200
74281              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
74282      Branch: perl
74283            ! win32/win32.c
74284 ____________________________________________________________________________
74285 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
74286         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
74287              From: Abe Timmerman <abe@ztreet.demon.nl>
74288              Date: Thu, 1 May 2003 18:34:35 +0200
74289              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
74290      Branch: perl
74291            ! win32/win32.h
74292 ____________________________________________________________________________
74293 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
74294         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
74295              From: Michael G Schwern <schwern@pobox.com>
74296              Date: Wed, 30 Apr 2003 18:19:32 -0700
74297              Message-ID: <20030501011932.GM701@windhund.schwern.org>
74298      Branch: perl
74299            ! ext/POSIX/POSIX.pod
74300 ____________________________________________________________________________
74301 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
74302         Log: Forgot to check in the -d: file.
74303      Branch: perl
74304            + t/lib/Devel/switchd.pm
74305            ! MANIFEST t/run/switchd.t
74306 ____________________________________________________________________________
74307 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
74308         Log: Solaris: make -Duse64bitall'ed to have an archname of
74309              sun4-solaris-64, from Alan Burlison.  (The default is to not
74310              to suffix anything with -Duse64bitall if longs are 64 bit.
74311              This may lead into confusion and much sorrow if 32-bit binaries
74312              and 64-bit binaries are installed under the same directories.
74313              Why is "-64" or something like that the default?  Well, there
74314              are platforms where 64 bits really is the default default.
74315              There adding a "-64" would be kind of odd.  Better to let
74316              each 64-bit capable platform to choose their archnames.)
74317      Branch: perl
74318            ! hints/solaris_2.sh
74319 ____________________________________________________________________________
74320 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
74321         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
74322              by change #18589 (it was broken by change #9754); add test case.
74323      Branch: perl
74324            + t/run/switchd.t
74325            ! MANIFEST
74326 ____________________________________________________________________________
74327 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
74328         Log: great_circle_direction() was broken,
74329              reported by Alexander Becher.
74330      Branch: perl
74331            ! lib/Math/Trig.pm lib/Math/Trig.t
74332 ____________________________________________________________________________
74333 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
74334         Log: OS X: could not -Doptimize=-g.
74335      Branch: perl
74336            ! hints/darwin.sh
74337 ____________________________________________________________________________
74338 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
74339         Log: OS X test tweak.
74340      Branch: perl
74341            ! ext/Cwd/t/cwd.t
74342 ____________________________________________________________________________
74343 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
74344         Log: Subject: [PATCH] RE: perl@19333
74345              From: Robin Barker <Robin.Barker@npl.co.uk>
74346              Date: Tue, 29 Apr 2003 17:30:23 +0100
74347              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
74348      Branch: perl
74349            ! embed.pl pp_hot.c pp_pack.c proto.h
74350 ____________________________________________________________________________
74351 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
74352         Log: miniperl cannot handle layers.t.
74353      Branch: perl
74354            ! t/io/layers.t
74355 ____________________________________________________________________________
74356 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
74357         Log: The solution in change #19363 was too unportable.
74358      Branch: perl
74359            ! t/io/openpid.t
74360 ____________________________________________________________________________
74361 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
74362         Log: perlreftut updates from mjd.
74363      Branch: perl
74364            ! pod/perlreftut.pod
74365 ____________________________________________________________________________
74366 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
74367         Log: z/OS: More threaded build tweaks from Brian De Pradine--
74368              apparently now it works!
74369      Branch: perl
74370            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
74371 ____________________________________________________________________________
74372 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
74373         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
74374              From: Enache Adrian <enache@rdslink.ro>
74375              Date: Sat, 19 Apr 2003 01:41:07 +0300
74376              Message-ID: <20030418224107.GA2751@ratsnest.hole>
74377      Branch: perl
74378            ! t/comp/parser.t toke.c
74379 ____________________________________________________________________________
74380 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
74381         Log: If it's S_, it should be STATIC.
74382      Branch: perl
74383            ! embed.fnc embed.h numeric.c proto.h
74384 ____________________________________________________________________________
74385 [ 19365] By: sky                                   on 2003/04/28  16:30:03
74386         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
74387              From: Casey West <casey@geeknest.com>
74388              Date: mŒn apr 28, 2003  16:00:05 Europe/Stockholm
74389              Message-Id: <20030428140005.GC62281@geeknest.com>
74390      Branch: perl
74391            ! pod/perlop.pod
74392 ____________________________________________________________________________
74393 [ 19364] By: sky                                   on 2003/04/28  16:20:43
74394         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
74395              From: Casey West <casey@geeknest.com>
74396              Date: mŒn apr 28, 2003  19:22:06 Europe/Stockholm
74397              Message-Id: <20030428172206.GK62281@geeknest.com>
74398      Branch: perl
74399            ! pod/perlop.pod
74400 ____________________________________________________________________________
74401 [ 19363] By: sky                                   on 2003/04/28  15:32:35
74402         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
74403              open.
74404      Branch: perl
74405            ! t/io/openpid.t
74406 ____________________________________________________________________________
74407 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
74408         Log: Feel-good cleanup.
74409      Branch: perl
74410            ! intrpvar.h sv.c
74411 ____________________________________________________________________________
74412 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
74413         Log: SysV msg queues can be something hanging (witnessed in IRIX),
74414              so let's use IPC_NOWAIT.
74415      Branch: perl
74416            ! ext/IPC/SysV/t/msg.t t/op/taint.t
74417 ____________________________________________________________________________
74418 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
74419         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
74420              when returning an int can either return the error in the return
74421              value or in the errno.  We need a new per-interp variable to store
74422              the return value instead of clobbering the errno with it.  The new
74423              variable, PL_reentrant_retint, is only used within the reentrancy
74424              framework, and immediately after it's set, so there should not be
74425              similar visibility issues as for the errno.  Spotted by Edward Moy.
74426      Branch: perl
74427            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
74428 ____________________________________________________________________________
74429 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
74430         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
74431              Check errno to see if the call to nice(2) succeeded.
74432              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
74433              From: Enache Adrian <enache@rdslink.ro>
74434              Date: Wed, 23 Apr 2003 22:48:20 +0300
74435              Message-ID: <20030423194820.GA874@ratsnest.hole>
74436      Branch: perl
74437            ! ext/POSIX/POSIX.xs
74438 ____________________________________________________________________________
74439 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
74440         Log: Document a faint compilation noise.
74441      Branch: perl
74442            ! README.aix
74443 ____________________________________________________________________________
74444 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
74445         Log: $[ clarifications.
74446      Branch: perl
74447            ! pod/perlvar.pod
74448 ____________________________________________________________________________
74449 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
74450         Log: utime() doc clarifications
74451              based on :
74452              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
74453              From: Casey West <casey@geeknest.com>
74454              Date: Fri, 25 Apr 2003 08:00:54 -0400
74455              Message-ID: <20030425120054.GQ34510@geeknest.com>
74456      Branch: perl
74457            ! pod/perlfunc.pod
74458 ____________________________________________________________________________
74459 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
74460         Log: Add a test case for [perl #15288] (already solved).
74461      Branch: perl
74462            ! t/op/pack.t
74463 ____________________________________________________________________________
74464 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
74465         Log: Add Dave Mitchell's test case for fields.
74466      Branch: perl
74467            ! lib/fields.t
74468 ____________________________________________________________________________
74469 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
74470         Log: Subject: [PATCH] VMS::Stdio test tweak
74471              From: "Craig A. Berry" <craigberry@mac.com>
74472              Date: Sat, 26 Apr 2003 15:53:07 -0500
74473              Message-ID: <3EAAF1B3.7020708@mac.com>
74474      Branch: perl
74475            ! vms/ext/Stdio/test.pl
74476 ____________________________________________________________________________
74477 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
74478         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
74479              From: Casey West <casey@geeknest.com>
74480              Date: Thu, 24 Apr 2003 08:18:42 -0400
74481              Message-ID: <20030424121842.GW34510@geeknest.com>
74482      Branch: perl
74483            ! lib/UNIVERSAL.pm
74484 ____________________________________________________________________________
74485 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
74486         Log: Document that restricted hashes are not atomic
74487              (from Dave Mitchell).
74488      Branch: perl
74489            ! lib/Hash/Util.pm
74490 ____________________________________________________________________________
74491 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
74492         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
74493              From: Dave Mitchell <davem@fdgroup.com>
74494              Date: Sat, 26 Apr 2003 18:45:28 +0100
74495              Message-ID: <20030426174528.GA9588@fdgroup.com>
74496      Branch: perl
74497            ! hv.c lib/Hash/Util.t pod/perldiag.pod
74498 ____________________________________________________________________________
74499 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
74500         Log: Some doc patches by Casey West :
74501
74502              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
74503              From: Casey West <casey@geeknest.com>
74504              Date: Fri, 25 Apr 2003 10:46:39 -0400
74505              Message-ID: <20030425144639.GY34510@geeknest.com>
74506
74507              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
74508              From: Casey West <casey@geeknest.com>
74509              Date: Fri, 25 Apr 2003 07:52:13 -0400
74510              Message-ID: <20030425115213.GP34510@geeknest.com>
74511
74512              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
74513              From: Casey West <casey@geeknest.com>
74514              Date: Thu, 24 Apr 2003 21:27:22 -0400
74515              Message-ID: <20030425012722.GN34510@geeknest.com>
74516      Branch: perl
74517            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
74518 ____________________________________________________________________________
74519 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
74520         Log: Document that splice() doesn't extend arrays
74521              Subject: Re: slice autoextending ? still another revised doc patch; COW
74522              From: david nicol <whatever@davidnicol.com>
74523              Date: 22 Apr 2003 22:05:02 -0500
74524              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
74525      Branch: perl
74526            ! pod/perlfunc.pod
74527 ____________________________________________________________________________
74528 [ 19342] By: sky                                   on 2003/04/26  21:43:32
74529         Log: Fix bug #15161 by increasing the refcount on the RE and making
74530              sure to restore it correctly. Deals with both s//e and s///g.
74531      Branch: perl
74532            ! pp_ctl.c pp_hot.c
74533 ____________________________________________________________________________
74534 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
74535         Log: Integrate:
74536              [ 19340]
74537              Caught by Mark Lutz in UNICOS: A declaration cannot appear
74538              after an executable statement in a block.
74539      Branch: perl
74540           !> pp_pack.c
74541 ____________________________________________________________________________
74542 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
74543         Log: Now the -Dnoextensions and -Dnoextensions have the
74544              chance of actually doing something.
74545      Branch: perl
74546            ! Configure
74547 ____________________________________________________________________________
74548 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
74549         Log: Subject: [PATCH] Configure's extension sanity check is too strict
74550              From: Andy Dougherty <doughera@lafayette.edu>
74551              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
74552              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
74553      Branch: perl
74554            ! Configure
74555 ____________________________________________________________________________
74556 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
74557         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
74558              From: "Craig A. Berry" <craigberry@mac.com>
74559              Date: Thu, 24 Apr 2003 20:09:48 -0500
74560              Message-ID: <3EA88ADC.3000300@mac.com>
74561      Branch: perl
74562            ! ext/Encode/t/enc_module.t
74563 ____________________________________________________________________________
74564 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
74565         Log: Upgrade to Time::HiRes 1.46.
74566      Branch: perl
74567            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
74568            ! ext/Time/HiRes/Makefile.PL
74569 ____________________________________________________________________________
74570 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
74571         Log: Subject: typo in Time::HiRes docs
74572              From: mjd@plover.com
74573              Date: 19 Apr 2003 15:13:44 -0000
74574              Message-ID: <20030419151344.28237.qmail@plover.com>
74575      Branch: perl
74576            ! ext/Time/HiRes/HiRes.pm
74577 ____________________________________________________________________________
74578 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
74579         Log: Clarify(?) the perlio default layers table.
74580      Branch: perl
74581            ! lib/PerlIO.pm t/io/layers.t
74582 ____________________________________________________________________________
74583 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
74584         Log: Upgrade to Test::Harness 2.28.
74585      Branch: perl
74586            ! lib/Test/Harness.pm lib/Test/Harness/Changes
74587            ! lib/Test/Harness/t/pod.t
74588 ____________________________________________________________________________
74589 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
74590         Log: Upgrade to Encode 1.93.
74591      Branch: perl
74592            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
74593            ! ext/Encode/lib/Encode/CJKConstants.pm
74594            ! ext/Encode/lib/Encode/CN/HZ.pm
74595            ! ext/Encode/lib/Encode/Encoding.pm
74596            ! ext/Encode/lib/Encode/Guess.pm
74597            ! ext/Encode/lib/Encode/KR/2022_KR.pm
74598            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
74599            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
74600            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
74601            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
74602 ____________________________________________________________________________
74603 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
74604         Log: VMS patch for faststdio from Craig Berry.
74605      Branch: perl
74606            ! configure.com
74607 ____________________________________________________________________________
74608 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
74609         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
74610              From: Casey West <casey@geeknest.com>
74611              Date: Wed, 23 Apr 2003 14:03:20 -0400
74612              Message-ID: <20030423180320.GZ15574@geeknest.com>
74613      Branch: perl
74614            ! pod/perlmodlib.PL pod/perlmodlib.pod
74615 ____________________________________________________________________________
74616 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
74617         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
74618              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
74619              Date: 22 Apr 2003 04:31:17 -0000
74620              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
74621              (with minor further corrections)
74622      Branch: perl
74623            ! pod/perlmod.pod
74624 ____________________________________________________________________________
74625 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
74626         Log: A new fatal error :
74627              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
74628              From: Dave Mitchell <davem@fdgroup.com>
74629              Date: Mon, 21 Apr 2003 13:19:50 +0100
74630              Message-ID: <20030421121950.GB18189@fdgroup.com>
74631              Message-ID: <20030421125433.GC18189@fdgroup.com>
74632      Branch: perl
74633            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
74634 ____________________________________________________________________________
74635 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
74636         Log: Introduce 'fast stdio' symbols to non-Configure lands.
74637      Branch: perl
74638            ! NetWare/config.wc NetWare/config_H.wc configure.com
74639            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
74640            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
74641            ! win32/config.gc win32/config.vc win32/config.vc64
74642            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
74643            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
74644 ____________________________________________________________________________
74645 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
74646         Log: Regen Configure, Glossary, et alia.
74647      Branch: perl
74648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74649            ! config_h.SH
74650 ____________________________________________________________________________
74651 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
74652         Log: Handle the combination of dosish and non-faststdio.
74653      Branch: perl
74654            ! t/io/layers.t
74655 ____________________________________________________________________________
74656 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
74657         Log: Subject: 5.8.0: two problems
74658              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
74659              Date: Tue, 22 Apr 2003 11:43:17 -0700
74660              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
74661      Branch: perl
74662            ! XSUB.h
74663 ____________________________________________________________________________
74664 [ 19307] By: ams                                   on 2003/04/22  16:39:51
74665         Log: Subject: [PATCH] Doc pointers in perlbot.
74666              From: Casey West <casey@geeknest.com>
74667              Date: Tue, 22 Apr 2003 11:19:09 -0400
74668              Message-Id: <20030422151909.GC11119@geeknest.com>
74669              (Applied by hand.)
74670      Branch: perl
74671            ! pod/perlbot.pod
74672 ____________________________________________________________________________
74673 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
74674         Log: z/OS: changes for building threaded from "Brian De Pradine"
74675              <PRADINE@uk.ibm.com>.
74676      Branch: perl
74677            ! Makefile.SH hints/os390.sh thread.h util.c
74678 ____________________________________________________________________________
74679 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
74680         Log: Enache's turn.
74681      Branch: perl
74682            ! ext/Encode/t/enc_module.t
74683 ____________________________________________________________________________
74684 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
74685         Log: Re-merge Encode 1.92.
74686      Branch: perl
74687            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
74688 ____________________________________________________________________________
74689 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
74690         Log: Argh, cut-and-pasto.
74691      Branch: perl
74692            ! perlio.c
74693 ____________________________________________________________________________
74694 [ 19301] By: sky                                   on 2003/04/21  21:33:14
74695         Log: Fix bug 17964 by properly refcounting the gv top.
74696              Seems like the entries in rsfp are way different than
74697              normal PVIO objects.
74698      Branch: perl
74699            ! sv.c
74700 ____________________________________________________________________________
74701 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
74702         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
74703
74704              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
74705              From: Enache Adrian <enache@rdslink.ro>
74706              Date: Sun, 20 Apr 2003 02:45:48 +0300
74707              Message-ID: <20030419234548.GA849@ratsnest.hole>
74708              and
74709              Date: Wed, 2 Apr 2003 07:52:28 +0300
74710              Message-ID: <20030402045227.GA1023@ratsnest.hole>
74711      Branch: perl
74712            ! pp_sys.c t/op/ref.t util.c
74713 ____________________________________________________________________________
74714 [ 19299] By: sky                                   on 2003/04/21  17:05:31
74715         Log: Croak on non ref to shared methods instead of segfault.
74716              This can really only happen for &share("string").
74717      Branch: perl
74718            ! ext/threads/shared/shared.xs
74719 ____________________________________________________________________________
74720 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
74721         Log: Add OpenZaurus cross-compilation patches.
74722      Branch: perl
74723            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
74724            + Cross/config.sh-arm-linux Cross/generate_config_sh
74725            + Cross/installperl.patch Cross/warp
74726            ! Cross/README INSTALL MANIFEST
74727 ____________________________________________________________________________
74728 [ 19289] By: sky                                   on 2003/04/21  13:24:40
74729         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
74730              Allows people to override the resetting by using srand() in CLONE.
74731      Branch: perl
74732            ! ext/threads/t/thread.t ext/threads/threads.xs
74733 ____________________________________________________________________________
74734 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
74735         Log: Introduce two new Configure symbols:
74736              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
74737              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
74738              [2] usefaststdio = do we use fast stdio if we have it?
74739              For 5.[68], we do.  For anything else, we don't.
74740              (At least, unless otherwise instructed by -Dusefaststdio.)
74741              This means that for bleadperl we no more use stdio, but instead
74742              default to perlio: the effect of PERLIO=perlio, in other words.
74743              (PERLIO=stdio will still switch to using stdio.)
74744              This change may endanger extensions using FILE*-- but if we are
74745              to migrate fully to perlio, better start swallowing the poison now.
74746              For maintperl, the usefaststdio still defaults to yes.
74747      Branch: perl
74748            ! Configure config_h.SH perlio.c t/io/layers.t
74749 ____________________________________________________________________________
74750 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
74751         Log: Upgrade to Locale::Maketext 1.05.
74752      Branch: perl
74753            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
74754 ____________________________________________________________________________
74755 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
74756         Log: Upgrade to Test 1.24.
74757      Branch: perl
74758            ! lib/Test.pm
74759 ____________________________________________________________________________
74760 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
74761         Log: Subject: [PATCH] goto &sub doesn't empty @_
74762              From: Dave Mitchell <davem@fdgroup.com>
74763              Date: Sun, 20 Apr 2003 21:46:51 +0100
74764              Message-ID: <20030420204651.GE15591@fdgroup.com>
74765      Branch: perl
74766            ! pp_ctl.c
74767 ____________________________________________________________________________
74768 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
74769         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
74770              the commands that invoke $(CC).
74771              Subject: Re: Smoke failure
74772              From: Enache Adrian <enache@rdslink.ro>
74773              Date: Fri, 18 Apr 2003 19:06:07 +0300
74774              Message-ID: <20030418160606.GA797@ratsnest.hole>
74775      Branch: perl
74776            ! Makefile.SH
74777 ____________________________________________________________________________
74778 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
74779         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
74780              From: Enache Adrian <enache@rdslink.ro>
74781              Date: Sat, 19 Apr 2003 20:12:18 +0300
74782              Message-ID: <20030419171218.GA974@ratsnest.hole>
74783      Branch: perl
74784            ! sv.c
74785 ____________________________________________________________________________
74786 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
74787         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
74788              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
74789              From: Steve Hay <steve.hay@uk.radan.com>
74790              Date: Wed, 16 Apr 2003 11:12:22 +0100
74791              Message-ID: <3E9D2C86.8040104@uk.radan.com>
74792      Branch: perl
74793            ! INSTALL win32/Makefile
74794 ____________________________________________________________________________
74795 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
74796         Log: Give more information of what to do when -Dusexxx fail.
74797      Branch: perl
74798            ! Configure
74799 ____________________________________________________________________________
74800 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
74801         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
74802              by adding a dummy destructor method Regexp::DESTROY.
74803              This prevents infinite recursion, since Regexp::DESTROY
74804              is no more autoloaded.
74805
74806              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
74807              From: Enache Adrian <enache@rdslink.ro>
74808              Date: Wed, 2 Apr 2003 05:02:42 +0300
74809              Message-ID: <20030402020242.GA2966@ratsnest.hole>
74810      Branch: perl
74811            ! ext/B/t/stash.t t/op/ref.t universal.c
74812 ____________________________________________________________________________
74813 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
74814         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
74815              From: Dave Mitchell <davem@fdgroup.com>
74816              Date: Sat, 19 Apr 2003 20:06:51 +0100
74817              Message-ID: <20030419190651.GD13333@fdgroup.com>
74818      Branch: perl
74819            ! t/comp/parser.t toke.c
74820 ____________________________________________________________________________
74821 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
74822         Log: Restore the two variables retired by the change #19268
74823              (for binary backward compatibility)
74824      Branch: perl
74825            ! embedvar.h perlapi.h thrdvar.h
74826 ____________________________________________________________________________
74827 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
74828         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
74829              (And undo a doublesize probe glitch from change #19272.)
74830      Branch: perl
74831            ! Configure
74832 ____________________________________________________________________________
74833 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
74834         Log: If long doubles fail, we really cannot sensibly
74835              drop back to doubles anymore, therefore abort.
74836              Pointed out by Slaven Rezic. (I tried to fix this
74837              via metaconfig but ended up with a vicious cyclic
74838              dependency.)
74839      Branch: perl
74840            ! Configure
74841 ____________________________________________________________________________
74842 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
74843         Log: Upgrade to Net::Ping 2.30.
74844      Branch: perl
74845            ! lib/Net/Ping.pm lib/Net/Ping/Changes
74846            ! lib/Net/Ping/t/450_service.t
74847 ____________________________________________________________________________
74848 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
74849         Log: Bump the test count.
74850      Branch: perl
74851            ! ext/Storable/t/tied.t
74852 ____________________________________________________________________________
74853 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
74854         Log: Subject: [PATCH] allow recursive FETCHes
74855              From: Dave Mitchell <davem@fdgroup.com>
74856              Date: Mon, 7 Apr 2003 10:00:41 +0100
74857              Message-ID: <20030407100041.A1617@fdgroup.com>
74858      Branch: perl
74859            ! av.c dump.c embed.fnc embed.h embedvar.h
74860            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
74861            ! sv.h t/op/tie.t thrdvar.h
74862 ____________________________________________________________________________
74863 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
74864         Log: Subject: [PATCH] readline.t tweak for VMS
74865              From: "Craig A. Berry" <craigberry@mac.com>
74866              Date: Thu, 17 Apr 2003 17:18:19 -0500
74867              Message-ID: <3E9F282B.6090603@mac.com>
74868      Branch: perl
74869            ! t/op/readline.t
74870 ____________________________________________________________________________
74871 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
74872         Log: Subject: [PATCH] Re: any takers for this Storable bug?
74873              From: Enache Adrian <enache@rdslink.ro>
74874              Date: Wed, 16 Apr 2003 21:11:11 +0300
74875              Message-ID: <20030416181111.GA6687@ratsnest.hole>
74876
74877              ams had already fixed the bug by #19227, but take the
74878              test case.
74879      Branch: perl
74880            ! ext/Storable/t/tied.t
74881 ____________________________________________________________________________
74882 [ 19265] By: sky                                   on 2003/04/19  00:40:42
74883         Log: Don't use the stack to allocate a SV that we hand out to another
74884              function, only badness can ensure.
74885              Message-Id: <20030418180131.GD10086@fdgroup.com>
74886              Thanks go to Dave Mitchell for help in tracking down the bug!
74887      Branch: perl
74888            ! sv.c
74889 ____________________________________________________________________________
74890 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
74891         Log: UTF8 regexp patch from Inaba Hiroto.
74892      Branch: perl
74893            ! regcomp.c t/op/pat.t
74894 ____________________________________________________________________________
74895 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
74896         Log: Unused variables.
74897      Branch: perl
74898            ! perlio.c universal.c
74899 ____________________________________________________________________________
74900 [ 19262] By: sky                                   on 2003/04/17  20:02:33
74901         Log: Another needle in the voodoo doll.
74902              Now I think it should work with the shared
74903              strings.
74904      Branch: perl
74905            ! sv.c
74906 ____________________________________________________________________________
74907 [ 19254] By: sky                                   on 2003/04/17  17:31:52
74908         Log: Extreme Voodoo programming, by not pinching the SV if it is a
74909              PADTMP it happily keeps it's value later on!
74910      Branch: perl
74911            ! sv.c
74912 ____________________________________________________________________________
74913 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
74914         Log: Implement -Dnoextensions=... and -Donlyextensions=...
74915      Branch: perl
74916            ! Configure INSTALL
74917 ____________________________________________________________________________
74918 [ 19252] By: ams                                   on 2003/04/17  16:19:31
74919         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
74920              Anything that's broken by this change should be fixed.
74921      Branch: perl
74922            ! gv.c
74923 ____________________________________________________________________________
74924 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
74925         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
74926      Branch: perl
74927            ! NetWare/config.wc NetWare/config_H.wc configure.com
74928            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
74929            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
74930            ! win32/config.gc win32/config.vc win32/config.vc64
74931            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
74932            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
74933 ____________________________________________________________________________
74934 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
74935         Log: Regen Glossary et alia.
74936      Branch: perl
74937            ! Porting/Glossary Porting/config.sh Porting/config_H
74938 ____________________________________________________________________________
74939 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
74940         Log: Small tidying up of the selectminbits code, but most
74941              importantly allocate the buffer from the heap using
74942              malloc, not from the stack: using stack causes unaligned
74943              access in LP64 Solaris since stack data is not guaranteed
74944              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
74945              (via Alan Burlison)
74946      Branch: perl
74947            ! Configure
74948 ____________________________________________________________________________
74949 [ 19247] By: ams                                   on 2003/04/17  12:24:57
74950         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
74951              From: Enache Adrian <enache@rdslink.ro>
74952              Date: Thu, 17 Apr 2003 14:35:36 +0300
74953              Message-Id: <20030417113536.GA898@ratsnest.hole>
74954      Branch: perl
74955            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
74956 ____________________________________________________________________________
74957 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
74958         Log: Document that the open pragma does not affect
74959              the three-headed hydra, ummm, open.
74960      Branch: perl
74961            ! lib/open.pm
74962 ____________________________________________________________________________
74963 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
74964         Log: More maneuvering closer to proposed POSIX classes
74965              mapping to Unicode: (1) The definitions of "graph" and
74966              "print" are still in flux: move closer back to how Perl
74967              5.8.0 defined it (though drop Co, that did not make sense)
74968              (2) Add U+0085 (NEL) to "space".
74969      Branch: perl
74970            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
74971            ! lib/unicore/lib/Space.pl lib/unicore/mktables
74972 ____________________________________________________________________________
74973 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
74974         Log: Detect the 'fast stdio' case.
74975      Branch: perl
74976            ! lib/PerlIO.pm t/io/layers.t
74977 ____________________________________________________________________________
74978 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
74979         Log: Fix up Larry's copyright statements to my best knowledge.
74980              (Lots of Perl 5 source code archaeology was involved.)
74981              Larry didn't make strangled noises when I showed him
74982              the patch, either :-)
74983      Branch: perl
74984            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
74985            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
74986            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
74987            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
74988            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
74989            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
74990            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
74991            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
74992            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
74993            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
74994            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
74995            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
74996            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
74997            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
74998            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
74999 ____________________________________________________________________________
75000 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
75001         Log: Handle PERLIO= and document a bit.
75002      Branch: perl
75003            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
75004 ____________________________________________________________________________
75005 [ 19240] By: sky                                   on 2003/04/16  16:27:43
75006         Log: Fix double join problem for those places where free
75007              actually means free (solaris for example :)
75008              Fixes bug #16681
75009      Branch: perl
75010            ! ext/threads/t/join.t ext/threads/threads.xs
75011 ____________________________________________________________________________
75012 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
75013         Log: Try to get the layers.t working also for dosish platforms.
75014      Branch: perl
75015            ! lib/PerlIO.pm t/io/layers.t
75016 ____________________________________________________________________________
75017 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
75018         Log: A -C parsed from the #! line can still have line endings in it.
75019      Branch: perl
75020            ! util.c
75021 ____________________________________________________________________________
75022 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
75023         Log: What does an empty PERLIO= mean, anyway?
75024      Branch: perl
75025            ! t/io/layers.t
75026 ____________________________________________________________________________
75027 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
75028         Log: Document the effect of thread creation context.
75029      Branch: perl
75030            ! ext/threads/threads.pm
75031 ____________________________________________________________________________
75032 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
75033         Log: Use the right prototype and a glob is fine (from Rafael).
75034      Branch: perl
75035            ! lib/PerlIO.pm universal.c
75036 ____________________________________________________________________________
75037 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
75038         Log: PerlIO::get_layers() usage tip.
75039      Branch: perl
75040            ! lib/PerlIO.pm
75041 ____________________________________________________________________________
75042 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
75043         Log: Syntax terror.
75044      Branch: perl
75045            ! lib/unicore/mktables
75046 ____________________________________________________________________________
75047 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
75048         Log: Redundant test.
75049      Branch: perl
75050            ! lib/unicore/mktables
75051 ____________________________________________________________________________
75052 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
75053         Log: Synchronize the specifications of the POSIX character
75054              classes alnum, graph, and print closer to the planned
75055              Unicode proposal.
75056      Branch: perl
75057            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
75058            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
75059 ____________________________________________________________________________
75060 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
75061         Log: Patch from Merijn.
75062      Branch: perl
75063            ! perl.h
75064 ____________________________________________________________________________
75065 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
75066         Log: Thinko in modfl detection.
75067      Branch: perl
75068            ! Configure
75069 ____________________________________________________________________________
75070 [ 19227] By: ams                                   on 2003/04/16  02:32:11
75071         Log: Storable now handles self-tied scalars with NULL mg_obj.
75072      Branch: perl
75073            ! ext/Storable/Storable.xs
75074 ____________________________________________________________________________
75075 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
75076         Log: Upgrade to Pod::LaTeX 0.55.
75077      Branch: perl
75078            + lib/Pod/t/pod2latex.t
75079            - lib/Pod/t/latex.t
75080            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
75081 ____________________________________________________________________________
75082 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
75083         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
75084      Branch: perl
75085            ! Configure
75086 ____________________________________________________________________________
75087 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
75088         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
75089      Branch: perl
75090            ! t/io/layers.t
75091 ____________________________________________________________________________
75092 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
75093         Log: False alarm: no cyclic dependency.
75094      Branch: perl
75095            ! Configure config_h.SH
75096 ____________________________________________________________________________
75097 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
75098         Log: Backport of _most_ of the changes in #19218: not one big
75099              cyclic dependency, though, it must be broken up somehow.
75100      Branch: perl
75101            ! Configure config_h.SH
75102 ____________________________________________________________________________
75103 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
75104         Log: Big patch from Alan Burlison to make Solaris long doubles work.
75105              (Also spreads more <stdlib.h> joy.)
75106              Needs backporting to metaconfig units and introducing the new
75107              symbols to non-Configure lands.
75108      Branch: perl
75109            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
75110 ____________________________________________________________________________
75111 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
75112         Log: Don't skip the whole test for PERLIO=perlio.
75113      Branch: perl
75114            ! t/io/layers.t
75115 ____________________________________________________________________________
75116 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
75117         Log: Add a test for [perl #17753].
75118      Branch: perl
75119            ! t/op/undef.t
75120 ____________________________________________________________________________
75121 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
75122         Log: "proto.h": 'id' is a reserved word in Objective-C.
75123      Branch: perl
75124            ! embed.fnc op.c proto.h
75125 ____________________________________________________________________________
75126 [ 19213] By: sky                                   on 2003/04/14  21:42:10
75127         Log: Ook, run tests on correct build-dir next time.
75128              We must check if the hv is a stash, otherwise we try to delete
75129              something that is a HvNAME of null.....  tests pass better now
75130      Branch: perl
75131            ! gv.c
75132 ____________________________________________________________________________
75133 [ 19212] By: sky                                   on 2003/04/14  21:15:00
75134         Log: Fixes to bugs introduced by PL_stashcache
75135              A) Follow suggestion by Benjamin Goldberg to use hv_delete
75136              instead of hv_delete_ent to avoid creating a temporary SV
75137              B) Don't increment the refcount, sneak it into an IV instead
75138              C) When a GP is a deleted that contains a stash, remove the
75139              corresponding entry since hv might be in use in other places.
75140              D) Note that no test cases test the deletion of packages to catch
75141              this bug.
75142      Branch: perl
75143            ! gv.c hv.c pp_hot.c
75144 ____________________________________________________________________________
75145 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
75146         Log: Mention that "make test_harness" lets messages sent through
75147              standard error out. Complements change #19206.
75148      Branch: perl
75149            ! pod/perlhack.pod
75150 ____________________________________________________________________________
75151 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
75152         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
75153              From: Inaba Hiroto <inaba@st.rim.or.jp>
75154              Date: Fri, 21 Mar 2003 17:35:21 +0900
75155              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
75156              Date: Sat, 22 Mar 2003 11:28:05 +0900
75157              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
75158      Branch: perl
75159            ! regexec.c t/op/pat.t
75160 ____________________________________________________________________________
75161 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
75162         Log: PERLIO=perlio requires extra steps.
75163      Branch: perl
75164            ! lib/PerlIO.pm t/io/layers.t
75165 ____________________________________________________________________________
75166 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
75167         Log: Skip as early as possible if no perlio since the
75168              use open would be compile-time.
75169      Branch: perl
75170            ! t/io/layers.t
75171 ____________________________________________________________________________
75172 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
75173         Log: Document and test autovivified dirhandles.
75174              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
75175              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
75176              Date: 12 Apr 2003 12:40:45 -0000
75177              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
75178      Branch: perl
75179            ! pod/perlfunc.pod t/op/readdir.t
75180 ____________________________________________________________________________
75181 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
75182         Log: More docs about running tests and the test suite.
75183              Update perlhack.pod in various places.
75184              Add 'test_harness' as a .PHONY dependency in the Makefile.
75185      Branch: perl
75186            ! Makefile.SH pod/perlhack.pod t/README
75187 ____________________________________________________________________________
75188 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
75189         Log: Build get_layers() also under -Uuseperlio.
75190      Branch: perl
75191            ! universal.c
75192 ____________________________________________________________________________
75193 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
75194         Log: Bump up the version and admonish against aspiring (ab)use.
75195      Branch: perl
75196            ! lib/PerlIO.pm
75197 ____________________________________________________________________________
75198 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
75199         Log: Introduce PerlIO::get_layers() to allow people to peek
75200              at the PerlIO layer stack.
75201      Branch: perl
75202            + t/io/layers.t
75203            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
75204            ! universal.c
75205 ____________________________________________________________________________
75206 [ 19202] By: merijn                                on 2003/04/14  05:42:18
75207         Log: Subject: [PATCH] vms/vms.c waitpid tweak
75208              From: "Craig A. Berry" <craigberry@mac.com>
75209              Date: Mon, 14 Apr 2003 00:43:00 -0500
75210              Message-ID: <3E9A4A64.6030205@mac.com>
75211      Branch: perl
75212            ! vms/vms.c
75213 ____________________________________________________________________________
75214 [ 19201] By: sky                                   on 2003/04/13  19:26:46
75215         Log: Fix bug #16253, use all the CPU that we can :-)
75216      Branch: perl
75217            ! ext/threads/threads.xs
75218 ____________________________________________________________________________
75219 [ 19200] By: sky                                   on 2003/04/13  18:38:58
75220         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
75221              instead of 2 and make push and pop increase the refcount.
75222      Branch: perl
75223            ! ext/threads/shared/shared.xs
75224 ____________________________________________________________________________
75225 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
75226         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
75227              ../../lib for the lc() at line 66 (UTF-8 data possible
75228              if using UTF-8 locales).
75229      Branch: perl
75230            ! lib/ExtUtils/t/Install.t
75231 ____________________________________________________________________________
75232 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
75233         Log: The lib/ipc_sysv.t test has a new name.
75234      Branch: perl
75235            ! INSTALL
75236 ____________________________________________________________________________
75237 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
75238         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
75239              most probably introduced by the change #19157.  The tweak suggested
75240              by Stephen McCamant trades a possible dangling pointer (CopFILE()
75241              is tricky like that with threads) to a memory leak.  (This means
75242              that this tweak shouldn't be left in as-is, but if this helps,
75243              we at least know that the failure was caused by the #19157.)
75244      Branch: perl
75245            ! op.c
75246 ____________________________________________________________________________
75247 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
75248         Log: Upgrade to Net::Ping 2.29.
75249      Branch: perl
75250            + lib/Net/Ping/t/510_ping_udp.t
75251            - lib/Net/Ping/README
75252            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
75253 ____________________________________________________________________________
75254 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
75255         Log: Upgrade to Test::Harness 2.27_04.
75256      Branch: perl
75257            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
75258            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
75259            ! lib/Test/Harness/t/test-harness.t
75260 ____________________________________________________________________________
75261 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
75262         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
75263      Branch: perl
75264            ! hints/darwin.sh hints/rhapsody.sh
75265 ____________________________________________________________________________
75266 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
75267         Log: The debugging aid #19182 didn't.
75268      Branch: perl
75269            ! ext/B/t/deparse.t
75270 ____________________________________________________________________________
75271 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
75272         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
75273              be a negative zero, -0).
75274      Branch: perl
75275            ! lib/Benchmark.t
75276 ____________________________________________________________________________
75277 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
75278         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
75279              From: Michael G Schwern <schwern@pobox.com>
75280              Date: Fri, 11 Apr 2003 00:32:02 -0700
75281              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
75282      Branch: perl
75283            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
75284            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
75285            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
75286            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
75287            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
75288            ! lib/ExtUtils/t/zz_cleanup_dummy.t
75289 ____________________________________________________________________________
75290 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
75291         Log: Peter Scott suggests that the docs for base.pm should
75292              state explicitely that base.pm doesn't call import()
75293              on base classes. Plus a few typos.
75294      Branch: perl
75295            ! lib/base.pm
75296 ____________________________________________________________________________
75297 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
75298         Log: PerlFAQ sync.
75299      Branch: perl
75300            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
75301            ! pod/perlfaq7.pod pod/perlfaq9.pod
75302 ____________________________________________________________________________
75303 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
75304         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
75305              There used to be a nullstash (%{"<none>::"}) to hold illegal
75306              variables under strict 'vars'. It has been removed by change #17942.
75307              This can lead to segfaults during the parsing, because some illegal
75308              variables might have been discarded before the compilation of the
75309              current statement had completed.
75310              Bug analysis and test case by Enache Adrian.
75311      Branch: perl
75312            ! gv.c t/lib/strict/vars
75313 ____________________________________________________________________________
75314 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
75315         Log: Be more descriptive.
75316      Branch: perl
75317            ! MANIFEST
75318 ____________________________________________________________________________
75319 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
75320         Log: Noted by Nat: -0 didn't work that well with Unicode.
75321      Branch: perl
75322            ! perl.c pod/perlrun.pod
75323 ____________________________________________________________________________
75324 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
75325         Log: Add an option for the grok_xxx() to silently ignore bad digits.
75326      Branch: perl
75327            ! numeric.c perl.h
75328 ____________________________________________________________________________
75329 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
75330         Log: The test doesn't work that well when -Uusedl.
75331              Some of the tests could be salvaged even then I guess.
75332      Branch: perl
75333            ! lib/ExtUtils/t/Constant.t
75334 ____________________________________________________________________________
75335 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
75336         Log: A temporary debugging aid for Tru64 threaded builds.
75337      Branch: perl
75338            ! ext/B/t/deparse.t
75339 ____________________________________________________________________________
75340 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
75341         Log: Unless Inuits are involved...
75342      Branch: perl
75343            ! pod/perlrun.pod
75344 ____________________________________________________________________________
75345 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
75346         Log: With AFS the cwds have little chance of agreeing.
75347      Branch: perl
75348            ! ext/Cwd/t/cwd.t
75349 ____________________________________________________________________________
75350 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
75351         Log: I assume the idea was to use the *cwd variables for testing.
75352      Branch: perl
75353            ! ext/Cwd/t/cwd.t
75354 ____________________________________________________________________________
75355 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
75356         Log: perlport information about portably embedding string data.
75357      Branch: perl
75358            ! pod/perlport.pod
75359 ____________________________________________________________________________
75360 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
75361         Log: Also locale names can contain illegal UTF-8.
75362      Branch: perl
75363            ! lib/locale.t
75364 ____________________________________________________________________________
75365 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
75366         Log: In case someone is using UTF-8 locales.
75367      Branch: perl
75368            ! lib/ExtUtils/MM_MacOS.pm
75369 ____________________________________________________________________________
75370 [ 19174] By: merijn                                on 2003/04/09  14:33:12
75371         Log: Even more promotion for -lc128 (long doubles on AIX)
75372              More obvious detection of C compiler
75373              cc_type should not promote to config.sh
75374
75375              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75376              Date: Wed, 09 Apr 2003 14:31:48 +0200
75377              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
75378      Branch: perl
75379            ! hints/aix.sh
75380 ____________________________________________________________________________
75381 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
75382         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
75383      Branch: perl
75384            ! op.c t/io/open.t
75385 ____________________________________________________________________________
75386 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
75387         Log: Try to be more descriptive than just __ANONIO__ which is what
75388              you get when you autovivify filehandles into array/hash elements.
75389      Branch: perl
75390            ! doio.c op.c t/io/open.t
75391 ____________________________________________________________________________
75392 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
75393         Log: Implement support for --help and --version in Getopt::Std
75394              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
75395              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75396              Date: Mon, 7 Apr 2003 17:07:15 -0700
75397              Message-ID: <20030408000714.GA953@math.berkeley.edu>
75398      Branch: perl
75399            ! lib/Getopt/Std.pm
75400 ____________________________________________________________________________
75401 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
75402         Log: Subject: [PATCH] Re: Error: Unknown error
75403              From: Enache Adrian <enache@rdslink.ro>
75404              Date: Tue, 8 Apr 2003 07:12:13 +0300
75405              Message-ID: <20030408041213.GA13553@ratsnest.hole>
75406      Branch: perl
75407            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
75408 ____________________________________________________________________________
75409 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
75410         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
75411              From: Dave Mitchell <davem@fdgroup.com>
75412              Date: Mon, 7 Apr 2003 21:43:17 +0100
75413              Message-ID: <20030407204317.GA8796@fdgroup.com>
75414
75415              The new XTERMORDORDOR lexer expectation must also be named
75416              in debugging perls, to be used in the output of -DT.
75417      Branch: perl
75418            ! perl.h toke.c
75419 ____________________________________________________________________________
75420 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
75421         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
75422      Branch: perl
75423            ! vms/perlvms.pod
75424 ____________________________________________________________________________
75425 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
75426         Log: Typos fixes by Stas Bekman.
75427      Branch: perl
75428            ! cv.h lib/attributes.pm sv.h
75429 ____________________________________________________________________________
75430 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
75431         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
75432              From: Robin Barker <Robin.Barker@npl.co.uk>
75433              Date: Tue, 8 Apr 2003 14:23:04 +0100
75434              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
75435      Branch: perl
75436            ! pod/perlpod.pod
75437 ____________________________________________________________________________
75438 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
75439         Log: Few more words about safe/unsafe signals.
75440      Branch: perl
75441            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
75442 ____________________________________________________________________________
75443 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
75444         Log: The SvGROW() might move the PV.
75445      Branch: perl
75446            ! pp.c
75447 ____________________________________________________________________________
75448 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
75449         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
75450              From: Michael G Schwern <schwern@pobox.com>
75451              Date: Mon, 7 Apr 2003 02:09:17 -0700
75452              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
75453      Branch: perl
75454            + lib/ExtUtils/t/MM_Any.t
75455            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
75456            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
75457            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
75458            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
75459            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
75460            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
75461            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
75462            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
75463            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
75464            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
75465            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
75466            ! lib/ExtUtils/README lib/ExtUtils/TODO
75467            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
75468            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
75469 ____________________________________________________________________________
75470 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
75471         Log: Time::HiRes: Do not create files in blib directories under core
75472              (from Rafael)
75473      Branch: perl
75474            ! ext/Time/HiRes/Makefile.PL
75475 ____________________________________________________________________________
75476 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
75477         Log: Future binary compat wishful thinking:
75478              maint will use the stashcache, but not the dbassertion.
75479      Branch: perl
75480            ! intrpvar.h
75481 ____________________________________________________________________________
75482 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
75483         Log: More WinCE tweaking for Vadim Konovalov.
75484      Branch: perl
75485            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
75486            ! wince/makedist.pl
75487 ____________________________________________________________________________
75488 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
75489         Log: Subject: CvFILE for constant subs
75490              From: Stephen McCamant <smcc@mit.edu>
75491              Date: Sun, 6 Apr 2003 16:39:13 -0400
75492              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
75493      Branch: perl
75494            ! op.c
75495 ____________________________________________________________________________
75496 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
75497         Log: Subject: [PATCH] B::Deparse: sv_no != 0
75498              From: Stephen McCamant <smcc@mit.edu>
75499              Date: Sun, 6 Apr 2003 17:00:48 -0400
75500              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
75501      Branch: perl
75502            ! ext/B/B/Deparse.pm
75503 ____________________________________________________________________________
75504 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
75505         Log: An unconditional carp is not nice.
75506      Branch: perl
75507            ! ext/Sys/Syslog/Syslog.pm
75508 ____________________________________________________________________________
75509 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
75510         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
75511              From: Robert Spier <rspier@pobox.com>
75512              Date: Sat, 05 Apr 2003 21:12:20 -0800
75513              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
75514      Branch: perl
75515            ! README.solaris
75516 ____________________________________________________________________________
75517 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
75518         Log: Remove unportable ">|" shell syntax
75519              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
75520              From: Enache Adrian <enache@rdslink.ro>
75521              Date: Sun, 6 Apr 2003 21:13:27 +0300
75522              Message-ID: <20030406181326.GA873@ratsnest.hole>
75523      Branch: perl
75524            ! Makefile.SH
75525 ____________________________________________________________________________
75526 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
75527         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
75528              From: Joost van Baal <J.E.vanBaal@uvt.nl>
75529              Date: Mon, 25 Nov 2002 17:35:37 +0100
75530              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
75531
75532              (The .pm patch modified a bit, and removed the false
75533              claim that _PATH_INFO would be coming from syslog.ph)
75534      Branch: perl
75535            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
75536            ! ext/Sys/Syslog/syslog.t
75537 ____________________________________________________________________________
75538 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
75539         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
75540              From: Enache Adrian <enache@rdslink.ro>
75541              Date: Thu, 3 Apr 2003 15:50:48 +0300
75542              Message-ID: <20030403125048.GA6107@ratsnest.hole>
75543
75544              On linux, when building a shared library, generate
75545              a small shell wrapper, "preload", that preloads libperl.so
75546              only if it exists. Useful when the 'make' process stops
75547              before the link phase.
75548      Branch: perl
75549            ! Makefile.SH
75550 ____________________________________________________________________________
75551 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
75552         Log: Upgrade to Locale::Maketext 1.04.
75553      Branch: perl
75554            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
75555            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
75556            - lib/Locale/Maketext/test.pl
75557            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
75558            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
75559 ____________________________________________________________________________
75560 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
75561         Log: perluniintro.pod: nice_string() doesn't escape
75562              literal escape chars -- use Sadahiro-san's fix(es).
75563      Branch: perl
75564            ! pod/perluniintro.pod
75565 ____________________________________________________________________________
75566 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
75567         Log: Subject: [PATCH 5.8.1 @19053] Embedding
75568              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75569              Date: Mon, 31 Mar 2003 12:39:24 -0800
75570              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
75571
75572              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
75573              to be used in a C program's main function.
75574      Branch: perl
75575            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
75576 ____________________________________________________________________________
75577 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
75578         Log: Heredocs and use encoding didn't work for SJIS;
75579              patch from Inaba Hiroto.
75580      Branch: perl
75581            ! toke.c
75582 ____________________________________________________________________________
75583 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
75584         Log: The manpages don't have to be built by MakeMaker for the
75585              core modules in ext/. Disable this in Devel::PPPort (not
75586              up-to-date on CPAN), Unicode::Normalize (the CPAN version
75587              uses a different Makefile.PL anyway) and XS::APItest
75588              (not CPANized.)
75589      Branch: perl
75590            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
75591            ! ext/XS/APItest/Makefile.PL
75592 ____________________________________________________________________________
75593 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
75594         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
75595              by SADAHIRO Tomoyuki.
75596      Branch: perl
75597            ! ext/Unicode/Normalize/Changes
75598            ! ext/Unicode/Normalize/Normalize.pm
75599            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
75600            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
75601            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
75602            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
75603            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
75604 ____________________________________________________________________________
75605 [ 19143] By: merijn                                on 2003/04/03  08:55:33
75606         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
75607              From: "Craig A. Berry" <craigberry@mac.com>
75608              Date: Wed, 02 Apr 2003 18:09:03 -0600
75609              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
75610      Branch: perl
75611            ! vms/vms.c vms/vmsish.h
75612 ____________________________________________________________________________
75613 [ 19142] By: merijn                                on 2003/04/03  08:50:55
75614         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
75615              From: andreas.koenig@anima.de (Andreas J. Koenig)
75616              Date: Thu, 03 Apr 2003 08:28:52 +0200
75617              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
75618      Branch: perl
75619            ! lib/Pod/t/Functions.t
75620 ____________________________________________________________________________
75621 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
75622         Log: Don't recurse from threads to threads/shared (since
75623              threads/shared is built separately, temp solution from
75624              Schwern while MM is being fixed.)
75625      Branch: perl
75626            ! ext/threads/Makefile.PL
75627 ____________________________________________________________________________
75628 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
75629         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
75630              From: Steve Hay <steve.hay@uk.radan.com>
75631              Date: Thu, 20 Mar 2003 11:55:01 +0000
75632              Message-ID: <3E79AC15.80307@uk.radan.com>
75633      Branch: perl
75634            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
75635 ____________________________________________________________________________
75636 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
75637         Log: Make perldiag agree with #19138.
75638      Branch: perl
75639            ! pod/perldiag.pod
75640 ____________________________________________________________________________
75641 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
75642         Log: Make at least the thread count make sense.
75643      Branch: perl
75644            ! ext/threads/threads.xs
75645 ____________________________________________________________________________
75646 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
75647         Log: Adjust test for the recent change (#19136) to Pod::Html
75648      Branch: perl
75649            ! lib/Pod/t/htmlview.t
75650 ____________________________________________________________________________
75651 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
75652         Log: Fixes for "installhtml --splithead", based on :
75653              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
75654              From: Steve Hay <steve.hay@uk.radan.com>
75655              Date: Wed, 02 Apr 2003 11:33:41 +0100
75656              Message-ID: <3E8ABC85.5060807@uk.radan.com>
75657
75658              This also includes a small patch to Pod::Html : when generating
75659              anchor names, play on the safe side and turn every non-alphanumeric
75660              character into an '_'. Moreover, Pod::Html::anchorify() is now
75661              optionally exported.
75662      Branch: perl
75663            ! installhtml lib/Pod/Html.pm
75664 ____________________________________________________________________________
75665 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
75666         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
75667              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75668              Date: Tue, 01 Apr 2003 16:32:46 -0800
75669              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
75670      Branch: perl
75671            ! pp.c t/op/split.t
75672 ____________________________________________________________________________
75673 [ 19134] By: sky                                   on 2003/04/02  18:01:40
75674         Log: Fix some small nits, thanks to Rafael.
75675      Branch: perl
75676            ! pp_hot.c
75677 ____________________________________________________________________________
75678 [ 19133] By: sky                                   on 2003/04/02  13:41:14
75679         Log: Add packname->stash cache before the check if a packname is a
75680              filehandle or a package, it works because only packnames
75681              that have been resolved to stashes are added to the cache,
75682              and when a newIO is created we clean the cache.
75683              Results in roughly 1.8 speed increase for class->method()
75684              calls.
75685      Branch: perl
75686            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
75687 ____________________________________________________________________________
75688 [ 19132] By: merijn                                on 2003/04/02  11:28:02
75689         Log: #19122 should have been tested on non-glibc system (like AIX)
75690      Branch: perl
75691            ! pp.c
75692 ____________________________________________________________________________
75693 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
75694         Log: Spread IlyaZ's PERL_CORE detection trick.
75695      Branch: perl
75696            ! ext/Encode/Makefile.PL
75697 ____________________________________________________________________________
75698 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
75699         Log: Cannot portably compare files if one of them is still open
75700              (from Craig Berry).
75701      Branch: perl
75702            ! ext/Encode/t/enc_module.t
75703 ____________________________________________________________________________
75704 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
75705         Log: MM_VMS tweak from Craig Berry:
75706              http://nntp.x.perl.org/group/perl.makemaker/1002
75707      Branch: perl
75708            ! lib/ExtUtils/MM_VMS.pm
75709 ____________________________________________________________________________
75710 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
75711         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
75712              From: Steve Hay <steve.hay@uk.radan.com>
75713              Date: Thu, 20 Mar 2003 12:34:15 +0000
75714              Message-ID: <3E79B547.6030201@uk.radan.com>
75715              (with a few minor tweaks)
75716      Branch: perl
75717            ! installhtml
75718 ____________________________________________________________________________
75719 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
75720         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
75721              From: Enache Adrian <enache@rdslink.ro>
75722              Date: Sat, 29 Mar 2003 19:45:41 +0200
75723              Message-ID: <20030329174541.GA8138@ratsnest.hole>
75724      Branch: perl
75725            ! ext/B/B/Deparse.pm
75726 ____________________________________________________________________________
75727 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
75728         Log: Fix bug #21742. require should be always invoked in
75729              scalar context. This wasn't the case when called from
75730              an eval(""), because the void context doesn't propagate
75731              through the leaveeval op. Instead of making scalarvoid()
75732              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
75733              a workaround in doeval().
75734      Branch: perl
75735            ! pp_ctl.c t/comp/require.t
75736 ____________________________________________________________________________
75737 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
75738         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
75739              From: "Green, Paul" <Paul.Green@stratus.com>
75740              Date: Tue, 1 Apr 2003 12:37:38 -0500
75741              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
75742      Branch: perl
75743            ! hints/vos.sh
75744 ____________________________________________________________________________
75745 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
75746         Log: Integrate:
75747              [ 19119]
75748              Address "5.8.1@19053: crypt_r() takes 128K per thread".
75749      Branch: perl
75750           !> pp.c reentr.c reentr.h reentr.pl
75751 ____________________________________________________________________________
75752 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
75753         Log: Integrate:
75754              [ 19109]
75755              Subject: [PATCH 5.8.1 @19053] Time::HiRes
75756              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75757              Date: Mon, 31 Mar 2003 12:53:01 -0800
75758              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
75759
75760              [ 19111]
75761              A cleaner way to detect PERL_CORE, from IlyaZ.
75762      Branch: perl
75763           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
75764 ____________________________________________________________________________
75765 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
75766         Log: Integrate:
75767              [ 19106]
75768              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
75769              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75770              Date: Mon, 31 Mar 2003 12:43:37 -0800
75771              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
75772
75773              and regen Configure.
75774      Branch: perl
75775            ! Configure config_h.SH embedvar.h
75776           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
75777           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
75778           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
75779           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
75780           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
75781           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
75782           !> reentr.h reentr.pl sv.c
75783 ____________________________________________________________________________
75784 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
75785         Log: Document the _exit() issue with threads in Linux [perl #17057].
75786      Branch: perl
75787            ! ext/POSIX/POSIX.pod
75788 ____________________________________________________________________________
75789 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
75790         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
75791              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75792              Date: Tue, 1 Apr 2003 11:02:35 +0200
75793              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
75794      Branch: perl
75795            ! t/op/getpid.t
75796 ____________________________________________________________________________
75797 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
75798         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
75799              From: Michael G Schwern <schwern@pobox.com>
75800              Date: Mon, 31 Mar 2003 15:16:57 -0800
75801              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
75802      Branch: perl
75803            ! ext/SDBM_File/sdbm/Makefile.PL
75804 ____________________________________________________________________________
75805 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
75806         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
75807              From: Richard.Foley@ubsw.com
75808              Date: Mon, 31 Mar 2003 16:27:14 +0200
75809              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
75810      Branch: perl
75811            ! pod/perlhack.pod
75812 ____________________________________________________________________________
75813 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
75814         Log: Subject: [PATCH] Text::Abbrev warnings safe
75815              From: Peter Scott <Peter@PSDT.com>
75816              Date: Fri, 28 Mar 2003 16:34:47 -0800
75817              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
75818      Branch: perl
75819            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
75820 ____________________________________________________________________________
75821 [ 19113] By: merijn                                on 2003/04/01  14:12:33
75822         Log: Implemented AIX longdouble support in hints/aix.sh, which now
75823              actually work.  Thanks to John L. Allen for the hint.
75824
75825              Subject: Re: AIX longdoubles
75826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75827              Date: Tue, 01 Apr 2003 17:18:57 +0200
75828              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
75829      Branch: perl
75830            ! hints/aix.sh
75831 ____________________________________________________________________________
75832 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
75833         Log: Tabify; strictly speaking unnecessary but anyway...
75834      Branch: perl
75835            ! MANIFEST
75836 ____________________________________________________________________________
75837 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
75838         Log: Upgrade to Test::Harness 2.27_02.
75839      Branch: perl
75840            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
75841            + t/lib/sample-tests/too_many
75842            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
75843            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
75844            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
75845 ____________________________________________________________________________
75846 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
75847         Log: Upgrade to podlators 1.26.
75848      Branch: perl
75849            ! lib/Pod/Man.pm
75850 ____________________________________________________________________________
75851 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
75852         Log: Upgrade to Encode 1.92.
75853      Branch: perl
75854            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
75855            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
75856            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
75857            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
75858            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
75859            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
75860 ____________________________________________________________________________
75861 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
75862         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
75863              From: Michael G Schwern <schwern@pobox.com>
75864              Date: Mon, 31 Mar 2003 02:42:58 -0800
75865              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
75866      Branch: perl
75867            + lib/ExtUtils/MakeMaker/FAQ.pod
75868            + lib/ExtUtils/MakeMaker/Tutorial.pod
75869            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
75870            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
75871            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
75872            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
75873            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
75874            + t/lib/TieIn.pm
75875            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
75876            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
75877            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
75878            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
75879            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
75880            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
75881            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
75882            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
75883            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
75884            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
75885            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
75886            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
75887            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
75888            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
75889            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
75890            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
75891            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
75892            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
75893 ____________________________________________________________________________
75894 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
75895         Log: Subject: [PATCH dump.c] stray n_a
75896              From: Michael G Schwern <schwern@pobox.com>
75897              Date: Mon, 31 Mar 2003 00:55:49 -0800
75898              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
75899      Branch: perl
75900            ! dump.c
75901 ____________________________________________________________________________
75902 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
75903         Log: Some low-hanging fruit for EBCDIC portability
75904              (or for marking as EBCDIC todos)
75905      Branch: perl
75906            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
75907            ! t/uni/write.t
75908 ____________________________________________________________________________
75909 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
75910         Log: Upgrade to Time::HiRes 1.44.
75911      Branch: perl
75912            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
75913 ____________________________________________________________________________
75914 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
75915         Log: IRIX 5.3 update.
75916      Branch: perl
75917            ! README.irix
75918 ____________________________________________________________________________
75919 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
75920         Log: Not all compilers like #ifdefs within cpp macros
75921              (follow-up on #19086)
75922      Branch: perl
75923            ! pp_sys.c
75924 ____________________________________________________________________________
75925 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
75926         Log: Ending strings is customary (typo from #19084).
75927      Branch: perl
75928            ! ext/Socket/Socket.t
75929 ____________________________________________________________________________
75930 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
75931         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
75932      Branch: perl
75933            ! MANIFEST
75934 ____________________________________________________________________________
75935 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
75936         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
75937              as the test expects.
75938      Branch: perl
75939            ! lib/Net/hostent.t
75940 ____________________________________________________________________________
75941 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
75942         Log: In IRIX 5.3 turn off some of the warnings that cannot
75943              really be helped (e.g. warnings coming from system headers,
75944              or linker warnings during Configure).
75945      Branch: perl
75946            ! hints/irix_5.sh
75947 ____________________________________________________________________________
75948 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
75949         Log: In IRIX 5.3 the cc is awfully confused about the prototype
75950              of select().
75951      Branch: perl
75952            ! hints/irix_5.sh pp_sys.c
75953 ____________________________________________________________________________
75954 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
75955         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
75956      Branch: perl
75957            + ext/Time/HiRes/hints/irix.pl
75958            ! MANIFEST
75959 ____________________________________________________________________________
75960 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
75961         Log: gethostbyname('localhost') is not that portable.
75962              inet_aton('localhost') in IRIX 5.3 returned an undef,
75963              which in turn made pack_sockaddr_in to barf on zero
75964              length in_addr.
75965      Branch: perl
75966            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
75967 ____________________________________________________________________________
75968 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
75969         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
75970              From: Nicholas Clark <nick@unfortu.net>
75971              Date: Sun, 30 Mar 2003 00:35:48 +0000
75972              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
75973      Branch: perl
75974            ! sv.c
75975 ____________________________________________________________________________
75976 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
75977         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
75978              not defined AF_LINK.
75979      Branch: perl
75980            ! ext/Socket/Socket.xs
75981 ____________________________________________________________________________
75982 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
75983         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
75984              From: Nicholas Clark <nick@unfortu.net>
75985              Date: Sat, 29 Mar 2003 18:58:09 +0000
75986              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
75987      Branch: perl
75988            ! dump.c
75989 ____________________________________________________________________________
75990 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
75991         Log: Minor rephrasing in perlopentut,
75992              noticed by Bob Wilkinson (RT [perl #21725])
75993      Branch: perl
75994            ! pod/perlopentut.pod
75995 ____________________________________________________________________________
75996 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
75997         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
75998              From: Nicholas Clark <nick@unfortu.net>
75999              Date: Thu, 27 Mar 2003 22:37:35 +0000
76000              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
76001      Branch: perl
76002            ! pod/perlapi.pod sv.h
76003 ____________________________________________________________________________
76004 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
76005         Log: It seems that in Tru64 V5 gcc cannot be used to
76006              compile a threaded Perl because <pthread.h> explicitly
76007              checks for supported compilers (gcc not being one of them).
76008              This is not so bad since the system C compiler is always there.
76009      Branch: perl
76010            ! README.tru64 hints/dec_osf.sh
76011 ____________________________________________________________________________
76012 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
76013         Log: Feeding illegal QP (like \x80) to this
76014              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
76015              caused a coredump in av_length() <- nextargv() because
76016              the av was NULL.  I don't know that returning Nullfp is
76017              the best thing to do, but it dodges the segfault and
76018              introduces no test failures.
76019      Branch: perl
76020            ! doio.c
76021 ____________________________________________________________________________
76022 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
76023         Log: Missing final \n.
76024      Branch: perl
76025            ! lib/Attribute/Handlers/Changes
76026 ____________________________________________________________________________
76027 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
76028         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
76029              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
76030              Date: 24 Mar 2003 16:29:08 -0000
76031              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
76032              plus a regression test
76033      Branch: perl
76034            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
76035 ____________________________________________________________________________
76036 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
76037         Log: Better version of change #19069
76038              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
76039              From: Nicholas Clark <nick@unfortu.net>
76040              Date: Wed, 26 Mar 2003 23:01:46 +0000
76041              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
76042      Branch: perl
76043            ! pp_hot.c sv.c t/op/readline.t
76044 ____________________________________________________________________________
76045 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
76046         Log: Subject: [patch] for Stratus VOS
76047              From: "Green, Paul" <Paul.Green@stratus.com>
76048              Date: Wed, 26 Mar 2003 17:24:38 -0500
76049              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
76050              (plus a small tweak to the test script)
76051      Branch: perl
76052            ! README.vos t/op/pack.t
76053 ____________________________________________________________________________
76054 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
76055         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
76056              From: Nicholas Clark <nick@unfortu.net>
76057              Date: Tue, 25 Mar 2003 22:59:17 +0000
76058              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
76059      Branch: perl
76060            ! sv.c t/op/readline.t
76061 ____________________________________________________________________________
76062 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
76063         Log: Win32 counterpart of change #19065
76064      Branch: perl
76065            ! win32/Makefile win32/makefile.mk
76066 ____________________________________________________________________________
76067 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
76068         Log: VMS counterpart of change #19065
76069      Branch: perl
76070            ! vms/descrip_mms.template
76071 ____________________________________________________________________________
76072 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
76073         Log: Upgrade to Term::ANSIColor 1.07.
76074      Branch: perl
76075            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
76076            ! lib/Term/ANSIColor/README
76077 ____________________________________________________________________________
76078 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
76079         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
76080              also separately maintained on CPAN, and now moved as
76081              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
76082              this last file.
76083      Branch: perl
76084            + utils/cpan.PL
76085           +> lib/CPAN/bin/cpan
76086            - utils/cpan
76087            ! MANIFEST installperl utils/Makefile
76088 ____________________________________________________________________________
76089 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
76090         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
76091              From: Dave Mitchell <davem@fdgroup.com>
76092              Date: Thu, 20 Mar 2003 01:26:19 +0000
76093              Message-ID: <20030320012619.C19869@fdgroup.com>
76094
76095              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
76096              From: Dave Mitchell <davem@fdgroup.com>
76097              Date: Mon, 24 Mar 2003 16:06:51 +0000
76098              Message-ID: <20030324160651.D1798@fdgroup.com>
76099      Branch: perl
76100            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
76101 ____________________________________________________________________________
76102 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
76103         Log: Subject: [perl #21648] Doc typo in Net::servent
76104              From: Andy Lester (via RT) <perlbug-followup@perl.org>
76105              Date: 22 Mar 2003 05:02:31 -0000
76106              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
76107      Branch: perl
76108            ! lib/Net/servent.pm
76109 ____________________________________________________________________________
76110 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
76111         Log: Subject: [PATCH README.qnx] for QNX 6.2
76112              From: Norton Allen <allen@huarp.harvard.edu>
76113              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
76114              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
76115      Branch: perl
76116            ! README.qnx
76117 ____________________________________________________________________________
76118 [ 19060] By: merijn                                on 2003/03/26  13:13:23
76119         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
76120              From: "Craig A. Berry" <craigberry@mac.com>
76121              Date: Tue, 25 Mar 2003 22:52:58 -0600
76122              Message-ID: <3E81322A.3040508@mac.com>
76123      Branch: perl
76124            ! lib/vmsish.t
76125 ____________________________________________________________________________
76126 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
76127         Log: Change 19056 wasn't good enough.
76128              ldlibpth should be changed later, to avoid spaces to be quoted.
76129      Branch: perl
76130            ! Makefile.SH
76131 ____________________________________________________________________________
76132 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
76133         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
76134              From: Michael G Schwern <schwern@pobox.com>
76135              Date: Mon, 24 Mar 2003 00:50:39 -0800
76136              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
76137      Branch: perl
76138            ! pod/perlhist.pod
76139 ____________________________________________________________________________
76140 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
76141         Log: Typo, spotted by Doru Petrescu
76142              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
76143      Branch: perl
76144            ! ext/Data/Dumper/Dumper.pm
76145 ____________________________________________________________________________
76146 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
76147         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
76148              From: Enache Adrian <enache@rdslink.ro>
76149              Date: Mon, 24 Mar 2003 23:56:25 +0200
76150              Message-ID: <20030324215625.GB853@ratsnest.hole>
76151      Branch: perl
76152            ! Makefile.SH
76153 ____________________________________________________________________________
76154 [ 19055] By: merijn                                on 2003/03/24  07:05:39
76155         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
76156              From: Enache Adrian <enache@rdslink.ro>
76157              Date: Sat, 22 Mar 2003 22:49:49 +0200
76158              Message-ID: <20030322204949.GB794@ratsnest.hole>
76159
76160              This is a slightly more defensive patch than Chip's patch that
76161              fell through the cracks, but does the same
76162              Subject: Shared libperl.so and build issues
76163              From: Chip Turner <cturner@redhat.com>
76164              Date: Tue 31 Dec 2002 17:21
76165      Branch: perl
76166            ! Makefile.SH
76167 ____________________________________________________________________________
76168 [ 19054] By: merijn                                on 2003/03/24  06:54:23
76169         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
76170              From: "Craig A. Berry" <craigberry@mac.com>
76171              Date: Sun, 23 Mar 2003 15:32:58 -0600
76172              Message-ID: <3E7E280A.5000304@mac.com>
76173      Branch: perl
76174            ! vms/vms.c
76175 ____________________________________________________________________________
76176 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
76177         Log: For change #19051: a new .bat to CRLF.
76178      Branch: perl
76179            ! Porting/makerel
76180 ____________________________________________________________________________
76181 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
76182         Log: WinCE update from Vadim Konovalov.
76183      Branch: perl
76184            + wince/compile-all.bat wince/makedist.pl
76185            - wince/include/sys/stat.h wince/xbuildall.ksh
76186            - wince/xdistclean.ksh wince/xmakediffs.ksh
76187            ! MANIFEST README.ce dosish.h wince/Makefile.ce
76188            ! wince/compile.bat wince/config.ce
76189 ____________________________________________________________________________
76190 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
76191         Log: Oops (change #19013 missed changing the Perl version number).
76192      Branch: perl
76193            ! cygwin/perlld.in
76194 ____________________________________________________________________________
76195 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
76196         Log: Integrate from maint-5.8:
76197              [ 19045]
76198              If no IVSIZE == 8, no need for modulo_1.
76199      Branch: perl
76200           !> pp.c
76201 ____________________________________________________________________________
76202 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
76203         Log: Subject: [PATCH] p4genpatch
76204              From: andreas.koenig@anima.de (Andreas J. Koenig)
76205              Date: Sat, 15 Mar 2003 12:04:18 +0100
76206              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
76207      Branch: perl
76208            ! Porting/p4genpatch
76209 ____________________________________________________________________________
76210 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
76211         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
76212              From: Martien Verbruggen <mgjv@tradingpost.com.au>
76213              Date: Sat, 15 Mar 2003 12:31:47 +1100
76214              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
76215      Branch: perl
76216            ! pod/perlsub.pod pod/perlsyn.pod
76217 ____________________________________________________________________________
76218 [ 19042] By: merijn                                on 2003/03/21  07:45:54
76219         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
76220              From: "Craig A. Berry" <craigberry@mac.com>
76221              Date: Thu, 20 Mar 2003 23:03:36 -0600
76222              Message-ID: <3E7A9D28.1040706@mac.com>
76223      Branch: perl
76224            ! configure.com vms/vms.c vms/vmsish.h
76225 ____________________________________________________________________________
76226 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
76227         Log: Subject: Re: [patch] [perl #21628] rcatline issue
76228              From: Enache Adrian <enache@rdslink.ro>
76229              Date: Thu, 20 Mar 2003 22:39:06 +0200
76230              Message-ID: <20030320203906.GA31199@ratsnest.hole>
76231      Branch: perl
76232            ! MANIFEST pp_hot.c t/op/readline.t
76233 ____________________________________________________________________________
76234 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
76235         Log: Subject: Re: Bytecode? Back into service.
76236              From: Enache Adrian <enache@rdslink.ro>
76237              Date: Thu, 20 Mar 2003 07:38:39 +0200
76238              Message-ID: <20030320053839.GA4044@ratsnest.hole>
76239      Branch: perl
76240            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
76241            ! ext/ByteLoader/byterun.h op.c
76242 ____________________________________________________________________________
76243 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
76244         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
76245              From: "Gerrit P. Haase" <gp@familiehaase.de>
76246              Date: Thu, 20 Mar 2003 21:23:28 +0100
76247              Message-ID: <941032389637.20030320212328@familiehaase.de>
76248      Branch: perl
76249            ! README.cygwin
76250 ____________________________________________________________________________
76251 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
76252         Log: Integrate:
76253              [ 19033]
76254              file test operators weren't doing the right thing if the SV
76255              passed to them wasn't NUL-terminated
76256
76257              [ 19034]
76258              ensure SVs returned by Win32::Get{Short,Full}PathName() are
76259              NUL-terminated
76260      Branch: perl
76261           !> doio.c win32/win32.c
76262 ____________________________________________________________________________
76263 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
76264         Log: Better wording as requested by Rafael, and
76265              the module is BerkeleyDB, not BerkeleyFile.
76266      Branch: perl
76267            ! README.tru64
76268 ____________________________________________________________________________
76269 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
76270         Log: Update the DB_File instructions in Tru64.
76271      Branch: perl
76272            ! README.tru64
76273 ____________________________________________________________________________
76274 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
76275         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
76276              From: Dave Mitchell <davem@fdgroup.com>
76277              Date: Tue, 18 Mar 2003 21:55:05 +0000
76278              Message-ID: <20030318215505.A16787@fdgroup.com>
76279      Branch: perl
76280            ! pp_ctl.c t/op/goto.t
76281 ____________________________________________________________________________
76282 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
76283         Log: Subject: [PATCH] VMS pod install tweaks
76284              From: "Craig A. Berry" <craigberry@mac.com>
76285              Date: Sat, 15 Mar 2003 16:06:07 -0600
76286              Message-ID: <3E73A3CF.3060502@mac.com>
76287      Branch: perl
76288            ! vms/descrip_mms.template
76289 ____________________________________________________________________________
76290 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
76291         Log: Subject: [PATCH] poll() help for VMS
76292              From: "Craig A. Berry" <craigberry@mac.com>
76293              Date: Tue, 18 Mar 2003 01:10:10 -0600
76294              Message-ID: <3E76C652.30205@mac.com>
76295      Branch: perl
76296            ! configure.com ext/IO/poll.h
76297 ____________________________________________________________________________
76298 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
76299         Log: The description of SIG_SIZE was off.
76300      Branch: perl
76301            ! Configure NetWare/config_H.wc Porting/Glossary
76302            ! Porting/config.sh Porting/config_H config_h.SH
76303            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
76304            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
76305            ! wince/config_H.ce
76306 ____________________________________________________________________________
76307 [ 19020] By: merijn                                on 2003/03/18  05:45:50
76308         Log: Minor updates of Wolfgang's pack patch
76309
76310              Subject: Re: pack changes and related fixes
76311              From: Philip Newton <Philip.Newton@gmx.net>
76312              Date: Tue, 18 Mar 2003 06:19:30 +0100
76313              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
76314      Branch: perl
76315            ! embed.fnc pod/perldiag.pod
76316 ____________________________________________________________________________
76317 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
76318         Log: regenerate win32/config_H.*
76319      Branch: perl
76320            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76321            ! win32/config_H.vc64
76322 ____________________________________________________________________________
76323 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
76324         Log: there is no trailing NULL in sig_name or sig_num, so don't
76325              talk about it
76326      Branch: perl
76327            ! Porting/Glossary
76328 ____________________________________________________________________________
76329 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
76330         Log: according to the new Porting/Glossary, sig_num doesn't have an
76331              extra '0' at the end
76332      Branch: perl
76333            ! win32/config.bc win32/config.gc win32/config.vc
76334            ! win32/config.vc64
76335 ____________________________________________________________________________
76336 [ 19016] By: hv                                    on 2003/03/18  00:52:09
76337         Log: add tests for existing behaviour of undef postinc/dec
76338      Branch: perl
76339            ! t/op/inc.t
76340 ____________________________________________________________________________
76341 [ 19015] By: hv                                    on 2003/03/18  00:46:18
76342         Log: add comment at undef postinc special case
76343      Branch: perl
76344            ! pp.c
76345 ____________________________________________________________________________
76346 [ 19014] By: hv                                    on 2003/03/18  00:27:19
76347         Log: clarify behaviour of $a++
76348      Branch: perl
76349            ! pod/perlop.pod
76350 ____________________________________________________________________________
76351 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
76352         Log: Integrate:
76353              [ 19012]
76354              We don't have the new Perl at this stage.
76355      Branch: perl
76356           !> cygwin/perlld.in
76357 ____________________________________________________________________________
76358 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
76359         Log: Subject: pack changes and related fixes
76360              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
76361              Date: Mon, 17 Mar 2003 13:55:37 +0100
76362              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
76363      Branch: perl
76364            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
76365            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
76366            ! t/lib/warnings/pp_pack t/op/pack.t
76367 ____________________________________________________________________________
76368 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
76369         Log: Integrate:
76370              [ 19006]
76371              Subject: Re: [Patch] Maintperl versioning for Cygwin
76372              From: Slaven Rezic <slaven@rezic.de>
76373              Date: 17 Mar 2003 00:42:43 +0100
76374              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
76375      Branch: perl
76376           !> cygwin/perlld.in
76377 ____________________________________________________________________________
76378 [ 19005] By: hv                                    on 2003/03/17  02:06:20
76379         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
76380              From: chocolateboy <chocolateboy@chocolatey.com>
76381              Date: Sat, 22 Feb 2003 12:17:28 +0000
76382              Message-ID: <3E576A58.8010901@chocolatey.com>
76383      Branch: perl
76384            + ext/Data/Dumper/t/pair.t
76385            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
76386 ____________________________________________________________________________
76387 [ 19004] By: hv                                    on 2003/03/17  01:38:23
76388         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
76389              From: Stas Bekman <stas@stason.org>
76390              Date: Fri, 14 Feb 2003 11:59:53 +1100
76391              Message-ID: <3E4C3F89.6050005@stason.org>
76392      Branch: perl
76393            ! utils/h2xs.PL
76394 ____________________________________________________________________________
76395 [ 19003] By: hv                                    on 2003/03/17  01:23:02
76396         Log: Subject: [perl #20724] Patch for dprofpp
76397              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
76398              Date: 5 Feb 2003 08:41:17 -0000
76399              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
76400      Branch: perl
76401            ! utils/dprofpp.PL
76402 ____________________________________________________________________________
76403 [ 19002] By: hv                                    on 2003/03/16  23:36:57
76404         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
76405              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
76406              Date: 10 Jan 2003 10:59:44 -0000
76407              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
76408      Branch: perl
76409            ! lib/IPC/Open3.pm
76410 ____________________________________________________________________________
76411 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
76412         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
76413              for 3.3, but only might)
76414      Branch: perl
76415            ! hints/openbsd.sh
76416 ____________________________________________________________________________
76417 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
76418         Log: Stay within known facts: what platforms the skippage helps,
76419              and in which it is not needed.
76420      Branch: perl
76421            ! ext/POSIX/t/posix.t
76422 ____________________________________________________________________________
76423 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
76424         Log: This seems to fix (well, dodge) the problems in FreeBSD for
76425              Enache Adrian; in _theory_ this patch could be good for NetBSD,
76426              too, but Alian gets a core dump already at subtest #9 (anyone
76427              with a real NetBSD, Alian's is a VMware one, which has in the
76428              past caused similar odd crashes).  OpenBSD threaded build result
76429              still unknown.
76430      Branch: perl
76431            ! ext/POSIX/t/posix.t
76432 ____________________________________________________________________________
76433 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
76434         Log: IRIX ls -l marks sockets with 'S'.
76435      Branch: perl
76436            ! t/op/stat.t
76437 ____________________________________________________________________________
76438 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
76439         Log: Turn on UTF-8 flag only if the $str is valid utf8
76440              (pointed out by Dan Kogai).
76441      Branch: perl
76442            ! lib/Term/ReadLine.pm
76443 ____________________________________________________________________________
76444 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
76445         Log: Signedness nits.
76446      Branch: perl
76447            ! regcomp.c
76448 ____________________________________________________________________________
76449 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
76450         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
76451              Should work both for PERL_UNICODE/-C and use encoding 'foo';
76452      Branch: perl
76453            ! lib/Term/ReadLine.pm
76454 ____________________________________________________________________________
76455 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
76456         Log: Pod fix from Philip Newton.
76457      Branch: perl
76458            ! pod/perlfunc.pod
76459 ____________________________________________________________________________
76460 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
76461         Log: Further potential pitfalls for the utf8 len/pos cache
76462              found by Inaba Hiroto.  No test cases, yet.
76463      Branch: perl
76464            ! regcomp.c
76465 ____________________________________________________________________________
76466 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
76467         Log: Make the :bytes conditional on PerlIO.
76468      Branch: perl
76469            ! ext/Encode/t/CJKT.t
76470 ____________________________________________________________________________
76471 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
76472         Log: Needs PerlIO for :bytes.
76473      Branch: perl
76474            ! ext/Encode/t/CJKT.t
76475 ____________________________________________________________________________
76476 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
76477         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
76478              From: Enache Adrian <enache@rdslink.ro>
76479              Date: Fri, 14 Mar 2003 23:02:42 +0200
76480              Message-ID: <20030314210242.GA1159@ratsnest.hole>
76481              (with an added test)
76482      Branch: perl
76483            ! t/comp/parser.t toke.c
76484 ____________________________________________________________________________
76485 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
76486         Log: Time::HiRes is a core module
76487      Branch: perl
76488            ! pod/perlfunc.pod
76489 ____________________________________________________________________________
76490 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
76491         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
76492              From: Stas Bekman <stas@stason.org>
76493              Date: Fri, 14 Mar 2003 17:45:09 +1100
76494              Message-ID: <3E717A75.2060300@stason.org>
76495      Branch: perl
76496            ! ext/B/typemap
76497 ____________________________________________________________________________
76498 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
76499         Log: Better pass in the $self for a method.
76500      Branch: perl
76501            ! lib/File/Spec/Unix.pm
76502 ____________________________________________________________________________
76503 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
76504         Log: Cleanup the File::Spec tmpdir() implementations:
76505              now all the platforms specific modules call _tmpdir()
76506              (inherited from Unix.pm) with the list of platform
76507              specific list of temporary directories, and _tmpdir()
76508              then does the appropriate suitability checking.
76509      Branch: perl
76510            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
76511            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
76512            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
76513            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76514 ____________________________________________________________________________
76515 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
76516         Log: whichsig() really does return -1 for unknown signals.
76517      Branch: perl
76518            ! mg.c
76519 ____________________________________________________________________________
76520 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
76521         Log: Rework the @Config{/sig.*/} tests.
76522      Branch: perl
76523            ! lib/Config.t
76524 ____________________________________________________________________________
76525 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
76526         Log: Subject: [PATCH] configure.com: sig_num, etc.
76527              From: "Craig A. Berry" <craigberry@mac.com>
76528              Date: Thu, 13 Mar 2003 21:38:19 -0600
76529              Message-ID: <3E714EAB.6030001@mac.com>
76530      Branch: perl
76531            ! configure.com
76532 ____________________________________________________________________________
76533 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
76534         Log: Make whichsig() to work also if some system defines
76535              zero signals (now -1 is the "not found").  Note that
76536              in couple of mg.c spots only whichsig() > 0 branches
76537              are taken because signal handlers et al don't make
76538              much sense for the zero signal.
76539      Branch: perl
76540            ! doio.c mg.c
76541 ____________________________________________________________________________
76542 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
76543         Log: Since Configure does the signal name/number probe with awk
76544              based on the cpp results (not by really running code), testing
76545              for the signum value is not really helpful if we have runtime
76546              function calls (some signal numbers are dynamic, for example)
76547              (or other extra stuff where the signum value is expected).
76548              (Runtimeness also means that Configure cannot get these right,
76549              anyway.) Better filter in just the constant non-negative numbers.
76550      Branch: perl
76551            ! Configure
76552 ____________________________________________________________________________
76553 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
76554         Log: Signal issues.
76555              (1) Filter out negative signals.
76556              (2) Correct sig_num* and sig_name* descriptions.
76557      Branch: perl
76558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76559            ! config_h.SH
76560 ____________________________________________________________________________
76561 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
76562         Log: Hopefully this works also in Win32.
76563      Branch: perl
76564            ! ext/Encode/t/CJKT.t
76565 ____________________________________________________________________________
76566 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
76567         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
76568              From: "Craig A. Berry" <craigberry@mac.com>
76569              Date: Thu, 13 Mar 2003 13:44:55 -0600
76570              Message-ID: <3E70DFB7.8070405@mac.com>
76571      Branch: perl
76572            ! lib/Pod/Perldoc.pm
76573 ____________________________________________________________________________
76574 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
76575         Log: fix for switchC.t test#6 failure on windows
76576      Branch: perl
76577            ! perl.c
76578 ____________________________________________________________________________
76579 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
76580         Log: Config.t wasn't getting the sig_num and sig_size relationship
76581              right, and therefore failed test#35 on windows
76582
76583              note that config_h.SH documents that $sig_size does NOT include
76584              the final NULL in $sig_num!
76585      Branch: perl
76586            ! lib/Config.t
76587 ____________________________________________________________________________
76588 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
76589         Log: another fix for failing test on windows ("use encoding" puts
76590              STDIN in :raw mode, so chomp() wasn't stripping the CR)
76591      Branch: perl
76592            ! ext/Encode/t/enc_module.t
76593 ____________________________________________________________________________
76594 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
76595         Log: fix CJKT.t failures on windows due to incorrect binmode()
76596      Branch: perl
76597            ! ext/Encode/t/CJKT.t
76598 ____________________________________________________________________________
76599 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
76600         Log: Skip the last test of Config.t on HP-UX.
76601              (This test should be skipped for every system that
76602              actually defines a negative signal number. Maybe that
76603              test should be removed, to be future-proof.)
76604      Branch: perl
76605            ! lib/Config.t
76606 ____________________________________________________________________________
76607 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
76608         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
76609              From: Kurt Starsinic <kstar@cpan.org>
76610              Date: Mon, 10 Mar 2003 00:54:49 -0500
76611              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
76612      Branch: perl
76613            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
76614 ____________________________________________________________________________
76615 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
76616         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
76617              From: "Craig A. Berry" <craigberry@mac.com>
76618              Date: Tue, 11 Mar 2003 21:29:31 -0600
76619              Message-ID: <3E6EA99B.9060902@mac.com>
76620              Patch by Scott Lepage (scott.lepage@hp.com)
76621      Branch: perl
76622            ! hv.c
76623 ____________________________________________________________________________
76624 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
76625         Log: Some more stdlib.h inclusions and change the gccversion
76626              test to use return (could have used that for all, sigh).
76627      Branch: perl
76628            ! Configure
76629 ____________________________________________________________________________
76630 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
76631         Log: Trims slashes from the argument to rmdir(), likewise
76632              to what happens with rmdir(). Factorize the code in a
76633              local macro, TRIMSLASHES.
76634      Branch: perl
76635            ! pp_sys.c
76636 ____________________________________________________________________________
76637 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
76638         Log: VOS nit from Paul Green.
76639      Branch: perl
76640            ! vos/configure_full_perl.sh
76641 ____________________________________________________________________________
76642 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
76643         Log: File::Spec: Do not fall back to '', use curdir instead.
76644              Note: Mac used to use cwd(), now curdir, slight change
76645              (relative vs. absolute).
76646      Branch: perl
76647            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
76648            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
76649            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76650 ____________________________________________________________________________
76651 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
76652         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
76653              was unset (the tests attempted to create files at the /)
76654      Branch: perl
76655            ! lib/File/Spec/Cygwin.pm
76656 ____________________________________________________________________________
76657 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
76658         Log: Another finding by IRIX cc: non-void function
76659              sv_cat_decode() should return a value.
76660      Branch: perl
76661            ! sv.c
76662 ____________________________________________________________________________
76663 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
76664         Log: Integrate:
76665              [ 18949]
76666              pudge> never integrate anything from macos/
76667      Branch: perl
76668            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
76669            - macos/macperl.sym
76670           !> MANIFEST
76671 ____________________________________________________________________________
76672 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
76673         Log: Integrate:
76674              [ 18946]
76675              Integrate from maint-5.8/macperl:
76676              [ 18937]
76677              Various MacOS portability fixes for tests
76678
76679              [ 18938]
76680              File::Spec::Unix method should be called on $self
76681
76682              [ 18939]
76683              lib.pm:_get_dirs() should use $_[0], not $_
76684
76685              [ 18940]
76686              Update MacOS for new configpm
76687
76688              [ 18941]
76689              Update MacOS build
76690              Update Makefile for new source files,
76691              update test script, add additional symbol for APItest
76692      Branch: perl
76693           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
76694           +> macos/macperl.sym
76695           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
76696           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
76697           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
76698           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
76699           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
76700           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
76701 ____________________________________________________________________________
76702 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
76703         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
76704              (Too early? If inited there the pthread_mutex_init() returns
76705              an integer much too large be an errno), but initing the mutex
76706              later, in perl_alloc(), seems to be okay with Cygwin, and also
76707              with Linux.
76708      Branch: perl
76709            ! perl.c
76710 ____________________________________________________________________________
76711 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
76712         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
76713      Branch: perl
76714            ! Configure
76715 ____________________________________________________________________________
76716 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
76717         Log: Tell how to possibly dodge 'Out of memory' errors.
76718      Branch: perl
76719            ! pod/perldiag.pod
76720 ____________________________________________________________________________
76721 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
76722         Log: WinCE tweaks from Vadim Konovalov.
76723      Branch: perl
76724            ! perl.c perlio.c wince/Makefile.ce
76725 ____________________________________________________________________________
76726 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
76727         Log: Missed one.
76728      Branch: perl
76729            ! Configure
76730 ____________________________________________________________________________
76731 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
76732         Log: Single vs doublequoted context is important...
76733      Branch: perl
76734            ! Configure
76735 ____________________________________________________________________________
76736 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
76737         Log: """glob.*""" patch for VMS, from Peter Prymmer.
76738      Branch: perl
76739            ! vms/perlvms.pod vms/vms.c
76740 ____________________________________________________________________________
76741 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
76742         Log: Questionable construct.
76743      Branch: perl
76744            ! pod/perltooc.pod
76745 ____________________________________________________________________________
76746 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
76747         Log: Better setmode() prototype for cygwin.
76748      Branch: perl
76749            ! perl.h
76750 ____________________________________________________________________________
76751 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
76752         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
76753      Branch: perl
76754            ! Configure
76755 ____________________________________________________________________________
76756 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
76757         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
76758              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
76759              So make the macro to include the , and the non-gcc case empty.
76760      Branch: perl
76761            ! sv.h
76762 ____________________________________________________________________________
76763 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
76764         Log: Uid_t and Gid_t can easily be shorts and one cannot
76765              pull shorts off the va_args, int is the shortest (ahem).
76766      Branch: perl
76767            ! reentr.c reentr.pl
76768 ____________________________________________________________________________
76769 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
76770         Log: Subject: [PATCH] io_sock.t
76771              From: Norton Allen <allen@huarp.harvard.edu>
76772              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
76773              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
76774      Branch: perl
76775            ! README.qnx ext/IO/lib/IO/t/io_sock.t
76776 ____________________________________________________________________________
76777 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
76778         Log: Get rid of one Cygwin warning by introducing a prototype
76779              for the init_os_extras().  Since there is no header file
76780              in Perl specific to cygwin, use perl.h.
76781      Branch: perl
76782            ! perl.h
76783 ____________________________________________________________________________
76784 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
76785         Log: Upgrade to Time-HiRes 1.43.
76786      Branch: perl
76787            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
76788            ! ext/Time/HiRes/Makefile.PL
76789 ____________________________________________________________________________
76790 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
76791         Log: Be more lax about the out of memory error message.
76792      Branch: perl
76793            ! t/op/recurse.t
76794 ____________________________________________________________________________
76795 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
76796         Log: Try to handle hitting the heap/data limit in small systems.
76797              (One can simulate this with e.g. 32MB or 64MB datasize,
76798              use your shell's ulimit/limit/limits command.)
76799      Branch: perl
76800            ! t/op/recurse.t
76801 ____________________________________________________________________________
76802 [ 18912] By: hv                                    on 2003/03/11  07:36:00
76803         Log: typo for utf8locale in #18907
76804      Branch: perl
76805            ! sv.c
76806 ____________________________________________________________________________
76807 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
76808         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
76809              From: "Craig A. Berry" <craigberry@mac.com>
76810              Date: Tue, 11 Mar 2003 00:34:39 -0600
76811              Message-ID: <3E6D837F.7000506@mac.com>
76812      Branch: perl
76813            ! perl.c
76814 ____________________________________________________________________________
76815 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
76816         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
76817      Branch: perl
76818            ! emacs/cperl-mode.el
76819 ____________________________________________________________________________
76820 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
76821         Log: Missed some, cryptically.
76822      Branch: perl
76823            ! pod/perlfunc.pod
76824 ____________________________________________________________________________
76825 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
76826         Log: Add missing intrpvar clonings to perl_clone.
76827              Also move the IDBassertion to the end since there's
76828              no particular reason to break bincompat for that.
76829      Branch: perl
76830            ! intrpvar.h sv.c
76831 ____________________________________________________________________________
76832 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
76833         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
76834      Branch: perl
76835            ! intrpvar.h
76836 ____________________________________________________________________________
76837 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
76838         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
76839              From: Stas Bekman <stas@stason.org>
76840              Date: Tue, 11 Mar 2003 17:09:02 +1100
76841              Message-ID: <3E6D7D7E.5000704@stason.org>
76842      Branch: perl
76843            ! sv.c
76844 ____________________________________________________________________________
76845 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
76846         Log: Subject: [PATCH] typos and other minor things
76847              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
76848              Date: Mon, 10 Mar 2003 21:00:55 -0700
76849              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
76850      Branch: perl
76851            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
76852            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
76853            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
76854            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
76855            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
76856            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
76857            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
76858            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
76859            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
76860 ____________________________________________________________________________
76861 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
76862         Log: A rejected hunk of #18902 reapplied.
76863      Branch: perl
76864            ! t/io/utf8.t
76865 ____________________________________________________________________________
76866 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
76867         Log: Patch from Craig Berry to resolve test failures in VMS.
76868              Will poke the Net::Ping author.
76869      Branch: perl
76870            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
76871            ! t/io/utf8.t t/op/magic.t
76872 ____________________________________________________________________________
76873 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
76874         Log: Integrate (by hand) change #18386 from maint-5.8
76875      Branch: perl
76876            ! t/op/split.t
76877 ____________________________________________________________________________
76878 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
76879         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
76880      Branch: perl
76881            ! t/run/switchC.t
76882 ____________________________________________________________________________
76883 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
76884         Log: A new test, to check that signal numbers are actually positive,
76885              and that there is a consistent number of signals available.
76886      Branch: perl
76887            ! lib/Config.t
76888 ____________________________________________________________________________
76889 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
76890         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
76891              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76892              Date: Fri, 07 Mar 2003 13:12:49 -0800
76893              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
76894      Branch: perl
76895            ! mg.c pod/perldiag.pod t/op/tie.t
76896 ____________________________________________________________________________
76897 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
76898         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
76899              From: Nicholas Clark <nick@unfortu.net>
76900              Date: Sun, 9 Mar 2003 21:24:46 +0000
76901              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
76902      Branch: perl
76903            ! lib/Config.t
76904 ____________________________________________________________________________
76905 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
76906         Log: Integrate from maint:
76907              [ 18428]
76908              Somehow I managed to get makefile.olds that didn't get cleaned away.
76909      Branch: perl
76910           !> Makefile.SH x2p/Makefile.SH
76911 ____________________________________________________________________________
76912 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
76913         Log: Comment fix.
76914      Branch: perl
76915            ! t/io/utf8.t
76916 ____________________________________________________________________________
76917 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
76918         Log: Remove the foo-old files.
76919      Branch: perl
76920            ! opcode.pl
76921 ____________________________________________________________________________
76922 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
76923         Log: Subject: Re: Shared libperl.so and build issues
76924              From: Chip Turner <cturner@redhat.com>
76925              Date: 05 Jan 2003 10:35:40 -0500
76926              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
76927      Branch: perl
76928            ! INSTALL
76929 ____________________________________________________________________________
76930 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
76931         Log: Bunch of doc patches from Stas; plus regen.
76932
76933              Subject: [doc patch] perl.c's pod api entry
76934              From: Stas Bekman <stas@stason.org>
76935              Date: Mon, 10 Mar 2003 12:35:52 +1100
76936              Message-ID: <3E6BEBF8.80402@stason.org>
76937
76938              Subject: Re: [patch] perlguts.pod
76939              From: Stas Bekman <stas@stason.org>
76940              Date: Mon, 10 Mar 2003 12:38:57 +1100
76941              Message-ID: <3E6BECB1.7050009@stason.org>
76942
76943              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
76944              From: Stas Bekman <stas@stason.org>
76945              Date: Mon, 10 Mar 2003 12:41:46 +1100
76946              Message-ID: <3E6BED5A.801@stason.org>
76947
76948              Subject: Re: [patch] perlapi.pod fix
76949              From: Stas Bekman <stas@stason.org>
76950              Date: Mon, 10 Mar 2003 12:43:33 +1100
76951              Message-ID: <3E6BEDC5.6010405@stason.org>
76952
76953              Subject: Re: [docs patch] replace gets() with fgets() in example
76954              From: Stas Bekman <stas@stason.org>
76955              Date: Mon, 10 Mar 2003 12:45:41 +1100
76956              Message-ID: <3E6BEE45.9030901@stason.org>
76957
76958              Subject: [doc patch] perlrun.pod
76959              From: Stas Bekman <stas@stason.org>
76960              Date: Mon, 10 Mar 2003 14:49:59 +1100
76961              Message-ID: <3E6C0B67.4050606@stason.org>
76962      Branch: perl
76963            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
76964            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
76965 ____________________________________________________________________________
76966 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
76967         Log: Must not hide the protos, though.
76968      Branch: perl
76969            ! embed.pl proto.h
76970 ____________________________________________________________________________
76971 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
76972         Log: I hate embed*.  Tell me what you know.
76973      Branch: perl
76974            ! embed.fnc embed.h
76975 ____________________________________________________________________________
76976 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
76977         Log: Upgrade to Encode 1.91.
76978      Branch: perl
76979            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
76980            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
76981 ____________________________________________________________________________
76982 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
76983         Log: Export the symbols from #18863; do not prototype (but export)
76984              Nicholas Clark's experimental COW functions.
76985              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
76986              a mess of Herculean proportions.  Someone should redesign and
76987              clean up the stables.
76988      Branch: perl
76989            ! embed.fnc embed.pl global.sym proto.h
76990 ____________________________________________________________________________
76991 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
76992         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
76993      Branch: perl
76994            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
76995            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
76996            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
76997            ! ext/Encode/t/enc_module.t
76998 ____________________________________________________________________________
76999 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
77000         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
77001              under 'use encoding'.
77002      Branch: perl
77003            + ext/Encode/t/enc_data.t
77004            ! MANIFEST ext/Encode/MANIFEST toke.c
77005 ____________________________________________________________________________
77006 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
77007         Log: Tru64: additional instructions for building a newer Berkeley DB.
77008      Branch: perl
77009            ! README.tru64 hints/dec_osf.sh
77010 ____________________________________________________________________________
77011 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
77012         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
77013              function stubs, should be helpful for really simple extensions.
77014              Undoes large parts of changes #16289 and #16290.
77015      Branch: perl
77016            ! sv.c
77017 ____________________________________________________________________________
77018 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
77019         Log: ... and add a test case for bug #20798
77020      Branch: perl
77021            ! t/op/eval.t
77022 ____________________________________________________________________________
77023 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
77024         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
77025              From: Enache Adrian <enache@rdslink.ro>
77026              Date: Fri, 7 Mar 2003 23:28:37 +0200
77027              Message-ID: <20030307212837.GB765@ratsnest.hole>
77028
77029              (and few more test cases from the thread)
77030      Branch: perl
77031            ! sv.c t/op/sprintf.t
77032 ____________________________________________________________________________
77033 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
77034         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
77035              From: Enache Adrian <enache@rdslink.ro>
77036              Date: Fri, 7 Mar 2003 00:12:03 +0200
77037              Message-ID: <20030306221203.GB13330@ratsnest.hole>
77038      Branch: perl
77039            ! op.c
77040 ____________________________________________________________________________
77041 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
77042         Log: Adjust test count.
77043      Branch: perl
77044            ! t/op/pat.t
77045 ____________________________________________________________________________
77046 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
77047         Log: From Inaba Hiroto: re_intuit_start set a value to
77048              PL_bostr before calling find_byclass when regexp has
77049              ROPT_UTF8 flag on. But right value for PL_bostr is set
77050              before re_intuit_start is called.  PL_regdata is always
77051              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
77052              can be deleted.
77053      Branch: perl
77054            ! regexec.c t/op/pat.t
77055 ____________________________________________________________________________
77056 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
77057         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
77058              updated when fbm_compile() appended a "\n".
77059      Branch: perl
77060            ! t/op/pat.t util.c
77061 ____________________________________________________________________________
77062 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
77063         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
77064              Print it in B::Debug. Can be used later in B::Deparse to deparse
77065              the open pragma.
77066      Branch: perl
77067            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
77068 ____________________________________________________________________________
77069 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
77070         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
77071              From: Richard.Foley@ubsw.com
77072              Date: Fri, 21 Feb 2003 13:51:51 +0100
77073              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
77074      Branch: perl
77075            ! pod/perldebug.pod
77076 ____________________________________________________________________________
77077 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
77078         Log: Enache Adrian reads comments.
77079      Branch: perl
77080            ! perl.h
77081 ____________________________________________________________________________
77082 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
77083         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
77084              From: Richard Soderberg <perl@crystalflame.net>
77085              Date: Sat, 15 Feb 2003 01:27:17 -0500
77086              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
77087      Branch: perl
77088            ! ext/IO/lib/IO/Select.pm
77089 ____________________________________________________________________________
77090 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
77091         Log: Subject: [PATCH] long %ENV values for VMS
77092              From: "Craig A. Berry" <craigberry@mac.com>
77093              Date: Fri, 07 Mar 2003 13:49:50 -0600
77094              Message-ID: <3E68F7DE.8070603@mac.com>
77095      Branch: perl
77096            ! vms/vms.c
77097 ____________________________________________________________________________
77098 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
77099         Log: regen_headers tiny tidying:
77100              - regen.pl renamed as regen_lib.pl
77101              - regen_headers.pl renamed as regen.pl
77102              - added make target 'regen' (kept target 'regen_headers'
77103              for porters' brains' backward compatibility)
77104              - regen.pl fancified a bit to display the names
77105              of the files that got changed by running the scripts
77106      Branch: perl
77107            + regen_lib.pl
77108            - regen_headers.pl
77109            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
77110            ! keywords.pl opcode.pl regcomp.pl regen.pl
77111 ____________________________________________________________________________
77112 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
77113         Log: Give pointers to runtime Unicode changes.
77114      Branch: perl
77115            ! pod/perlrun.pod pod/perlvar.pod
77116 ____________________________________________________________________________
77117 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
77118         Log: Extra character noticed by Tels.
77119      Branch: perl
77120            ! MANIFEST
77121 ____________________________________________________________________________
77122 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
77123         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
77124              From: Kay Roepke <kay@dolphin-services.de>
77125              Date: Thu, 06 Mar 2003 23:00:10 +0100
77126              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
77127
77128              (plus change the d_gethostbyaddr_r_proto default to "0",
77129              that is what an undefined r_proto looks like)
77130      Branch: perl
77131            ! hints/freebsd.sh
77132 ____________________________________________________________________________
77133 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
77134         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
77135              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
77136              in non-glibc case", from Craig Berry)
77137      Branch: perl
77138            ! pp.c
77139 ____________________________________________________________________________
77140 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
77141         Log: Good observation from Philip Newton.
77142      Branch: perl
77143            ! pod/perlrun.pod
77144 ____________________________________________________________________________
77145 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
77146         Log: Make the -A switch work without an assertion name.
77147              by Salvador Fandiño.
77148      Branch: perl
77149            ! perl.c t/run/switch_A.t
77150 ____________________________________________________________________________
77151 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
77152         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
77153              From: "Jos I. Boumans" <kane@dwim.org>
77154              Date: Fri, 21 Feb 2003 20:33:53 +0100
77155              Message-ID: <3E567F21.6020006@dwim.org>
77156              (with some minor tweaks)
77157      Branch: perl
77158            ! pod/perlmodstyle.pod
77159 ____________________________________________________________________________
77160 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
77161         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
77162              From: Enache Adrian <enache@rdslink.ro>
77163              Date: Sun, 2 Mar 2003 06:05:22 +0200
77164              Message-ID: <20030302040522.GB4905@ratsnest.hole>
77165      Branch: perl
77166            ! t/op/subst.t
77167 ____________________________________________________________________________
77168 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
77169         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
77170              From: Enache Adrian <enache@rdslink.ro>
77171              Date: Wed, 5 Mar 2003 12:06:20 +0200
77172              Message-ID: <20030305100620.GA909@ratsnest.hole>
77173      Branch: perl
77174            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
77175            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
77176 ____________________________________________________________________________
77177 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
77178         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
77179              From: "Craig A. Berry" <craigberry@mac.com>
77180              Date: Thu, 06 Mar 2003 10:42:05 -0600
77181              Message-ID: <3E677A5D.10805@mac.com>
77182      Branch: perl
77183            ! mg.c
77184 ____________________________________________________________________________
77185 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
77186         Log: Thinko fix.
77187      Branch: perl
77188            ! Porting/findrfuncs
77189 ____________________________________________________________________________
77190 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
77191         Log: PERL_UNICODE explanation saga continues.
77192      Branch: perl
77193            ! pod/perlrun.pod
77194 ____________________________________________________________________________
77195 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
77196         Log: Handle also extra directories et alia.
77197      Branch: perl
77198            ! Porting/manicheck
77199 ____________________________________________________________________________
77200 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
77201         Log: Add mani(fest) check(ing) utility.
77202      Branch: perl
77203            + Porting/manicheck
77204            ! MANIFEST
77205 ____________________________________________________________________________
77206 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
77207         Log: Subject: [patch config_h.SH] redefining __attribute__
77208              From: Stas Bekman <stas@stason.org>
77209              Date: Thu, 06 Mar 2003 12:03:39 +1100
77210              Message-ID: <3E669E6B.1060606@stason.org>
77211      Branch: perl
77212            ! Configure NetWare/config_H.wc Porting/config.sh
77213            ! Porting/config_H config_h.SH plan9/config.plan9
77214            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
77215            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
77216 ____________________________________________________________________________
77217 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
77218         Log: Couple more _r possibilities (found in a RH 8.0 box), and
77219              the random() macros were all wrong.  (I don't know why
77220              metaconfig did so much reordering of config_h.SH.)
77221      Branch: perl
77222            ! Configure config_h.SH reentr.h reentr.pl
77223 ____________________________________________________________________________
77224 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
77225         Log: Change #18829 makes this test workaround obsolete.
77226      Branch: perl
77227            ! ext/B/t/deparse.t
77228 ____________________________________________________________________________
77229 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
77230         Log: Patch by Salvador Fandiño to read the warning mask
77231              returned by caller() and ${^WARNING_BITS} from
77232              $warnings::Bits{all} and not from the hardcoded core
77233              constant. (This mask could have been extended by
77234              warnings::register.) Plus tests.
77235      Branch: perl
77236            ! mg.c pp_ctl.c t/op/caller.t
77237 ____________________________________________________________________________
77238 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
77239         Log: Subject: [PATCH] assertions
77240              From: Salvador Fandiño <sfandino@yahoo.com>
77241              Date: Fri, 21 Feb 2003 17:26:16 +0000
77242              Message-ID: <3E566138.4090709@yahoo.com>
77243              and the complement : (with added comments)
77244              Subject: [PATCH] bug in ext/B/t/deparse.t
77245              Message-ID: <3E563E16.7060303@yahoo.com>
77246              plus perldiag.pod patch for the new warning
77247              (previous change was, once again, empty)
77248      Branch: perl
77249            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
77250            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
77251            ! pod/perldiag.pod warnings.h warnings.pl
77252 ____________________________________________________________________________
77253 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
77254         Log: Subject: [PATCH] assertions
77255              From: Salvador Fandiño <sfandino@yahoo.com>
77256              Date: Fri, 21 Feb 2003 17:26:16 +0000
77257              Message-ID: <3E566138.4090709@yahoo.com>
77258              and the complement : (with added comments)
77259              Subject: [PATCH] bug in ext/B/t/deparse.t
77260              Message-ID: <3E563E16.7060303@yahoo.com>
77261              plus perldiag.pod patch for the new warning
77262      Branch: perl
77263            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
77264            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
77265            ! pod/perldiag.pod warnings.h warnings.pl
77266 ____________________________________________________________________________
77267 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
77268         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
77269              The variant is from how List::Util Util.xs does it.
77270      Branch: perl
77271            ! ext/Devel/PPPort/PPPort.pm
77272 ____________________________________________________________________________
77273 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
77274         Log: Doc typos.
77275      Branch: perl
77276            ! lib/File/Find.pm
77277 ____________________________________________________________________________
77278 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
77279         Log: Try to give rcatline() a good jog on Unicode.
77280      Branch: perl
77281            ! t/io/utf8.t
77282 ____________________________________________________________________________
77283 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
77284         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
77285              From: Enache Adrian <enache@rdslink.ro>
77286              Date: Sun, 2 Mar 2003 05:43:54 +0200
77287              Message-ID: <20030302034354.GA4905@ratsnest.hole>
77288      Branch: perl
77289            ! sv.c t/io/utf8.t
77290 ____________________________________________________________________________
77291 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
77292         Log: Can't test this without PerlIO.
77293      Branch: perl
77294            ! t/uni/write.t
77295 ____________________________________________________________________________
77296 [ 18820] By: sky                                   on 2003/03/04  01:01:07
77297         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
77298              What happened was that a constant was freed, the pad released but
77299              the pad slot still held the SV, when pad slot was reallocated
77300              to be a target for a stringify, it did a sv_setpv on the target
77301              and the original SV was wiped out. When this SV was later on
77302              to new places using the constant, they got the wrong value.
77303              By replacing pad_free with pad_swipe for these cases, we
77304              won't have such a problem. (pad_swipe also removes the
77305              pointer to the original SV).
77306      Branch: perl
77307            ! op.c
77308 ____________________________________________________________________________
77309 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
77310         Log: Further clarification on PERL_UNICODE's semantics.
77311      Branch: perl
77312            ! pod/perlrun.pod
77313 ____________________________________________________________________________
77314 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
77315         Log: Sync with libnet-1.13
77316      Branch: perl
77317            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
77318            ! lib/Net/POP3.pm lib/Net/SMTP.pm
77319 ____________________________________________________________________________
77320 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
77321         Log: Upgrade to Unicode::Normalize 0.20.
77322      Branch: perl
77323            ! ext/Unicode/Normalize/Changes
77324            ! ext/Unicode/Normalize/Normalize.pm
77325            ! ext/Unicode/Normalize/Normalize.xs
77326            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
77327            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
77328            ! ext/Unicode/Normalize/t/test.t
77329 ____________________________________________________________________________
77330 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
77331         Log: Upgrade to Encode 1.89.  The enc_module.t required
77332              a little tweak, sending that to Dan.
77333      Branch: perl
77334            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
77335            + ext/Encode/t/enc_module.t
77336            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
77337            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
77338            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
77339            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
77340            ! ext/Encode/ucm/viscii.ucm
77341 ____________________________________________________________________________
77342 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
77343         Log: Use a macro for abs() to avoid the possible truncation to an int;
77344              also make an explicit (double)cast for the arguments to fabs().
77345      Branch: perl
77346            ! perl.h pp.c sv.c util.c
77347 ____________________________________________________________________________
77348 [ 18812] By: hv                                    on 2003/03/02  22:36:05
77349         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
77350              From: andreas.koenig@anima.de (Andreas J. Koenig)
77351              Date: Wed, 19 Feb 2003 11:05:28 +0100
77352              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
77353      Branch: perl
77354            ! patchlevel.h
77355 ____________________________________________________________________________
77356 [ 18811] By: hv                                    on 2003/03/02  22:30:50
77357         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
77358              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
77359              Date: 18 Feb 2003 21:05:15 -0000
77360              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
77361      Branch: perl
77362            ! ext/IPC/SysV/Msg.pm
77363 ____________________________________________________________________________
77364 [ 18810] By: hv                                    on 2003/03/02  21:59:10
77365         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
77366              From: Richard Soderberg <perl@crystalflame.net>
77367              Date: Sat, 15 Feb 2003 01:27:21 -0500
77368              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
77369      Branch: perl
77370            ! lib/File/Basename.pm
77371 ____________________________________________________________________________
77372 [ 18809] By: hv                                    on 2003/03/02  21:54:53
77373         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
77374              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
77375              Date: 15 Feb 2003 00:21:41 -0000
77376              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
77377      Branch: perl
77378            ! lib/File/Find.pm
77379 ____________________________________________________________________________
77380 [ 18807] By: hv                                    on 2003/03/02  21:22:56
77381         Log: Reverse copyright update (#18801) for files not changed in 2003.
77382      Branch: perl
77383            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
77384            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
77385            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
77386            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
77387            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
77388            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
77389            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
77390            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
77391 ____________________________________________________________________________
77392 [ 18805] By: hv                                    on 2003/03/02  16:29:28
77393         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
77394              From: Enache Adrian <enache@rdslink.ro>
77395              Date: Sun, 2 Mar 2003 10:11:27 +0200
77396              Message-ID: <20030302081127.GA10782@ratsnest.hole>
77397      Branch: perl
77398            ! pp.c t/op/pat.t
77399 ____________________________________________________________________________
77400 [ 18803] By: hv                                    on 2003/03/02  16:12:34
77401         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
77402              From: "Anders Johnson" <ajohnson@wischip.com>
77403              Date: Mon, 10 Feb 2003 14:09:46 -0800
77404              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
77405      Branch: perl
77406            ! mg.c t/op/magic.t
77407 ____________________________________________________________________________
77408 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
77409         Log: Narrow down the -C test skippage.
77410      Branch: perl
77411            ! t/run/switchC.t
77412 ____________________________________________________________________________
77413 [ 18801] By: hv                                    on 2003/03/02  15:24:22
77414         Log: Update all copyrights to 2003, from Jarkko
77415      Branch: perl
77416            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
77417            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
77418            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
77419            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
77420            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
77421            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
77422            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
77423            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
77424            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
77425            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
77426            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
77427            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
77428            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
77429            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
77430            ! x2p/util.h x2p/walk.c xsutils.c
77431 ____________________________________________________________________________
77432 [ 18800] By: hv                                    on 2003/03/02  15:16:38
77433         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
77434              From: Richard.Foley@ubsw.com
77435              Date: Wed, 19 Feb 2003 13:24:38 +0100
77436              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
77437      Branch: perl
77438            ! lib/perl5db.pl
77439 ____________________________________________________________________________
77440 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
77441         Log: The -CI cannot be easily tested under UTF-8 locale with
77442              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
77443              Also other small tweaks in the -C neighbourhood.
77444      Branch: perl
77445            ! perl.c perl.h t/run/switchC.t util.c
77446 ____________________________________________________________________________
77447 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
77448         Log: Go with "right = -right" for greater portability, some platforms
77449              might require llabs() to get abs() of long longs.
77450      Branch: perl
77451            ! pp.c
77452 ____________________________________________________________________________
77453 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
77454         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
77455              with negative quads", or also as RedHat bug #65612.
77456      Branch: perl
77457            ! pp.c
77458 ____________________________________________________________________________
77459 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
77460         Log: Forgotten from change #18795.
77461      Branch: perl
77462            ! global.sym
77463 ____________________________________________________________________________
77464 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
77465         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
77466              From: Abe Timmerman <abe@ztreet.demon.nl>
77467              Date: Sun, 2 Mar 2003 02:03:16 +0100
77468              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
77469      Branch: perl
77470            ! embed.fnc embed.h makedef.pl
77471 ____________________________________________________________________________
77472 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
77473         Log: Further Unicode formats patching from Inaba Hiroto.
77474      Branch: perl
77475            + t/uni/write.t
77476            ! MANIFEST pp_ctl.c
77477 ____________________________________________________________________________
77478 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
77479         Log: Integrate change #18788 from maint.
77480      Branch: perl
77481           !> perl.h
77482 ____________________________________________________________________________
77483 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
77484         Log: Subject: [PATCH] Get MSWin32 back compiling
77485              From: Abe Timmerman <abe@ztreet.demon.nl>
77486              Date: Sat, 1 Mar 2003 04:31:19 +0100
77487              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
77488      Branch: perl
77489            ! embed.fnc embed.h global.sym makedef.pl
77490 ____________________________________________________________________________
77491 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
77492         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
77493              From: Inaba Hiroto <inaba@st.rim.or.jp>
77494              Date: Mon, 10 Feb 2003 00:04:51 +0900
77495              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
77496      Branch: perl
77497            ! pp_ctl.c toke.c
77498 ____________________________________________________________________________
77499 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
77500         Log: An already fixed bug from perl-unicode.
77501      Branch: perl
77502            ! t/op/pat.t
77503 ____________________________________________________________________________
77504 [ 18782] By: hv                                    on 2003/02/26  01:36:49
77505         Log: Subject: Re: [perl #20683] [fix] Better Patch
77506              From: Enache Adrian <enache@rdslink.ro>
77507              Date: Sun, 23 Feb 2003 20:16:39 +0200
77508              Message-ID: <20030223181639.GA18713@ratsnest.hole>
77509      Branch: perl
77510            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
77511            ! regexec.c sv.c t/op/pat.t
77512 ____________________________________________________________________________
77513 [ 18781] By: hv                                    on 2003/02/26  01:11:14
77514         Log: regen headers
77515      Branch: perl
77516            ! perlapi.h pod/perlapi.pod
77517 ____________________________________________________________________________
77518 [ 18780] By: hv                                    on 2003/02/26  00:25:32
77519         Log: Two typos found by Philip Newton <pnewton@gmx.de>
77520      Branch: perl
77521            ! configpm ext/DB_File/DB_File.pm
77522 ____________________________________________________________________________
77523 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
77524         Log: Add tests for the -C switch.  Depending on the
77525              CLIs some $^O dance may be needed.
77526      Branch: perl
77527            + t/run/switchC.t
77528            ! MANIFEST
77529 ____________________________________________________________________________
77530 [ 18778] By: hv                                    on 2003/02/25  15:24:17
77531         Log: Add missing file from change #18774.
77532      Branch: perl
77533            + t/op/localref.t
77534 ____________________________________________________________________________
77535 [ 18777] By: hv                                    on 2003/02/25  14:07:59
77536         Log: More variables for change #18776.
77537      Branch: perl
77538            ! op.c
77539 ____________________________________________________________________________
77540 [ 18776] By: hv                                    on 2003/02/25  14:04:03
77541         Log: Subject: [perl #20682] [fix] @- array not visible in s///
77542              From: Enache Adrian <enache@rdslink.ro>
77543              Date: Fri, 21 Feb 2003 17:50:14 +0200
77544              Message-ID: <20030221155014.GB793@ratsnest.hole>
77545      Branch: perl
77546            ! op.c t/op/subst.t
77547 ____________________________________________________________________________
77548 [ 18775] By: hv                                    on 2003/02/25  13:53:11
77549         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
77550              From: Enache Adrian <enache@rdslink.ro>
77551              Date: Fri, 21 Feb 2003 17:49:41 +0200
77552              Message-ID: <20030221154941.GA793@ratsnest.hole>
77553      Branch: perl
77554            ! pp_ctl.c t/op/subst.t
77555 ____________________________________________________________________________
77556 [ 18774] By: hv                                    on 2003/02/25  13:21:19
77557         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
77558              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77559              Date: Sun, 23 Feb 2003 00:03:27 +0100
77560              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
77561      Branch: perl
77562            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
77563 ____________________________________________________________________________
77564 [ 18773] By: hv                                    on 2003/02/25  12:45:01
77565         Log: Subject: [Encode] 1.88 Released
77566              From: Dan Kogai <dankogai@dan.co.jp>
77567              Date: Thu, 20 Feb 2003 23:49:55 +0900
77568              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
77569      Branch: perl
77570            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
77571            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
77572            ! ext/Encode/lib/Encode/CJKConstants.pm
77573            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
77574            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
77575 ____________________________________________________________________________
77576 [ 18772] By: merijn                                on 2003/02/25  12:12:14
77577         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
77578              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77579              Date: Wed, 19 Feb 2003 13:37:39 -0800
77580              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
77581      Branch: perl
77582            ! lib/CGI.pm
77583 ____________________________________________________________________________
77584 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
77585         Log: Cleanup #18770 as suggested by Rafael.
77586      Branch: perl
77587            ! mg.c perl.h
77588 ____________________________________________________________________________
77589 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
77590         Log: A new try at #18765 (for [perl #20920]).
77591      Branch: perl
77592            ! mg.c
77593 ____________________________________________________________________________
77594 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
77595         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
77596      Branch: perl
77597            ! mg.c
77598 ____________________________________________________________________________
77599 [ 18768] By: chip                                  on 2003/02/24  21:42:57
77600         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
77601              until a change has been submitted.
77602      Branch: perl
77603            + Porting/p4d2p
77604            ! MANIFEST
77605 ____________________________________________________________________________
77606 [ 18767] By: chip                                  on 2003/02/24  21:35:56
77607         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
77608      Branch: perl
77609            ! Porting/check83.pl Porting/findvars Porting/fixCORE
77610            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
77611 ____________________________________________________________________________
77612 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
77613         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
77614      Branch: perl
77615            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
77616            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
77617 ____________________________________________________________________________
77618 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
77619         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
77620              From: Slaven Rezic <slaven@rezic.de>
77621              Date: 14 Feb 2003 09:11:15 +0100
77622              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
77623
77624              (with slight tweaks)
77625      Branch: perl
77626            ! mg.c
77627 ____________________________________________________________________________
77628 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
77629         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
77630              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
77631              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
77632      Branch: perl
77633            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
77634 ____________________________________________________________________________
77635 [ 18763] By: chip                                  on 2003/02/24  14:54:36
77636         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
77637      Branch: perl
77638            ! op.c win32/perlhost.h
77639 ____________________________________________________________________________
77640 [ 18762] By: hv                                    on 2003/02/24  00:18:42
77641         Log: Remove no-longer-true line from perlop
77642      Branch: perl
77643            ! pod/perlop.pod
77644 ____________________________________________________________________________
77645 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
77646         Log: Chip noticed that the intended optionality of the 'IV' was
77647              forgotten in the change #18758.
77648      Branch: perl
77649            ! ext/Devel/Peek/Peek.t
77650 ____________________________________________________________________________
77651 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
77652         Log: API doc tweaks.
77653      Branch: perl
77654            ! utf8.c
77655 ____________________________________________________________________________
77656 [ 18759] By: sky                                   on 2003/02/21  09:08:30
77657         Log: Change regex to be a bit more friendly against various
77658              outputs from ps -f, regex suggest by rgs
77659      Branch: perl
77660            ! ext/threads/t/join.t
77661 ____________________________________________________________________________
77662 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
77663         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
77664              From: PPrymmer@factset.com
77665              Date: Thu, 20 Feb 2003 13:28:09 -0500
77666              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
77667      Branch: perl
77668            ! ext/Devel/Peek/Peek.t
77669 ____________________________________________________________________________
77670 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
77671         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
77672              From: PPrymmer@factset.com
77673              Date: Wed, 19 Feb 2003 15:04:40 -0500
77674              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
77675      Branch: perl
77676            ! README.vms configure.com
77677 ____________________________________________________________________________
77678 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
77679         Log: Doc tweakage on -C.
77680      Branch: perl
77681            ! pod/perlrun.pod
77682 ____________________________________________________________________________
77683 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
77684         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
77685              From: Brendan O'Dea <bod@debian.org>
77686              Date: Sun, 16 Feb 2003 21:09:23 +1100
77687              Message-ID: <20030216100923.GA29761@londo.c47.org>
77688      Branch: perl
77689            ! pod/perlcompile.pod
77690 ____________________________________________________________________________
77691 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
77692         Log: Document clearly that "_" is always in package "main".
77693      Branch: perl
77694            ! pod/perlvar.pod
77695 ____________________________________________________________________________
77696 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
77697         Log: Subject: Re: [perl #20716] scope error with brackets
77698              From: Enache Adrian <enache@rdslink.ro>
77699              Date: Thu, 13 Feb 2003 04:52:21 +0200
77700              Message-ID: <20030213025221.GA1215@ratsnest.hole>
77701              (better version of change #18687)
77702      Branch: perl
77703            ! t/comp/parser.t toke.c
77704 ____________________________________________________________________________
77705 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
77706         Log: 'A' is not 65 everywhere.
77707      Branch: perl
77708            ! t/op/pack.t
77709 ____________________________________________________________________________
77710 [ 18751] By: chip                                  on 2003/02/19  03:54:45
77711         Log: Support one-parameter unpack(), which unpacks $_.
77712      Branch: perl
77713            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
77714 ____________________________________________________________________________
77715 [ 18750] By: hv                                    on 2003/02/19  00:53:03
77716         Log: more complex assertions activation:
77717              Subject: Re: Did the assertion patch/feature submission get overlooked?
77718              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
77719              Date: Tue, 18 Feb 2003 19:24:13 +0000
77720              Message-ID: <3E52885D.5060903@yahoo.com>
77721      Branch: perl
77722            ! lib/assertions.pm lib/assertions/activate.pm
77723            ! t/comp/assertions.t
77724 ____________________________________________________________________________
77725 [ 18749] By: hv                                    on 2003/02/19  00:19:21
77726         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
77727              From: andreas.koenig@anima.de (Andreas J. Koenig)
77728              Date: Tue, 18 Feb 2003 11:48:40 +0100
77729              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
77730      Branch: perl
77731            ! patchlevel.h
77732 ____________________________________________________________________________
77733 [ 18748] By: hv                                    on 2003/02/19  00:00:41
77734         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
77735              From: Dave Mitchell <davem@fdgroup.com>
77736              Date: Tue, 18 Feb 2003 21:45:45 +0000
77737              Message-ID: <20030218214545.C18547@fdgroup.com>
77738
77739              and tests for the same:
77740              From: Dave Mitchell <davem@fdgroup.com>
77741              Date: Wed, 19 Feb 2003 00:42:01 +0000
77742              Message-ID: <20030219004201.F18547@fdgroup.com>
77743      Branch: perl
77744            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
77745 ____________________________________________________________________________
77746 [ 18747] By: hv                                    on 2003/02/18  23:47:06
77747         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
77748              problems on case-insensitive file systems. Rename it back to
77749              t/run/switch_A.t
77750      Branch: perl
77751           +> t/run/switch_A.t
77752            - t/run/switchA.t
77753            ! MANIFEST
77754 ____________________________________________________________________________
77755 [ 18746] By: sky                                   on 2003/02/18  21:31:37
77756         Log: Subject: Re: -Os for Darwin why?
77757              From: schwern@pobox.com
77758              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
77759              Message-Id: <20030218113739.D25848@ttul.org>
77760      Branch: perl
77761            ! hints/darwin.sh
77762 ____________________________________________________________________________
77763 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
77764         Log: Format nit.
77765      Branch: perl
77766            ! util.c
77767 ____________________________________________________________________________
77768 [ 18740] By: sky                                   on 2003/02/18  06:33:57
77769         Log: Re: -Os for Darwin why?
77770              From: schwern@pobox.com
77771              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
77772              Message-Id: <20030217191403.A17553@ttul.org>
77773      Branch: perl
77774            ! hints/darwin.sh
77775 ____________________________________________________________________________
77776 [ 18739] By: hv                                    on 2003/02/18  01:04:01
77777         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
77778              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
77779              Date: Mon, 17 Feb 2003 23:38:05 +0000
77780              Message-ID: <3E51725D.5060303@yahoo.com>
77781      Branch: perl
77782            + t/comp/assertions.t t/run/switchA.t
77783            ! MANIFEST
77784 ____________________________________________________________________________
77785 [ 18738] By: hv                                    on 2003/02/18  00:51:24
77786         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
77787              From: Nicholas Clark <nick@ccl4.org>
77788              Date: Mon, 17 Feb 2003 21:07:03 +0000
77789              Message-ID: <20030217210330.A8611@plum.flirble.org>
77790      Branch: perl
77791            ! sv.c
77792 ____________________________________________________________________________
77793 [ 18737] By: hv                                    on 2003/02/18  00:47:00
77794         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
77795              From: Stephen McCamant <smcc@mit.edu>
77796              Date: Mon, 17 Feb 2003 19:34:36 -0500
77797              Date: Mon, 17 Feb 2003 19:34:36 -0500
77798              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
77799      Branch: perl
77800            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
77801            ! ext/B/B/Terse.pm ext/B/t/terse.t
77802 ____________________________________________________________________________
77803 [ 18736] By: hv                                    on 2003/02/17  09:33:47
77804         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
77805              From: Nicholas Clark <nick@unfortu.net>
77806              Date: Sun, 16 Feb 2003 23:09:50 +0000
77807              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
77808      Branch: perl
77809            ! sv.c
77810 ____________________________________________________________________________
77811 [ 18735] By: hv                                    on 2003/02/17  09:13:02
77812         Log: Use the escape E<ntilde> in source files rather than the actual char.
77813      Branch: perl
77814            ! lib/assertions.pm lib/assertions/activate.pm
77815 ____________________________________________________________________________
77816 [ 18734] By: hv                                    on 2003/02/17  09:06:44
77817         Log: Suppress empty #ifdef blocks in embed.pl
77818      Branch: perl
77819            ! embed.h embed.pl
77820 ____________________________________________________________________________
77821 [ 18733] By: hv                                    on 2003/02/17  08:51:53
77822         Log: fix typo in sv.c and regenerate perlapi.pod
77823      Branch: perl
77824            ! pod/perlapi.pod sv.c
77825 ____________________________________________________________________________
77826 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
77827         Log: Philip Newton has eagle eyes :-)
77828      Branch: perl
77829            ! pod/perlrun.pod
77830 ____________________________________________________________________________
77831 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
77832         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
77833      Branch: perl
77834            ! locale.c pod/perlrun.pod pod/perlunicode.pod
77835            ! pod/perluniintro.pod pod/perlvar.pod util.c
77836 ____________________________________________________________________________
77837 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
77838         Log: Make also the -CAL conditional on locale.
77839      Branch: perl
77840            ! perl.c pod/perlrun.pod
77841 ____________________________________________________________________________
77842 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
77843         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
77844      Branch: perl
77845            ! embed.h embed.pl pod/perlembed.pod
77846 ____________________________________________________________________________
77847 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
77848         Log: According to Sarathy it's better have the Ministry
77849              of Information to remove all memory of NO_EMBED.
77850              What NO_EMBED?
77851      Branch: perl
77852            ! embed.h embed.pl
77853 ____________________________________________________________________________
77854 [ 18727] By: hv                                    on 2003/02/16  13:55:10
77855         Log: add support for assertions. Updated form of:
77856              Subject: Re: Did the assertion patch/feature submission get overlooked?
77857              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
77858              Date: Sat, 30 Nov 2002 17:24:09 +0000
77859              Message-ID: <3DE8F439.50402@yahoo.com>
77860      Branch: perl
77861            + lib/assertions.pm lib/assertions/activate.pm
77862            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
77863            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
77864            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
77865 ____________________________________________________________________________
77866 [ 18726] By: hv                                    on 2003/02/16  13:10:32
77867         Log: COW regexps:
77868              Subject: [PATCH] Copy on write for $& and $1...
77869              From: Nicholas Clark <nick@unfortu.net>
77870              Date: Sun, 9 Feb 2003 23:00:09 +0000
77871              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
77872      Branch: perl
77873            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
77874            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
77875 ____________________________________________________________________________
77876 [ 18725] By: hv                                    on 2003/02/16  13:08:52
77877         Log: inline SvREFCNT_dec:
77878              Subject: [PATCH] Copy on write for $& and $1...
77879              From: Nicholas Clark <nick@unfortu.net>
77880              Date: Sun, 9 Feb 2003 23:00:09 +0000
77881              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
77882      Branch: perl
77883            ! embed.fnc embed.h proto.h sv.c sv.h
77884 ____________________________________________________________________________
77885 [ 18723] By: hv                                    on 2003/02/16  11:12:58
77886         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
77887              From: Enache Adrian <enache@rdslink.ro>
77888              Date: Sun, 16 Feb 2003 00:05:10 +0200
77889              Message-ID: <20030215220510.GB893@ratsnest.hole>
77890      Branch: perl
77891            ! op.c
77892 ____________________________________________________________________________
77893 [ 18722] By: hv                                    on 2003/02/16  11:08:06
77894         Log: outdent else-if chain in scope()
77895      Branch: perl
77896            ! op.c
77897 ____________________________________________________________________________
77898 [ 18721] By: hv                                    on 2003/02/16  11:00:47
77899         Log: Subject: [PATCH] arcane tainting bug in vms.c
77900              From: "Craig A. Berry" <craigberry@mac.com>
77901              Date: Sat, 15 Feb 2003 12:29:03 -0600
77902              Message-ID: <3E4E86EF.8090609@mac.com>
77903      Branch: perl
77904            ! vms/vms.c
77905 ____________________________________________________________________________
77906 [ 18720] By: hv                                    on 2003/02/16  10:54:58
77907         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
77908              integer, but extend to runtime. Based on:
77909              Subject: Re: [perl #20827] Unexpected scientific notation.
77910              From: hv@crypt.org
77911              Date: Wed, 12 Feb 2003 03:12:43 +0000
77912              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
77913      Branch: perl
77914            ! op.c pp.c
77915 ____________________________________________________________________________
77916 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
77917         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
77918              which will disable the short forms of the Perl_ API, good for
77919              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
77920      Branch: perl
77921            ! embed.h embed.pl pod/perlembed.pod
77922 ____________________________________________________________________________
77923 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
77924         Log: Clarify the -C syntax a bit.
77925      Branch: perl
77926            ! pod/perlrun.pod
77927 ____________________________________________________________________________
77928 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
77929         Log: Forgotten from #18715.
77930      Branch: perl
77931            ! embed.h proto.h
77932 ____________________________________________________________________________
77933 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
77934         Log: The new(er) way of controlling Unicode I/O (and other) features;
77935              -C (or PERL_UNICODE).  See perlrun/-C for more details.
77936      Branch: perl
77937            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
77938            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
77939            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
77940            ! util.c
77941 ____________________________________________________________________________
77942 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
77943         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
77944      Branch: perl
77945            ! ext/Storable/Storable.xs
77946 ____________________________________________________________________________
77947 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
77948         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
77949              even closer to each other.  The dec_osf.pl is irrelevant
77950              for the current core but adding it makes for one less exception
77951              when integrating.
77952      Branch: perl
77953            + ext/Digest/MD5/hints/dec_osf.pl
77954            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
77955            ! ext/Digest/MD5/t/files.t
77956 ____________________________________________________________________________
77957 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
77958         Log: Update MD5 Changes; update checksums.
77959      Branch: perl
77960            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
77961 ____________________________________________________________________________
77962 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
77963         Log: Update the MD5 checksums.
77964      Branch: perl
77965            ! ext/Digest/MD5/t/files.t
77966 ____________________________________________________________________________
77967 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
77968         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
77969              (problem noticed by Graham with List::Util).
77970      Branch: perl
77971            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
77972            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
77973 ____________________________________________________________________________
77974 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
77975         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
77976              From: Enache Adrian <enache@rdslink.ro>
77977              Date: Sat, 15 Feb 2003 00:37:40 +0200
77978              Message-ID: <20030214223740.GA13575@ratsnest.hole>
77979      Branch: perl
77980            ! pp.c t/op/split.t
77981 ____________________________________________________________________________
77982 [ 18707] By: hv                                    on 2003/02/15  06:38:15
77983         Log: Subject: [doc patch] ext/threads/shared/shared.pm
77984              From: Stas Bekman <stas@stason.org>
77985              Date: Fri, 14 Feb 2003 11:12:39 +1100
77986              Message-ID: <3E4C3477.7030306@stason.org>
77987      Branch: perl
77988            ! ext/threads/shared/shared.pm
77989 ____________________________________________________________________________
77990 [ 18706] By: hv                                    on 2003/02/15  06:32:35
77991         Log: Subject: Re: perlvar phrasing clarification for $^S
77992              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
77993              Date: Fri, 14 Feb 2003 10:12:00 +1100
77994              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
77995      Branch: perl
77996            ! pod/perlvar.pod
77997 ____________________________________________________________________________
77998 [ 18705] By: hv                                    on 2003/02/15  06:27:07
77999         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
78000              From: Dave Mitchell <davem@fdgroup.com>
78001              Date: Fri, 14 Feb 2003 22:48:27 +0000
78002              Message-ID: <20030214224827.B6783@fdgroup.com>
78003
78004              with tests:
78005              From: Slaven Rezic <slaven@rezic.de>
78006              Date: 14 Feb 2003 20:23:20 +0100
78007              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
78008      Branch: perl
78009            ! pp.c t/op/substr.t t/op/vec.t
78010 ____________________________________________________________________________
78011 [ 18704] By: hv                                    on 2003/02/15  06:17:06
78012         Log: Subject: Re: overriding builtins quirk
78013              From: Jerrad Pierce <belg4mit@MIT.EDU>
78014              Date: Fri, 14 Feb 2003 09:28:13 -0500
78015              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
78016      Branch: perl
78017            ! pod/perlsub.pod
78018 ____________________________________________________________________________
78019 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
78020         Log: Subject: Re: trying to fix #20154, #20357
78021              From: Enache Adrian <enache@rdslink.ro>
78022              Date: Sat, 8 Feb 2003 21:05:14 +0200
78023              Message-ID: <20030208190514.GA866@ratsnest.hole>
78024              (fixes #19061 as well)
78025      Branch: perl
78026            ! pp_ctl.c t/op/goto.t
78027 ____________________________________________________________________________
78028 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
78029         Log: Update to Scalar-List-Utils 1.11
78030      Branch: perl
78031            + ext/List/Util/t/proto.t
78032            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
78033            ! ext/List/Util/lib/List/Util.pm
78034            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
78035 ____________________________________________________________________________
78036 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
78037         Log: gcc 3.2.1 does not have -Wall faith that tmp
78038              will not be used uninitialized.
78039      Branch: perl
78040            ! toke.c
78041 ____________________________________________________________________________
78042 [ 18698] By: hv                                    on 2003/02/12  03:01:32
78043         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
78044              From: Slaven Rezic <slaven@rezic.de>
78045              Date: 30 Jan 2003 19:03:41 +0100
78046              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
78047      Branch: perl
78048            ! utils/perlbug.PL
78049 ____________________________________________________________________________
78050 [ 18697] By: hv                                    on 2003/02/12  02:20:39
78051         Log: Subject: [PATCH 5.9.0] to silence compiler warning
78052              From: Robin Barker <Robin.Barker@npl.co.uk>
78053              Date: Tue, 28 Jan 2003 13:27:17 -0000
78054              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
78055      Branch: perl
78056            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
78057            ! universal.c util.c
78058 ____________________________________________________________________________
78059 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
78060         Log: Subject: [perl #20654] %*v02x considered invalid in printf
78061              From: Robin Barker (via RT) <perlbug-followup@perl.org>
78062              Date: 10 Feb 2003 16:43:23 -0000
78063              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
78064      Branch: perl
78065            ! sv.c t/op/sprintf.t
78066 ____________________________________________________________________________
78067 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
78068         Log: Subject: mini-[patch] perlrun "^$W" typo
78069              From: Iain Truskett <spoon@dellah.org>
78070              Date: Tue, 11 Feb 2003 08:38:52 +1100
78071              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
78072      Branch: perl
78073            ! pod/perlrun.pod
78074 ____________________________________________________________________________
78075 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
78076         Log: Subject: [PATCH] More B::Concise fixes
78077              From: Stephen McCamant <smcc@mit.edu>
78078              Date: Sun, 9 Feb 2003 17:28:38 -0500
78079              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
78080      Branch: perl
78081            ! ext/B/B/Concise.pm
78082 ____________________________________________________________________________
78083 [ 18693] By: merijn                                on 2003/02/11  08:14:29
78084         Log: More code cleanup.
78085
78086              Subject: Re: New SV Flag
78087              Date: Fri, 07 Feb 2003 09:57:43 +0100
78088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78089              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
78090      Branch: perl
78091            ! sv.c sv.h
78092 ____________________________________________________________________________
78093 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
78094         Log: Dueling patches.
78095      Branch: perl
78096            - lib/CPAN/ChangeLog
78097            ! MANIFEST
78098 ____________________________________________________________________________
78099 [ 18691] By: hv                                    on 2003/02/11  00:27:56
78100         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
78101              From: Mark Mielke <mark@mark.mielke.cc>
78102              Date: Mon, 20 Jan 2003 19:56:13 -0500
78103              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
78104      Branch: perl
78105            ! sv.c
78106 ____________________________________________________________________________
78107 [ 18690] By: hv                                    on 2003/02/10  22:08:05
78108         Log: fix comment in change #18689
78109      Branch: perl
78110            ! sv.c
78111 ____________________________________________________________________________
78112 [ 18689] By: hv                                    on 2003/02/10  21:59:34
78113         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
78114              Now allows but ignores the 'l' modifier on floating point formats
78115              and adds a couple of tests.
78116      Branch: perl
78117            ! sv.c t/op/sprintf.t
78118 ____________________________________________________________________________
78119 [ 18688] By: sky                                   on 2003/02/10  19:54:13
78120         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
78121              From: Enache Adrian <enache@rdslink.ro>
78122              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
78123              Message-Id: <20030209201025.GA1247@ratsnest.hole>
78124      Branch: perl
78125            ! pp_ctl.c
78126 ____________________________________________________________________________
78127 [ 18687] By: sky                                   on 2003/02/10  18:13:29
78128         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
78129              From: Enache Adrian <enache@rdslink.ro>
78130              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
78131              Message-id: <20030210174858.GA872@ratsnest.hole>
78132      Branch: perl
78133            ! t/comp/parser.t toke.c
78134 ____________________________________________________________________________
78135 [ 18686] By: sky                                   on 2003/02/10  18:11:35
78136         Log: Compile under threads and MacOSX. For some reason newSVpvf
78137              was not exapnded.
78138      Branch: perl
78139            ! universal.c
78140 ____________________________________________________________________________
78141 [ 18685] By: ams                                   on 2003/02/10  03:44:07
78142         Log: No, we don't really want the utility scripts.
78143      Branch: perl
78144            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
78145            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
78146            ! MANIFEST ext/MIME/Base64/Makefile.PL
78147 ____________________________________________________________________________
78148 [ 18684] By: hv                                    on 2003/02/10  01:43:12
78149         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
78150              Subject: [perl #20536] use if 1, open => ':utf8' fails
78151              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
78152              Date: 24 Jan 2003 22:39:06 -0000
78153              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
78154      Branch: perl
78155            ! lib/if.pm lib/if.t
78156 ____________________________________________________________________________
78157 [ 18683] By: hv                                    on 2003/02/10  01:15:52
78158         Log: Subject: RE: perldebug.pod suggestion
78159              From: "Jay Hannah" <jhannah@omnihotels.com>
78160              Date: Fri, 24 Jan 2003 11:28:44 -0600
78161              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
78162      Branch: perl
78163            ! pod/perldebug.pod
78164 ____________________________________________________________________________
78165 [ 18682] By: hv                                    on 2003/02/10  00:26:50
78166         Log: Subject: [PATCH] version objects final(?) patch
78167              From: John Peacock <jpeacock@rowman.com>
78168              Date: Sun, 05 Jan 2003 21:28:41 -0500
78169              Message-ID: <3E18E9D9.2040908@rowman.com>
78170      Branch: perl
78171            ! lib/version.pm lib/version.t universal.c util.c
78172 ____________________________________________________________________________
78173 [ 18680] By: chip                                  on 2003/02/09  17:39:33
78174         Log: Add CPAN ChangeLog to MANIFEST.
78175      Branch: perl
78176            ! MANIFEST
78177 ____________________________________________________________________________
78178 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
78179         Log: CPAN ChangeLog not needed, says Andreas.
78180      Branch: perl
78181            ! MANIFEST
78182 ____________________________________________________________________________
78183 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
78184         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
78185              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
78186              Date: 8 Feb 2003 11:54:11 -0000
78187              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
78188      Branch: perl
78189            ! ext/PerlIO/encoding/encoding.pm
78190 ____________________________________________________________________________
78191 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
78192         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
78193              From: Stas Bekman <stas@stason.org>
78194              Date: Sat, 08 Feb 2003 11:12:28 +1100
78195              Message-ID: <3E444B6C.5060407@stason.org>
78196      Branch: perl
78197            ! doio.c
78198 ____________________________________________________________________________
78199 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
78200         Log: Possible cruft removal.
78201      Branch: perl
78202            ! x2p/Makefile.SH
78203 ____________________________________________________________________________
78204 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
78205         Log: Signedness nits.
78206      Branch: perl
78207            ! toke.c
78208 ____________________________________________________________________________
78209 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
78210         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
78211      Branch: perl
78212            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
78213            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
78214            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
78215            ! utils.lst
78216 ____________________________________________________________________________
78217 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
78218         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
78219      Branch: perl
78220            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
78221            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
78222            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
78223            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
78224 ____________________________________________________________________________
78225 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
78226         Log: Subject: [PATCH] perluniintro nit
78227              From: Autrijus Tang <autrijus@autrijus.org>
78228              Date: Fri, 7 Feb 2003 00:02:49 +0800
78229              Message-ID: <20030206160249.GA12984@not.autrijus.org>
78230      Branch: perl
78231            ! pod/perluniintro.pod
78232 ____________________________________________________________________________
78233 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
78234         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
78235              From: PPrymmer@factset.com
78236              Date: Wed, 5 Feb 2003 12:00:05 -0500
78237              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
78238      Branch: perl
78239            ! t/pod/find.t
78240 ____________________________________________________________________________
78241 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
78242         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
78243      Branch: perl
78244            ! proto.h
78245 ____________________________________________________________________________
78246 [ 18666] By: sky                                   on 2003/02/06  09:39:24
78247         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
78248              why we are not using SvOOK_on.
78249      Branch: perl
78250            ! sv.c
78251 ____________________________________________________________________________
78252 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
78253         Log: Things forgotten from Encode 1.87.
78254      Branch: perl
78255            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
78256 ____________________________________________________________________________
78257 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
78258         Log: Upgrade to Encode 1.87.
78259      Branch: perl
78260            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
78261            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
78262            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
78263            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
78264            ! ext/Encode/lib/Encode/CJKConstants.pm
78265            ! ext/Encode/lib/Encode/Encoder.pm
78266            ! ext/Encode/lib/Encode/Encoding.pm
78267            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
78268            ! ext/Encode/t/enc_eucjp.t
78269 ____________________________________________________________________________
78270 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
78271         Log: Add the test of [perl #8760] (fixed by change #18656).
78272      Branch: perl
78273            ! t/run/fresh_perl.t
78274 ____________________________________________________________________________
78275 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
78276         Log: has become fixed too (by changes #18653
78277              and #18658, methinks), adding the test(s).
78278      Branch: perl
78279            ! t/op/pat.t
78280 ____________________________________________________________________________
78281 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
78282         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
78283              From: Inaba HIroto <inaba@st.rim.or.jp>
78284              Date: Sat, 01 Feb 2003 21:58:20 +0900
78285              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
78286      Branch: perl
78287            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
78288            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
78289            ! ext/Encode/lib/Encode/Encoding.pm
78290            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
78291            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
78292 ____________________________________________________________________________
78293 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
78294         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
78295              From: PPrymmer@factset.com
78296              Date: Tue, 4 Feb 2003 12:03:17 -0500
78297              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
78298      Branch: perl
78299            ! ext/PerlIO/via/via.xs
78300 ____________________________________________________________________________
78301 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
78302         Log: s/S_cache_re/cache_re/ for building with threads.
78303      Branch: perl
78304            ! regexec.c
78305 ____________________________________________________________________________
78306 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
78307         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
78308              From: Stephen McCamant <smcc@mit.edu>
78309              Date: Mon, 3 Feb 2003 21:01:07 -0500
78310              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
78311      Branch: perl
78312            ! ext/B/B/Concise.pm ext/B/t/concise.t
78313 ____________________________________________________________________________
78314 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
78315         Log: Better version of change #18648, by Enache Adrian
78316              Message-ID: <20030204101533.GA11817@ratsnest.hole>
78317      Branch: perl
78318            ! op.c
78319 ____________________________________________________________________________
78320 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
78321         Log: Add the new test to MANIFEST.
78322      Branch: perl
78323            ! MANIFEST
78324 ____________________________________________________________________________
78325 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
78326         Log: Sync with 1.10
78327      Branch: perl
78328            + ext/List/Util/t/lln.t
78329            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
78330            ! ext/List/Util/lib/List/Util.pm
78331            ! ext/List/Util/lib/Scalar/Util.pm
78332 ____________________________________________________________________________
78333 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
78334         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
78335              The PL_regdata was not set up (S_cache_re()) before it
78336              was needed (S_reginclass()).  The test put in fresh_perl.t
78337              because we need a pristine state to start.
78338      Branch: perl
78339            ! regexec.c t/run/fresh_perl.t
78340 ____________________________________________________________________________
78341 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
78342         Log: Comment tweak.
78343      Branch: perl
78344            ! t/op/pat.t
78345 ____________________________________________________________________________
78346 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
78347         Log: Signedness issue.
78348      Branch: perl
78349            ! ext/MIME/Base64/Base64.xs
78350 ____________________________________________________________________________
78351 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
78352         Log: Force the C locale in makedepend, to prevent gcc from
78353              producing locale-dependent messages.
78354      Branch: perl
78355            ! makedepend.SH
78356 ____________________________________________________________________________
78357 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
78358         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
78359      Branch: perl
78360            ! pod/perlrun.pod
78361 ____________________________________________________________________________
78362 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
78363         Log: Fix bug #8760 : cop_line isn't properly restored
78364              when a module is loaded at runtime behind the scenes.
78365      Branch: perl
78366            ! op.c t/lib/warnings/perlio
78367 ____________________________________________________________________________
78368 [ 18647] By: merijn                                on 2003/02/03  16:14:00
78369         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
78370              From: Abe Timmerman <abe@ztreet.demon.nl>
78371              Date: Sun, 2 Feb 2003 18:27:57 +0100
78372              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
78373      Branch: perl
78374            ! hints/openbsd.sh
78375 ____________________________________________________________________________
78376 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
78377         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
78378              (Made Solaris go boom.)
78379      Branch: perl
78380            ! Configure
78381 ____________________________________________________________________________
78382 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
78383         Log: Detypo.
78384      Branch: perl
78385            ! cop.h
78386 ____________________________________________________________________________
78387 [ 18642] By: ams                                   on 2003/02/03  08:26:36
78388         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
78389              utility scripts?)
78390      Branch: perl
78391            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
78392            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
78393            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
78394            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
78395            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
78396            ! ext/MIME/Base64/t/quoted-print.t
78397 ____________________________________________________________________________
78398 [ 18641] By: sky                                   on 2003/02/02  23:46:24
78399         Log: In any case, never copy this but use the same SV since
78400              if we copy we loose the hash we so badly need.
78401              For op_const we might still need to copy however.
78402      Branch: perl
78403            ! op.c
78404 ____________________________________________________________________________
78405 [ 18640] By: sky                                   on 2003/02/02  23:38:40
78406         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
78407              threading issue. Should perhaps be a PVOP to save memory, but then
78408              we have nowhere to store the hash of the function!
78409      Branch: perl
78410            ! dump.c op.c pp_hot.c
78411 ____________________________________________________________________________
78412 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
78413         Log: Plan 9: Some time has passed.
78414      Branch: perl
78415            ! plan9/buildinfo
78416 ____________________________________________________________________________
78417 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
78418         Log: Subject: Re: typo in checkin 18616
78419              From: Nick Ing-Simmons <nick@ing-simmons.net>
78420              Date: Sun, 02 Feb 2003 17:23:08 +0000
78421              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
78422      Branch: perl
78423            ! XSUB.h
78424 ____________________________________________________________________________
78425 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
78426         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
78427      Branch: perl
78428            + plan9/config_sh.sample
78429            ! MANIFEST
78430 ____________________________________________________________________________
78431 [ 18634] By: ams                                   on 2003/02/02  18:07:01
78432         Log: Subject: [PATCH] pod/perlfunc.pod
78433              From: abigail@abigail.nl
78434              Date: Sun, 2 Feb 2003 16:59:48 +0100
78435              Message-Id: <20030202155948.7971.qmail@abigail.nl>
78436      Branch: perl
78437            ! pod/perlfunc.pod
78438 ____________________________________________________________________________
78439 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
78440         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
78441              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
78442              Date: Wed, 22 Jan 2003 22:35:56 +0100
78443              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
78444      Branch: perl
78445            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
78446 ____________________________________________________________________________
78447 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
78448         Log: Also [perl #3547] has been fixed; add its test case.
78449      Branch: perl
78450            ! t/op/pat.t
78451 ____________________________________________________________________________
78452 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
78453         Log: The [perl #7471] seems to have been fixed; add its test.
78454      Branch: perl
78455            ! t/op/pat.t
78456 ____________________________________________________________________________
78457 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
78458         Log: seems to have been fixed; add its test.
78459      Branch: perl
78460            ! t/op/pat.t
78461 ____________________________________________________________________________
78462 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
78463         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
78464      Branch: perl
78465            + plan9/config_h.sample
78466            ! MANIFEST
78467 ____________________________________________________________________________
78468 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
78469         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
78470      Branch: perl
78471            ! plan9/config.plan9
78472 ____________________________________________________________________________
78473 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
78474         Log: Plan 9: Update the list of object files.
78475      Branch: perl
78476            ! plan9/mkfile
78477 ____________________________________________________________________________
78478 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
78479         Log: Plan 9: No Configure.
78480      Branch: perl
78481            ! Configure
78482 ____________________________________________________________________________
78483 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
78484         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
78485      Branch: perl
78486            ! Configure
78487 ____________________________________________________________________________
78488 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
78489         Log: minitest wasn't working.  (The $^X /miniperl/ test in
78490              io/crlf.t didn't work in Tru64, $^X was "./perl", used
78491              the same 'eval q/use .../' trick everywhere.)
78492      Branch: perl
78493            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
78494            ! t/uni/tr_utf8.t
78495 ____________________________________________________________________________
78496 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
78497         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
78498              (test.pl-ise quotemeta.t, too)
78499      Branch: perl
78500            ! t/op/quotemeta.t toke.c
78501 ____________________________________________________________________________
78502 [ 18618] By: sky                                   on 2003/02/01  21:04:36
78503         Log: Fix bug #15837, temporary from storable call hadn't gotten
78504              freed yet and was cloned but without a real (AvREAL)
78505              reference to it. @_ doesn't refcount!
78506      Branch: perl
78507            ! ext/threads/threads.xs
78508 ____________________________________________________________________________
78509 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
78510         Log: Integrate from perlio:
78511
78512              [ 18591]
78513              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
78514              correct XSUB.h
78515
78516              [ 18611]
78517              Michael Schroeder's fix for re-try if stdio ops after
78518              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
78519
78520              [ 18612]
78521              PerlIO friendly version of speed up of $/ = undef case.
78522
78523              [ 18613]
78524              fflush() before invalidating stdio's fileno.
78525      Branch: perl
78526           !> XSUB.h perlio.c sv.c
78527 ____________________________________________________________________________
78528 [ 18615] By: sky                                   on 2003/02/01  12:01:01
78529         Log: Don't free thread before using it, breaks platforms that
78530              trust that I really want to free what I free, (like HPUX
78531              and AIX).
78532      Branch: perl
78533            ! ext/threads/threads.xs
78534 ____________________________________________________________________________
78535 [ 18614] By: ams                                   on 2003/02/01  12:00:29
78536         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
78537              From: Nick Ing-Simmons <nick@ing-simmons.net>
78538              Date: Sat, 01 Feb 2003 13:03:52 +0000
78539              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
78540      Branch: perl
78541            ! perlio.c
78542 ____________________________________________________________________________
78543 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
78544         Log: Go even further (back) than change #18608 and revert
78545              to the 5.8.0 code, since otherwise split.t #40 fails.
78546              The four new tests of pat.t should keep us more honest.
78547      Branch: perl
78548            ! regexec.c
78549 ____________________________________________________________________________
78550 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
78551         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
78552              From: Enache Adrian <enache@rdslink.ro>
78553              Date: Fri, 31 Jan 2003 09:20:59 +0200
78554              Message-ID: <20030131072059.GB6045@ratsnest.hole>
78555      Branch: perl
78556            ! regexec.c t/op/pat.t
78557 ____________________________________________________________________________
78558 [ 18607] By: ams                                   on 2003/01/31  02:29:56
78559         Log: Fix typo in version check ($[ to $]).
78560      Branch: perl
78561            ! ext/Storable/t/restrict.t
78562 ____________________________________________________________________________
78563 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
78564         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
78565              From: Jose.auguste-etienne@cgss-guyane.fr
78566              Date: Thu, 30 Jan 2003 12:40:53 -0300
78567              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
78568      Branch: perl
78569            ! pod/perlunicode.pod
78570 ____________________________________________________________________________
78571 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
78572         Log: code example in the FAQ that isn't strict-friendly.
78573              Subject: [perl #20616] Tie::IxHash doc error.
78574              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
78575              Date: 30 Jan 2003 11:43:17 -0000
78576              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
78577      Branch: perl
78578            ! pod/perlfaq4.pod
78579 ____________________________________________________________________________
78580 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
78581         Log: FAQ sync.
78582      Branch: perl
78583            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
78584            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
78585            ! pod/perlfaq8.pod
78586 ____________________________________________________________________________
78587 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
78588         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
78589              From: Enache Adrian <enache@rdslink.ro>
78590              Date: Thu, 30 Jan 2003 10:48:09 +0200
78591              Message-ID: <20030130084809.GA16902@ratsnest.hole>
78592
78593              Fix for half of the failures, with an expanded test.
78594      Branch: perl
78595            ! lib/utf8.t sv.c
78596 ____________________________________________________________________________
78597 [ 18602] By: merijn                                on 2003/01/30  06:31:50
78598         Log: Updates to the openbsd hints
78599
78600              Subject: [perl #20606] [no subject]
78601              Date: 29 Jan 2003 18:38:37 -0000
78602              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
78603              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
78604      Branch: perl
78605            ! hints/openbsd.sh
78606 ____________________________________________________________________________
78607 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
78608         Log: More of the #18600.
78609      Branch: perl
78610            ! pad.c
78611 ____________________________________________________________________________
78612 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
78613         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
78614              dumping (but now use SvPV_nolen).  (This change made an empty
78615              prototype to show up as "_" under -Uuseperlio.)
78616      Branch: perl
78617            ! dump.c
78618 ____________________________________________________________________________
78619 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
78620         Log: Fix a very small memory leak in op_free, by reserving the
78621              case op_seq == (U16)-1 for the compiler backend
78622
78623              Subject: Re: Freeing code
78624              From: "Paul Johnson" <paul@pjcj.net>
78625              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
78626              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
78627      Branch: perl
78628            ! op.c
78629 ____________________________________________________________________________
78630 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
78631         Log: Integrate from maint-5.8:
78632              Change 18450 :
78633              Tiny output tweak.
78634              Change 18429 :
78635              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
78636              things like drand48_data are undefined).
78637              Change 18388 :
78638              List the PERL_MAGIC_utf8 ('w') flag.
78639      Branch: perl
78640           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
78641 ____________________________________________________________________________
78642 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
78643         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
78644              From: Slaven Rezic <slaven@rezic.de>
78645              Date: 14 Jan 2003 20:58:54 +0100
78646              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
78647      Branch: perl
78648            ! ext/Sys/Hostname/Hostname.pm
78649 ____________________________________________________________________________
78650 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
78651         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
78652              without the lval context tweak. Used in OP_DBSTATE.
78653              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
78654              From: Dave Mitchell <davem@fdgroup.com>
78655              Date: Sun, 26 Jan 2003 17:42:42 +0000
78656              Message-ID: <20030126174242.H16182@fdgroup.com>
78657      Branch: perl
78658            ! cop.h pp_ctl.c
78659 ____________________________________________________________________________
78660 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
78661         Log: Subject: [PATCH] make Copy On Write work once again
78662              From: Nicholas Clark <nick@unfortu.net>
78663              Date: Sat, 25 Jan 2003 00:25:50 +0000
78664              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
78665      Branch: perl
78666            ! sv.h
78667 ____________________________________________________________________________
78668 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
78669         Log: Update the pod list for Plan 9.
78670      Branch: perl
78671            ! plan9/mkfile
78672 ____________________________________________________________________________
78673 [ 18593] By: sky                                   on 2003/01/26  22:37:21
78674         Log: When we copy things out of a hash and increment the
78675              refcount of the shared scalar, we really must protect
78676              that refcount increase with a lock, or else it might not
78677              happen. Fixes segfault when objects would prematurely
78678              be killed.
78679      Branch: perl
78680            ! ext/threads/shared/shared.xs
78681 ____________________________________________________________________________
78682 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
78683         Log: Missing (STRLEN)casts.
78684      Branch: perl
78685            ! sv.c
78686 ____________________________________________________________________________
78687 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
78688         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
78689
78690              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
78691              From: Dave Mitchell <davem@fdgroup.com>
78692              Date: Fri, 24 Jan 2003 18:44:19 +0000
78693              Message-ID: <20030124184419.F11179@fdgroup.com>
78694      Branch: perl
78695            ! mg.c op.h pp_ctl.c
78696 ____________________________________________________________________________
78697 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
78698         Log: Lest people get worried about not having PerlIO.
78699      Branch: perl
78700            ! pod/perluniintro.pod
78701 ____________________________________________________________________________
78702 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
78703         Log: Plan 9 doesn't do nm, from Russ Cox.
78704      Branch: perl
78705            ! Configure
78706 ____________________________________________________________________________
78707 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
78708         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
78709      Branch: perl
78710            ! plan9/plan9ish.h
78711 ____________________________________________________________________________
78712 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
78713         Log: Plan 9 compiler can't return quads from the ?: (condop).
78714              (There may be more spots like this, so a Configure test
78715              maybe in order, but this works for now.)  From Russ Cox.
78716      Branch: perl
78717            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
78718 ____________________________________________________________________________
78719 [ 18581] By: ams                                   on 2003/01/26  05:29:40
78720         Log: Subject: Re: truncate using a globref
78721              From: Slaven Rezic <slaven@rezic.de>
78722              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
78723              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
78724      Branch: perl
78725            ! pp_sys.c t/io/fs.t
78726 ____________________________________________________________________________
78727 [ 18580] By: ams                                   on 2003/01/26  04:57:47
78728         Log: Subject: patch to speed up Perl's slurp mode
78729              From: Enache Adrian <enache@rdslink.ro>
78730              Date: Fri, 24 Jan 2003 06:23:54 +0200
78731              Message-Id: <20030124042354.GA30362@ratsnest.hole>
78732      Branch: perl
78733            ! sv.c
78734 ____________________________________________________________________________
78735 [ 18579] By: ams                                   on 2003/01/26  02:50:44
78736         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
78737              From: Enache Adrian <enache@rdslink.ro>
78738              Date: Sun, 26 Jan 2003 04:55:48 +0200
78739              Message-Id: <20030126025548.GB812@ratsnest.hole>
78740      Branch: perl
78741            ! pp_ctl.c
78742 ____________________________________________________________________________
78743 [ 18578] By: ams                                   on 2003/01/26  02:40:20
78744         Log: Subject: [PATCH Storable 2.06] const declaration fixup
78745              From: "Craig A. Berry" <craigberry@mac.com>
78746              Date: Thu, 23 Jan 2003 16:24:46 -0600
78747              Message-Id: <3E306BAE.4030807@mac.com>
78748      Branch: perl
78749            ! ext/Storable/Storable.xs
78750 ____________________________________________________________________________
78751 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
78752         Log: Subject: [PATCH] move pad.c warnings to different test file
78753              From: Dave Mitchell <davem@fdgroup.com>
78754              Date: Thu, 23 Jan 2003 20:56:47 +0000
78755              Message-ID: <20030123205647.C8696@fdgroup.com>
78756      Branch: perl
78757            + t/lib/warnings/pad
78758            ! MANIFEST t/lib/warnings/op
78759 ____________________________________________________________________________
78760 [ 18573] By: nick                                  on 2003/01/23  07:26:43
78761         Log: Fix Solaris 32-bit invalidate case.
78762      Branch: perl
78763            ! perlio.c
78764 ____________________________________________________________________________
78765 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
78766         Log: Integrate change 18448 from maint-5.8 :
78767
78768              Subject: Partial Data::Dumper patch
78769              From: Richard Clamp <richardc@unixbeard.net>
78770              Date: Sat, 4 Jan 2003 00:52:47 +0000
78771              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
78772
78773              Subject: Re: Partial Data::Dumper patch
78774              From: Slaven Rezic <slaven@rezic.de>
78775              Date: 04 Jan 2003 02:48:08 +0100
78776              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
78777      Branch: perl
78778           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
78779 ____________________________________________________________________________
78780 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
78781         Log: Subject: [PATCH] Re: difference between my and our before introduction
78782              From: Dave Mitchell <davem@fdgroup.com>
78783              Date: Thu, 16 Jan 2003 17:12:37 +0000
78784              Message-ID: <20030116171237.C420@fdgroup.com>
78785              (with a small test tweak)
78786      Branch: perl
78787            ! pad.c t/comp/our.t toke.c
78788 ____________________________________________________________________________
78789 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
78790         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
78791      Branch: perl
78792            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
78793 ____________________________________________________________________________
78794 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
78795         Log: Integrate from perlio:
78796              [ 18560]
78797              Fixes for open.pm which attempts to load layers:
78798              1. C equivalent of local $SIG{__WARN__} = sub {}
78799              while loading layers to supress warnings lib/open.t does
78800              not want.
78801              2. The loading scheme does not recurse now so look for
78802              new symptom of bad layer which is that a good module
78803              fails to load (as we cannot open any files).
78804
78805              NOTE: In my opinion open.pm should probably die on bad layer
78806              spec rather than just (maybe) warning and then allowing opens
78807              to fail.
78808      Branch: perl
78809           !> lib/open.t perlio.c
78810 ____________________________________________________________________________
78811 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
78812         Log: Upgrade to Encode 1.86.
78813      Branch: perl
78814            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
78815            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
78816            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
78817 ____________________________________________________________________________
78818 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
78819         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
78820              From: Dave Mitchell <davem@fdgroup.com>
78821              Date: Sun, 19 Jan 2003 17:22:05 +0000
78822              Message-ID: <20030119172204.D24444@fdgroup.com>
78823      Branch: perl
78824            ! dump.c
78825 ____________________________________________________________________________
78826 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
78827         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
78828              From: Nicholas Clark <nick@unfortu.net>
78829              Date: Tue, 21 Jan 2003 22:27:21 +0000
78830              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
78831      Branch: perl
78832            ! sv.c t/op/ref.t
78833 ____________________________________________________________________________
78834 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
78835         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
78836              From: Robin Barker <Robin.Barker@npl.co.uk>
78837              Date: Mon, 20 Jan 2003 15:26:21 -0000
78838              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
78839      Branch: perl
78840            ! perlio.h
78841 ____________________________________________________________________________
78842 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
78843         Log: Integrate from perlio:
78844              [ 18539]
78845              Try the invalidate_fileno() idea for non-leaky stdio sockets.
78846
78847              [ 18540]
78848              stdio does NOT set errno==EBADF on invalidated fileno
78849
78850              [ 18547]
78851              Tweak APItest for new semantics of printf.
78852              Now printf() is always real printf() and not #define'd to
78853              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
78854              back to original file does not affect stdout unless we are
78855              using :stdio as implementation. So things printf()ed XS side
78856              are not written to file (and turn up at end of test).
78857              So add an XS function which does fflush(stdout), modify .pm
78858              file to export it and .t file to call it.
78859
78860              [ 18548]
78861              Add defined(__osf__) case to invalidate_fileno (for Tru64).
78862
78863              [ 18549]
78864              Report layer name (without arg) on fail, and attempt to
78865              autoload layer name. (Fix for [perl #20460]).
78866
78867              [ 18550]
78868              #if defined(__irix__) (for stdio invalidate) from Jarkko.
78869      Branch: perl
78870           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
78871           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
78872 ____________________________________________________________________________
78873 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
78874         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
78875              From: Dave Mitchell <davem@fdgroup.com>
78876              Date: Sun, 19 Jan 2003 16:43:54 +0000
78877              Message-ID: <20030119164353.B24444@fdgroup.com>
78878      Branch: perl
78879            ! av.c t/op/array.t
78880 ____________________________________________________________________________
78881 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
78882         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
78883              From: Martti Rahkila <martti.rahkila@hut.fi>
78884              Date: Sat, 18 Jan 2003 00:25:39 +0200
78885              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
78886
78887              (chose the 'even safer' version)
78888      Branch: perl
78889            ! lib/Term/Complete.pm
78890 ____________________________________________________________________________
78891 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
78892         Log: Subject: [PATCH] assert PV isn't RV
78893              From: Nicholas Clark <nick@unfortu.net>
78894              Date: Fri, 17 Jan 2003 19:40:45 +0000
78895              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
78896      Branch: perl
78897            ! sv.h
78898 ____________________________________________________________________________
78899 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
78900         Log: Integrate from maint-5.8:
78901              [ 18375]
78902              Better version of change #18370; use the new 'E' flag
78903              so that cxinc is exposed (as cpp) only to List::Util
78904              (well, any extension) (well, anyone who does -DPERL_EXT),
78905              no need to export it globally.
78906      Branch: perl
78907           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
78908 ____________________________________________________________________________
78909 [ 18545] By: ams                                   on 2003/01/22  06:06:26
78910         Log: Subject: [PATCH perl-current] AUTHORS correction
78911              From: Richard Soderberg <rs@crystalflame.net>
78912              Date: Wed, 22 Jan 2003 02:08:13 -0500
78913              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
78914      Branch: perl
78915            ! AUTHORS
78916 ____________________________________________________________________________
78917 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
78918         Log: Continuation of #18542.
78919      Branch: perl
78920            ! sv.c
78921 ____________________________________________________________________________
78922 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
78923         Log: Update the MD5 checksums.
78924      Branch: perl
78925            ! ext/Digest/MD5/t/files.t
78926 ____________________________________________________________________________
78927 [ 18542] By: hv                                    on 2003/01/22  01:37:52
78928         Log: #18530 misses a couple of pTHX definitions
78929      Branch: perl
78930            ! sv.c
78931 ____________________________________________________________________________
78932 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
78933         Log: Try to make including patchlevel.h a bit more
78934              robust (use <> instead of "") and in case of
78935              failure (PERL_VERSION didn't get defined) try
78936              to fail (by trying to #include an "obviously"
78937              named file that should not exist) (didn't use
78938              #error since IIRC older cpps do not have it)
78939              (Tries to address [perl #20276].)
78940      Branch: perl
78941            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
78942            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
78943            ! ext/Storable/Storable.xs
78944 ____________________________________________________________________________
78945 [ 18538] By: merijn                                on 2003/01/21  16:54:00
78946         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
78947              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78948              Date: Mon, 30 Dec 2002 18:01:16 -0800
78949              Message-ID: <spPE+gzkg+6F092yn@efn.org>
78950      Branch: perl
78951            ! Configure
78952 ____________________________________________________________________________
78953 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
78954         Log: Allow explicit -C enable/disable by -C:1/-C:0
78955              (suggested by Peter Haworth).
78956      Branch: perl
78957            ! perl.c pod/perlrun.pod
78958 ____________________________________________________________________________
78959 [ 18534] By: hv                                    on 2003/01/21  02:22:53
78960         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
78961              From: Chip Turner <cturner@redhat.com>
78962              Date: 02 Jan 2003 11:35:57 -0500
78963              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
78964      Branch: perl
78965            ! lib/Pod/Perldoc.pm
78966 ____________________________________________________________________________
78967 [ 18533] By: hv                                    on 2003/01/21  02:15:29
78968         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
78969              From: hv@crypt.org
78970              Date: Thu, 02 Jan 2003 14:33:49 +0000
78971              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
78972      Branch: perl
78973            ! regexec.c t/op/subst.t
78974 ____________________________________________________________________________
78975 [ 18532] By: hv                                    on 2003/01/21  01:56:31
78976         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
78977              From: Martien Verbruggen <mgjv@tradingpost.com.au>
78978              Date: Tue, 31 Dec 2002 16:42:28 +1100
78979              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
78980      Branch: perl
78981            ! pod/perlsyn.pod
78982 ____________________________________________________________________________
78983 [ 18531] By: hv                                    on 2003/01/21  01:52:49
78984         Log: integrate #18366-18370 from maint-5.8:
78985              Implement the CPP namespace protection from [perl #8610];
78986              unless a function has an 'A' flag, it's defined only if
78987              PERL_CORE.  (Why do we have so many many functions with an
78988              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
78989              could be cut down further by having a state variable and
78990              inserting #ifdefs and #endifs when the state flips.)
78991
78992              Caught by change #18366; thanks to the re extension we have some
78993              functions that are file static but yet part of "the public API"...
78994              Maybe a new class of exportability (a new embed.fnc flag) is
78995              required for this case.
78996
78997              Continue on change #18367; implement the said flag, 'E'.
78998              (Some nm output studying was needed to get the right set
78999              of re symbols defined.)
79000
79001              In AIX (strict symbol exports) the cxinc is needed for List::Util.
79002      Branch: perl
79003            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
79004 ____________________________________________________________________________
79005 [ 18530] By: hv                                    on 2003/01/21  01:37:03
79006         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
79007              Introduce a cache for UTF-8 data: length and byte<->char offset
79008              mapping are stored in a new type of magic.  Speeds up length(),
79009              substr(), index(), rindex(), pos(), and some parts of s///.
79010
79011              The speedup varies a lot (on the usual suspects: what is the
79012              access pattern of the data, compiler, CPU), but should be at
79013              least one order of magnitude, and getting to the same magnitude
79014              as byte string speeds, and in some cases  (length on unchanged data)
79015              even reaching the byte string speed.  On the other hand, in some
79016              cases (index) the byte speed is still faster by a factor of five
79017              or so, but the bottleneck there does not seem to be any more
79018              the byte<->char offset mapping (instead, the fbm_instr() speed).
79019
79020              There is one cache slot for the length, and only two for the
79021              byte<->char offset mapping (the first one for the start->offset,
79022              and the second for the offset->offset+length, when talking
79023              in substr() terms).
79024
79025              Code this hairy is bound to have hairy trolls hiding under it.
79026              [...]
79027              A small tweak on top of #18353: don't display mg_len bytes of
79028              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
79029      Branch: perl
79030            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
79031            ! sv.c util.c
79032 ____________________________________________________________________________
79033 [ 18529] By: hv                                    on 2003/01/21  00:44:20
79034         Log: integrate #18349 from maint-5.8:
79035              At least partially address [perl #10000] by speeding
79036              up both the ASCII case (by about 2-3%) and the UTF-8 case
79037              (by about 45%).  The major trick is to avoid hitting the
79038              costly S_reginclass().  (Even before this patch the speedup
79039              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
79040              still about 30-60% slower than the ASCII case.  (Note that
79041              I'm unable to reproduce the 10-fold speed difference of the
79042              original bug report; I can see a factor of 2 or 3, but no more.)
79043      Branch: perl
79044           !> regexec.c
79045 ____________________________________________________________________________
79046 [ 18528] By: hv                                    on 2003/01/21  00:24:11
79047         Log: Subject: [PATCH pp_ctl.c] silence warning
79048              From: Dave Mitchell <davem@fdgroup.com>
79049              Date: Sun, 29 Dec 2002 15:09:31 +0000
79050              Message-ID: <20021229150931.C2325@fdgroup.com>
79051      Branch: perl
79052            ! pp_ctl.c
79053 ____________________________________________________________________________
79054 [ 18527] By: hv                                    on 2003/01/21  00:04:14
79055         Log: Subject: perl version reporting
79056              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79057              Date: Wed, 18 Dec 2002 08:30:32 +0100
79058              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
79059      Branch: perl
79060            ! perl.c
79061 ____________________________________________________________________________
79062 [ 18526] By: hv                                    on 2003/01/20  23:21:22
79063         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
79064              From: Blair Zajac <blair@orcaware.com>
79065              Date: Wed, 08 Jan 2003 12:28:35 -0800
79066              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
79067      Branch: perl
79068            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
79069            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
79070 ____________________________________________________________________________
79071 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
79072         Log: Integrate from perlio:
79073              [ 18520]
79074              Move #define printf out of perl.h into appropriate
79075              PerlIO files.
79076      Branch: perl
79077           !> fakesdio.h nostdio.h perl.h
79078 ____________________________________________________________________________
79079 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
79080         Log: Upgrade to Digest 1.02.
79081      Branch: perl
79082            ! lib/Digest.pm lib/Digest.t
79083 ____________________________________________________________________________
79084 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
79085         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
79086              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
79087              Date: 20 Jan 2003 01:54:07 -0000
79088              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
79089      Branch: perl
79090            ! pp_hot.c
79091 ____________________________________________________________________________
79092 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
79093         Log: Retract #18154 (integrate of perlio #18507), not enough
79094              threadsafety.
79095      Branch: perl
79096            ! perlio.c
79097 ____________________________________________________________________________
79098 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
79099         Log: Encode MANIFEST update.
79100      Branch: perl
79101            ! ext/Encode/MANIFEST
79102 ____________________________________________________________________________
79103 [ 18517] By: nick                                  on 2003/01/20  08:34:10
79104         Log: Integrate #18405 from maint-5.8 which fixes whitespac
79105              issues in open(FH,"&...")
79106      Branch: perl
79107           !> doio.c
79108 ____________________________________________________________________________
79109 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
79110         Log: microperl update.
79111      Branch: perl
79112            ! Makefile.micro uconfig.h uconfig.sh
79113 ____________________________________________________________________________
79114 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
79115         Log: Integrate from perlio:
79116              [ 18507]
79117              Thread-protection for dup/fclose/dup2 scheme of stdio leak
79118              avoidance.
79119      Branch: perl
79120           !> perlio.c t/io/tell.t
79121 ____________________________________________________________________________
79122 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
79123         Log: Slight pod reformatting based on [perl #20284].
79124      Branch: perl
79125            ! README.mint ext/Data/Dumper/Dumper.pm
79126 ____________________________________________________________________________
79127 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
79128         Log: EPOC perl address updates.
79129      Branch: perl
79130            ! README.epoc
79131 ____________________________________________________________________________
79132 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
79133         Log: Upgrade to Digest 1.01.
79134      Branch: perl
79135            ! lib/Digest.pm
79136 ____________________________________________________________________________
79137 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
79138         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
79139      Branch: perl
79140            ! utils/libnetcfg.PL
79141 ____________________________________________________________________________
79142 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
79143         Log: Upgrade to Digest::MD5 2.22.
79144      Branch: perl
79145            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
79146            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
79147            ! ext/Digest/MD5/t/files.t
79148 ____________________________________________________________________________
79149 [ 18508] By: merijn                                on 2003/01/17  14:12:53
79150         Log: Subject: Re: 18457 on cygwin/20030113
79151              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
79152              Date: Fri, 17 Jan 2003 15:10:34 +0000
79153              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
79154      Branch: perl
79155            ! t/io/tell.t
79156 ____________________________________________________________________________
79157 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
79158         Log: Integrate from perlio:
79159              [ 18476]
79160              Remove workaround for :stdio layer bug now fixed
79161              (Fixes #18975)
79162      Branch: perl
79163           !> pp_sys.c
79164 ____________________________________________________________________________
79165 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
79166         Log: Integrate from maint-5.6:
79167              [ 18477]
79168              search utility doesn't skip exe/lib/pdb files properly on windows
79169      Branch: perl
79170           !> win32/bin/search.pl
79171 ____________________________________________________________________________
79172 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
79173         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
79174              From: "Jos I. Boumans" <kane@dwim.org>
79175              Date: Thu, 16 Jan 2003 14:04:48 +0100
79176              Message-ID: <3E26ADF0.6010605@dwim.org>
79177              (with test tweaks)
79178      Branch: perl
79179            ! lib/File/Find.pm lib/File/Find/t/find.t
79180 ____________________________________________________________________________
79181 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
79182         Log: Integrate #18447 from maint-5.8 :
79183              test.pl-ise t/op/fh.t.
79184      Branch: perl
79185           !> t/op/fh.t
79186 ____________________________________________________________________________
79187 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
79188         Log: Integrate changes to Attribute::Handlers from maint-5.8
79189              (18404 and 18427).
79190              Subject: [PATCH] Re: Attribute::Handlers phase variance
79191              From: Richard Clamp <richardc@unixbeard.net>
79192              Date: Mon, 9 Dec 2002 11:10:24 +0000
79193              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
79194      Branch: perl
79195           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
79196 ____________________________________________________________________________
79197 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
79198         Log: Integrate changes #18422 and #18423 from maint-5.8.
79199              18422 :
79200              Third Degree found a read of uninit memory (after setting
79201              grent_size with sysconf(), pwent_size was read).  Also make
79202              the ERANGE/INVARG more consistent.
79203              18423 :
79204              spent_size was still off.  (As far as I can tell
79205              _SC_GETPW_R_SIZE_MAX is supposed to be used also
79206              for spents, not just pwents.)
79207      Branch: perl
79208           !> reentr.c reentr.h reentr.pl
79209 ____________________________________________________________________________
79210 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
79211         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
79212              From: Dave Mitchell <davem@fdgroup.com>
79213              Date: Wed, 1 Jan 2003 21:43:24 +0000
79214              Message-ID: <20030101214324.F12907@fdgroup.com>
79215              (integrated from change #18397 in maint-5.8)
79216      Branch: perl
79217           !> lib/Time/Local.pm lib/Time/Local.t
79218 ____________________________________________________________________________
79219 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
79220         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
79221              code changes from Inaba Hiroto; test tweaks by jhi.
79222      Branch: perl
79223            + ext/Encode/t/enc_eucjp.t
79224            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
79225            ! pp.c sv.c sv.h t/uni/tr_utf8.t
79226 ____________________________________________________________________________
79227 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
79228         Log: It seems the binmode() is needed with UTF-8 locales enabled.
79229      Branch: perl
79230            ! ext/Encode/t/CJKT.t
79231 ____________________________________________________________________________
79232 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
79233         Log: Upgrade to CGI.pm 2.89.
79234      Branch: perl
79235            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
79236            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
79237 ____________________________________________________________________________
79238 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
79239         Log: Subject: Update for ext/MIME/Base64/
79240              From: Gisle Aas <gisle@ActiveState.com>
79241              Date: 30 Dec 2002 07:34:34 -0800
79242              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
79243      Branch: perl
79244            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
79245            ! ext/MIME/Base64/QuotedPrint.pm
79246            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
79247 ____________________________________________________________________________
79248 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
79249         Log: Subject: Update for ext/Digest/MD5/
79250              From: Gisle Aas <gisle@ActiveState.com>
79251              Date: 30 Dec 2002 07:38:16 -0800
79252              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
79253      Branch: perl
79254            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
79255            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
79256            ! ext/Digest/MD5/t/files.t
79257 ____________________________________________________________________________
79258 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
79259         Log: if (0) the PL_widesyscalls code for now: Sarathy
79260              should take another look to see whether it is really
79261              safe to remove the code, too.
79262      Branch: perl
79263            ! win32/win32.h wince/win32.h
79264 ____________________________________________________________________________
79265 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
79266         Log: Make the locale-induced UTF-8-ification of STD fhs
79267              and the default file open layer explicit (either -C
79268              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
79269      Branch: perl
79270            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
79271            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
79272            ! pod/perlvar.pod
79273 ____________________________________________________________________________
79274 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
79275         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
79276              From: Brendan O'Dea <bod@debian.org>
79277              Date: Sun, 12 Jan 2003 06:18:32 +1100
79278              Message-ID: <20030111191832.GA19441@londo.c47.org>
79279      Branch: perl
79280            ! pod/perlrun.pod
79281 ____________________________________________________________________________
79282 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
79283         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
79284              From: Brendan O'Dea <bod@debian.org>
79285              Date: Sun, 12 Jan 2003 06:17:30 +1100
79286              Message-ID: <20030111191730.GA19420@londo.c47.org>
79287      Branch: perl
79288            ! lib/diagnostics.pm
79289 ____________________________________________________________________________
79290 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
79291         Log: Add a test case for bug [perl #19545]
79292      Branch: perl
79293            ! t/op/do.t
79294 ____________________________________________________________________________
79295 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
79296         Log: isa() and can() didn't work on magic variables
79297              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
79298              plus a test case by B. Goldberg
79299      Branch: perl
79300            ! t/op/universal.t universal.c
79301 ____________________________________________________________________________
79302 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
79303         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
79304              From: Stephen McCamant <smcc@mit.edu>
79305              Date: Thu, 2 Jan 2003 18:08:23 -0500
79306              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
79307              Plus a test by Jarkko
79308              Integrated from changes 18444 and 18446 from maint-5.8
79309      Branch: perl
79310           +> t/op/readline.t
79311           !> MANIFEST pp_hot.c
79312 ____________________________________________________________________________
79313 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
79314         Log: Upgrade to Time::HiRes 1.42.
79315      Branch: perl
79316            + ext/Time/HiRes/fallback/const-c.inc
79317            + ext/Time/HiRes/fallback/const-xs.inc
79318            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
79319            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
79320 ____________________________________________________________________________
79321 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
79322         Log: Detypo.
79323      Branch: perl
79324            ! ext/Encode/Unicode/Unicode.xs
79325 ____________________________________________________________________________
79326 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
79327         Log: Integrate change #18365 from maint-5.8 :
79328              Doc tweak on the S_ macros.
79329      Branch: perl
79330           !> pod/perlfunc.pod
79331 ____________________________________________________________________________
79332 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
79333         Log: Apparently some stdios have bugs (no! don't tell it is so!)
79334              or there is a corner of stdio that is substandardised.
79335      Branch: perl
79336            ! t/io/tell.t
79337 ____________________________________________________________________________
79338 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
79339         Log: Encode 1.84 broke the subtest #7, further study required.
79340      Branch: perl
79341            ! t/uni/tr_utf8.t
79342 ____________________________________________________________________________
79343 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
79344         Log: Add a test for encoding 'utf8'.
79345      Branch: perl
79346            + ext/Encode/t/enc_utf8.t
79347            ! MANIFEST ext/Encode/MANIFEST
79348 ____________________________________________________________________________
79349 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
79350         Log: Upgrade to Encode 1.84.
79351      Branch: perl
79352            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
79353            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
79354 ____________________________________________________________________________
79355 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
79356         Log: Integrate from perlio:
79357              [ 18471]
79358              Fix #18711 and add test for it (and indeed tell on write
79359              handles at all !
79360
79361              (#18711 Serious bug of tell() in perl)
79362      Branch: perl
79363           !> perlio.c t/io/tell.t
79364 ____________________________________________________________________________
79365 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
79366         Log: Integrate from perlio:
79367              [ 18470]
79368              Fix #16306 and #16880
79369
79370              (#16306 Big Badda leak in Sockets)
79371              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
79372      Branch: perl
79373           !> perlio.c
79374 ____________________________________________________________________________
79375 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
79376         Log: Integrate perlio #18040 and #18043 (no real changes;
79377              some whitespace changes but ignored them so that Dan's
79378              version of Encode wins)
79379      Branch: perl
79380           !> ext/Encode/Encode.xs
79381 ____________________________________________________________________________
79382 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
79383         Log: Integrate perlio to mainline:
79384              [ 18240]
79385              Avoid eqtime() wiping the file (as suggested by
79386              "Luis G. Uribe C." <GUribe@SoftHome.net>
79387      Branch: perl
79388           !> lib/ExtUtils/Command.pm
79389 ____________________________________________________________________________
79390 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
79391         Log: Subject: [PATCH] VMS perly build tweak
79392              From: "Craig A. Berry" <craigberry@mac.com>
79393              Date: Thu, 9 Jan 2003 14:44:40 -0600
79394              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
79395      Branch: perl
79396            ! vms/descrip_mms.template
79397 ____________________________________________________________________________
79398 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
79399         Log: Document that ${^TAINT} is read-only.
79400      Branch: perl
79401            ! pod/perlvar.pod
79402 ____________________________________________________________________________
79403 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
79404         Log: Fix the doc for splitpath() in the File::Spec modules :
79405              this function doesn't return undef in any case.
79406      Branch: perl
79407            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
79408            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
79409 ____________________________________________________________________________
79410 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
79411         Log: Subject: [PATCH] label code in pp_ctl.c
79412              From: Nicholas Clark <nick@unfortu.net>
79413              Date: Thu, 26 Dec 2002 21:19:36 +0000
79414              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
79415              (Integrated from change #18400 from maint-5.8)
79416      Branch: perl
79417           !> pp_ctl.c
79418 ____________________________________________________________________________
79419 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
79420         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
79421              From: Nicholas Clark <nick@unfortu.net>
79422              Date: Wed, 1 Jan 2003 18:17:59 +0000
79423              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
79424              (Integrated from change #18399 from maint-5.8)
79425      Branch: perl
79426           !> hv.c
79427 ____________________________________________________________________________
79428 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
79429         Log: Integrate change #18391 from maint-5.8:
79430              Document the installprefix trick for compiling PASE Perl in AIX.
79431      Branch: perl
79432           !> README.os400
79433 ____________________________________________________________________________
79434 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
79435         Log: Integrate change #18362 from maint-5.8:
79436              Fix [perl #18666] (taking the more conservative approach).
79437      Branch: perl
79438           !> lib/File/Spec/Unix.pm
79439 ____________________________________________________________________________
79440 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
79441         Log: Integrate change #18361 from maint-5.8:
79442              Document that the socketpair tests are unhappy in old SCO,
79443              as per [perl #18537].
79444      Branch: perl
79445           !> pod/perl58delta.pod
79446 ____________________________________________________________________________
79447 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
79448         Log: PerlFAQ sync.
79449      Branch: perl
79450            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
79451            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
79452            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
79453            ! pod/perlfaq9.pod
79454 ____________________________________________________________________________
79455 [ 18456] By: hv                                    on 2003/01/07  09:20:22
79456         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
79457              From: Nicholas Clark <nick@unfortu.net>
79458              Date: Thu, 26 Dec 2002 21:16:27 +0000
79459              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
79460      Branch: perl
79461            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
79462            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
79463            ! utf8.c
79464 ____________________________________________________________________________
79465 [ 18455] By: hv                                    on 2003/01/07  08:54:38
79466         Log: Subject: [PATCH] integrate more with report_evil_fh
79467              From: Nicholas Clark <nick@unfortu.net>
79468              Date: Thu, 26 Dec 2002 20:56:21 +0000
79469              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
79470      Branch: perl
79471            ! pp_sys.c
79472 ____________________________________________________________________________
79473 [ 18454] By: hv                                    on 2003/01/07  08:45:54
79474         Log: Integrate podlators-1.25
79475      Branch: perl
79476            ! lib/Pod/Man.pm lib/Pod/t/man.t
79477 ____________________________________________________________________________
79478 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
79479         Log: Change the value of ${^TAINT} : 0 without taint checks,
79480              1 with -T, and -1 with -t or -TU.
79481      Branch: perl
79482            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
79483            ! t/run/switcht.t
79484 ____________________________________________________________________________
79485 [ 18451] By: merijn                                on 2003/01/06  06:43:11
79486         Log: Subject: [PATCH perl@18746] VMS test adjustments
79487              Date: Sat, 04 Jan 2003 11:26:00 -0600
79488              From: "Craig A. Berry" <craigberry@mac.com>
79489              Message-ID: <3E171928.1040100@mac.com>
79490      Branch: perl
79491            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
79492            ! t/run/switchI.t
79493 ____________________________________________________________________________
79494 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
79495         Log: Subject: [DOCPATCH] File::Copy's synopsis
79496              From: Nicholas Clark <nick@unfortu.net>
79497              Date: Wed, 1 Jan 2003 21:09:30 +0000
79498              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
79499      Branch: perl
79500            ! lib/File/Copy.pm
79501 ____________________________________________________________________________
79502 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
79503         Log: Integrate change #18420 from maint-5.8:
79504              Mea culpa: the join() was the string join, not the
79505              ithreads join().
79506      Branch: perl
79507           !> ext/threads/t/join.t
79508 ____________________________________________________________________________
79509 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
79510         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
79511              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79512              Date: Fri, 13 Dec 2002 00:54:43 +0100
79513              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
79514              Same as change 18403 for maint-5.8 branch
79515      Branch: perl
79516            ! lib/ExtUtils/t/Embed.t
79517 ____________________________________________________________________________
79518 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
79519         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
79520              From: andreas.koenig@anima.de (Andreas J. Koenig)
79521              Date: Fri, 03 Jan 2003 00:57:15 +0100
79522              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
79523      Branch: perl
79524            ! pod/perlre.pod
79525 ____________________________________________________________________________
79526 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
79527         Log: The problems.t is back.
79528      Branch: perl
79529            ! MANIFEST
79530 ____________________________________________________________________________
79531 [ 18434] By: sky                                   on 2003/01/04  07:43:50
79532         Log: Forgot to add problems.t with change #18419
79533      Branch: perl
79534            + ext/threads/t/problems.t
79535 ____________________________________________________________________________
79536 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
79537         Log: One more (or, rather, less) //.
79538      Branch: perl
79539            ! ext/threads/threads.xs
79540 ____________________________________________________________________________
79541 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
79542         Log: Integrate from maintperl:
79543              [ 18430]
79544              // is still not portable C commentary.
79545      Branch: perl
79546           !> ext/threads/threads.xs
79547 ____________________________________________________________________________
79548 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
79549         Log: Until Arthur really adds the problems.t.
79550      Branch: perl
79551            ! MANIFEST
79552 ____________________________________________________________________________
79553 [ 18421] By: sky                                   on 2003/01/04  01:27:55
79554         Log: Fix long standing memory leak with pop and shift!
79555      Branch: perl
79556            ! ext/threads/shared/shared.xs
79557 ____________________________________________________________________________
79558 [ 18419] By: sky                                   on 2003/01/03  23:45:34
79559         Log: Fixes bug #15273, the return of the object caused
79560              the stash of the object to be cloned, cloning the entire syntax
79561              tree and all lexicals in there creating danglning copies to the
79562              object. (Pararell but unlinked STASH tree).
79563              This adds a new flag, when set it will use STASHES from the
79564              thread we are joining into avoiding the problem.
79565      Branch: perl
79566            ! MANIFEST ext/threads/threads.xs sv.c sv.h
79567 ____________________________________________________________________________
79568 [ 18417] By: sky                                   on 2003/01/03  18:16:46
79569         Log: Fake what context we are running in for CLONE and DESTROY so
79570              threads->tid() returns the correct value.
79571              This is reported as bug #10046
79572      Branch: perl
79573            ! ext/threads/t/basic.t ext/threads/threads.xs
79574 ____________________________________________________________________________
79575 [ 18413] By: sky                                   on 2003/01/03  15:15:14
79576         Log: Change pp_lock to take a reference instead of a
79577              scalar since it wouldn't fork for the HELEM/AELEM
79578              case. This was reported in bug #10045
79579      Branch: perl
79580            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
79581 ____________________________________________________________________________
79582 [ 18412] By: hv                                    on 2003/01/03  11:14:51
79583         Log: Integrate from maint-5.8 #18348:
79584              Make Math::Trig a little bit more better behaved module citizen.
79585      Branch: perl
79586           !> lib/Math/Trig.pm
79587 ____________________________________________________________________________
79588 [ 18411] By: hv                                    on 2003/01/03  11:11:09
79589         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
79590              From: Stephen McCamant <smcc@mit.edu>
79591              Date: Sun, 22 Dec 2002 22:09:51 -0500
79592              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
79593      Branch: perl
79594            ! pp_ctl.c
79595 ____________________________________________________________________________
79596 [ 18410] By: hv                                    on 2003/01/03  11:06:40
79597         Log: Subject: new flag SvPADSTALE
79598              From: Dave Mitchell <davem@fdgroup.com>
79599              Date: Thu, 19 Dec 2002 19:00:21 +0000
79600              Message-ID: <20021219190021.D9530@fdgroup.com>
79601      Branch: perl
79602            ! dump.c scope.c sv.h
79603 ____________________________________________________________________________
79604 [ 18409] By: hv                                    on 2003/01/03  11:05:09
79605         Log: Subject: remove flag SvPADBUSY
79606              From: Dave Mitchell <davem@fdgroup.com>
79607              Date: Thu, 19 Dec 2002 18:55:43 +0000
79608              Message-ID: <20021219185543.C9530@fdgroup.com>
79609      Branch: perl
79610            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
79611 ____________________________________________________________________________
79612 [ 18408] By: hv                                    on 2003/01/03  10:56:54
79613         Log: Subject: win32_msgwait() problem
79614              From: Gurusamy Sarathy <gsar@ActiveState.com>
79615              Date: Fri, 13 Dec 2002 17:31:59 -0800
79616              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
79617      Branch: perl
79618            ! win32/win32.c
79619 ____________________________________________________________________________
79620 [ 18407] By: hv                                    on 2003/01/03  10:30:05
79621         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
79622              From: hv@crypt.org
79623              Date: Thu, 02 Jan 2003 17:16:04 +0000
79624              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
79625      Branch: perl
79626            ! sv.c
79627 ____________________________________________________________________________
79628 [ 18406] By: sky                                   on 2003/01/03  08:23:16
79629         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
79630              libc_r functions.
79631      Branch: perl
79632            ! hints/darwin.sh
79633 ____________________________________________________________________________
79634 [ 18393] By: merijn                                on 2003/01/02  19:41:29
79635         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)
79636              Date: Thu, 2 Jan 2003 19:02:21 +0100
79637              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
79638              From: abe@ztreet.demon.nl (Abe Timmerman)
79639      Branch: perl
79640            ! win32/makefile.mk
79641 ____________________________________________________________________________
79642 [ 18390] By: merijn                                on 2003/01/02  07:32:00
79643         Log: Use a more likely location for the perl binary
79644      Branch: perl
79645            ! Porting/genlog
79646 ____________________________________________________________________________
79647 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
79648         Log: integrate change#18377 from maint-5.6 branch
79649
79650              change#17566 needs to be more defensive about win32_dup2()
79651              itself calling SetStdHandle() (at least MSVCRT does this)
79652      Branch: perl
79653           !> win32/win32.c
79654 ____________________________________________________________________________
79655 [ 18376] By: hv                                    on 2002/12/31  02:02:17
79656         Log: Update Changes
79657      Branch: perl
79658            ! Changes patchlevel.h
79659 ____________________________________________________________________________
79660 [ 18374] By: hv                                    on 2002/12/30  03:32:22
79661         Log: Remove duplicate entry
79662      Branch: perl
79663            ! MANIFEST
79664 ____________________________________________________________________________
79665 [ 18373] By: hv                                    on 2002/12/30  03:19:17
79666         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
79667              From: Dave Paris (via RT) <perlbug-followup@perl.org>
79668              Date: 22 Dec 2002 05:15:14 -0000
79669              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
79670      Branch: perl
79671            ! pod/perlfunc.pod
79672 ____________________________________________________________________________
79673 [ 18372] By: hv                                    on 2002/12/30  03:13:42
79674         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
79675              From: Michael G Schwern <schwern@pobox.com>
79676              Date: Sat, 21 Dec 2002 19:29:41 -0800
79677              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
79678      Branch: perl
79679            ! lib/AutoSplit.pm
79680 ____________________________________________________________________________
79681 [ 18371] By: hv                                    on 2002/12/30  03:08:12
79682         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
79683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79684              Date: Fri, 27 Dec 2002 16:14:24 +0100
79685              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
79686      Branch: perl
79687            ! mg.c t/op/magic.t
79688 ____________________________________________________________________________
79689 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
79690         Log: save_re_context() was not saving many regexec.c state
79691              variables, resulting in various reentrancy problems when
79692              the swatches were autoloaded by perl in the midst of a
79693              match
79694      Branch: perl
79695            ! regcomp.c
79696 ____________________________________________________________________________
79697 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
79698         Log: silence another signed/unsigned mismatch warning
79699      Branch: perl
79700            ! op.c
79701 ____________________________________________________________________________
79702 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
79703         Log: fix signed/unsigned mismatch warning from change#18266
79704      Branch: perl
79705            ! regcomp.c
79706 ____________________________________________________________________________
79707 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
79708         Log: these variables are not in use anywhere since 5.8.0
79709      Branch: perl
79710            ! embedvar.h perlapi.h sv.c thrdvar.h
79711 ____________________________________________________________________________
79712 [ 18354] By: ams                                   on 2002/12/26  03:54:09
79713         Log: Subject: [PATCH] docpatch for cv.h
79714              From: Nicholas Clark <nick@unfortu.net>
79715              Date: Wed, 25 Dec 2002 21:01:04 +0000
79716              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
79717      Branch: perl
79718            ! cv.h
79719 ____________________________________________________________________________
79720 [ 18351] By: hv                                    on 2002/12/25  02:29:17
79721         Log: #18345 was still broken; should be fixed now.
79722      Branch: perl
79723            ! sv.c
79724 ____________________________________________________________________________
79725 [ 18350] By: merijn                                on 2002/12/24  05:26:40
79726         Log: Removal of duplicate comment block
79727
79728              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79729              Subject: Re: [perl #19306] Sys::Syslog issues.
79730              Date: Mon, 23 Dec 2002 15:25:51 -0800
79731              Message-ID: </t5B+gzkg6DR092yn@efn.org>
79732      Branch: perl
79733            ! ext/Sys/Syslog/Syslog.pm
79734 ____________________________________________________________________________
79735 [ 18346] By: hv                                    on 2002/12/23  06:14:22
79736         Log: integrate maint-5.8 #18301
79737      Branch: perl
79738           !> lib/perl5db.pl
79739 ____________________________________________________________________________
79740 [ 18345] By: hv                                    on 2002/12/23  06:01:17
79741         Log: more on #18344.
79742      Branch: perl
79743            ! sv.c
79744 ____________________________________________________________________________
79745 [ 18344] By: hv                                    on 2002/12/23  05:56:43
79746         Log: more on #18312: sv.c:ss_dup()
79747      Branch: perl
79748            ! sv.c
79749 ____________________________________________________________________________
79750 [ 18343] By: hv                                    on 2002/12/23  05:47:17
79751         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
79752              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
79753              Date: 15 Dec 2002 13:45:23 -0000
79754              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
79755      Branch: perl
79756            ! lib/Term/Complete.pm
79757 ____________________________________________________________________________
79758 [ 18342] By: hv                                    on 2002/12/23  05:27:25
79759         Log: Subject: [perl #18544] Patch included to fix problem.
79760              From: Richard Kandarian <richard.kandarian@lanl.gov>
79761              Date: Thu, 21 Nov 2002 08:00:20 -0700
79762              (from RT)
79763      Branch: perl
79764            ! regexec.c
79765 ____________________________________________________________________________
79766 [ 18341] By: hv                                    on 2002/12/23  05:08:49
79767         Log: Subject: [PATCH] operation on `PL_na' may be undefined
79768              From: Nicholas Clark <nick@unfortu.net>
79769              Date: Tue, 10 Dec 2002 19:59:18 +0000
79770              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
79771      Branch: perl
79772            ! universal.c
79773 ____________________________________________________________________________
79774 [ 18340] By: hv                                    on 2002/12/23  05:04:29
79775         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
79776              From: Nicholas Clark <nick@unfortu.net>
79777              Date: Tue, 10 Dec 2002 18:55:28 +0000
79778              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
79779      Branch: perl
79780            ! pp_hot.c
79781 ____________________________________________________________________________
79782 [ 18339] By: hv                                    on 2002/12/23  04:39:48
79783         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
79784      Branch: perl
79785            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
79786            ! ext/Time/HiRes/Makefile.PL
79787 ____________________________________________________________________________
79788 [ 18338] By: hv                                    on 2002/12/23  03:43:09
79789         Log: Subject: [PATCH] read permissions for h2ph-generated files
79790              From: Slaven Rezic <slaven.rezic@berlin.de>
79791              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
79792              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
79793      Branch: perl
79794            ! utils/h2ph.PL
79795 ____________________________________________________________________________
79796 [ 18337] By: hv                                    on 2002/12/23  03:38:59
79797         Log: handy hint: getting a perforce change as a usable patch
79798      Branch: perl
79799            ! Porting/repository.pod
79800 ____________________________________________________________________________
79801 [ 18336] By: hv                                    on 2002/12/23  03:36:26
79802         Log: Reverse #18285, for reasons given in:
79803              Subject: Re: Precedence of ? :
79804              From: hv@crypt.org
79805              Date: Fri, 20 Dec 2002 00:35:27 +0000
79806              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
79807      Branch: perl
79808            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
79809            ! vms/perly_c.vms
79810 ____________________________________________________________________________
79811 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
79812         Log: my_fflush_all() wasn't doing the right thing under useperlio
79813              on many platforms
79814      Branch: perl
79815            ! util.c
79816 ____________________________________________________________________________
79817 [ 18334] By: merijn                                on 2002/12/18  06:48:11
79818         Log: AIX compiler version updates
79819      Branch: perl
79820            ! README.aix
79821 ____________________________________________________________________________
79822 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
79823         Log: $Config{prefixexp} was set incorrectly on windows
79824      Branch: perl
79825            ! win32/config.bc win32/config.gc win32/config.vc
79826            ! win32/config.vc64
79827 ____________________________________________________________________________
79828 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
79829         Log: remove CRs from a couple of files (these show up as CRCRLF
79830              on windows)
79831      Branch: perl
79832            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
79833 ____________________________________________________________________________
79834 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
79835         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
79836      Branch: perl
79837            ! win32/win32.c
79838 ____________________________________________________________________________
79839 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
79840         Log: windows: support for large files
79841
79842              note that this change will break binary compatibility with the
79843              default 5.8.0 build options; nevertheless I think it is worth
79844              having in 5.8.1 (people who want the compatibility can disable
79845              the option in the makefile)
79846      Branch: perl
79847            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
79848            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
79849            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
79850            ! win32/config.vc win32/config.vc64 win32/config_H.bc
79851            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
79852            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
79853            ! win32/win32.c win32/win32iop.h
79854 ____________________________________________________________________________
79855 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
79856         Log: Win32.pod update
79857      Branch: perl
79858            ! lib/Win32.pod
79859 ____________________________________________________________________________
79860 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
79861         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
79862      Branch: perl
79863            ! XSUB.h
79864 ____________________________________________________________________________
79865 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
79866         Log: windows: avoid prompting under some shells during $(MAKE) distclean
79867      Branch: perl
79868            ! win32/Makefile win32/makefile.mk
79869 ____________________________________________________________________________
79870 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
79871         Log: PerlSIO_stderr et al are not functions
79872      Branch: perl
79873            ! XSUB.h
79874 ____________________________________________________________________________
79875 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
79876         Log: integrate change#18320 from maint-5.6 branch
79877
79878              C<require '\foo\bar.pm'> fails on windows if not running
79879              from the root directory; for a test case, see:
79880
79881              http://bugs.activestate.com/show_bug.cgi?id=19317
79882
79883              this was due to not recognizing \foo\bar.pm as an absolute
79884              path name
79885      Branch: perl
79886           !> util.h
79887 ____________________________________________________________________________
79888 [ 18319] By: hv                                    on 2002/12/17  10:08:24
79889         Log: Whoops, these are the changes supposed to be in #18318.
79890      Branch: perl
79891            ! pad.c t/op/eval.t
79892 ____________________________________________________________________________
79893 [ 18318] By: hv                                    on 2002/12/17  03:12:18
79894         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
79895              From: Nicholas Clark <nick@unfortu.net>
79896              Date: Sat, 14 Dec 2002 23:13:37 +0000
79897              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
79898      Branch: perl
79899            ! pad.c t/op/eval.t
79900 ____________________________________________________________________________
79901 [ 18317] By: hv                                    on 2002/12/17  02:58:12
79902         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
79903      Branch: perl
79904            + lib/Net/Ping/t/410_syn_host.t
79905            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
79906            ! lib/Net/Ping/t/450_service.t
79907 ____________________________________________________________________________
79908 [ 18316] By: hv                                    on 2002/12/17  02:17:16
79909         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
79910              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
79911              Date: Fri, 13 Dec 2002 13:54:05 -0800
79912              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
79913      Branch: perl
79914            ! os2/os2.c t/run/runenv.t
79915 ____________________________________________________________________________
79916 [ 18315] By: hv                                    on 2002/12/17  02:03:58
79917         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
79918              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
79919              Date: Fri, 13 Dec 2002 13:47:08 -0800
79920              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
79921      Branch: perl
79922            ! lib/constant.t lib/fields.t
79923 ____________________________________________________________________________
79924 [ 18314] By: hv                                    on 2002/12/17  01:58:32
79925         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
79926              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
79927              Date: Fri, 13 Dec 2002 14:00:48 -0800
79928              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
79929      Branch: perl
79930            ! os2/OS2/Process/t/os2_process.t os2/os2.c
79931 ____________________________________________________________________________
79932 [ 18313] By: hv                                    on 2002/12/17  01:54:19
79933         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
79934              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
79935              Date: Fri, 13 Dec 2002 14:08:00 -0800
79936              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
79937      Branch: perl
79938            ! os2/OS2/REXX/REXX.xs
79939 ____________________________________________________________________________
79940 [ 18312] By: hv                                    on 2002/12/17  01:43:28
79941         Log: Subject: [Fwd: Patch for perl utf8-related bug]
79942              From: Richard Hitt <rbh00@utsglobal.com>
79943              Date: Fri, 06 Dec 2002 16:47:42 -0800
79944              [perl #18932]
79945      Branch: perl
79946            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
79947            ! scope.h
79948 ____________________________________________________________________________
79949 [ 18311] By: hv                                    on 2002/12/17  00:52:05
79950         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
79951              From: Dave Mitchell <davem@fdgroup.com>
79952              Date: Sat, 14 Dec 2002 19:16:49 +0000
79953              Message-ID: <20021214191649.B3992@fdgroup.com>
79954      Branch: perl
79955            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
79956 ____________________________________________________________________________
79957 [ 18310] By: hv                                    on 2002/12/17  00:51:46
79958         Log: regen-headers to get new API docs from #18306
79959      Branch: perl
79960            ! pod/perlapi.pod
79961 ____________________________________________________________________________
79962 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
79963         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
79964              From: peter@PSDT.com (Peter Scott)
79965              Date: 12 Dec 2002 18:13:17 -0000
79966              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
79967              (fix bug [perl #19058])
79968      Branch: perl
79969            ! lib/perl5db.pl
79970 ____________________________________________________________________________
79971 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
79972         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
79973              From: Dave Mitchell <davem@fdgroup.com>
79974              Date: Thu, 12 Dec 2002 23:42:35 +0000
79975              Message-ID: <20021212234235.A29245@fdgroup.com>
79976              and
79977              Date: Sat, 14 Dec 2002 19:16:38 +0000
79978              Message-ID: <20021214191638.A3992@fdgroup.com>
79979      Branch: perl
79980            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
79981            ! proto.h t/op/eval.t
79982 ____________________________________________________________________________
79983 [ 18306] By: sky                                   on 2002/12/16  21:41:40
79984         Log: More documentation of obscure flags is good, even if the
79985              documentation might be not so good. Atleast it's not false!
79986              Documents the flags one can give to perl_clone
79987      Branch: perl
79988            ! sv.c
79989 ____________________________________________________________________________
79990 [ 18305] By: merijn                                on 2002/12/16  10:53:19
79991         Log: Enough changes to Configure and metaunits warrant an update.
79992              Several small changes and three additions
79993      Branch: perl
79994            ! Porting/Glossary
79995 ____________________________________________________________________________
79996 [ 18304] By: merijn                                on 2002/12/16  10:44:57
79997         Log: Redone #18011 from metaunits
79998      Branch: perl
79999            ! Configure
80000 ____________________________________________________________________________
80001 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
80002         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
80003              From: Dave Mitchell <davem@fdgroup.com>
80004              Date: Tue, 10 Dec 2002 01:26:44 +0000
80005              Message-ID: <20021210012644.A7843@fdgroup.com>
80006      Branch: perl
80007            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
80008            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
80009            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
80010 ____________________________________________________________________________
80011 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
80012         Log: Subject: [patch] typo in perlop
80013              From: andreas.koenig@anima.de (Andreas J. Koenig)
80014              Date: Wed, 11 Dec 2002 21:31:14 +0100
80015              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
80016      Branch: perl
80017            ! pod/perlop.pod
80018 ____________________________________________________________________________
80019 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
80020         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
80021      Branch: perl
80022           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
80023           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
80024           !> t/op/subst.t
80025 ____________________________________________________________________________
80026 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
80027         Log: Whitespace and indentation fix in the output of B::Debug.
80028      Branch: perl
80029            ! ext/B/B/Debug.pm
80030 ____________________________________________________________________________
80031 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
80032         Log: Update to Scalar-List-Utils 1.09
80033      Branch: perl
80034            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
80035            ! ext/List/Util/lib/List/Util.pm
80036 ____________________________________________________________________________
80037 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
80038         Log: this has been incorrect for a while now, and has changed
80039              again recently
80040      Branch: perl
80041            ! Porting/repository.pod
80042 ____________________________________________________________________________
80043 [ 18285] By: hv                                    on 2002/12/11  10:35:01
80044         Log: Subject: [PATCH] Re: Precedence of ? :
80045              From: Stephen McCamant <smcc@mit.edu>
80046              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
80047              Message-Id: <20021210055707.974F073CCC@syllepsis>
80048      Branch: perl
80049            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
80050            ! vms/perly_c.vms
80051 ____________________________________________________________________________
80052 [ 18284] By: hv                                    on 2002/12/11  10:21:12
80053         Log: One more email address for #18282
80054      Branch: perl
80055            ! lib/Pod/Perldoc.pm
80056 ____________________________________________________________________________
80057 [ 18283] By: hv                                    on 2002/12/11  10:18:07
80058         Log: More email addresses for #18282
80059      Branch: perl
80060            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
80061            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
80062            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
80063            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
80064            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
80065 ____________________________________________________________________________
80066 [ 18282] By: hv                                    on 2002/12/11  10:16:05
80067         Log: Subject: Remove stale e-mail addresses
80068              From: Andy Dougherty <doughera@lafayette.edu>
80069              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
80070              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
80071      Branch: perl
80072            ! Porting/pumpkin.pod configure.gnu
80073            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
80074            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
80075            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
80076 ____________________________________________________________________________
80077 [ 18281] By: hv                                    on 2002/12/11  09:59:31
80078         Log: Integrate from maint-5.8 #18156, #18218.
80079      Branch: perl
80080           !> lib/Unicode/UCD.t lib/unicore/Category.pl
80081           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
80082           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
80083           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
80084           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
80085           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
80086 ____________________________________________________________________________
80087 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
80088         Log: Integrate from the maint-5.8/ branch :
80089              changes 18219, 18236, 18242-3, 18247-8,
80090              18253-5, 18257, 18273-6
80091      Branch: perl
80092           +> t/op/lc_user.t
80093           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
80094           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
80095           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
80096           !> t/uni/tr_utf8.t
80097 ____________________________________________________________________________
80098 [ 18279] By: merijn                                on 2002/12/10  14:10:03
80099         Log: Subject: Re: ANSIColor 1.06 released
80100              Version bump only after typo fix to sync with CPAN
80101      Branch: perl
80102            ! lib/Term/ANSIColor.pm
80103 ____________________________________________________________________________
80104 [ 18277] By: merijn                                on 2002/12/10  08:46:05
80105         Log: Subject: [PATCH perl@18251] VMS build update
80106              Message-ID: <3DF56BE2.9000300@mac.com>
80107              Date: Mon, 09 Dec 2002 22:21:54 -0600
80108              From: "Craig A. Berry" <craigberry@mac.com>
80109      Branch: perl
80110            ! configure.com ext/Time/HiRes/Makefile.PL
80111            ! vms/descrip_mms.template
80112 ____________________________________________________________________________
80113 [ 18272] By: merijn                                on 2002/12/09  15:31:28
80114         Log: RT#15950
80115
80116              Subject: [PATCH] Typo in Term::ANSIColor
80117              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
80118              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
80119      Branch: perl
80120            ! lib/Term/ANSIColor.pm
80121 ____________________________________________________________________________
80122 [ 18270] By: hv                                    on 2002/12/09  00:25:26
80123         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
80124              From: Nicholas Clark (via RT) <perlbug@perl.org>
80125              Date: 7 Nov 2002 14:58:14 -0000
80126              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
80127      Branch: perl
80128            ! lib/ExtUtils/xsubpp
80129 ____________________________________________________________________________
80130 [ 18269] By: hv                                    on 2002/12/09  00:19:33
80131         Log: Subject: Re: Bug in Filter::Simple
80132              From: Slaven Rezic <slaven.rezic@berlin.de>
80133              Date: 07 Nov 2002 10:01:41 +0100
80134              Message-ID: <87of91u51m.fsf@vran.herceg.de>
80135      Branch: perl
80136            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
80137 ____________________________________________________________________________
80138 [ 18268] By: hv                                    on 2002/12/09  00:14:58
80139         Log: fix #18266 sprintf format mismatch
80140      Branch: perl
80141            ! regcomp.c
80142 ____________________________________________________________________________
80143 [ 18267] By: hv                                    on 2002/12/09  00:10:09
80144         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
80145              From: Slaven Rezic <slaven.rezic@berlin.de>
80146              Date: 09 Nov 2002 23:21:16 +0100
80147              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
80148      Branch: perl
80149            ! config_h.SH ext/POSIX/t/posix.t util.c
80150 ____________________________________________________________________________
80151 [ 18266] By: hv                                    on 2002/12/09  00:02:57
80152         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
80153              From: Abhijit Menon-Sen <ams@wiw.org>
80154              Date: Wed, 6 Nov 2002 19:38:11 +0530
80155              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
80156      Branch: perl
80157            ! regcomp.c t/op/lc.t
80158 ____________________________________________________________________________
80159 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
80160         Log: Subject: Re: [perl #18927] barewords with no errors
80161              From: Abe Timmerman <abe@ztreet.demon.nl>
80162              Date: Sun, 8 Dec 2002 17:12:56 +0100
80163              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
80164      Branch: perl
80165            ! t/lib/strict/subs
80166 ____________________________________________________________________________
80167 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
80168         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
80169              From: Slaven Rezic <slaven.rezic@berlin.de>
80170              Date: 30 Nov 2002 00:07:05 +0100
80171              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
80172      Branch: perl
80173            ! pp_ctl.c t/cmd/for.t
80174 ____________________________________________________________________________
80175 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
80176         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
80177              From: Slaven Rezic <slaven.rezic@berlin.de>
80178              Date: 08 Dec 2002 01:31:45 +0100
80179              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
80180      Branch: perl
80181            ! lib/Exporter/Heavy.pm
80182 ____________________________________________________________________________
80183 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
80184         Log: getservbyport() should accept an empty string as its
80185              proto argument (as does getservbyname()).
80186
80187              Subject: Re: Is this a bug or am I being stupid?
80188              From: Slaven Rezic <slaven.rezic@berlin.de>
80189              Date: 08 Dec 2002 01:54:37 +0100
80190              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
80191      Branch: perl
80192            ! pp_sys.c
80193 ____________________________________________________________________________
80194 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
80195         Log: Change the set of characters that are considered to be
80196              safe in $ENV{TERM} for taint checkings.
80197      Branch: perl
80198            ! taint.c
80199 ____________________________________________________________________________
80200 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
80201         Log: Document that $ENV{TERM} may produce taint failures.
80202              Subject: Re: [perl #18717] spurious failures in regression test
80203              From: Slaven Rezic <slaven.rezic@berlin.de>
80204              Date: 29 Nov 2002 22:11:46 +0100
80205              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
80206      Branch: perl
80207            ! pod/perldiag.pod
80208 ____________________________________________________________________________
80209 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
80210         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
80211              From: Nicholas Clark <nick@unfortu.net>
80212              Date: Mon, 2 Dec 2002 21:48:29 +0000
80213              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
80214      Branch: perl
80215            ! hv.c lib/Hash/Util.t
80216 ____________________________________________________________________________
80217 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
80218         Log: Fix two cases of buffer overflow in the lexer.
80219      Branch: perl
80220            ! t/comp/parser.t toke.c
80221 ____________________________________________________________________________
80222 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
80223         Log: Fix bug #18874, essentially by reverting change #11890.
80224              Add a regression test for it.
80225      Branch: perl
80226            ! lib/English.pm lib/English.t
80227 ____________________________________________________________________________
80228 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
80229         Log: Suppress a compilation warning reported by Jarkko
80230              (variable initialization skipped by goto).
80231      Branch: perl
80232            ! toke.c
80233 ____________________________________________________________________________
80234 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
80235         Log: Fix up #18229.
80236      Branch: perl
80237            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
80238            ! pod/perlintern.pod
80239 ____________________________________________________________________________
80240 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
80241         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
80242              by any character may corrupt memory due to reading past the
80243              end of the input buffer. Add a new error message corresponding
80244              to this case.
80245      Branch: perl
80246            ! pod/perldiag.pod t/comp/parser.t toke.c
80247 ____________________________________________________________________________
80248 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
80249         Log: Skip test #17 of lib/open.t when useperlio is not defined.
80250      Branch: perl
80251            ! lib/open.t
80252 ____________________________________________________________________________
80253 [ 18231] By: merijn                                on 2002/12/02  16:00:12
80254         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
80255              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
80256              From: Andy Dougherty <doughera@lafayette.edu>
80257              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
80258      Branch: perl
80259            ! README.hpux
80260 ____________________________________________________________________________
80261 [ 18230] By: merijn                                on 2002/12/02  15:45:31
80262         Log: $0 modifying part II (HP-UX only)
80263
80264              Date: Sat, 30 Nov 2002 20:16:51 +0200
80265              From: Jarkko Hietaniemi <jhi@iki.fi>
80266              Subject: [PATCH] $0 modifying
80267              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
80268      Branch: perl
80269            ! mg.c
80270 ____________________________________________________________________________
80271 [ 18229] By: merijn                                on 2002/12/02  15:43:16
80272         Log: $0 mofifying part I
80273
80274              Date: Sat, 30 Nov 2002 20:16:51 +0200
80275              From: Jarkko Hietaniemi <jhi@iki.fi>
80276              Subject: [PATCH] $0 modifying
80277              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
80278      Branch: perl
80279            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
80280            ! sv.c t/op/magic.t thread.h
80281 ____________________________________________________________________________
80282 [ 18228] By: hv                                    on 2002/12/02  13:37:59
80283         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
80284              with a module-driven version, and separates out its docs.
80285      Branch: perl
80286            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
80287            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
80288            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
80289            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
80290            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
80291            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
80292            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
80293            + pod/perldoc.pod
80294            ! MANIFEST utils/perldoc.PL
80295 ____________________________________________________________________________
80296 [ 18226] By: hv                                    on 2002/12/02  12:44:35
80297         Log: missed the new file from #18224
80298      Branch: perl
80299            + lib/Pod/PlainText.pm
80300            ! MANIFEST
80301 ____________________________________________________________________________
80302 [ 18225] By: hv                                    on 2002/12/02  03:09:42
80303         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
80304      Branch: perl
80305            ! util.c
80306 ____________________________________________________________________________
80307 [ 18224] By: hv                                    on 2002/12/02  02:59:02
80308         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
80309              and lib/Pod/t/utils.t to cater for simpler output text.
80310      Branch: perl
80311            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
80312            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
80313            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
80314            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
80315            ! t/pod/multiline_items.t t/pod/multiline_items.xr
80316            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
80317            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
80318            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
80319            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
80320 ____________________________________________________________________________
80321 [ 18223] By: hv                                    on 2002/12/02  02:46:17
80322         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
80323              From: Dave Mitchell <davem@fdgroup.com>
80324              Date: Mon, 25 Nov 2002 21:25:33 +0000
80325              Message-ID: <20021125212533.B29157@fdgroup.com>
80326      Branch: perl
80327            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
80328 ____________________________________________________________________________
80329 [ 18222] By: hv                                    on 2002/12/02  02:23:28
80330         Log: #18221 broke t/op/eval.t
80331      Branch: perl
80332            ! t/op/eval.t
80333 ____________________________________________________________________________
80334 [ 18221] By: hv                                    on 2002/12/02  02:18:19
80335         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
80336      Branch: perl
80337           +> ext/POSIX/t/is.t
80338           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
80339           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
80340           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
80341           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
80342 ____________________________________________________________________________
80343 [ 18220] By: hv                                    on 2002/12/02  00:58:54
80344         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
80345              From: Dave Mitchell <davem@fdgroup.com>
80346              Date: Sun, 24 Nov 2002 22:19:06 +0000
80347              Message-ID: <20021124221906.A25386@fdgroup.com>
80348      Branch: perl
80349            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
80350            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
80351            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
80352            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
80353 ____________________________________________________________________________
80354 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
80355         Log: Document the hint constants and where they're used.
80356      Branch: perl
80357            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
80358            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
80359            ! perl.h
80360 ____________________________________________________________________________
80361 [ 18216] By: merijn                                on 2002/11/29  10:00:54
80362         Log: 64bit Peek failure on HP-UX 11.00
80363
80364              Subject: Re: Smoke 18188
80365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80366              From: Slaven Rezic <slaven.rezic@berlin.de>
80367              Date: 28 Nov 2002 19:25:25 +0100
80368              Message-ID: <877kexsga2.fsf@vran.herceg.de>
80369      Branch: perl
80370            ! ext/Devel/Peek/Peek.t
80371 ____________________________________________________________________________
80372 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
80373         Log: Slight beauty tweak.
80374      Branch: perl
80375            ! intrpvar.h
80376 ____________________________________________________________________________
80377 [ 18188] By: hv                                    on 2002/11/27  01:32:52
80378         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
80379              From: Slaven Rezic <slaven.rezic@berlin.de>
80380              Date: 03 Nov 2002 10:59:43 +0100
80381              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
80382      Branch: perl
80383            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
80384 ____________________________________________________________________________
80385 [ 18186] By: hv                                    on 2002/11/27  00:57:18
80386         Log: Subject: DESTROY called in scalar context ?
80387              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
80388              Date: Tue, 29 Oct 2002 22:04:23 +0100
80389              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
80390      Branch: perl
80391            ! sv.c
80392 ____________________________________________________________________________
80393 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
80394         Log: PerlFAQ sync.
80395      Branch: perl
80396            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
80397            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
80398            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
80399            ! pod/perlfaq9.pod
80400 ____________________________________________________________________________
80401 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
80402         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
80403              From: andreas.koenig@anima.de (Andreas J. Koenig)
80404              Date: Mon, 25 Nov 2002 10:21:08 +0100
80405              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
80406
80407              Plus a few similar POD fixes
80408      Branch: perl
80409            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
80410            ! pod/perltie.pod
80411 ____________________________________________________________________________
80412 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
80413         Log: Subject: Re: [perl #18626] bug in perlipc man page
80414              From: Slaven Rezic <slaven.rezic@berlin.de>
80415              Date: 23 Nov 2002 21:23:20 +0100
80416              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
80417      Branch: perl
80418            ! pod/perlipc.pod
80419 ____________________________________________________________________________
80420 [ 18182] By: merijn                                on 2002/11/26  08:44:39
80421         Log: Subject: #17171: ld flag for shrplib on OpenBSD
80422              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
80423              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
80424      Branch: perl
80425            ! Configure
80426 ____________________________________________________________________________
80427 [ 18180] By: hv                                    on 2002/11/25  03:10:03
80428         Log: integrate #18144 updates to pod/perlport.pod
80429      Branch: perl
80430            ! pod/perlport.pod
80431 ____________________________________________________________________________
80432 [ 18179] By: hv                                    on 2002/11/25  03:06:44
80433         Log: Subject: [PATCH] UTF8 regexp {n} bug
80434              From: Inaba Hiroto <inaba@st.rim.or.jp>
80435              Date: Sat, 16 Nov 2002 19:23:00 +0900
80436              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
80437      Branch: perl
80438            ! regcomp.c t/op/pat.t
80439 ____________________________________________________________________________
80440 [ 18178] By: hv                                    on 2002/11/25  02:43:40
80441         Log: Subject: Re: Storable bug #1698
80442              From: Slaven Rezic <slaven.rezic@berlin.de>
80443              Date: 18 Nov 2002 10:41:36 +0100
80444              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
80445      Branch: perl
80446            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
80447            ! ext/Storable/t/forgive.t
80448 ____________________________________________________________________________
80449 [ 18177] By: hv                                    on 2002/11/25  02:37:07
80450         Log: add support for STASH and MAGIC information for REFs to sv_dump().
80451              Subject: [PATCH]
80452              From: Slaven Rezic <slaven.rezic@berlin.de>
80453              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
80454              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
80455      Branch: perl
80456            ! dump.c ext/Devel/Peek/Peek.t
80457 ____________________________________________________________________________
80458 [ 18176] By: hv                                    on 2002/11/25  02:31:10
80459         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
80460              From: Slaven Rezic <slaven.rezic@berlin.de>
80461              Date: 18 Nov 2002 22:50:04 +0100
80462              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
80463      Branch: perl
80464            ! pp_ctl.c
80465 ____________________________________________________________________________
80466 [ 18175] By: hv                                    on 2002/11/25  02:20:48
80467         Log: Subject: [Encode] 1.83 + bleedperl patch released
80468              From: Dan Kogai <dankogai@dan.co.jp>
80469              Date: Tue, 19 Nov 2002 03:18:44 +0900
80470              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
80471      Branch: perl
80472            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
80473            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
80474            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
80475            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
80476 ____________________________________________________________________________
80477 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
80478         Log: Subject: [PATCH] Historic version labels
80479              From: andreas.koenig@anima.de (Andreas J. Koenig)
80480              Date: Fri, 22 Nov 2002 14:39:41 +0100
80481              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
80482      Branch: perl
80483            ! Changes5.005 Changes5.6
80484 ____________________________________________________________________________
80485 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
80486         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
80487              Fix the existing tests that didn't checked the difference
80488              between 0 and undef.
80489      Branch: perl
80490            ! t/op/magic.t
80491 ____________________________________________________________________________
80492 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
80493         Log: Move some tests from t/run/fresh_perl.t
80494              to the new t/comp/parser.t. The goal being to
80495              get rid of fresh_perl.t at some point.
80496      Branch: perl
80497            ! t/comp/parser.t t/run/fresh_perl.t
80498 ____________________________________________________________________________
80499 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
80500         Log: Add a test for bug #17920, and a new test file for it.
80501      Branch: perl
80502            + t/comp/parser.t
80503            ! MANIFEST
80504 ____________________________________________________________________________
80505 [ 18168] By: merijn                                on 2002/11/21  13:59:12
80506         Log: Subject: [PATCH] hires sleeping wants libs
80507              Date: Wed, 20 Nov 2002 17:18:31 +0200
80508              From: Jarkko Hietaniemi <jhi@iki.fi>
80509              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
80510      Branch: perl
80511            ! Configure hints/irix_6.sh
80512 ____________________________________________________________________________
80513 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
80514         Log: Fix perl bug #17920 : a case of parser coredump.
80515              The fix is to disable Perl_block_start and Perl_block_end
80516              when the yacc parser has encountered errors. This prevents
80517              corruption of the internal stack, at the expense of correctness,
80518              but this doesn't matter as the code is unparseable anyway.
80519      Branch: perl
80520            ! op.c
80521 ____________________________________________________________________________
80522 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
80523         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
80524              From: Jarkko Hietaniemi <jhi@iki.fi>
80525              Date: Sun, 3 Nov 2002 17:50:08 +0200
80526              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
80527      Branch: perl
80528            ! lib/open.pm locale.c pod/perl58delta.pod
80529 ____________________________________________________________________________
80530 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
80531         Log: t/io/crlf.t failed with miniperl.
80532      Branch: perl
80533            ! t/io/crlf.t
80534 ____________________________________________________________________________
80535 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
80536         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
80537              From: Peter Scott <Peter@PSDT.com>
80538              Date: Thu, 07 Nov 2002 19:04:27 -0800
80539              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
80540
80541              With a tweak to the END cleanup block to fully remove the
80542              temporary test directory
80543      Branch: perl
80544            ! lib/AutoLoader.t
80545 ____________________________________________________________________________
80546 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
80547         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
80548              From: Dave Mitchell <davem@fdgroup.com>
80549              Date: Thu, 14 Nov 2002 22:55:39 +0000
80550              Message-ID: <20021114225539.A18614@fdgroup.com>
80551      Branch: perl
80552            ! ext/threads/threads.xs
80553 ____________________________________________________________________________
80554 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
80555         Log: Subject: [PATCH Win32] Document wperl.exe
80556              From: "Brent Dax" <brentdax@cpan.org>
80557              Date: Fri, 15 Nov 2002 23:02:01 -0800
80558              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
80559      Branch: perl
80560            ! README.win32
80561 ____________________________________________________________________________
80562 [ 18160] By: hv                                    on 2002/11/19  12:07:25
80563         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
80564              From: Nicholas Clark <nick@unfortu.net>
80565              Date: Tue, 29 Oct 2002 23:00:05 +0000
80566              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
80567      Branch: perl
80568            + regen.pl regen_headers.pl
80569            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
80570            ! keywords.pl opcode.pl regcomp.pl
80571 ____________________________________________________________________________
80572 [ 18159] By: hv                                    on 2002/11/19  11:48:30
80573         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
80574              From: Gurusamy Sarathy <gsar@ActiveState.com>
80575              Date: Wed, 30 Oct 2002 20:58:15 -0800
80576              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
80577              Date: Wed, 30 Oct 2002 21:56:22 -0800
80578              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
80579              Date: Wed, 30 Oct 2002 22:55:30 -0800
80580              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
80581      Branch: perl
80582            ! gv.c pp_hot.c t/op/method.t
80583 ____________________________________________________________________________
80584 [ 18158] By: hv                                    on 2002/11/19  11:35:16
80585         Log: Remove duplicate my() declaration giving warnings from change #18105.
80586      Branch: perl
80587            ! lib/Class/Struct.t
80588 ____________________________________________________________________________
80589 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
80590         Log: Correction to change #18152, by Dave Mitchell.
80591      Branch: perl
80592            ! pod/perlhack.pod
80593 ____________________________________________________________________________
80594 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
80595         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
80596              From: Dave Mitchell <davem@fdgroup.com>
80597              Date: Sat, 16 Nov 2002 22:18:23 +0000
80598              Message-ID: <20021116221823.A23614@fdgroup.com>
80599              Documentation for change #18150.
80600      Branch: perl
80601            ! pod/perlhack.pod
80602 ____________________________________________________________________________
80603 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
80604         Log: Document PRIVSHIFT.
80605              Subject: [PATCH] two small doc patches
80606              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80607              Date: Thu, 14 Nov 2002 15:07:35 -0800
80608              Message-ID: <3yC19gzkguTO092yn@efn.org>
80609      Branch: perl
80610            ! sv.h
80611 ____________________________________________________________________________
80612 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
80613         Log: Subject: [PATCH] optional code for debugging leaking scalars
80614              From: Dave Mitchell <davem@fdgroup.com>
80615              Date: Thu, 14 Nov 2002 23:03:00 +0000
80616              Message-ID: <20021114230300.B18614@fdgroup.com>
80617      Branch: perl
80618            ! perl.c sv.c
80619 ____________________________________________________________________________
80620 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
80621         Log: New B::Lint option, bare-subs, that checks for implicitely
80622              quoted barewords that are also subroutines, from
80623              Ian Phillipps <ip@tarragon-et.co.uk>.
80624              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
80625              With a few tweaks to the implementation and tests.
80626              (previous change was empty)
80627      Branch: perl
80628            ! ext/B/B/Lint.pm ext/B/t/lint.t
80629 ____________________________________________________________________________
80630 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
80631         Log: New B::Lint option, bare-subs, that checks for implicitely
80632              quoted barewords that are also subroutines, from
80633              Ian Phillipps <ip@tarragon-et.co.uk>.
80634              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
80635              With a few tweaks to the implementation and tests.
80636      Branch: perl
80637            ! ext/B/B/Lint.pm ext/B/t/lint.t
80638 ____________________________________________________________________________
80639 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
80640         Log: Subject: [PATCH] Typo in perl58delta
80641              From: andreas.koenig@anima.de (Andreas J. Koenig)
80642              Date: Sat, 16 Nov 2002 16:29:14 +0100
80643              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
80644      Branch: perl
80645            ! pod/perl58delta.pod
80646 ____________________________________________________________________________
80647 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
80648         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
80649              From: Dave Mitchell <davem@fdgroup.com>
80650              Date: Thu, 7 Nov 2002 16:38:02 +0000
80651              Message-ID: <20021107163802.C25337@fdgroup.com>
80652      Branch: perl
80653            ! pad.h
80654 ____________________________________________________________________________
80655 [ 18141] By: merijn                                on 2002/11/12  16:15:30
80656         Log: repair 18139 (missing awk command)
80657      Branch: perl
80658            ! Configure
80659 ____________________________________________________________________________
80660 [ 18139] By: merijn                                on 2002/11/12  14:20:36
80661         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
80662              From: Jarkko Hietaniemi <jhi@iki.fi>
80663              Subject: [PATCH] Tru64 osvers
80664              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
80665      Branch: perl
80666            ! Configure
80667 ____________________________________________________________________________
80668 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
80669         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
80670              From: Slaven Rezic <slaven.rezic@berlin.de>
80671              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
80672              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
80673      Branch: perl
80674            ! lib/Term/ReadLine.pm
80675 ____________________________________________________________________________
80676 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
80677         Log: Subject: t/run/runenv.t bug
80678              From: Salvador "Fandiño" <sfandino@yahoo.com>
80679              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
80680              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
80681      Branch: perl
80682            ! t/run/runenv.t
80683 ____________________________________________________________________________
80684 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
80685         Log: Subject: [PATCH] perlopentut and PerlIO documentation
80686              From: Slaven Rezic <slaven.rezic@berlin.de>
80687              Date: 08 Nov 2002 22:22:19 +0100
80688              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
80689      Branch: perl
80690            ! lib/PerlIO.pm pod/perlopentut.pod
80691 ____________________________________________________________________________
80692 [ 18125] By: hv                                    on 2002/11/07  14:01:57
80693         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
80694              From: Dan Kogai <dankogai@dan.co.jp>
80695              Date: Fri, 25 Oct 2002 13:04:00 +0900
80696              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
80697      Branch: perl
80698            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
80699            + t/uni/tr_utf8.t
80700            ! MANIFEST
80701 ____________________________________________________________________________
80702 [ 18124] By: hv                                    on 2002/11/07  13:51:39
80703         Log: Subject: [PATCH] File::Temp documentation fix
80704              From: Slaven Rezic <slaven.rezic@berlin.de>
80705              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
80706              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
80707      Branch: perl
80708            ! lib/File/Temp.pm
80709 ____________________________________________________________________________
80710 [ 18123] By: hv                                    on 2002/11/07  13:46:59
80711         Log: Subject: PATCH x2p/find2perl.PL
80712              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
80713              Date: Thu, 24 Oct 2002 10:05:19 +0200
80714              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
80715      Branch: perl
80716            ! x2p/find2perl.PL
80717 ____________________________________________________________________________
80718 [ 18122] By: hv                                    on 2002/11/07  13:40:25
80719         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
80720              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
80721              Date: 23 Oct 2002 18:42:51 -0000
80722              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
80723      Branch: perl
80724            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
80725 ____________________________________________________________________________
80726 [ 18121] By: hv                                    on 2002/11/07  13:21:15
80727         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
80728              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80729              Date: Sun, 03 Nov 2002 15:48:18 -0800
80730              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
80731      Branch: perl
80732            ! sv.c t/op/tie.t
80733 ____________________________________________________________________________
80734 [ 18120] By: hv                                    on 2002/11/07  13:14:21
80735         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
80736              From: Gurusamy Sarathy <gsar@ActiveState.com>
80737              Date: Sat, 19 Oct 2002 12:11:43 -0700
80738              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
80739      Branch: perl
80740            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
80741 ____________________________________________________________________________
80742 [ 18119] By: hv                                    on 2002/11/07  12:13:28
80743         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
80744              From: Mark Pease (via RT) <perlbug@perl.org>
80745              Date: 29 Oct 2002 20:23:54 -0000
80746              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
80747      Branch: perl
80748            ! regcomp.c
80749 ____________________________________________________________________________
80750 [ 18118] By: hv                                    on 2002/11/07  11:33:38
80751         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
80752              From: hv@crypt.org
80753              Date: Sun, 03 Nov 2002 16:41:24 +0000
80754              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
80755      Branch: perl
80756            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
80757            ! t/op/sub_lval.t
80758 ____________________________________________________________________________
80759 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
80760         Log: "make distclean" should remove the generated file lib/Config.pod.
80761      Branch: perl
80762            ! Makefile.SH
80763 ____________________________________________________________________________
80764 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
80765         Log: The new test introduced in #18114 failed with threads
80766      Branch: perl
80767            ! ext/B/t/concise.t
80768 ____________________________________________________________________________
80769 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
80770         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
80771              From: Slaven Rezic <slaven.rezic@berlin.de>
80772              Date: 24 Oct 2002 00:44:35 +0200
80773              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
80774      Branch: perl
80775            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
80776            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
80777 ____________________________________________________________________________
80778 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
80779         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
80780              From: Stephen McCamant <smcc@mit.edu>
80781              Date: Thu, 31 Oct 2002 01:35:29 -0500
80782              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
80783
80784              plus a test case in ext/B/t/concise.t
80785              plus a (less intrusive, but less future-proof) fix for a
80786              similar problem in B::walkoptree_exec().
80787      Branch: perl
80788            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
80789 ____________________________________________________________________________
80790 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
80791         Log: make regen_headers.
80792              Backport change #18078 to warnings.pl.
80793      Branch: perl
80794            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
80795 ____________________________________________________________________________
80796 [ 18109] By: ams                                   on 2002/11/05  13:03:34
80797         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
80798              From: hv@crypt.org
80799              Date: Tue, 05 Nov 2002 13:30:00 +0000
80800              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
80801
80802              This is half of the fix for #18107. The swash_init() problems
80803              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
80804              but can now be seen only with UTF-8 test cases.
80805      Branch: perl
80806            ! pp.c
80807 ____________________________________________________________________________
80808 [ 18108] By: merijn                                on 2002/11/05  07:52:08
80809         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
80810
80811              Subject: Re: [perl #18066] Bug in -I when path has double colons?
80812              From: Slaven Rezic <slaven.rezic@berlin.de>
80813              Date: 03 Nov 2002 10:25:10 +0100
80814              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
80815      Branch: perl
80816            ! embed.pl
80817 ____________________________________________________________________________
80818 [ 18107] By: ams                                   on 2002/11/05  03:43:46
80819         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
80820              character is UTF-8. (Copied from pp_lcfirst.)
80821              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
80822      Branch: perl
80823            ! dump.c pp.c
80824 ____________________________________________________________________________
80825 [ 18106] By: hv                                    on 2002/11/05  01:43:27
80826         Log: new test based on:
80827              Subject: [TEST] for [PATCH] bug in utf8.c(?)
80828              From: Marty Pauley <marty+p5p@kasei.com>
80829              Date: Fri, 18 Oct 2002 21:02:38 +0100
80830              Message-ID: <20021018200238.GY3764@soto.kasei.com>
80831      Branch: perl
80832            ! lib/utf8.t
80833 ____________________________________________________________________________
80834 [ 18105] By: hv                                    on 2002/11/05  00:59:30
80835         Log: Subject: Re: Class::Struct, simple patch, tests
80836              From: Marty Pauley <marty+p5p@kasei.com>
80837              Date: Fri, 18 Oct 2002 22:26:38 +0100
80838              Message-ID: <20021018212638.GB3764@soto.kasei.com>
80839      Branch: perl
80840            ! lib/Class/Struct.pm lib/Class/Struct.t
80841 ____________________________________________________________________________
80842 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
80843         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
80844              From: Slaven Rezic <slaven.rezic@berlin.de>
80845              Date: 30 Oct 2002 11:18:47 +0100
80846              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
80847
80848              With the corresponding change to embed.fnc
80849      Branch: perl
80850            + t/run/switchI.t
80851            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
80852            ! proto.h t/run/runenv.t
80853 ____________________________________________________________________________
80854 [ 18094] By: merijn                                on 2002/11/04  16:08:22
80855         Log: Changed the warning detection pattern because of:
80856
80857              Subject: ccache gcc3.2 doesn't work
80858              From: Nicholas Clark <nick@ccl4.org>
80859              Date: Tue, 29 Oct 2002 15:01:39
80860              Message-ID: <20021029150139.J82080@plum.flirble.org>
80861      Branch: perl
80862            ! Configure
80863 ____________________________________________________________________________
80864 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
80865         Log: s/Perlf/Perl/ (thanks rgs)
80866      Branch: perl
80867            ! pod/perldiag.pod
80868 ____________________________________________________________________________
80869 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
80870         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
80871      Branch: perl
80872            ! pod/perldiag.pod
80873 ____________________________________________________________________________
80874 [ 18090] By: hv                                    on 2002/11/04  15:49:29
80875         Log: extend #13786 to cover the other four identical chunks of code
80876              to avoid looping under overload.
80877      Branch: perl
80878            ! sv.c
80879 ____________________________________________________________________________
80880 [ 18088] By: merijn                                on 2002/11/04  15:37:06
80881         Log: Charnames take 4
80882              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
80883      Branch: perl
80884            ! lib/charnames.pm lib/charnames.t
80885 ____________________________________________________________________________
80886 [ 18086] By: hv                                    on 2002/11/04  15:16:34
80887         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
80888      Branch: perl
80889           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
80890           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
80891 ____________________________________________________________________________
80892 [ 18085] By: hv                                    on 2002/11/04  12:17:12
80893         Log: Subject: Re: [perl #17064] illegal legal unicode character
80894              From: hv@crypt.org
80895              Date: Mon, 04 Nov 2002 13:23:49 +0000
80896              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
80897      Branch: perl
80898            ! regexec.c t/op/split.t
80899 ____________________________________________________________________________
80900 [ 18084] By: merijn                                on 2002/11/04  11:04:45
80901         Log: Tru64, gcc -O3, datasize
80902              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
80903      Branch: perl
80904            ! README.tru64 hints/dec_osf.sh
80905 ____________________________________________________________________________
80906 [ 18083] By: merijn                                on 2002/11/04  10:58:52
80907         Log: Typo configpm
80908              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
80909      Branch: perl
80910            ! configpm
80911 ____________________________________________________________________________
80912 [ 18078] By: hv                                    on 2002/11/03  13:20:50
80913         Log: avoid reliance on croak() prototype
80914      Branch: perl
80915            ! lib/warnings.pm
80916 ____________________________________________________________________________
80917 [ 18077] By: hv                                    on 2002/11/03  13:18:17
80918         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
80919              (with tweaks)
80920              From: Michael G Schwern <schwern@pobox.com>
80921              Date: Wed, 4 Sep 2002 12:06:08 -0700
80922              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
80923      Branch: perl
80924            ! configpm lib/Config.t
80925 ____________________________________________________________________________
80926 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
80927         Log: Update to Scalar-List-Utils 1.08
80928      Branch: perl
80929            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
80930            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
80931            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
80932            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
80933            ! ext/List/Util/t/reduce.t
80934 ____________________________________________________________________________
80935 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
80936         Log: Adjust the number of tests in t/op/range.t
80937      Branch: perl
80938            ! t/op/range.t
80939 ____________________________________________________________________________
80940 [ 18074] By: ams                                   on 2002/10/30  22:30:32
80941         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
80942              but "-4\n".."-0\n" is!
80943              From: Slaven Rezic <slaven.rezic@berlin.de>
80944              Date: 30 Oct 2002 16:22:36 +0100
80945              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
80946
80947              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
80948              is not DWIM but "-4\n".."-0\n" is!
80949              From: "Orton, Yves" <yves.orton@mciworldcom.de>
80950              Date: Wed, 30 Oct 2002 11:59:31 -0000
80951              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
80952
80953              (Applied over previous fix.)
80954      Branch: perl
80955            ! pp_ctl.c t/op/range.t
80956 ____________________________________________________________________________
80957 [ 18073] By: ams                                   on 2002/10/30  19:47:12
80958         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
80959              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
80960              Date: 30 Oct 2002 17:27:53 -0000
80961              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
80962
80963              (Fixed by making an exception for .."0" in pp_flop.)
80964      Branch: perl
80965            ! pp_ctl.c t/op/range.t
80966 ____________________________________________________________________________
80967 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
80968         Log: Partial fix of bug [perl #17589] : prevent the parser to
80969              segfault when encountering the erroneous construct "sub;".
80970      Branch: perl
80971            ! pod/perldiag.pod t/op/anonsub.t toke.c
80972 ____________________________________________________________________________
80973 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
80974         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
80975              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
80976              Date: Mon, 28 Oct 2002 12:53:52 -0000
80977              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
80978      Branch: perl
80979            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
80980 ____________________________________________________________________________
80981 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
80982         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
80983              From: Nicholas Clark <nick@unfortu.net>
80984              Date: Sun, 27 Oct 2002 18:39:03 +0000
80985              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
80986      Branch: perl
80987            ! util.c
80988 ____________________________________________________________________________
80989 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
80990         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
80991              From: Nicholas Clark <nick@unfortu.net>
80992              Date: Sun, 27 Oct 2002 22:31:08 +0000
80993              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
80994      Branch: perl
80995            ! t/op/pack.t
80996 ____________________________________________________________________________
80997 [ 18068] By: merijn                                on 2002/10/27  17:57:15
80998         Log: Repair broken previous patch. I don't like it, but not repairing it
80999              breaks each and every build. Will teach me to test on the same
81000              machine where I patched it. Sorry.
81001      Branch: perl
81002            ! embed.pl
81003 ____________________________________________________________________________
81004 [ 18067] By: merijn                                on 2002/10/27  06:02:21
81005         Log: embed.pl doc. (embed.pl reorganization for doc headers)
81006              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
81007              With some additional modifications
81008      Branch: perl
81009            ! embed.pl
81010 ____________________________________________________________________________
81011 [ 18064] By: merijn                                on 2002/10/25  11:47:07
81012         Log: The 5005thread todo list; 2 down 25 to go
81013      Branch: perl
81014            ! README.irix README.tru64
81015 ____________________________________________________________________________
81016 [ 18063] By: hv                                    on 2002/10/25  00:28:48
81017         Log: change #18038 gives too many problems on t/450_service.t; disable
81018              it for now
81019      Branch: perl
81020            ! lib/Net/Ping/t/450_service.t
81021 ____________________________________________________________________________
81022 [ 18062] By: hv                                    on 2002/10/25  00:21:17
81023         Log: Subject: [PATCH] DB_File 1.806
81024              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
81025              Date: Tue, 22 Oct 2002 11:16:21 +0100
81026              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
81027      Branch: perl
81028            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
81029            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
81030            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
81031 ____________________________________________________________________________
81032 [ 18061] By: hv                                    on 2002/10/25  00:13:07
81033         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
81034              From: chromatic <chromatic@wgz.org>
81035              Date: Mon, 21 Oct 2002 20:27:43 -0700
81036              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
81037      Branch: perl
81038            + ext/IO/lib/IO/t/IO.t
81039            ! MANIFEST lib/Net/Ping/t/450_service.t
81040 ____________________________________________________________________________
81041 [ 18060] By: hv                                    on 2002/10/24  23:54:50
81042         Log: 2 lines of change #18039 had several problems
81043      Branch: perl
81044            ! ext/IO/IO.pm
81045 ____________________________________________________________________________
81046 [ 18059] By: hv                                    on 2002/10/24  23:46:29
81047         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
81048              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
81049              Date: 21 Oct 2002 10:18:50 -0000
81050              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
81051      Branch: perl
81052            ! utils/perldoc.PL
81053 ____________________________________________________________________________
81054 [ 18058] By: hv                                    on 2002/10/24  23:36:48
81055         Log: Subject: The Inaba patch for tr/// vs. use encoding
81056              From: Dan Kogai <dankogai@dan.co.jp>
81057              Date: Mon, 21 Oct 2002 17:36:02 +0900
81058              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
81059      Branch: perl
81060            ! mg.c regcomp.c sv.c toke.c
81061 ____________________________________________________________________________
81062 [ 18057] By: hv                                    on 2002/10/24  23:16:15
81063         Log: Subject: [Encode] 1.80 released
81064              From: Dan Kogai <dankogai@dan.co.jp>
81065              Date: Tue, 22 Oct 2002 05:47:16 +0900
81066              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
81067      Branch: perl
81068            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
81069            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
81070            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
81071            ! ext/Encode/lib/Encode/MIME/Header.pm
81072            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
81073            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
81074            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
81075            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
81076 ____________________________________________________________________________
81077 [ 18056] By: hv                                    on 2002/10/24  22:48:06
81078         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
81079              From: Autrijus Tang <autrijus@autrijus.org>
81080              Date: Sat, 19 Oct 2002 17:51:57 +0800
81081              Message-ID: <20021019095157.GA430@not.autrijus.org>
81082      Branch: perl
81083            ! ext/B/B/C.pm
81084 ____________________________________________________________________________
81085 [ 18055] By: hv                                    on 2002/10/24  22:34:10
81086         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
81087      Branch: perl
81088            ! pp_sys.c t/run/fresh_perl.t
81089 ____________________________________________________________________________
81090 [ 18054] By: hv                                    on 2002/10/24  22:17:40
81091         Log: change #18030 needs the removal of ext/Thread/thr5005.t
81092      Branch: perl
81093            - ext/Thread/thr5005.t
81094 ____________________________________________________________________________
81095 [ 18053] By: merijn                                on 2002/10/24  08:20:09
81096         Log: charnames pragma extended with :alias for customized
81097              unicode naming aliases
81098              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
81099      Branch: perl
81100            ! lib/charnames.pm lib/charnames.t
81101 ____________________________________________________________________________
81102 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
81103         Log: Further tweaks to perlmodlib.pod.
81104              Add a note about perllocal.pod, which wasn't documented.
81105      Branch: perl
81106            ! pod/perlmodlib.PL pod/perlmodlib.pod
81107 ____________________________________________________________________________
81108 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
81109         Log: Further tweaks to perluniintro.pod
81110      Branch: perl
81111            ! pod/perluniintro.pod
81112 ____________________________________________________________________________
81113 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
81114         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
81115              Regenerate perlmodlib.pod
81116      Branch: perl
81117            ! pod/perlmodlib.PL pod/perlmodlib.pod
81118 ____________________________________________________________________________
81119 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
81120         Log: Subject: [PATCH] perluniintro
81121              From: Jarkko Hietaniemi <jhi@iki.fi>
81122              Date: Sun, 20 Oct 2002 15:48:09 +0300
81123              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
81124      Branch: perl
81125            ! pod/perluniintro.pod
81126 ____________________________________________________________________________
81127 [ 18048] By: hv                                    on 2002/10/22  17:04:26
81128         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
81129              From: Dave Mitchell <davem@fdgroup.com>
81130              Date: Fri, 18 Oct 2002 13:36:40 +0100
81131              Message-ID: <20021018133640.A19172@fdgroup.com>
81132      Branch: perl
81133            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
81134            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
81135            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
81136 ____________________________________________________________________________
81137 [ 18047] By: hv                                    on 2002/10/22  16:20:18
81138         Log: Subject: [PATCH] AutoLoader gives wrong message
81139              From: Peter Scott <peter@psdt.com>
81140              Date: Thu, 17 Oct 2002 19:54:56 -0700
81141              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
81142      Branch: perl
81143            ! lib/AutoLoader.pm
81144 ____________________________________________________________________________
81145 [ 18046] By: hv                                    on 2002/10/22  15:52:40
81146         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
81147              From: Alain Barbet <alian@alianwebserver.com>
81148              Date: Fri, 18 Oct 2002 15:29:29 +0200
81149              Message-ID: <3DB00CB9.70708@alianwebserver.com>
81150      Branch: perl
81151            ! README.win32 win32/makefile.mk win32/win32.c
81152 ____________________________________________________________________________
81153 [ 18045] By: hv                                    on 2002/10/22  15:47:21
81154         Log: improve 'atomicity' wording
81155      Branch: perl
81156            ! lib/filetest.pm
81157 ____________________________________________________________________________
81158 [ 18044] By: hv                                    on 2002/10/22  15:43:55
81159         Log: Subject: [PATCH] Shell.pm object methods broken
81160              From: Dan Brook <dbrook@easyspace.com>
81161              Date: Thu, 17 Oct 2002 16:05:04 +0100
81162              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
81163      Branch: perl
81164            ! lib/Shell.pm lib/Shell.t
81165 ____________________________________________________________________________
81166 [ 18042] By: hv                                    on 2002/10/21  09:20:54
81167         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
81168              From: hv@crypt.org
81169              Date: Mon, 21 Oct 2002 11:27:40 +0100
81170              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
81171      Branch: perl
81172            ! t/lib/warnings/toke toke.c
81173 ____________________________________________________________________________
81174 [ 18041] By: hv                                    on 2002/10/21  01:14:48
81175         Log: Subject: Re: [perl #18019] regex overoptimization
81176              From: hv@crypt.org
81177              Date: Mon, 21 Oct 2002 03:21:54 +0100
81178              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
81179      Branch: perl
81180            ! regcomp.c t/op/re_tests
81181 ____________________________________________________________________________
81182 [ 18039] By: hv                                    on 2002/10/20  14:33:16
81183         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
81184              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
81185              Date: Tue, 15 Oct 2002 02:17:03 +0200
81186              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
81187      Branch: perl
81188            ! ext/IO/IO.pm
81189 ____________________________________________________________________________
81190 [ 18038] By: hv                                    on 2002/10/20  14:23:06
81191         Log: Update to Net::Ping v2.23
81192      Branch: perl
81193            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
81194            + lib/Net/Ping/t/450_service.t
81195            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
81196            ! lib/Net/Ping/t/200_ping_tcp.t
81197 ____________________________________________________________________________
81198 [ 18037] By: hv                                    on 2002/10/20  13:57:06
81199         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
81200              From: Jarkko Hietaniemi <jhi@iki.fi>
81201              Date: Mon, 14 Oct 2002 14:49:54 +0300
81202              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
81203      Branch: perl
81204            ! t/op/pack.t
81205 ____________________________________________________________________________
81206 [ 18036] By: hv                                    on 2002/10/20  13:43:56
81207         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
81208              From: Slaven Rezic <slaven.rezic@berlin.de>
81209              Date: 14 Oct 2002 09:37:18 +0200
81210              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
81211      Branch: perl
81212            ! pp_sys.c t/op/mkdir.t
81213 ____________________________________________________________________________
81214 [ 18035] By: hv                                    on 2002/10/20  13:39:09
81215         Log: Subject: Re: [perl #17951] Strange UTF error
81216              From: Jarkko Hietaniemi <jhi@iki.fi>
81217              Date: Wed, 16 Oct 2002 18:50:51 +0300
81218              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
81219      Branch: perl
81220            ! lib/utf8_heavy.pl t/run/fresh_perl.t
81221 ____________________________________________________________________________
81222 [ 18034] By: hv                                    on 2002/10/20  13:23:16
81223         Log: Update to Time::HiRes v1.38
81224      Branch: perl
81225            + ext/Time/HiRes/typemap
81226            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
81227            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
81228            ! ext/Time/HiRes/Makefile.PL
81229 ____________________________________________________________________________
81230 [ 18033] By: hv                                    on 2002/10/20  13:12:25
81231         Log: Upgrade to Test.pm v1.23
81232      Branch: perl
81233            ! lib/Test.pm
81234 ____________________________________________________________________________
81235 [ 18030] By: merijn                                on 2002/10/19  14:10:21
81236         Log: Happy chainsaw stories; The removal of the 5005 threads
81237              Still imcomplete. Configure will follow
81238      Branch: perl
81239            ! MANIFEST NetWare/Makefile NetWare/config.wc
81240            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
81241            ! Porting/Glossary Porting/config.sh Porting/config_H
81242            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
81243            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
81244            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
81245            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
81246            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
81247            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
81248            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
81249            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
81250            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
81251            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
81252            ! win32/config.bc win32/config.gc win32/config.vc
81253            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
81254            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
81255            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
81256            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
81257            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
81258            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
81259            ! wince/win32thread.h wince/wincesck.c
81260 ____________________________________________________________________________
81261 [ 18029] By: merijn                                on 2002/10/18  07:28:21
81262         Log: minor tweaks in Porting/pumpkin.pod
81263              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
81264      Branch: perl
81265            ! Porting/pumpkin.pod
81266 ____________________________________________________________________________
81267 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
81268         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
81269              From: Abe Timmerman <abe@ztreet.demon.nl>
81270              Date: Thu, 17 Oct 2002 23:38:34 +0200
81271              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
81272      Branch: perl
81273            ! t/run/switches.t
81274 ____________________________________________________________________________
81275 [ 18027] By: hv                                    on 2002/10/17  14:39:27
81276         Log: Subject: Re: versions too accurate
81277              From: John Peacock <jpeacock@rowman.com>
81278              Date: Mon, 14 Oct 2002 22:36:48 -0400
81279              Message-ID: <3DAB7F40.1050200@rowman.com>
81280      Branch: perl
81281            ! lib/version.pm util.c
81282 ____________________________________________________________________________
81283 [ 18026] By: hv                                    on 2002/10/17  14:29:41
81284         Log: Subject: Re: [PATCH] Version object combined patch
81285              From: John Peacock <jpeacock@rowman.com>
81286              Date: Thu, 10 Oct 2002 21:23:01 -0400
81287              Message-ID: <3DA627F5.5050907@rowman.com>
81288      Branch: perl
81289            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
81290 ____________________________________________________________________________
81291 [ 18025] By: hv                                    on 2002/10/17  13:37:04
81292         Log: definition of MAXPATHLEN
81293              Subject: [PATCH] standard lawyerism
81294              From: Jarkko Hietaniemi <jhi@iki.fi>
81295              Date: Fri, 11 Oct 2002 02:48:26 +0300
81296              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
81297      Branch: perl
81298            ! perl.h
81299 ____________________________________________________________________________
81300 [ 18024] By: hv                                    on 2002/10/17  13:34:01
81301         Log: Subject: Re: [perl #17061] no strict 'garbage'
81302              From: Slaven Rezic <slaven.rezic@berlin.de>
81303              Date: 10 Oct 2002 16:23:22 +0200
81304              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
81305      Branch: perl
81306            ! ext/Storable/Storable.pm
81307 ____________________________________________________________________________
81308 [ 18023] By: hv                                    on 2002/10/17  12:56:28
81309         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
81310              From: Steve Grazzini <grazz@nyc.rr.com>
81311              Date: 11 Oct 2002 22:28:58 -0000
81312              Message-ID: <20021011222858.452.qmail@onion.perl.org>
81313      Branch: perl
81314            ! doio.c t/io/open.t
81315 ____________________________________________________________________________
81316 [ 18022] By: hv                                    on 2002/10/17  12:24:42
81317         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
81318              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81319              Date: Tue, 15 Oct 2002 17:01:43 -0700
81320              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
81321      Branch: perl
81322            ! t/op/assignwarn.t
81323 ____________________________________________________________________________
81324 [ 18021] By: hv                                    on 2002/10/17  11:28:38
81325         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
81326              From: Slaven Rezic <slaven.rezic@berlin.de>
81327              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
81328              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
81329      Branch: perl
81330            ! Porting/pumpkin.pod
81331 ____________________________________________________________________________
81332 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
81333         Log: prototype() didn't warn when used in void context.
81334      Branch: perl
81335            ! op.c t/lib/warnings/op
81336 ____________________________________________________________________________
81337 [ 18019] By: ams                                   on 2002/10/15  20:54:53
81338         Log: Subject: Japanese translation of Storable
81339              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
81340              Date: Tue, 15 Oct 2002 06:31:01 +0900
81341              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
81342      Branch: perl
81343            ! ext/Storable/README
81344 ____________________________________________________________________________
81345 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
81346         Log: Subject: Re: [PATCH] cv.h: Comment update
81347              From: Paul Johnson <paul@pjcj.net>
81348              Date: Mon, 14 Oct 2002 20:00:50 +0200
81349              Message-ID: <20021014180050.GC7333@pjcj.net>
81350      Branch: perl
81351            ! cv.h
81352 ____________________________________________________________________________
81353 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
81354         Log: Subject: [PATCH] perlipc.pod
81355              From: Slaven Rezic <slaven.rezic@berlin.de>
81356              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
81357              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
81358      Branch: perl
81359            ! pod/perlipc.pod
81360 ____________________________________________________________________________
81361 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
81362         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
81363              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
81364              Date: Sun, 13 Oct 2002 09:02:36 +0900
81365              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
81366      Branch: perl
81367            ! pod/perlunicode.pod
81368 ____________________________________________________________________________
81369 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
81370         Log: The -0 command-line switch wasn't setting $/ at compile-time.
81371              Move the initialization of $/ just after switch parsing
81372              (it was done after yyparse().)
81373      Branch: perl
81374            ! perl.c t/run/switches.t
81375 ____________________________________________________________________________
81376 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
81377         Log: Subject: Re: [PATCH] perl573delta delinting
81378              From: Philip Newton <Philip.Newton@gmx.net>
81379              Date: Sat, 12 Oct 2002 21:25:49 +0200
81380              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
81381      Branch: perl
81382            ! pod/perl573delta.pod
81383 ____________________________________________________________________________
81384 [ 18013] By: hv                                    on 2002/10/12  15:41:50
81385         Log: Subject: [PATCH] for -Dm
81386              From: Slaven Rezic <slaven.rezic@berlin.de>
81387              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
81388              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
81389      Branch: perl
81390            ! malloc.c
81391 ____________________________________________________________________________
81392 [ 18012] By: hv                                    on 2002/10/12  15:39:49
81393         Log: #18005 was not enough
81394              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
81395              From: Abe Timmerman <abeltje@cpan.org>
81396              Date: Sat, 12 Oct 2002 17:56:39 +0200
81397              Message-Id: <200210121756.39803.abeltje@cpan.org>
81398      Branch: perl
81399            ! win32/makefile.mk
81400 ____________________________________________________________________________
81401 [ 18011] By: hv                                    on 2002/10/12  15:36:43
81402         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
81403              From: Richard Hitt (via RT) <perlbug@perl.org>
81404              Date: 8 Oct 2002 21:04:30 -0000
81405              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
81406      Branch: perl
81407            ! Configure
81408 ____________________________________________________________________________
81409 [ 18010] By: hv                                    on 2002/10/12  15:31:06
81410         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
81411              From: Nicholas Clark <nick@unfortu.net>
81412              Date: Tue, 8 Oct 2002 21:52:53 +0100
81413              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
81414      Branch: perl
81415            ! pod/perldiag.pod pp_pack.c t/op/pack.t
81416 ____________________________________________________________________________
81417 [ 18009] By: hv                                    on 2002/10/12  15:12:18
81418         Log: Subject: [PATCH perldoc] For screaming hell's sake
81419              From: Simon Cozens <simon@netthink.co.uk>
81420              Date: Tue, 8 Oct 2002 11:13:07 +0100
81421              Message-ID: <20021008101307.GA8175@netthink.co.uk>
81422      Branch: perl
81423            ! utils/perldoc.PL
81424 ____________________________________________________________________________
81425 [ 18008] By: hv                                    on 2002/10/12  14:38:19
81426         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
81427              From: Nicholas Clark <nick@unfortu.net>
81428              Date: Mon, 7 Oct 2002 23:35:34 +0100
81429              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
81430      Branch: perl
81431            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
81432            ! ext/Storable/README ext/Storable/Storable.pm
81433            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
81434            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
81435            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
81436 ____________________________________________________________________________
81437 [ 18007] By: hv                                    on 2002/10/12  14:22:36
81438         Log: Subject: [perl #17773] errors in c2ph(1) man page
81439              From: Eric Melville (via RT) <perlbug@perl.org>
81440              Date: 7 Oct 2002 02:58:34 -0000
81441              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
81442      Branch: perl
81443            ! utils/c2ph.PL
81444 ____________________________________________________________________________
81445 [ 18006] By: hv                                    on 2002/10/12  14:19:55
81446         Log: Subject: [PATCH pad.c] Re: closure failures
81447              From: Dave Mitchell <davem@fdgroup.com>
81448              Date: Mon, 7 Oct 2002 02:42:13 +0100
81449              Message-ID: <20021007024213.B29760@fdgroup.com>
81450      Branch: perl
81451            ! pad.c
81452 ____________________________________________________________________________
81453 [ 18005] By: hv                                    on 2002/10/12  14:17:07
81454         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
81455              From: Abe Timmerman <abeltje@cpan.org>
81456              Date: Tue, 8 Oct 2002 14:16:56 +0200
81457              Message-Id: <200210081416.56942.abeltje@cpan.org>
81458      Branch: perl
81459            ! win32/Makefile
81460 ____________________________________________________________________________
81461 [ 18004] By: hv                                    on 2002/10/12  14:06:59
81462         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
81463      Branch: perl
81464            ! hints/darwin.sh
81465 ____________________________________________________________________________
81466 [ 18003] By: hv                                    on 2002/10/12  13:48:34
81467         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
81468              and #18001.
81469      Branch: perl
81470            ! ext/Devel/Peek/Peek.t
81471 ____________________________________________________________________________
81472 [ 18002] By: hv                                    on 2002/10/11  23:22:56
81473         Log: Subject: [Encode] 1.77 Released
81474              From: Dan Kogai <dankogai@dan.co.jp>
81475              Date: Sun, 6 Oct 2002 12:52:52 +0900
81476              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
81477      Branch: perl
81478            ! ext/Encode/Changes ext/Encode/Encode.pm
81479            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
81480            ! ext/Encode/lib/Encode/Alias.pm
81481            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
81482            ! ext/Encode/ucm/big5-eten.ucm
81483 ____________________________________________________________________________
81484 [ 18001] By: hv                                    on 2002/10/11  22:52:43
81485         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
81486              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81487              Date: Thu, 10 Oct 2002 14:28:55 -0700
81488              Message-ID: <XEfp9gzkgquV092yn@efn.org>
81489      Branch: perl
81490            ! ext/Devel/Peek/Peek.t
81491 ____________________________________________________________________________
81492 [ 18000] By: hv                                    on 2002/10/11  22:30:36
81493         Log: Subject: [PATCH] perl573delta delinting
81494              From: Jarkko Hietaniemi <jhi@iki.fi>
81495              Date: Fri, 4 Oct 2002 16:19:31 +0300
81496              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
81497      Branch: perl
81498            ! pod/perl573delta.pod
81499 ____________________________________________________________________________
81500 [ 17999] By: hv                                    on 2002/10/11  22:28:36
81501         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
81502              From: Jarkko Hietaniemi <jhi@iki.fi>
81503              Date: Fri, 4 Oct 2002 16:11:57 +0300
81504              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
81505      Branch: perl
81506            ! pod/perldiag.pod reentr.c reentr.pl
81507 ____________________________________________________________________________
81508 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
81509         Log: Fix bug #17771 : segfault with the 'for' statement modifier
81510              used inside a map or a grep.
81511      Branch: perl
81512            ! pp_ctl.c t/op/grep.t
81513 ____________________________________________________________________________
81514 [ 17997] By: hv                                    on 2002/10/11  12:10:39
81515         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
81516              From: Information Service <info@lingo.kiev.ua>
81517              Date: Wed, 09 Oct 2002 07:17:00 +0400
81518              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
81519      Branch: perl
81520            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
81521 ____________________________________________________________________________
81522 [ 17996] By: hv                                    on 2002/10/11  11:55:53
81523         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
81524              From: chromatic <chromatic@wgz.org>
81525              Date: Thu, 03 Oct 2002 22:56:54 -0700
81526              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
81527      Branch: perl
81528            ! lib/AutoLoader.pm lib/AutoLoader.t
81529 ____________________________________________________________________________
81530 [ 17995] By: ams                                   on 2002/10/11  05:24:20
81531         Log: Subject: [perl #17819] Typo in perltooc?
81532              From: Bob Wilkinson (via RT) <perlbug@perl.org>
81533              Date: 9 Oct 2002 09:50:40 -0000
81534              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
81535
81536              Subject: [perl #17821] Typo in perltooc
81537              From: Bob Wilkinson (via RT) <perlbug@perl.org>
81538              Date: 9 Oct 2002 10:12:51 -0000
81539              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
81540      Branch: perl
81541            ! pod/perltooc.pod
81542 ____________________________________________________________________________
81543 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
81544         Log: Fix bug #17776 : memory corruption in qr/##/x
81545      Branch: perl
81546            ! sv.c t/op/pat.t
81547 ____________________________________________________________________________
81548 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
81549         Log: croak() is better written Perl_croak() in C code.
81550      Branch: perl
81551            ! util.c
81552 ____________________________________________________________________________
81553 [ 17992] By: hv                                    on 2002/10/10  11:29:12
81554         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
81555              From: andreas.koenig@anima.de (Andreas J. Koenig)
81556              Date: Fri, 04 Oct 2002 06:38:57 +0200
81557              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
81558      Branch: perl
81559            ! lib/Hash/Util.pm
81560 ____________________________________________________________________________
81561 [ 17991] By: hv                                    on 2002/10/10  11:20:41
81562         Log: new files lib/version.pm and lib/version.t for change #17990.
81563      Branch: perl
81564            + lib/version.pm lib/version.t
81565 ____________________________________________________________________________
81566 [ 17990] By: hv                                    on 2002/10/10  11:19:57
81567         Log: Subject: [PATCH] Version object combined patch
81568              From: John Peacock <jpeacock@rowman.com>
81569              Date: Fri, 04 Oct 2002 23:15:10 -0400
81570              Message-ID: <3D9E593E.1060605@rowman.com>
81571      Branch: perl
81572            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
81573            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
81574 ____________________________________________________________________________
81575 [ 17989] By: hv                                    on 2002/10/10  10:48:42
81576         Log: Subject: PATCH: lib/ExtUtils/typemap
81577              From: Brian Ingerson <ingy@ttul.org>
81578              Date: Sat, 28 Sep 2002 13:03:24 -0700
81579              Message-ID: <20020928130324.A16900@ttul.org>
81580      Branch: perl
81581            ! lib/ExtUtils/typemap
81582 ____________________________________________________________________________
81583 [ 17988] By: hv                                    on 2002/10/10  10:45:19
81584         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
81585              From: Nicholas Clark <nick@unfortu.net>
81586              Date: Sat, 28 Sep 2002 18:52:00 +0100
81587              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
81588      Branch: perl
81589            ! lib/Exporter.t lib/Exporter/Heavy.pm
81590 ____________________________________________________________________________
81591 [ 17987] By: hv                                    on 2002/10/10  10:27:40
81592         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
81593              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
81594              Date: Mon, 9 Sep 2002 17:36:55 -0400
81595              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
81596      Branch: perl
81597            ! pod/perlfunc.pod
81598 ____________________________________________________________________________
81599 [ 17986] By: hv                                    on 2002/10/10  09:51:24
81600         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
81601              for Storable tests to match.
81602      Branch: perl
81603            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
81604 ____________________________________________________________________________
81605 [ 17985] By: hv                                    on 2002/10/10  09:27:00
81606         Log: Subject: Re: README.cygwin draft update
81607              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81608              Date: Mon, 07 Oct 2002 17:15:09 -0700
81609              Message-ID: <NOio9gzkg6oR092yn@efn.org>
81610      Branch: perl
81611            ! README.cygwin pod/perl58delta.pod
81612 ____________________________________________________________________________
81613 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
81614         Log: Fix bug #17823 : non-modifying tr/// stringifies references
81615      Branch: perl
81616            ! doop.c t/op/tr.t
81617 ____________________________________________________________________________
81618 [ 17983] By: merijn                                on 2002/10/09  12:22:26
81619         Log: Tru64 and gcc and threads
81620              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
81621      Branch: perl
81622            ! thread.h
81623 ____________________________________________________________________________
81624 [ 17982] By: merijn                                on 2002/10/09  10:34:40
81625         Log: Correct mailing list archive URL
81626              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
81627      Branch: perl
81628            ! Porting/pumpkin.pod
81629 ____________________________________________________________________________
81630 [ 17981] By: merijn                                on 2002/10/09  04:49:06
81631         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
81632              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
81633      Branch: perl
81634            ! Porting/pumpkin.pod
81635 ____________________________________________________________________________
81636 [ 17980] By: sky                                   on 2002/10/06  15:40:56
81637         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
81638              Fix testcases to run properly outside perl core build enviroment.
81639      Branch: perl
81640            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
81641            ! ext/Safe/safe3.t
81642 ____________________________________________________________________________
81643 [ 17979] By: sky                                   on 2002/10/06  07:03:19
81644         Log: Subject: [PATCH] fix typo in Tie::Array
81645              From: "Jos I. Boumans" <kane@cpan.org>
81646              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
81647              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
81648      Branch: perl
81649            ! lib/Tie/Array.pm
81650 ____________________________________________________________________________
81651 [ 17978] By: sky                                   on 2002/10/05  04:44:10
81652         Log: Upgrade to Attribute::Handlers 0.78
81653      Branch: perl
81654            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
81655            ! lib/Attribute/Handlers/README
81656 ____________________________________________________________________________
81657 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
81658         Log: Complement to change #17976 :
81659              there was a similar bug on rdo().
81660              Increment $Safe::VERSION.
81661      Branch: perl
81662            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
81663 ____________________________________________________________________________
81664 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
81665         Log: Fix bug #17744, suggested by Andreas Jurenda,
81666              tweaked by rgs (security hole in Safe).
81667      Branch: perl
81668            + ext/Safe/safe3.t
81669            ! MANIFEST ext/Opcode/Safe.pm
81670 ____________________________________________________________________________
81671 [ 17975] By: merijn                                on 2002/10/04  13:30:17
81672         Log: Non ANSI feature detection in enum
81673      Branch: perl
81674            ! pad.h
81675 ____________________________________________________________________________
81676 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
81677         Log: Fix a precedence problem.
81678      Branch: perl
81679            ! ext/Storable/t/integer.t
81680 ____________________________________________________________________________
81681 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
81682         Log: Change the warning message "%s trapped by operation mask"
81683              to include '' around the op name. Document it in perldiag.
81684      Branch: perl
81685            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
81686            ! pod/perldiag.pod
81687 ____________________________________________________________________________
81688 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
81689         Log: Add a new warning, "Possible precedence problem on bitwise
81690              %c operator", triggerred when a bitwise op has a numeric
81691              comparison op as child.
81692      Branch: perl
81693            ! op.c pod/perldiag.pod t/lib/warnings/op
81694 ____________________________________________________________________________
81695 [ 17971] By: ams                                   on 2002/10/03  11:03:41
81696         Log: Subject: Re: Not OK 17969
81697              From: Slaven Rezic <slaven.rezic@berlin.de>
81698              Date: 03 Oct 2002 13:12:58 +0200
81699              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
81700      Branch: perl
81701            ! ext/Storable/Storable.pm ext/Storable/t/code.t
81702            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
81703            ! ext/Storable/t/malice.t
81704 ____________________________________________________________________________
81705 [ 17970] By: ams                                   on 2002/10/03  02:21:15
81706         Log: Add a line about 2.05.
81707      Branch: perl
81708            ! ext/Storable/ChangeLog
81709 ____________________________________________________________________________
81710 [ 17969] By: ams                                   on 2002/10/03  02:12:27
81711         Log: Subject: [PATCH] Storable and code serialization: documentation
81712              From: Slaven Rezic <slaven.rezic@berlin.de>
81713              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
81714              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
81715      Branch: perl
81716            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
81717            ! ext/Storable/t/code.t
81718 ____________________________________________________________________________
81719 [ 17968] By: ams                                   on 2002/10/03  01:40:51
81720         Log: Subject: [PATCH] Re: speed of my
81721              From: Stephen McCamant <smcc@mit.edu>
81722              Date: Wed, 2 Oct 2002 21:48:59 -0400
81723              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
81724      Branch: perl
81725            ! pp.c
81726 ____________________________________________________________________________
81727 [ 17967] By: hv                                    on 2002/10/02  15:04:57
81728         Log: Subject: [PATCH] reentrant buffers
81729              From: Jarkko Hietaniemi <jhi@iki.fi>
81730              Date: Fri, 27 Sep 2002 01:08:56 +0300
81731              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
81732      Branch: perl
81733            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
81734 ____________________________________________________________________________
81735 [ 17966] By: hv                                    on 2002/10/02  14:46:52
81736         Log: Subject: [PATCH] retropatch
81737              From: Jarkko Hietaniemi <jhi@iki.fi>
81738              Date: Fri, 27 Sep 2002 03:51:34 +0300
81739              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
81740      Branch: perl
81741            + pod/perl573delta.pod
81742            ! MANIFEST pod/buildtoc.PL pod/perl.pod
81743 ____________________________________________________________________________
81744 [ 17965] By: hv                                    on 2002/10/02  14:42:21
81745         Log: op/tr.t test is affected by #17962
81746      Branch: perl
81747            ! t/op/tr.t
81748 ____________________________________________________________________________
81749 [ 17964] By: hv                                    on 2002/10/02  14:38:59
81750         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
81751              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
81752              Date: Tue, 1 Oct 2002 23:34:35 +0200
81753              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
81754      Branch: perl
81755            ! t/op/override.t toke.c
81756 ____________________________________________________________________________
81757 [ 17963] By: hv                                    on 2002/10/02  14:15:22
81758         Log: Subject: Re: [perl #17376] Bug Report - our(%)
81759              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81760              Date: Tue, 01 Oct 2002 09:54:30 -0700
81761              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
81762      Branch: perl
81763            ! op.c pp_hot.c t/comp/our.t
81764 ____________________________________________________________________________
81765 [ 17962] By: ams                                   on 2002/10/02  14:10:07
81766         Log: Subject: [PATCH] no [] in tr///
81767              From: Jarkko Hietaniemi <jhi@iki.fi>
81768              Date: Wed, 2 Oct 2002 17:09:11 +0300
81769              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
81770      Branch: perl
81771            ! pod/perldiag.pod toke.c
81772 ____________________________________________________________________________
81773 [ 17961] By: hv                                    on 2002/10/02  14:09:11
81774         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
81775              From: andreas.koenig@anima.de (Andreas J. Koenig)
81776              Date: Mon, 30 Sep 2002 17:24:06 +0200
81777              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
81778      Branch: perl
81779            ! lib/Hash/Util.pm
81780 ____________________________________________________________________________
81781 [ 17959] By: hv                                    on 2002/10/02  14:06:29
81782         Log: Subject: [DOCPATCH] Unicode porting advice
81783              From: andreas.koenig@anima.de (Andreas J. Koenig)
81784              Date: Fri, 27 Sep 2002 15:30:16 +0200
81785              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
81786      Branch: perl
81787            ! pod/perlunicode.pod
81788 ____________________________________________________________________________
81789 [ 17958] By: hv                                    on 2002/10/02  13:57:06
81790         Log: missing quote from #17957
81791      Branch: perl
81792            ! Porting/pumpkin.pod
81793 ____________________________________________________________________________
81794 [ 17957] By: hv                                    on 2002/10/02  13:55:56
81795         Log: document how to set APPLLIB_EXP
81796              Subject: Re: [perl #15957] error installing perl 5.8.0
81797              From: Andy Dougherty <doughera@lafayette.edu>
81798              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
81799              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
81800      Branch: perl
81801            ! Porting/pumpkin.pod
81802 ____________________________________________________________________________
81803 [ 17956] By: hv                                    on 2002/10/02  13:51:12
81804         Log: Devel::Peek tests from:
81805              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
81806              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81807              Date: Thu, 26 Sep 2002 22:16:39 -0700
81808              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
81809      Branch: perl
81810            ! ext/Devel/Peek/Peek.t
81811 ____________________________________________________________________________
81812 [ 17955] By: hv                                    on 2002/10/02  13:43:26
81813         Log: add precedence warning for bitwise docs
81814              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
81815              From: Mike Guy <mjtg@cam.ac.uk>
81816              Date: Thu, 26 Sep 2002 13:20:45 +0100
81817              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
81818      Branch: perl
81819            ! pod/perlop.pod
81820 ____________________________________________________________________________
81821 [ 17954] By: hv                                    on 2002/10/02  13:18:01
81822         Log: Subject: [PATCH] Re: perlio bug?
81823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
81824              Date: Wed, 25 Sep 2002 21:58:12 +0200
81825              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
81826      Branch: perl
81827            ! doio.c pod/perldiag.pod t/lib/warnings/doio
81828 ____________________________________________________________________________
81829 [ 17953] By: hv                                    on 2002/10/02  12:55:29
81830         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
81831              From: Dave Mitchell <davem@fdgroup.com>
81832              Date: Wed, 25 Sep 2002 23:40:23 +0100
81833              Message-ID: <20020925234023.A20044@fdgroup.com>
81834      Branch: perl
81835            + pad.c pad.h
81836            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
81837            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
81838            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
81839            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
81840            ! proto.h scope.c sv.c toke.c
81841 ____________________________________________________________________________
81842 [ 17952] By: hv                                    on 2002/10/02  11:23:38
81843         Log: better handling of whitespace in autodoc declarations; fragment from:
81844              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
81845              From: Dave Mitchell <davem@fdgroup.com>
81846              Date: Wed, 25 Sep 2002 23:40:23 +0100
81847              Message-ID: <20020925234023.A20044@fdgroup.com>
81848      Branch: perl
81849            ! autodoc.pl
81850 ____________________________________________________________________________
81851 [ 17951] By: merijn                                on 2002/10/02  09:15:18
81852         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
81853              Thu, 25 Jul 2002, Andy Dougherty
81854      Branch: perl
81855            ! Configure Policy_sh.SH
81856 ____________________________________________________________________________
81857 [ 17950] By: ams                                   on 2002/10/02  03:43:41
81858         Log: Add silly bandaid to stop segfaults on subsequent accesses to
81859              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
81860              (<$fred>).
81861      Branch: perl
81862            ! op.c
81863 ____________________________________________________________________________
81864 [ 17949] By: hv                                    on 2002/10/01  08:49:02
81865         Log: patch based on:
81866              Subject: Re: [perl #17376] Bug Report - our(%)
81867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81868              Date: Mon, 30 Sep 2002 15:22:18 -0700
81869              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
81870      Branch: perl
81871            ! op.c
81872 ____________________________________________________________________________
81873 [ 17948] By: hv                                    on 2002/10/01  08:26:44
81874         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
81875              From: chromatic <chromatic@wgz.org>
81876              Date: Fri, 13 Sep 2002 14:26:08 -0700
81877              Message-Id: <200209131426.08116.chromatic@wgz.org>
81878      Branch: perl
81879            ! lib/AutoLoader.pm
81880 ____________________________________________________________________________
81881 [ 17947] By: hv                                    on 2002/10/01  08:10:21
81882         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
81883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81884              Date: Wed, 11 Sep 2002 22:22:45 -0700
81885              Message-ID: <lSCg9gzkgymX092yn@efn.org>
81886      Branch: perl
81887            ! dump.c mg.h regexec.c sv.c t/op/pat.t
81888 ____________________________________________________________________________
81889 [ 17946] By: merijn                                on 2002/09/30  15:19:36
81890         Log: nanosleep on VMS not present
81891      Branch: perl
81892            ! configure.com
81893 ____________________________________________________________________________
81894 [ 17945] By: merijn                                on 2002/09/30  09:51:40
81895         Log: -Dgccansipedantic only for gcc 3+
81896              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
81897      Branch: perl
81898            ! Porting/pumpkin.pod cflags.SH
81899 ____________________________________________________________________________
81900 [ 17944] By: merijn                                on 2002/09/30  08:29:33
81901         Log: nanosleep probes as per Jarkko's request
81902      Branch: perl
81903            ! Configure NetWare/config_H.wc Porting/config.sh
81904            ! Porting/config_H config_h.SH epoc/config.sh perl.h
81905            ! win32/config.bc win32/config.gc win32/config.vc
81906            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
81907            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
81908            ! wince/config_H.ce
81909 ____________________________________________________________________________
81910 [ 17942] By: ams                                   on 2002/09/29  22:26:37
81911         Log: Remove package; (Heh heh.)
81912      Branch: perl
81913            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
81914            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
81915            ! vms/perly_c.vms vms/perly_h.vms
81916 ____________________________________________________________________________
81917 [ 17941] By: hv                                    on 2002/09/29  12:11:06
81918         Log: Subject: [perl #16796] Configure script buglet
81919              From: "Amick, Eric" (via RT) <perlbug@perl.org>
81920              Date: 27 Aug 2002 20:09:29 -0000
81921              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
81922      Branch: perl
81923            ! Configure
81924 ____________________________________________________________________________
81925 [ 17940] By: hv                                    on 2002/09/29  11:59:28
81926         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
81927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
81928              Date: Fri, 27 Sep 2002 13:52:18 +0200
81929              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
81930      Branch: perl
81931            ! lib/Attribute/Handlers.pm
81932 ____________________________________________________________________________
81933 [ 17939] By: hv                                    on 2002/09/29  11:55:17
81934         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
81935              From: Allen Smith (via RT) <perlbug@perl.org>
81936              Date: 13 Sep 2002 03:01:30 -0000
81937              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
81938      Branch: perl
81939            ! t/lib/h2ph.pht utils/h2ph.PL
81940 ____________________________________________________________________________
81941 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
81942         Log: Email address change for Stéphane Payrard
81943      Branch: perl
81944            ! AUTHORS
81945 ____________________________________________________________________________
81946 [ 17937] By: hv                                    on 2002/09/27  10:05:42
81947         Log: Subject: Re: [REVISED PATCH] Magic v-strings
81948              From: John Peacock <jpeacock@rowman.com>
81949              Date: Thu, 19 Sep 2002 22:30:58 -0400
81950              Message-ID: <3D8A8862.3000602@rowman.com>
81951      Branch: perl
81952            ! sv.c util.c
81953 ____________________________________________________________________________
81954 [ 17936] By: hv                                    on 2002/09/27  10:00:42
81955         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
81956              From: "Craig A. Berry" <craigberry@mac.com>
81957              Date: Wed, 25 Sep 2002 17:14:33 -0500
81958              Message-ID: <3D923549.6050809@mac.com>
81959      Branch: perl
81960            ! configure.com
81961 ____________________________________________________________________________
81962 [ 17935] By: hv                                    on 2002/09/27  09:48:19
81963         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
81964              From: Andy Lester <andy@petdance.com>
81965              Date: Fri, 20 Sep 2002 12:23:41 -0500
81966              Message-ID: <20020920172341.GA15672@petdance.com>
81967      Branch: perl
81968            ! pod/perlopentut.pod
81969 ____________________________________________________________________________
81970 [ 17934] By: hv                                    on 2002/09/26  18:50:02
81971         Log: missing '.' in test from #17932
81972      Branch: perl
81973            ! t/lib/strict/subs
81974 ____________________________________________________________________________
81975 [ 17933] By: hv                                    on 2002/09/26  17:01:11
81976         Log: Subject: [PATCH] perl #17453
81977              From: Jarkko Hietaniemi <jhi@iki.fi>
81978              Date: Fri, 20 Sep 2002 17:22:45 +0300
81979              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
81980      Branch: perl
81981            ! lib/utf8_heavy.pl t/op/pat.t
81982 ____________________________________________________________________________
81983 [ 17932] By: hv                                    on 2002/09/26  16:47:32
81984         Log: #17931 checked for wrong constant
81985      Branch: perl
81986            ! op.c
81987 ____________________________________________________________________________
81988 [ 17931] By: hv                                    on 2002/09/26  16:29:26
81989         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
81990              From: Kay_Röpke <kay@dolphin-services.de>
81991              Date: Fri, 20 Sep 2002 16:09:08 +0200
81992              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
81993      Branch: perl
81994            ! op.c t/lib/strict/subs
81995 ____________________________________________________________________________
81996 [ 17930] By: hv                                    on 2002/09/26  15:56:07
81997         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
81998              From: Ken Neighbors (via RT) <perlbug@perl.org>
81999              Date: 19 Sep 2002 18:48:22 -0000
82000              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
82001      Branch: perl
82002            ! lib/Class/Struct.pm
82003 ____________________________________________________________________________
82004 [ 17928] By: hv                                    on 2002/09/26  09:54:05
82005         Log: Subject: [PATCH] bug in utf8.c(?)
82006              From: Marty Pauley <marty+p5p@kasei.com>
82007              Date: Fri, 20 Sep 2002 10:55:33 +0100
82008              Subject: [PATCH] bug in utf8.c(?)
82009      Branch: perl
82010            ! utf8.c
82011 ____________________________________________________________________________
82012 [ 17927] By: hv                                    on 2002/09/26  09:37:19
82013         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
82014              From: Marty Pauley <marty+p5p@kasei.com>
82015              Date: Fri, 20 Sep 2002 09:52:16 +0100
82016              Message-Id: 20020920085216.GC10512@soto.kasei.com
82017      Branch: perl
82018            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
82019 ____________________________________________________________________________
82020 [ 17926] By: hv                                    on 2002/09/26  09:28:06
82021         Log: Subject: [PATCH] defuse installusrbinperl
82022              From: Jarkko Hietaniemi <jhi@iki.fi>
82023              Date: Thu, 19 Sep 2002 18:01:03 +0300
82024              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
82025      Branch: perl
82026            ! Configure
82027 ____________________________________________________________________________
82028 [ 17925] By: hv                                    on 2002/09/26  09:15:55
82029         Log: Subject: [PATCH v2] enable -ansi -pedantic
82030              From: Jarkko Hietaniemi <jhi@iki.fi>
82031              Date: Wed, 18 Sep 2002 01:19:25 +0300
82032              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
82033      Branch: perl
82034            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
82035            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
82036 ____________________________________________________________________________
82037 [ 17924] By: hv                                    on 2002/09/26  08:44:16
82038         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
82039              From: Nicholas Clark <nick@unfortu.net>
82040              Date: Sat, 14 Sep 2002 18:49:10 +0100
82041              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
82042      Branch: perl
82043            ! sv.c
82044 ____________________________________________________________________________
82045 [ 17923] By: hv                                    on 2002/09/26  08:33:54
82046         Log: Subject: [PATCH] Re: Advice on coredump
82047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82048              Date: Wed, 18 Sep 2002 22:14:57 +0200
82049              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
82050      Branch: perl
82051            ! op.c t/op/closure.t
82052 ____________________________________________________________________________
82053 [ 17922] By: hv                                    on 2002/09/26  08:25:28
82054         Log: Subject: Re: [PATCH] spurious t/auto directory appears
82055              From: Michael G Schwern <schwern@pobox.com>
82056              Date: Fri, 13 Sep 2002 23:56:05 -0400
82057              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
82058      Branch: perl
82059            ! lib/ExtUtils/t/Installed.t
82060 ____________________________________________________________________________
82061 [ 17921] By: hv                                    on 2002/09/26  08:21:59
82062         Log: add TODO tests for slow our() declaration
82063              Subject: Re: [perl #17376] Bug Report - our(%)
82064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82065              Date: Thu, 19 Sep 2002 22:34:01 -0700
82066              Message-ID: <JNri9gzkgSBB092yn@efn.org>
82067      Branch: perl
82068            + t/comp/our.t
82069            ! MANIFEST
82070 ____________________________________________________________________________
82071 [ 17920] By: hv                                    on 2002/09/26  08:16:43
82072         Log: LEAKTEST is dead, RIP
82073              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
82074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82075              Date: Mon, 23 Sep 2002 18:33:12 +0200
82076              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
82077      Branch: perl
82078            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
82079            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
82080 ____________________________________________________________________________
82081 [ 17919] By: hv                                    on 2002/09/26  07:59:42
82082         Log: Subject: [PATCH] AIX hints missinga  >&4
82083              From: Jarkko Hietaniemi <jhi@iki.fi>
82084              Date: Fri, 13 Sep 2002 16:48:42 +0300
82085              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
82086      Branch: perl
82087            ! hints/aix.sh
82088 ____________________________________________________________________________
82089 [ 17918] By: hv                                    on 2002/09/26  07:51:10
82090         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
82091              From: "Brendan O'Dea" <bod@debian.org>
82092              Date: Mon, 23 Sep 2002 22:45:40 +1000
82093              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
82094      Branch: perl
82095            ! pod/perlfunc.pod
82096 ____________________________________________________________________________
82097 [ 17917] By: hv                                    on 2002/09/26  07:46:43
82098         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
82099              From: Slaven Rezic <slaven.rezic@berlin.de>
82100              Date: 11 Sep 2002 19:37:09 +0200
82101              Message-ID: <871y80a0my.fsf@vran.herceg.de>
82102      Branch: perl
82103            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
82104 ____________________________________________________________________________
82105 [ 17916] By: hv                                    on 2002/09/26  07:31:42
82106         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
82107              From: "Brendan O'Dea" <bod@debian.org>
82108              Date: Tue, 10 Sep 2002 09:19:05 +1000
82109              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
82110      Branch: perl
82111            ! pod/perlembed.pod
82112 ____________________________________________________________________________
82113 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
82114         Log: Patch #17914 was empty ; this should have been applied instead.
82115      Branch: perl
82116            ! hints/aix.sh
82117 ____________________________________________________________________________
82118 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
82119         Log: Subject: [PATCH] PASE saga continues
82120              From: Jarkko Hietaniemi <jhi@iki.fi>
82121              Date: Thu, 19 Sep 2002 23:30:20 +0300
82122              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
82123      Branch: perl
82124            ! hints/aix.sh
82125 ____________________________________________________________________________
82126 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
82127         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
82128              From: "Craig A. Berry" <craigberry@mac.com>
82129              Date: Wed, 18 Sep 2002 16:57:02 -0500
82130              Message-ID: <3D88F6AE.3020708@mac.com>
82131      Branch: perl
82132            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
82133 ____________________________________________________________________________
82134 [ 17912] By: ams                                   on 2002/09/19  17:21:24
82135         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
82136              From: Jarkko Hietaniemi <jhi@iki.fi>
82137              Date: Thu, 19 Sep 2002 18:59:48 +0300
82138              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
82139
82140              Subject: [PATCH] more PASE tweakage
82141              From: Jarkko Hietaniemi <jhi@iki.fi>
82142              Date: Thu, 19 Sep 2002 18:01:44 +0300
82143              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
82144      Branch: perl
82145            ! README.os400 hints/aix.sh
82146 ____________________________________________________________________________
82147 [ 17911] By: ams                                   on 2002/09/17  19:29:53
82148         Log: Typo fix.
82149      Branch: perl
82150            ! ext/POSIX/POSIX.pod
82151 ____________________________________________________________________________
82152 [ 17910] By: ams                                   on 2002/09/17  18:09:32
82153         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
82154              checking for SvOK in do_readline().
82155      Branch: perl
82156            ! pp_hot.c t/op/gv.t
82157 ____________________________________________________________________________
82158 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
82159         Log: Pod formatting nit, found by Merijn and Jos Boumans.
82160      Branch: perl
82161            ! pod/perlunicode.pod
82162 ____________________________________________________________________________
82163 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
82164         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
82165              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
82166              Date: 15 Sep 2002 19:06:56 -0000
82167              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
82168      Branch: perl
82169            ! lib/Locale/Country.pm lib/Locale/Currency.pm
82170            ! lib/Locale/Language.pm lib/Locale/Script.pm
82171 ____________________________________________________________________________
82172 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
82173         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
82174              From: Jarkko Hietaniemi <jhi@iki.fi>
82175              Date: Sun, 15 Sep 2002 18:02:17 +0300
82176              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
82177      Branch: perl
82178            ! hints/netbsd.sh
82179 ____________________________________________________________________________
82180 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
82181         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
82182              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
82183              not all modules listed in perlmodlib are necessarily installed.
82184              Plus some corrections by Vincent Lefevre.
82185      Branch: perl
82186            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
82187 ____________________________________________________________________________
82188 [ 17904] By: merijn                                on 2002/09/13  14:02:18
82189         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
82190              in building DProf
82191      Branch: perl
82192            ! Configure
82193 ____________________________________________________________________________
82194 [ 17902] By: merijn                                on 2002/09/13  07:47:29
82195         Log: configure.com needs d_modflproto
82196              Thu 12 Sep 2002 23:19, "Craig A. Berry"
82197      Branch: perl
82198            ! configure.com
82199 ____________________________________________________________________________
82200 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
82201         Log: Subject: [PATCH] more PASE wisdom
82202              From: Jarkko Hietaniemi <jhi@iki.fi>
82203              Date: Fri, 13 Sep 2002 00:17:39 +0300
82204              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
82205      Branch: perl
82206            ! README.os400
82207 ____________________________________________________________________________
82208 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
82209         Log: Fix a syntax incompatibility introduced by the // operator.
82210              (Note that C<print $fh //> is still a syntax error, it
82211              wasn't with perl 5.8.0.)
82212      Branch: perl
82213            ! t/op/dor.t toke.c
82214 ____________________________________________________________________________
82215 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
82216         Log: Fix bug #17006 : remove spurious do{} in the deparsing
82217              of s/.../.../e.
82218      Branch: perl
82219            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
82220 ____________________________________________________________________________
82221 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
82222         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
82223              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
82224              Date: 10 Sep 2002 18:49:56 -0000
82225              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
82226      Branch: perl
82227            ! utils/dprofpp.PL
82228 ____________________________________________________________________________
82229 [ 17896] By: merijn                                on 2002/09/11  08:31:45
82230         Log: re-synced Configure to backported metaunits
82231      Branch: perl
82232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82233            ! config_h.SH
82234 ____________________________________________________________________________
82235 [ 17892] By: merijn                                on 2002/09/10  15:43:53
82236         Log: Callback behaviour in hints
82237              Mon, 9 Sep 2002, Allen Smith
82238      Branch: perl
82239            ! hints/README.hints
82240 ____________________________________________________________________________
82241 [ 17888] By: merijn                                on 2002/09/10  09:20:52
82242         Log: New low-price HP servers
82243      Branch: perl
82244            ! README.hpux
82245 ____________________________________________________________________________
82246 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
82247         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
82248              From: Paul Johnson <paul@pjcj.net>
82249              Date: Mon, 9 Sep 2002 23:37:33 +0200
82250              Message-ID: <20020909213733.GD879@pjcj.net>
82251      Branch: perl
82252            ! ext/B/B/Deparse.pm
82253 ____________________________________________________________________________
82254 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
82255         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
82256              From: Nicholas Clark <nick@unfortu.net>
82257              Date: Sun, 8 Sep 2002 23:05:54 +0100
82258              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
82259      Branch: perl
82260            ! configpm
82261 ____________________________________________________________________________
82262 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
82263         Log: Subject: [PATCH] strict.pm pod at __END__
82264              From: Nicholas Clark <nick@unfortu.net>
82265              Date: Sun, 8 Sep 2002 22:36:09 +0100
82266              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
82267      Branch: perl
82268            ! lib/strict.pm
82269 ____________________________________________________________________________
82270 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
82271         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
82272              From: Nicholas Clark <nick@unfortu.net>
82273              Date: Sun, 8 Sep 2002 19:45:52 +0100
82274              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
82275      Branch: perl
82276            ! lib/File/Find/t/find.t
82277 ____________________________________________________________________________
82278 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
82279         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
82280              From: Paul Johnson <paul@pjcj.net>
82281              Date: Sun, 8 Sep 2002 23:50:11 +0200
82282              Message-ID: <20020908215011.GA879@pjcj.net>
82283      Branch: perl
82284            ! ext/B/B/Deparse.pm
82285 ____________________________________________________________________________
82286 [ 17882] By: hv                                    on 2002/09/09  10:33:58
82287         Log: Update Changes
82288      Branch: perl
82289            ! Changes patchlevel.h
82290 ____________________________________________________________________________
82291 [ 17881] By: hv                                    on 2002/09/09  09:54:55
82292         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
82293              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
82294              Date: Mon, 9 Sep 2002 01:48:08 -0400
82295              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
82296      Branch: perl
82297            ! perl.h sv.c
82298 ____________________________________________________________________________
82299 [ 17880] By: hv                                    on 2002/09/09  09:33:55
82300         Log: integrate Math::BigInt-1.63
82301              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
82302              From: Tels <perl_dummy@bloodgate.com>
82303              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
82304              Message-Id: <200209082022.g88KMGY20194@crypt.org>
82305      Branch: perl
82306            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
82307            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
82308            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
82309            ! lib/Math/BigInt/t/sub_mif.t
82310 ____________________________________________________________________________
82311 [ 17879] By: hv                                    on 2002/09/09  09:23:53
82312         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
82313              From: Jarkko Hietaniemi <jhi@iki.fi>
82314              Date: Mon, 9 Sep 2002 00:07:46 +0300
82315              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
82316      Branch: perl
82317            ! Configure
82318 ____________________________________________________________________________
82319 [ 17878] By: hv                                    on 2002/09/09  09:11:57
82320         Log: small grammar fix in Benchmark docs
82321      Branch: perl
82322            ! lib/Benchmark.pm
82323 ____________________________________________________________________________
82324 [ 17877] By: hv                                    on 2002/09/09  09:09:30
82325         Log: Subject: [PATCH] configpm
82326              From: Abe Timmerman <abe@ztreet.demon.nl>
82327              Date: Sun, 8 Sep 2002 17:21:19 +0200
82328              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
82329      Branch: perl
82330            ! configpm
82331 ____________________________________________________________________________
82332 [ 17876] By: hv                                    on 2002/09/09  08:48:35
82333         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
82334              From: Abe Timmerman <abe@ztreet.demon.nl>
82335              Date: Mon, 9 Sep 2002 01:32:19 +0200
82336              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
82337      Branch: perl
82338            ! makedef.pl
82339 ____________________________________________________________________________
82340 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
82341         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
82342              From: Nicholas Clark <nick@unfortu.net>
82343              Date: Sun, 8 Sep 2002 15:46:44 +0100
82344              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
82345
82346              Plus two other similar tweaks
82347      Branch: perl
82348            ! ext/SDBM_File/sdbm.t
82349 ____________________________________________________________________________
82350 [ 17874] By: hv                                    on 2002/09/08  17:10:38
82351         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
82352              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
82353              Date: Sat, 7 Sep 2002 05:25:45 -0400
82354              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
82355      Branch: perl
82356            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
82357            ! t/op/sprintf.t
82358 ____________________________________________________________________________
82359 [ 17873] By: hv                                    on 2002/09/08  16:48:54
82360         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
82361              From: Nicholas Clark <nick@unfortu.net>
82362              Date: Sat, 7 Sep 2002 00:20:53 +0100
82363              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
82364      Branch: perl
82365            ! op.c sv.c
82366 ____________________________________________________________________________
82367 [ 17872] By: hv                                    on 2002/09/08  16:35:46
82368         Log: temporarily skip failing Storable tests caused by #17869
82369      Branch: perl
82370            ! ext/Storable/t/code.t
82371 ____________________________________________________________________________
82372 [ 17871] By: hv                                    on 2002/09/08  16:23:49
82373         Log: Subject: [PATCH] tiddly tidy up for util.c
82374              From: Nicholas Clark <nick@unfortu.net>
82375              Date: Fri, 6 Sep 2002 23:00:14 +0100
82376              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
82377      Branch: perl
82378            ! util.c
82379 ____________________________________________________________________________
82380 [ 17870] By: hv                                    on 2002/09/08  16:21:23
82381         Log: regularise whitespace and formatting in util.c
82382      Branch: perl
82383            ! util.c
82384 ____________________________________________________________________________
82385 [ 17869] By: hv                                    on 2002/09/08  15:46:08
82386         Log: Subject: [perl #17061] no strict 'garbage'
82387              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
82388              Date: 6 Sep 2002 19:31:02 -0000
82389              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
82390              Date: Sat, 07 Sep 2002 13:40:22 +0200
82391              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
82392      Branch: perl
82393            ! lib/strict.pm lib/strict.t
82394 ____________________________________________________________________________
82395 [ 17868] By: hv                                    on 2002/09/08  15:24:08
82396         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
82397      Branch: perl
82398            ! pod/perl58delta.pod
82399 ____________________________________________________________________________
82400 [ 17867] By: hv                                    on 2002/09/08  15:10:46
82401         Log: Subject: [PATCH] allow using hires time() in Benchmark
82402              From: Jarkko Hietaniemi <jhi@iki.fi>
82403              Date: Fri, 6 Sep 2002 00:38:11 +0300
82404              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
82405      Branch: perl
82406            ! lib/Benchmark.pm
82407 ____________________________________________________________________________
82408 [ 17866] By: hv                                    on 2002/09/08  15:06:05
82409         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
82410              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
82411              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
82412              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
82413      Branch: perl
82414            ! Configure
82415 ____________________________________________________________________________
82416 [ 17865] By: hv                                    on 2002/09/08  15:03:23
82417         Log: Subject: Unicode::Collate 0.23 Released
82418              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
82419              Date: Thu, 05 Sep 2002 23:28:32 +0900
82420              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
82421      Branch: perl
82422            + lib/Unicode/Collate/t/index.t
82423            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
82424            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
82425 ____________________________________________________________________________
82426 [ 17864] By: hv                                    on 2002/09/08  14:55:31
82427         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
82428              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82429              Date: Wed, 04 Sep 2002 21:09:01 -0700
82430              Message-ID: <djtd9gzkgyLd092yn@efn.org>
82431              Date: Fri, 06 Sep 2002 09:23:03 -0700
82432              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
82433      Branch: perl
82434            ! lib/overload.t sv.c sv.h t/op/pat.t
82435 ____________________________________________________________________________
82436 [ 17863] By: hv                                    on 2002/09/08  14:11:54
82437         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
82438      Branch: perl
82439            ! t/op/taint.t
82440 ____________________________________________________________________________
82441 [ 17862] By: hv                                    on 2002/09/08  14:01:07
82442         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
82443              From: Michael G Schwern <schwern@pobox.com>
82444              Date: Wed, 4 Sep 2002 11:38:01 -0700
82445              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
82446      Branch: perl
82447            ! t/TestInit.pm
82448 ____________________________________________________________________________
82449 [ 17861] By: hv                                    on 2002/09/08  13:58:10
82450         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
82451              From: Michael G Schwern <schwern@pobox.com>
82452              Date: Fri, 6 Sep 2002 14:03:16 -0700
82453              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
82454      Branch: perl
82455            ! t/test.pl
82456 ____________________________________________________________________________
82457 [ 17860] By: hv                                    on 2002/09/08  13:48:49
82458         Log: #17859 misuses s/// return values
82459      Branch: perl
82460            ! configpm
82461 ____________________________________________________________________________
82462 [ 17859] By: hv                                    on 2002/09/08  13:17:46
82463         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
82464              From: Nicholas Clark <nick@unfortu.net>
82465              Date: Mon, 2 Sep 2002 23:22:32 +0100
82466              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
82467      Branch: perl
82468            ! configpm
82469 ____________________________________________________________________________
82470 [ 17850] By: ams                                   on 2002/09/06  03:31:32
82471         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
82472              From: Jarkko Hietaniemi <jhi@iki.fi>
82473              Date: Fri, 6 Sep 2002 06:01:57 +0300
82474              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
82475      Branch: perl
82476            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
82477 ____________________________________________________________________________
82478 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
82479         Log: document setting the email address
82480      Branch: perl
82481            ! Porting/repository.pod
82482 ____________________________________________________________________________
82483 [ 17848] By: hv                                    on 2002/09/04  23:12:15
82484         Log: AUTHORS: preferred address for Allen Smith
82485      Branch: perl
82486            ! AUTHORS
82487 ____________________________________________________________________________
82488 [ 17847] By: hv                                    on 2002/09/04  23:10:37
82489         Log: copy on write: fixes and debugging
82490              Subject: what copies scalars in ithreads?
82491              From: Nicholas Clark <nick@unfortu.net>
82492              Date: Wed, 4 Sep 2002 21:52:47 +0100
82493              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
82494      Branch: perl
82495            ! sv.c
82496 ____________________________________________________________________________
82497 [ 17846] By: hv                                    on 2002/09/04  23:02:43
82498         Log: Subject: Re: [PATCH] A variety of README nitpicks.
82499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82500              Date: Wed, 04 Sep 2002 09:10:05 +0200
82501              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
82502      Branch: perl
82503            ! README.hpux
82504 ____________________________________________________________________________
82505 [ 17845] By: hv                                    on 2002/09/04  15:06:33
82506         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
82507      Branch: perl
82508            ! lib/Math/BigInt/t/constant.t
82509 ____________________________________________________________________________
82510 [ 17844] By: hv                                    on 2002/09/04  14:32:19
82511         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
82512      Branch: perl
82513            ! ext/DB_File/DB_File.xs
82514 ____________________________________________________________________________
82515 [ 17843] By: hv                                    on 2002/09/04  14:09:13
82516         Log: #17842 was only half the story
82517              Subject: [PATCH deb.c] Re: HiRes failure is success?
82518              From: Dave Mitchell <davem@fdgroup.com>
82519              Date: Wed, 4 Sep 2002 16:11:15 +0100
82520              Message-ID: <20020904161115.E27603@fdgroup.com>
82521      Branch: perl
82522            ! deb.c
82523 ____________________________________________________________________________
82524 [ 17842] By: hv                                    on 2002/09/04  14:04:40
82525         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
82526      Branch: perl
82527            ! deb.c
82528 ____________________________________________________________________________
82529 [ 17841] By: hv                                    on 2002/09/04  13:57:27
82530         Log: Subject: [PATCH] op/getpid.t failure
82531              From: Michael G Schwern <schwern@pobox.com>
82532              Date: Tue, 3 Sep 2002 17:48:24 -0700
82533              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
82534      Branch: perl
82535            ! t/op/getpid.t
82536 ____________________________________________________________________________
82537 [ 17840] By: hv                                    on 2002/09/04  13:55:20
82538         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
82539              and Subject: [PATCH] More modules that don't lazy load Carp right.
82540              From: Michael G Schwern <schwern@pobox.com>
82541              Date: Tue, 3 Sep 2002 17:21:57 -0700
82542              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
82543              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
82544      Branch: perl
82545            ! ext/Encode/Unicode/Unicode.pm
82546            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
82547            ! lib/File/Basename.pm
82548 ____________________________________________________________________________
82549 [ 17839] By: hv                                    on 2002/09/04  13:47:12
82550         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
82551              From: "Brendan O'Dea" <bod@debian.org>
82552              Date: Wed, 4 Sep 2002 02:36:10 +1000
82553              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
82554      Branch: perl
82555            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
82556 ____________________________________________________________________________
82557 [ 17838] By: hv                                    on 2002/09/04  13:41:27
82558         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
82559              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
82560              Date: Tue, 3 Sep 2002 13:46:18 +0200
82561              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
82562      Branch: perl
82563            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
82564 ____________________________________________________________________________
82565 [ 17837] By: hv                                    on 2002/09/04  13:38:27
82566         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
82567              From: Michael G Schwern <schwern@pobox.com>
82568              Date: Mon, 2 Sep 2002 22:29:07 -0700
82569              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
82570      Branch: perl
82571            ! lib/Config.t
82572 ____________________________________________________________________________
82573 [ 17836] By: hv                                    on 2002/09/04  13:35:36
82574         Log: Subject: [PATCH] DB_File 1.805
82575              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
82576              Date: Mon, 2 Sep 2002 23:56:40 +0100
82577              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
82578      Branch: perl
82579            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
82580            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
82581            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
82582            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
82583 ____________________________________________________________________________
82584 [ 17835] By: hv                                    on 2002/09/04  13:23:17
82585         Log: fix coredump after 64k-deep recursion
82586              Subject: Re: debugging coredump with -DD
82587              From: hv@crypt.org
82588              Date: Tue, 03 Sep 2002 14:34:20 +0100
82589              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
82590      Branch: perl
82591            ! cop.h t/op/recurse.t
82592 ____________________________________________________________________________
82593 [ 17834] By: hv                                    on 2002/09/04  13:08:36
82594         Log: perldoc: allow arguments for pager
82595              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
82596              From: Chip Turner <cturner@redhat.com>
82597              Date: 02 Sep 2002 01:17:23 -0400
82598              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
82599      Branch: perl
82600            ! utils/perldoc.PL
82601 ____________________________________________________________________________
82602 [ 17833] By: hv                                    on 2002/09/04  12:55:54
82603         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
82604              From: Jarkko Hietaniemi <jhi@iki.fi>
82605              Date: Sun, 1 Sep 2002 19:23:55 +0300
82606              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
82607      Branch: perl
82608            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
82609 ____________________________________________________________________________
82610 [ 17832] By: hv                                    on 2002/09/04  12:39:42
82611         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
82612              From: John Peacock <jpeacock@rowman.com>
82613              Date: Sun, 01 Sep 2002 15:00:12 -0400
82614              Message-ID: <3D7263BC.9020608@rowman.com>
82615      Branch: perl
82616            ! lib/ExtUtils/xsubpp pod/perlxs.pod
82617 ____________________________________________________________________________
82618 [ 17831] By: hv                                    on 2002/09/04  11:47:10
82619         Log: #17827 misses some win32 tweaks
82620      Branch: perl
82621            ! win32/Makefile win32/makefile.mk
82622 ____________________________________________________________________________
82623 [ 17830] By: hv                                    on 2002/09/04  11:41:22
82624         Log: update email address for Paul Marquess
82625      Branch: perl
82626            ! AUTHORS
82627 ____________________________________________________________________________
82628 [ 17829] By: hv                                    on 2002/09/04  11:38:39
82629         Log: Subject: Correction for AUTHORS.html
82630              From: Sean Davis <dive@ender.com>
82631              Date: Fri, 30 Aug 2002 03:51:16 -0700
82632              Message-ID: <20020830035116.A18739@endersgame.net>
82633      Branch: perl
82634            ! AUTHORS
82635 ____________________________________________________________________________
82636 [ 17828] By: hv                                    on 2002/09/04  11:31:42
82637         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
82638              From: Michael G Schwern <schwern@pobox.com>
82639              Date: Fri, 30 Aug 2002 03:40:45 -0700
82640              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
82641      Branch: perl
82642            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
82643            ! lib/File/Spec/t/Spec.t
82644 ____________________________________________________________________________
82645 [ 17827] By: hv                                    on 2002/09/04  11:21:57
82646         Log: Subject: [PATCH] OS/400 PASE port
82647              From: Jarkko Hietaniemi <jhi@iki.fi>
82648              Date: Thu, 29 Aug 2002 22:22:51 +0300
82649              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
82650      Branch: perl
82651            + README.os400 hints/os400.sh
82652            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
82653            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
82654 ____________________________________________________________________________
82655 [ 17826] By: hv                                    on 2002/09/04  11:10:54
82656         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
82657              From: "Brendan O'Dea" <bod@debian.org>
82658              Date: Thu, 29 Aug 2002 22:42:39 +1000
82659              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
82660      Branch: perl
82661            ! ext/Sys/Syslog/syslog.t
82662 ____________________________________________________________________________
82663 [ 17825] By: hv                                    on 2002/09/04  10:53:59
82664         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
82665              From: "John P. Linderman" <jpl@research.att.com>
82666              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
82667              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
82668      Branch: perl
82669            ! ext/IPC/SysV/Semaphore.pm
82670 ____________________________________________________________________________
82671 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
82672         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
82673              From: Richard Soderberg (via RT) <perlbug@perl.org>
82674              Date: 3 Sep 2002 18:48:54 -0000
82675              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
82676
82677              Subject: [PATCH] A variety of README nitpicks.
82678              From: Richard Soderberg <rs@crystalflame.net>
82679              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
82680              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
82681      Branch: perl
82682            ! README.amiga README.dgux README.dos README.epoc README.hpux
82683            ! README.mint README.netware README.vmesa
82684 ____________________________________________________________________________
82685 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
82686         Log: Fix bug #16828.
82687              Add a few tests to ext/B/t/b.t, make it use Test::More.
82688      Branch: perl
82689            ! ext/B/B.xs ext/B/t/b.t
82690 ____________________________________________________________________________
82691 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
82692         Log: Some simple tests for the POSIX::isXXX() functions.
82693      Branch: perl
82694            ! ext/POSIX/t/posix.t
82695 ____________________________________________________________________________
82696 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
82697         Log: Advertise Linux::Pid.
82698      Branch: perl
82699            ! pod/perlfunc.pod pod/perlvar.pod
82700 ____________________________________________________________________________
82701 [ 17819] By: hv                                    on 2002/08/30  13:42:02
82702         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
82703              From: John Peacock <jpeacock@rowman.com>
82704              Date: Wed, 28 Aug 2002 22:13:48 -0400
82705              Message-ID: <3D6D835C.50809@rowman.com>
82706      Branch: perl
82707            ! universal.c util.c
82708 ____________________________________________________________________________
82709 [ 17818] By: hv                                    on 2002/08/30  13:16:05
82710         Log: add test related to change #17799:
82711              Subject: Re: if.pm bug.
82712              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
82713              Date: Thu, 29 Aug 2002 19:39:58 +0200
82714              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
82715      Branch: perl
82716            ! lib/if.t
82717 ____________________________________________________________________________
82718 [ 17817] By: hv                                    on 2002/08/30  13:12:20
82719         Log: Subject: [PATCH] AUTHORS
82720              From: "Brendan O'Dea" <bod@debian.org>
82721              Date: Thu, 29 Aug 2002 22:49:34 +1000
82722              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
82723      Branch: perl
82724            ! AUTHORS
82725 ____________________________________________________________________________
82726 [ 17816] By: hv                                    on 2002/08/30  13:10:45
82727         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
82728              From: "Brendan O'Dea" <bod@debian.org>
82729              Date: Thu, 29 Aug 2002 22:46:47 +1000
82730              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
82731      Branch: perl
82732            ! lib/Term/Cap.pm
82733 ____________________________________________________________________________
82734 [ 17815] By: hv                                    on 2002/08/30  13:02:41
82735         Log: formatting cleanup and:
82736              Subject: Re: perl-5.8.0 on HP porting center
82737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82738              Date: Thu, 29 Aug 2002 12:23:31 +0200
82739              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
82740      Branch: perl
82741            ! installperl
82742 ____________________________________________________________________________
82743 [ 17814] By: hv                                    on 2002/08/30  12:23:33
82744         Log: Subject: [PATCH] perlmod.pod nit
82745              From: Autrijus Tang <autrijus@autrijus.org>
82746              Date: Thu, 29 Aug 2002 03:49:34 +0800
82747              Message-ID: <20020828194934.GA12244@not.autrijus.org>
82748      Branch: perl
82749            ! pod/perlmod.pod
82750 ____________________________________________________________________________
82751 [ 17813] By: hv                                    on 2002/08/30  12:19:15
82752         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
82753              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82754              Date: Thu, 29 Aug 2002 17:31:31 -0700
82755              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
82756      Branch: perl
82757            ! sv.c t/op/pat.t
82758 ____________________________________________________________________________
82759 [ 17812] By: hv                                    on 2002/08/30  12:06:20
82760         Log: Subject: [PATCH] typos in Hash::Util documentation
82761              From: Slaven Rezic <slaven.rezic@berlin.de>
82762              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
82763              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
82764      Branch: perl
82765            ! lib/Hash/Util.pm
82766 ____________________________________________________________________________
82767 [ 17811] By: hv                                    on 2002/08/30  12:02:59
82768         Log: Subject: Re: Recent changes on the HP porting center
82769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82770              Date: Wed, 28 Aug 2002 17:39:27 +0200
82771              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
82772      Branch: perl
82773            ! README.hpux
82774 ____________________________________________________________________________
82775 [ 17810] By: hv                                    on 2002/08/30  11:58:18
82776         Log: Subject: [PATCH] Fixes to threads::shared when disabled
82777              From: Michael G Schwern <schwern@pobox.com>
82778              Date: Wed, 28 Aug 2002 06:04:18 -0700
82779              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
82780      Branch: perl
82781            + ext/threads/shared/t/disabled.t
82782            ! MANIFEST ext/threads/shared/shared.pm
82783            ! ext/threads/shared/t/hv_refs.t
82784 ____________________________________________________________________________
82785 [ 17808] By: ams                                   on 2002/08/30  02:59:31
82786         Log: Subject: [PATCH] Tru64 vs Berkeley DB
82787              From: Jarkko Hietaniemi <jhi@iki.fi>
82788              Date: Fri, 30 Aug 2002 06:56:38 +0300
82789              Message-Id: <20020830035638.GB874@lyta.hut.fi>
82790      Branch: perl
82791            ! README.tru64 hints/dec_osf.sh
82792 ____________________________________________________________________________
82793 [ 17807] By: ams                                   on 2002/08/30  02:32:30
82794         Log: Subject: [PATCH] IRIX + INSTALL
82795              From: Jarkko Hietaniemi <jhi@iki.fi>
82796              Date: Fri, 30 Aug 2002 06:31:48 +0300
82797              Message-Id: <20020830033148.GA874@lyta.hut.fi>
82798      Branch: perl
82799            ! INSTALL hints/irix_6.sh
82800 ____________________________________________________________________________
82801 [ 17806] By: hv                                    on 2002/08/29  22:56:45
82802         Log: #17449 failed to apply the actual patch. This is it.
82803      Branch: perl
82804            ! lib/Exporter.pm lib/Exporter/Heavy.pm
82805 ____________________________________________________________________________
82806 [ 17805] By: hv                                    on 2002/08/29  13:49:04
82807         Log: Fix based on:
82808              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
82809              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
82810              Date: 27 Aug 2002 22:10:16 -0000
82811              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
82812      Branch: perl
82813            ! ext/POSIX/POSIX.xs
82814 ____________________________________________________________________________
82815 [ 17804] By: hv                                    on 2002/08/29  13:29:43
82816         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
82817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82818              Date: Tue, 27 Aug 2002 23:36:53 +0200
82819              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
82820      Branch: perl
82821            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
82822            ! perl.c perlapi.h sv.c
82823 ____________________________________________________________________________
82824 [ 17803] By: ams                                   on 2002/08/29  13:09:47
82825         Log: Subject: [PATCH] AIX compiler setup sanity checking
82826              From: Jarkko Hietaniemi <jhi@iki.fi>
82827              Date: Thu, 29 Aug 2002 16:43:51 +0300
82828              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
82829      Branch: perl
82830            ! hints/aix.sh
82831 ____________________________________________________________________________
82832 [ 17802] By: hv                                    on 2002/08/29  12:32:51
82833         Log: Subject: [perl #16769] Documention bug
82834              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
82835              Date: 26 Aug 2002 10:01:04 -0000
82836              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
82837      Branch: perl
82838            ! pod/perl58delta.pod
82839 ____________________________________________________________________________
82840 [ 17801] By: hv                                    on 2002/08/29  12:19:30
82841         Log: Subject: [PATCH] ExtUtils::Constant 0.14
82842              From: Nicholas Clark <nick@unfortu.net>
82843              Date: Sun, 25 Aug 2002 18:06:00 +0100
82844              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
82845      Branch: perl
82846            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
82847 ____________________________________________________________________________
82848 [ 17800] By: hv                                    on 2002/08/29  12:08:59
82849         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
82850              From: Mark-Jason Dominus <mjd@plover.com>
82851              Date: Sun, 25 Aug 2002 12:09:53 -0400
82852              Message-ID: <20020825160953.15987.qmail@plover.com>
82853      Branch: perl
82854            ! pod/perlfaq5.pod
82855 ____________________________________________________________________________
82856 [ 17799] By: hv                                    on 2002/08/29  11:48:39
82857         Log: Subject: Re: if.pm bug.
82858              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
82859              Date: Sun, 25 Aug 2002 00:27:59 +0200
82860              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
82861      Branch: perl
82862            ! lib/if.pm
82863 ____________________________________________________________________________
82864 [ 17798] By: hv                                    on 2002/08/29  11:44:00
82865         Log: Subject: [PATCH] posixify getppid on linux-multithread
82866              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82867              Date: Tue, 6 Aug 2002 21:56:46 +0200
82868              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
82869      Branch: perl
82870            + t/op/getpid.t
82871            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
82872            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
82873 ____________________________________________________________________________
82874 [ 17797] By: hv                                    on 2002/08/29  10:55:41
82875         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
82876              From: Mark-Jason Dominus <mjd@plover.com>
82877              Date: Sun, 25 Aug 2002 22:31:54 -0400
82878              Message-ID: <20020826023154.22986.qmail@plover.com>
82879      Branch: perl
82880            ! ext/B/B.pm
82881 ____________________________________________________________________________
82882 [ 17791] By: hv                                    on 2002/08/27  11:28:32
82883         Log: Missing MANIFEST files for #17783.
82884      Branch: perl
82885            ! MANIFEST
82886 ____________________________________________________________________________
82887 [ 17790] By: hv                                    on 2002/08/27  11:22:36
82888         Log: #17783 introduced an outdated test module, causing failure in
82889              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
82890              ExtUtils::MakeMaker.
82891      Branch: perl
82892            ! t/lib/TieOut.pm
82893 ____________________________________________________________________________
82894 [ 17789] By: ams                                   on 2002/08/27  04:04:48
82895         Log: Subject: Patch perlvar.pod
82896              From: mjd@plover.com
82897              Date: 27 Aug 2002 03:03:01 -0000
82898              Message-Id: <20020827030301.32481.qmail@plover.com>
82899      Branch: perl
82900            ! pod/perlvar.pod
82901 ____________________________________________________________________________
82902 [ 17788] By: hv                                    on 2002/08/26  23:59:47
82903         Log: Update Changes
82904      Branch: perl
82905            ! Changes patchlevel.h
82906 ____________________________________________________________________________
82907 [ 17787] By: hv                                    on 2002/08/26  19:22:27
82908         Log: fix for:
82909              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
82910              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
82911              Date: 26 Aug 2002 15:01:36 -0000
82912              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
82913      Branch: perl
82914            ! regexec.c t/op/re_tests
82915 ____________________________________________________________________________
82916 [ 17786] By: hv                                    on 2002/08/26  15:34:25
82917         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
82918              From: "Sean M. Burke" <sburke@cpan.org>
82919              Date: Mon, 26 Aug 2002 04:38:19 -0600
82920              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
82921      Branch: perl
82922            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
82923            ! lib/Test/t/todo.t
82924 ____________________________________________________________________________
82925 [ 17785] By: hv                                    on 2002/08/26  15:18:41
82926         Log: fix non-ANSI C++-style comment
82927              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
82928              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82929              Date: Mon, 26 Aug 2002 09:15:18 +0200
82930              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
82931      Branch: perl
82932            ! ext/Storable/Storable.xs
82933 ____________________________________________________________________________
82934 [ 17784] By: hv                                    on 2002/08/26  15:15:19
82935         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
82936      Branch: perl
82937            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
82938            ! lib/bignum/t/brinfnan.t
82939 ____________________________________________________________________________
82940 [ 17783] By: hv                                    on 2002/08/26  15:07:21
82941         Log: Subject: [ANNOUNCE] Test::Simple 0.47
82942              From: Michael G Schwern <schwern@pobox.com>
82943              Date: Mon, 26 Aug 2002 04:13:03 -0700
82944              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
82945      Branch: perl
82946            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
82947            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
82948            + lib/Test/Simple/t/ok_obj.t
82949            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
82950            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
82951            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
82952            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
82953            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
82954 ____________________________________________________________________________
82955 [ 17782] By: hv                                    on 2002/08/26  15:00:55
82956         Log: new test for change #17773
82957              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
82958              From: DH <crazyinsomniac@yahoo.com>
82959              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
82960              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
82961      Branch: perl
82962            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
82963 ____________________________________________________________________________
82964 [ 17781] By: hv                                    on 2002/08/26  14:48:35
82965         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
82966      Branch: perl
82967            ! reentr.pl
82968 ____________________________________________________________________________
82969 [ 17780] By: hv                                    on 2002/08/25  19:03:50
82970         Log: fix bignum test failures
82971      Branch: perl
82972            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
82973            ! lib/bignum/t/brinfnan.t
82974 ____________________________________________________________________________
82975 [ 17779] By: hv                                    on 2002/08/25  18:56:29
82976         Log: upgrade bignum to v0.13: fix test failures and update docs
82977      Branch: perl
82978            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
82979 ____________________________________________________________________________
82980 [ 17778] By: hv                                    on 2002/08/25  18:43:06
82981         Log: Subject: Encode 1.76 Released
82982              From: Dan Kogai <dankogai@dan.co.jp>
82983              Date: su elo 25, 2002  11:27:07 US/Eastern
82984              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
82985      Branch: perl
82986            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
82987            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
82988            ! ext/Encode/lib/Encode/MIME/Header.pm
82989            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
82990 ____________________________________________________________________________
82991 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
82992         Log: Fix parsing problems with the // operator.
82993              Make // able to follow various unary operators used without
82994              arguments or parens (shift, pop, getc, pos, readline,
82995              readlink, undef, umask, and the filetest operators), as
82996              well as the <FH> operator.
82997      Branch: perl
82998            ! perl.h t/op/dor.t toke.c
82999 ____________________________________________________________________________
83000 [ 17776] By: hv                                    on 2002/08/25  15:56:37
83001         Log: Subject: [PATCH] ExtUtils::Constant 0.13
83002              From: Nicholas Clark <nick@unfortu.net>
83003              Date: Fri, 23 Aug 2002 19:21:12 +0100
83004              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
83005      Branch: perl
83006            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
83007 ____________________________________________________________________________
83008 [ 17775] By: hv                                    on 2002/08/25  15:46:28
83009         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
83010              From: "mls@suse.de (via RT)" <perlbug@perl.org>
83011              Date: 23 Aug 2002 15:24:39 -0000
83012              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
83013      Branch: perl
83014            ! reentr.c
83015 ____________________________________________________________________________
83016 [ 17774] By: hv                                    on 2002/08/25  15:29:42
83017         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
83018              From: Abigail <abigail@foad.org>
83019              Date: Thu, 22 Aug 2002 04:10:39 -0700
83020              Message-ID: <20020822041039.A2089@ucan.foad.org>
83021      Branch: perl
83022            ! lib/Benchmark.pm lib/Benchmark.t
83023 ____________________________________________________________________________
83024 [ 17773] By: hv                                    on 2002/08/25  15:17:16
83025         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
83026              From: DH <crazyinsomniac@yahoo.com>
83027              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
83028              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
83029      Branch: perl
83030            ! lib/Pod/Html.pm
83031 ____________________________________________________________________________
83032 [ 17772] By: hv                                    on 2002/08/25  14:49:37
83033         Log: Subject: Re: p5p patches
83034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83035              Date: Fri, 23 Aug 2002 15:27:48 +0200
83036              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
83037      Branch: perl
83038            ! Porting/patching.pod
83039 ____________________________________________________________________________
83040 [ 17771] By: hv                                    on 2002/08/25  14:45:46
83041         Log: Subject: Newdated info for HP-UX
83042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83043              Date: Wed, 21 Aug 2002 20:20:17 +0200
83044              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
83045      Branch: perl
83046            ! README.hpux
83047 ____________________________________________________________________________
83048 [ 17770] By: hv                                    on 2002/08/25  14:26:36
83049         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
83050              From: "Jos I. Boumans" <kane@cpan.org>
83051              Date: Wed, 21 Aug 2002 14:55:51 +0200
83052              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
83053      Branch: perl
83054            ! pod/perlfaq1.pod
83055 ____________________________________________________________________________
83056 [ 17769] By: hv                                    on 2002/08/25  14:16:50
83057         Log: Subject: bit more for WinCE
83058              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
83059              Date: Wed, 21 Aug 2002 01:31:52 +0400
83060              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
83061      Branch: perl
83062            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
83063            ! wince/wince.c
83064 ____________________________________________________________________________
83065 [ 17768] By: hv                                    on 2002/08/25  14:02:47
83066         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
83067              From: Anton Berezin <tobez@tobez.org>
83068              Date: Tue, 20 Aug 2002 23:44:25 +0200
83069              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
83070      Branch: perl
83071            ! lib/lib.t lib/lib_pm.PL
83072 ____________________________________________________________________________
83073 [ 17767] By: hv                                    on 2002/08/25  13:52:08
83074         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
83075              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
83076              Date: 18 Aug 2002 13:27:12 -0000
83077              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
83078      Branch: perl
83079            ! utils/perldoc.PL
83080 ____________________________________________________________________________
83081 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
83082         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
83083              From: Peter BARABAS (via RT) <perlbug@perl.org>
83084              Date: 24 Aug 2002 08:16:19 -0000
83085              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
83086      Branch: perl
83087            ! pod/perlxstut.pod
83088 ____________________________________________________________________________
83089 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
83090         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
83091              From: Nicholas Clark <nick@unfortu.net>
83092              Date: Sat, 24 Aug 2002 17:01:08 +0100
83093              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
83094              (plus a typo fix)
83095      Branch: perl
83096            ! lib/Net/t/hostname.t
83097 ____________________________________________________________________________
83098 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
83099         Log: a2p wasn't installed with -Dversiononly
83100      Branch: perl
83101            ! installperl
83102 ____________________________________________________________________________
83103 [ 17763] By: hv                                    on 2002/08/23  12:23:31
83104         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
83105              with a NULL subaddr. Fix that, and stop it happening again.
83106      Branch: perl
83107            ! op.c universal.c
83108 ____________________________________________________________________________
83109 [ 17762] By: hv                                    on 2002/08/23  11:02:35
83110         Log: fixup threaded build for vstring changes
83111      Branch: perl
83112            ! universal.c util.c
83113 ____________________________________________________________________________
83114 [ 17761] By: ams                                   on 2002/08/23  02:54:09
83115         Log: Incorporate fix from JHI at:
83116              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
83117      Branch: perl
83118            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
83119 ____________________________________________________________________________
83120 [ 17760] By: ams                                   on 2002/08/23  01:30:46
83121         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
83122              From: Jarkko Hietaniemi <jhi@iki.fi>
83123              Date: Fri, 23 Aug 2002 05:29:09 +0300
83124              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
83125      Branch: perl
83126            ! ext/Devel/PPPort/PPPort.pm
83127 ____________________________________________________________________________
83128 [ 17759] By: ams                                   on 2002/08/23  01:27:23
83129         Log: Subject: [PATCH] x2p/str.c signedness nits
83130              From: Jarkko Hietaniemi <jhi@iki.fi>
83131              Date: Fri, 23 Aug 2002 02:43:30 +0300
83132              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
83133      Branch: perl
83134            ! x2p/str.c
83135 ____________________________________________________________________________
83136 [ 17758] By: hv                                    on 2002/08/22  22:29:45
83137         Log: bignum-0.12 updates from:
83138              Subject: [ANNOUCNE] Big Math::Big* update
83139              From: Tels <perl_dummy@bloodgate.com>
83140              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
83141              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
83142      Branch: perl
83143            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
83144            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
83145            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
83146            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
83147            ! lib/bigrat.pm
83148 ____________________________________________________________________________
83149 [ 17757] By: hv                                    on 2002/08/22  22:19:42
83150         Log: new file for #17756
83151      Branch: perl
83152            ! MANIFEST
83153 ____________________________________________________________________________
83154 [ 17756] By: hv                                    on 2002/08/22  22:16:41
83155         Log: Subject: ANNOUCNE: Math::BigRat v0.09
83156              From: Tels <perl_dummy@bloodgate.com>
83157              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
83158              Message-Id: <200208141812.g7EICrV23771@crypt.org>
83159      Branch: perl
83160            + lib/Math/BigRat/t/big_ap.t
83161            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
83162            ! lib/Math/BigRat/t/bigratpm.inc
83163 ____________________________________________________________________________
83164 [ 17755] By: hv                                    on 2002/08/22  19:44:03
83165         Log: new files from #17754
83166      Branch: perl
83167            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
83168 ____________________________________________________________________________
83169 [ 17754] By: hv                                    on 2002/08/22  19:42:58
83170         Log: Subject: ANNOUNCE: Math-BigInt v1.62
83171              From: Tels <perl_dummy@bloodgate.com>
83172              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
83173              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
83174      Branch: perl
83175            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
83176            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
83177            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
83178            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
83179            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
83180            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
83181            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
83182            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
83183            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
83184            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
83185            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
83186 ____________________________________________________________________________
83187 [ 17753] By: hv                                    on 2002/08/22  12:05:57
83188         Log: Subject: podlators 1.24 released
83189              From: Russ Allbery <rra@stanford.edu>
83190              Date: Sat, 03 Aug 2002 20:56:42 -0700
83191              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
83192      Branch: perl
83193            + lib/Pod/t/text-options.t
83194            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
83195            ! lib/Pod/t/basic.t pod/pod2text.PL
83196 ____________________________________________________________________________
83197 [ 17752] By: hv                                    on 2002/08/22  11:13:17
83198         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
83199              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
83200              Date: Fri, 26 Jul 2002 02:59:12 +0900
83201              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
83202      Branch: perl
83203            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
83204            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
83205            ! lib/Unicode/Collate/t/test.t
83206 ____________________________________________________________________________
83207 [ 17751] By: hv                                    on 2002/08/22  11:08:35
83208         Log: fix test failure from #17747
83209      Branch: perl
83210            ! ext/B/t/stash.t
83211 ____________________________________________________________________________
83212 [ 17750] By: hv                                    on 2002/08/22  10:46:19
83213         Log: Subject: [PATCH] Fix DBM filters
83214              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
83215              Date: Wed, 21 Aug 2002 11:40:49 +0100
83216              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
83217      Branch: perl
83218            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
83219            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
83220            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
83221            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
83222            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
83223            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
83224            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
83225 ____________________________________________________________________________
83226 [ 17749] By: hv                                    on 2002/08/22  01:04:32
83227         Log: avoid use of %caller::EXPORT
83228              Subject: [PATCH] Re: question about Exporter::import
83229              From: Nicholas Clark <nick@unfortu.net>
83230              Date: Wed, 14 Aug 2002 21:33:12 +0100
83231              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
83232      Branch: perl
83233            ! lib/Exporter.pm lib/Exporter/Heavy.pm
83234 ____________________________________________________________________________
83235 [ 17748] By: hv                                    on 2002/08/22  00:54:03
83236         Log: todo test for linux $0 modification
83237              Subject: Re: [perl #16206] $0 in 5.8
83238              From: Slaven Rezic <slaven.rezic@berlin.de>
83239              Date: 17 Aug 2002 21:32:37 +0200
83240              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
83241      Branch: perl
83242            ! t/op/magic.t
83243 ____________________________________________________________________________
83244 [ 17747] By: hv                                    on 2002/08/22  00:11:34
83245         Log: Subject: Re: [PATCH] Version object patch #1
83246              From: John Peacock <jpeacock@rowman.com>
83247              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
83248              Message-id: <3D630042.6020407@rowman.com>
83249
83250              Subject: Re: [REVISED PATCH] Magic v-strings
83251              From: John Peacock <jpeacock@rowman.com>
83252              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
83253              Message-id: <3D63E532.7020305@rowman.com>
83254      Branch: perl
83255            ! sv.c t/op/ver.t universal.c util.c
83256 ____________________________________________________________________________
83257 [ 17746] By: hv                                    on 2002/08/20  16:48:05
83258         Log: Subject: [PATCH] Version object patch #1
83259              From: John Peacock <jpeacock@rowman.com>
83260              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
83261              Message-id: <3D5BB55D.6090603@rowman.com>
83262              and Message-id: <3D627D1A.4050607@rowman.com>
83263              and t/lib/warnings/universal tweak to skip
83264      Branch: perl
83265            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
83266            ! t/lib/warnings/universal toke.c util.c
83267 ____________________________________________________________________________
83268 [ 17745] By: hv                                    on 2002/08/20  16:27:01
83269         Log: perldelta for #17727
83270      Branch: perl
83271            ! pod/perldelta.pod
83272 ____________________________________________________________________________
83273 [ 17744] By: hv                                    on 2002/08/20  15:34:36
83274         Log: Subject: typo in perfunc.pod
83275              From: "John P. Linderman" <jpl@research.att.com>
83276              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
83277              Message-id: <200208191245.IAA20072@raptor.research.att.com>
83278      Branch: perl
83279            ! pod/perlfunc.pod
83280 ____________________________________________________________________________
83281 [ 17743] By: hv                                    on 2002/08/20  15:31:40
83282         Log: Subject: Re: [PATCH] fix typos in perlpacktut
83283              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
83284              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
83285              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
83286      Branch: perl
83287            ! pod/perlpacktut.pod
83288 ____________________________________________________________________________
83289 [ 17742] By: hv                                    on 2002/08/20  14:51:16
83290         Log: Subject: [REVISED PATCH] Magic v-strings
83291              From: John Peacock <jpeacock@rowman.com>
83292              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
83293              Message-id: <3D556FE6.6000404@rowman.com>
83294              plus a bit of cleanup
83295      Branch: perl
83296            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
83297 ____________________________________________________________________________
83298 [ 17741] By: hv                                    on 2002/08/20  14:20:16
83299         Log: Subject: Re: [PATCH] Storable and CODE references
83300              From: Slaven Rezic <slaven.rezic@berlin.de>
83301              Date: 17 Aug 2002 21:58:03 +0200
83302              Message-id: <87bs812r78.fsf@vran.herceg.de>
83303      Branch: perl
83304            + ext/Storable/t/code.t
83305            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
83306            ! ext/Storable/t/malice.t
83307 ____________________________________________________________________________
83308 [ 17740] By: hv                                    on 2002/08/20  14:07:56
83309         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
83310              Handle CoW in hashes:
83311              Subject: Re: why would tr/// be performing hash copies?
83312              From: Nicholas Clark <nick@unfortu.net>
83313              Date: Sun, 18 Aug 2002 23:17:01 +0100
83314              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
83315      Branch: perl
83316            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
83317 ____________________________________________________________________________
83318 [ 17739] By: hv                                    on 2002/08/20  13:52:18
83319         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
83320              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83321              Date: Tue, 23 Jul 2002 09:21:10 +0200
83322              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
83323      Branch: perl
83324            ! Configure
83325 ____________________________________________________________________________
83326 [ 17737] By: ams                                   on 2002/08/19  07:48:39
83327         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
83328              negligence.
83329      Branch: perl
83330            ! pod/perlrun.pod
83331 ____________________________________________________________________________
83332 [ 17736] By: hv                                    on 2002/08/18  18:27:28
83333         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
83334              From: Dave Mitchell <davem@fdgroup.com>
83335              Date: Fri, 16 Aug 2002 23:31:07 +0100
83336              Message-id: <20020816233107.E9388@fdgroup.com>
83337      Branch: perl
83338            ! numeric.c t/base/num.t
83339 ____________________________________________________________________________
83340 [ 17735] By: hv                                    on 2002/08/18  02:22:21
83341         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
83342              From: Mark-Jason Dominus <mjd@plover.com>
83343              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
83344              Message-id: <20020814011909.22744.qmail@plover.com>
83345      Branch: perl
83346            ! lib/Net/hostent.pm
83347 ____________________________________________________________________________
83348 [ 17734] By: hv                                    on 2002/08/18  02:20:05
83349         Log: Subject: [PATCH] Re: Pod::Functions tpyo
83350              From: Abe Timmerman <abe@ztreet.demon.nl>
83351              Date: Tue, 13 Aug 2002 23:47:00 +0200
83352              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
83353      Branch: perl
83354            ! lib/Pod/Functions.pm
83355 ____________________________________________________________________________
83356 [ 17733] By: hv                                    on 2002/08/18  02:17:18
83357         Log: Subject: Server rename revisited
83358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83359              Date: Tue, 13 Aug 2002 19:19:03 +0200
83360              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
83361      Branch: perl
83362            ! README.hpux
83363 ____________________________________________________________________________
83364 [ 17732] By: hv                                    on 2002/08/18  02:11:49
83365         Log: Subject: [PATCH] Remove old VOS build methods
83366              From: Paul_GreenVOS@vos.stratus.com
83367              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
83368              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
83369      Branch: perl
83370            - vos/Makefile vos/build.cm vos/compile_perl.cm
83371            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
83372            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
83373            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
83374            - vos/vos_dummies.c
83375            ! MANIFEST README.vos pod/perlport.pod vos/Changes
83376 ____________________________________________________________________________
83377 [ 17731] By: hv                                    on 2002/08/18  01:57:12
83378         Log: Subject: [PATCH] Configure missing d_modflproto=''
83379              From: "Gerrit P. Haase" <gp@familiehaase.de>
83380              Date: Tue, 13 Aug 2002 15:11:05 +0200
83381              Message-id: <11417599086.20020813151105@familiehaase.de>
83382      Branch: perl
83383            ! Configure
83384 ____________________________________________________________________________
83385 [ 17730] By: hv                                    on 2002/08/18  01:41:33
83386         Log: missing chunk from #17725 causes lib/constant.t test failures
83387      Branch: perl
83388            ! lib/constant.t
83389 ____________________________________________________________________________
83390 [ 17729] By: hv                                    on 2002/08/17  02:33:15
83391         Log: Subject: [PATCH] Safe.pm documentation
83392              From: Slaven Rezic <slaven.rezic@berlin.de>
83393              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
83394              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
83395      Branch: perl
83396            ! ext/Opcode/Safe.pm pod/perlre.pod
83397 ____________________________________________________________________________
83398 [ 17728] By: hv                                    on 2002/08/17  02:07:24
83399         Log: Subject: Copy On Write
83400              From: Nicholas Clark <nick@ccl4.org>
83401              Date: Thu, 15 Aug 2002 00:10:35 +0100
83402              Message-id: <20020815001035.A69079@plum.flirble.org>
83403              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
83404      Branch: perl
83405            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
83406            ! pp_hot.c proto.h sv.c sv.h
83407 ____________________________________________________________________________
83408 [ 17727] By: hv                                    on 2002/08/17  01:20:05
83409         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
83410              From: Mark-Jason Dominus <mjd@plover.com>
83411              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
83412              Message-id: <20020415033855.6343.qmail@plover.com>
83413      Branch: perl
83414            ! av.c av.h pod/perltie.pod t/op/tiearray.t
83415 ____________________________________________________________________________
83416 [ 17726] By: hv                                    on 2002/08/17  01:17:09
83417         Log: pp.c warns that sv may be used uninitialised in pp_delete()
83418      Branch: perl
83419            ! pp.c
83420 ____________________________________________________________________________
83421 [ 17725] By: hv                                    on 2002/08/17  00:51:19
83422         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
83423              From: Michael G Schwern <schwern@pobox.com>
83424              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
83425              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
83426      Branch: perl
83427            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
83428            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
83429            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
83430            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
83431 ____________________________________________________________________________
83432 [ 17724] By: hv                                    on 2002/08/17  00:27:33
83433         Log: ext/B/defsubs.h also depends on the program that builds it
83434      Branch: perl
83435            ! ext/B/Makefile.PL
83436 ____________________________________________________________________________
83437 [ 17723] By: hv                                    on 2002/08/17  00:10:24
83438         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
83439              From: Dave Mitchell <davem@fdgroup.com>
83440              Date: Tue, 13 Aug 2002 14:42:15 +0100
83441              Message-ID: <20020813144215.G11939@fdgroup.com>
83442      Branch: perl
83443            ! embed.fnc embed.h global.sym proto.h
83444 ____________________________________________________________________________
83445 [ 17722] By: ams                                   on 2002/08/16  05:20:22
83446         Log: Subject: Minor perlrun.pod patch
83447              From: Iain Truskett <spoon@cpan.org>
83448              Date: Fri, 16 Aug 2002 16:20:27 +1000
83449              Message-Id: <20020816162027.D17196@eh.org>
83450      Branch: perl
83451            ! pod/perlrun.pod
83452 ____________________________________________________________________________
83453 [ 17721] By: hv                                    on 2002/08/12  12:17:19
83454         Log: #17717 needed tests fixing up
83455      Branch: perl
83456            ! t/op/chop.t
83457 ____________________________________________________________________________
83458 [ 17720] By: hv                                    on 2002/08/12  12:10:07
83459         Log: Subject: Re: [PATCH] Re: taint news
83460              From: Rick Delaney <rick.delaney@rogers.com>
83461              Date: 04 Aug 2002 00:28:58 EDT
83462              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
83463              missed patch fragment from Change #17676
83464      Branch: perl
83465            ! pod/perlsec.pod
83466 ____________________________________________________________________________
83467 [ 17719] By: hv                                    on 2002/08/12  12:03:53
83468         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
83469              From: Warren Jones (via RT) <perlbug@perl.org>
83470              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
83471              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
83472      Branch: perl
83473            ! lib/strict.t lib/warnings.t
83474 ____________________________________________________________________________
83475 [ 17718] By: hv                                    on 2002/08/12  11:57:17
83476         Log: Subject: [PATCH] add verbose stack display option, -Dvs
83477              From: Dave Mitchell <davem@fdgroup.com>
83478              Date: Mon, 5 Aug 2002 00:55:33 +0100
83479              Message-id: <20020805005533.B26111@fdgroup.com>
83480      Branch: perl
83481            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
83482            ! pod/perlrun.pod proto.h
83483 ____________________________________________________________________________
83484 [ 17717] By: hv                                    on 2002/08/12  11:44:06
83485         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
83486              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
83487              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
83488              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
83489      Branch: perl
83490            ! op.c t/op/chop.t t/op/ref.t
83491 ____________________________________________________________________________
83492 [ 17716] By: hv                                    on 2002/08/12  11:29:53
83493         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
83494              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
83495              Date: Sat, 13 Jul 2002 17:44:02 +0100
83496              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
83497      Branch: perl
83498            ! pp_hot.c t/op/tiehandle.t
83499 ____________________________________________________________________________
83500 [ 17715] By: hv                                    on 2002/08/12  11:28:26
83501         Log: Subject: [PATCH] better modfl detection
83502              From: Nicholas Clark <nick@unfortu.net>
83503              Date: Sun, 11 Aug 2002 20:05:49 +0100
83504              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
83505      Branch: perl
83506            ! Configure config_h.SH perl.h
83507 ____________________________________________________________________________
83508 [ 17714] By: hv                                    on 2002/08/12  11:26:23
83509         Log: Subject: [PATCH] perltodo.pod
83510              From: Richard.Foley@t-online.de
83511              Date: Sun, 11 Aug 2002 18:26:10 +0200
83512              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
83513              perlbug credits
83514      Branch: perl
83515            ! pod/perltodo.pod
83516 ____________________________________________________________________________
83517 [ 17713] By: hv                                    on 2002/08/12  11:24:44
83518         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
83519              From: Nicholas Clark <nick@unfortu.net>
83520              Date: Sun, 11 Aug 2002 16:59:16 +0100
83521              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
83522      Branch: perl
83523            ! gv.c
83524 ____________________________________________________________________________
83525 [ 17712] By: hv                                    on 2002/08/12  11:23:06
83526         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
83527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83528              Date: Mon, 12 Aug 2002 10:25:20 +0200
83529              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
83530              gcc bug test needs -lm
83531      Branch: perl
83532            ! hints/hpux.sh
83533 ____________________________________________________________________________
83534 [ 17711] By: hv                                    on 2002/08/12  11:20:49
83535         Log: Subject: [PATCH s2p] Small typo correction
83536              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
83537              Date: Wed, 7 Aug 2002 11:50:51 +0200
83538              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
83539      Branch: perl
83540            ! x2p/s2p.PL
83541 ____________________________________________________________________________
83542 [ 17710] By: hv                                    on 2002/08/12  11:17:21
83543         Log: Subject: [PATCH] pod/perlfaq4.pod
83544              From: Abigail <abigail@foad.org>
83545              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
83546              Message-id: <20020730095202.A6462@ucan.foad.org>
83547              Add references to Regexp::Common.
83548      Branch: perl
83549            ! pod/perlfaq4.pod
83550 ____________________________________________________________________________
83551 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
83552         Log: Subject: New HP-UX itanium servers
83553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83554              Date: Wed, 07 Aug 2002 13:25:57 +0200
83555              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
83556      Branch: perl
83557            ! README.hpux
83558 ____________________________________________________________________________
83559 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
83560         Log: Subject: Re: missing lower range in {} regex
83561              From: "John P. Linderman" <jpl@research.att.com>
83562              Date: Fri, 09 Aug 2002 12:48:55 -0400
83563              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
83564      Branch: perl
83565            ! pod/perlre.pod
83566 ____________________________________________________________________________
83567 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
83568         Log: More tests for the attribute syntax, from the
83569              attributes manpage.
83570      Branch: perl
83571            ! t/op/attrs.t
83572 ____________________________________________________________________________
83573 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
83574         Log: Fix bug #16080 : an attribute list should end at '}'
83575      Branch: perl
83576            ! t/op/attrs.t toke.c
83577 ____________________________________________________________________________
83578 [ 17703] By: hv                                    on 2002/08/08  15:30:12
83579         Log: Update Changes
83580      Branch: perl
83581            ! Changes patchlevel.h
83582 ____________________________________________________________________________
83583 [ 17702] By: hv                                    on 2002/08/08  15:08:57
83584         Log: Subject: Re: README.aix
83585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83586              Date: Tue, 30 Jul 2002 13:30:29 +0200
83587              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
83588      Branch: perl
83589            ! README.aix
83590 ____________________________________________________________________________
83591 [ 17701] By: hv                                    on 2002/08/08  15:06:01
83592         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
83593              From: Andy Dougherty <doughera@lafayette.edu>
83594              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
83595              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
83596      Branch: perl
83597            ! hints/aix.sh
83598 ____________________________________________________________________________
83599 [ 17700] By: hv                                    on 2002/08/08  15:02:57
83600         Log: Subject: [DOC PATCH] perlipc.pod
83601              From: Arjen Laarhoven <arjen@nl.demon.net>
83602              Date: Tue, 6 Aug 2002 14:16:01 +0200
83603              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
83604      Branch: perl
83605            ! pod/perlipc.pod
83606 ____________________________________________________________________________
83607 [ 17699] By: hv                                    on 2002/08/08  14:56:56
83608         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
83609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
83610              Date: Fri, 2 Aug 2002 23:44:21 +0200
83611              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
83612      Branch: perl
83613            ! op.c t/op/attrs.t
83614 ____________________________________________________________________________
83615 [ 17698] By: hv                                    on 2002/08/08  14:52:45
83616         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
83617              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
83618              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
83619              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
83620      Branch: perl
83621            ! Configure
83622 ____________________________________________________________________________
83623 [ 17697] By: hv                                    on 2002/08/08  14:49:00
83624         Log: Subject: Doc patch for Class::Struct under 5.8.0
83625              From: Damian Conway <damian@conway.org>
83626              Date: Tue, 30 Jul 2002 23:03:14 +1000
83627              Message-id: <3D471FCF.1C7C6E6B@conway.org>
83628      Branch: perl
83629            ! lib/Class/Struct.pm
83630 ____________________________________________________________________________
83631 [ 17696] By: hv                                    on 2002/08/08  14:44:21
83632         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
83633              From: Slaven Rezic <slaven.rezic@berlin.de>
83634              Date: 31 Jul 2002 09:50:06 +0200
83635              Message-id: <87ado85ob5.fsf@vran.herceg.de>
83636      Branch: perl
83637            ! pp.c
83638 ____________________________________________________________________________
83639 [ 17695] By: hv                                    on 2002/08/08  14:40:41
83640         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
83641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
83642              Date: Fri, 2 Aug 2002 00:13:10 +0200
83643              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
83644      Branch: perl
83645            + t/op/stash.t
83646            ! MANIFEST perl.h
83647 ____________________________________________________________________________
83648 [ 17694] By: hv                                    on 2002/08/08  14:31:55
83649         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
83650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83651              Date: Wed, 31 Jul 2002 16:04:02 +0200
83652              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
83653      Branch: perl
83654            ! hints/hpux.sh
83655 ____________________________________________________________________________
83656 [ 17693] By: hv                                    on 2002/08/08  14:25:16
83657         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
83658              From: Abigail <abigail@foad.org>
83659              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
83660              Message-id: <20020725085252.A2703@ucan.foad.org>
83661      Branch: perl
83662            ! lib/ExtUtils/MM_Unix.pm
83663 ____________________________________________________________________________
83664 [ 17692] By: hv                                    on 2002/08/08  14:20:05
83665         Log: Subject: [PATCH] README.jp and README.cn
83666              From: Autrijus Tang <autrijus@autrijus.org>
83667              Date: Thu, 25 Jul 2002 07:05:11 +0800
83668              Message-id: <20020724230511.GA1327@not.autrijus.org>
83669      Branch: perl
83670            ! README.cn README.jp
83671 ____________________________________________________________________________
83672 [ 17691] By: hv                                    on 2002/08/08  14:01:50
83673         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
83674              From: Henrik Tougaard (via RT) <perlbug@perl.org>
83675              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
83676              Message-id: <rt-15398-31095.6.30466042998663@perl>
83677      Branch: perl
83678            ! lib/Pod/Usage.pm
83679 ____________________________________________________________________________
83680 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
83681         Log: Doc fix : the symbol for COPs wasn't documented.
83682      Branch: perl
83683            ! opcode.pl
83684 ____________________________________________________________________________
83685 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
83686         Log: Subject: Re: no warnings 'io';
83687              From: Nicholas Clark <nick@unfortu.net>
83688              Date: Sat, 27 Jul 2002 21:49:55 +0100
83689              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
83690
83691              Plus a little bit of regression tests.
83692      Branch: perl
83693            ! t/lib/warnings/pp_hot util.c
83694 ____________________________________________________________________________
83695 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
83696         Log: Subject: [PATCH] XS build fix for VMS
83697              From: "Craig A. Berry" <craigberry@mac.com>
83698              Date: Sun, 4 Aug 2002 12:13:06 -0500
83699              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
83700      Branch: perl
83701            ! vms/descrip_mms.template
83702 ____________________________________________________________________________
83703 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
83704         Log: PerlIO::scalar wasn't able to read from non-string
83705              scalar ; now stringifies its argument.
83706      Branch: perl
83707            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
83708 ____________________________________________________________________________
83709 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
83710         Log: More regression tests for $^H and %^H.
83711              Add a TODO test for eval "" preserving %^H.
83712      Branch: perl
83713            ! t/comp/hints.t
83714 ____________________________________________________________________________
83715 [ 17685] By: hv                                    on 2002/08/05  22:42:09
83716         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
83717              From: "John P. Linderman" <jpl@research.att.com>
83718              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
83719              Message-id: <200207211613.MAA69505@raptor.research.att.com>
83720      Branch: perl
83721            ! lib/sort.pm lib/sort.t
83722 ____________________________________________________________________________
83723 [ 17684] By: hv                                    on 2002/08/05  22:35:22
83724         Log: Integrate from perlio: change #17653 fixes bug RT15283
83725      Branch: perl
83726           !> ext/PerlIO/via/via.xs
83727 ____________________________________________________________________________
83728 [ 17683] By: hv                                    on 2002/08/05  22:26:45
83729         Log: Integrate from maint-5.6/macperl via macperl
83730              Changes 17660, 17661, 17662, 17663, 17664
83731      Branch: perl
83732           !> perl.c
83733 ____________________________________________________________________________
83734 [ 17682] By: hv                                    on 2002/08/05  15:04:54
83735         Log: Subject: Defined-or patch (cleaned up)
83736              From: "Brent Dax" <brentdax@cpan.org>
83737              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
83738              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
83739      Branch: perl
83740            + t/op/dor.t
83741            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
83742            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
83743            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
83744            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
83745            ! vms/perly_h.vms
83746 ____________________________________________________________________________
83747 [ 17681] By: hv                                    on 2002/08/05  14:41:23
83748         Log: typo
83749      Branch: perl
83750            ! keywords.h keywords.pl
83751 ____________________________________________________________________________
83752 [ 17680] By: hv                                    on 2002/08/05  14:33:39
83753         Log: warn that keywords.h is generated
83754      Branch: perl
83755            ! keywords.h keywords.pl
83756 ____________________________________________________________________________
83757 [ 17679] By: hv                                    on 2002/08/04  23:40:22
83758         Log: again: #17678 caused test failures in pod2html,
83759              in which $1 could leak from previous regexp
83760      Branch: perl
83761            ! mg.c
83762 ____________________________________________________________________________
83763 [ 17678] By: hv                                    on 2002/08/04  15:34:19
83764         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
83765              From: hv@crypt.org
83766              Date: Sun, 04 Aug 2002 17:40:30 +0100
83767              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
83768      Branch: perl
83769            ! mg.c t/op/taint.t
83770 ____________________________________________________________________________
83771 [ 17677] By: hv                                    on 2002/08/04  15:25:25
83772         Log: Main branch no longer needs op/taint.t version check.
83773      Branch: perl
83774            ! t/op/taint.t
83775 ____________________________________________________________________________
83776 [ 17676] By: hv                                    on 2002/08/04  15:14:09
83777         Log: Subject: Re: [PATCH] Re: taint news
83778              From: Rick Delaney <rick.delaney@rogers.com>
83779              Date: 04 Aug 2002 00:28:58 EDT
83780              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
83781              Ref: 20020208.005
83782      Branch: perl
83783            ! pp_sys.c
83784 ____________________________________________________________________________
83785 [ 17675] By: hv                                    on 2002/08/04  01:48:36
83786         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
83787      Branch: perl
83788            ! AUTHORS
83789 ____________________________________________________________________________
83790 [ 17674] By: hv                                    on 2002/08/04  01:30:11
83791         Log: Subject: [PATCH] AUTHORS
83792              From: Colin Watson <colinw@zeus.com>
83793              Date: Thu, 25 Jul 2002 15:54:37 +0100
83794              Message-id: <20020725145437.GC4921@zeus.com>
83795      Branch: perl
83796            ! AUTHORS
83797 ____________________________________________________________________________
83798 [ 17673] By: hv                                    on 2002/08/04  01:27:36
83799         Log: Subject: [PATCH] AUTHORS
83800              From: Walt Mankowski <waltman@pobox.com>
83801              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
83802              Message-id: <20020721025612.GB15958@pobox.com>
83803      Branch: perl
83804            ! AUTHORS
83805 ____________________________________________________________________________
83806 [ 17672] By: hv                                    on 2002/08/04  01:25:14
83807         Log: Subject: Re: mention of "use sort" botched in perlfunc?
83808              From: Michael G Schwern <schwern@pobox.com>
83809              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
83810              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
83811      Branch: perl
83812            ! pod/perlfunc.pod
83813 ____________________________________________________________________________
83814 [ 17671] By: hv                                    on 2002/08/04  01:11:32
83815         Log: Change version from 5.8.0 to 5.9.0.
83816      Branch: perl
83817            ! Configure NetWare/Makefile NetWare/config_H.wc
83818            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
83819            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
83820            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
83821            ! patchlevel.h win32/Makefile win32/makefile.mk
83822            ! wince/Makefile.ce
83823 ____________________________________________________________________________
83824 [ 17656] By: ams                                   on 2002/07/28  06:12:33
83825         Log: Subject: [PATCH] Typo in regcomp.c
83826              From: Chris Ball <chris@cpan.org>
83827              Date: 26 Jul 2002 17:49:35 +0100
83828              Message-Id: <868z3yzb6o.fsf@void.printf.net>
83829              (With additional tweak to s_reginclasslen.)
83830      Branch: perl
83831            ! regcomp.c
83832 ____________________________________________________________________________
83833 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
83834         Log: Upgrade to Unicode::Collate 0.20.
83835      Branch: perl
83836            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
83837            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
83838 ____________________________________________________________________________
83839 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
83840         Log: Commas, schcommas.
83841      Branch: perl
83842            ! patchlevel.h
83843 ____________________________________________________________________________
83844 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
83845         Log: Copy perldelta as perl58delta, purge the perldelta.
83846      Branch: perl
83847            + pod/perl58delta.pod
83848            ! MANIFEST pod/perldelta.pod
83849 ____________________________________________________________________________
83850 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
83851         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
83852      Branch: perl
83853            ! Changes patchlevel.h
83854 ____________________________________________________________________________
83855 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
83856         Log: Integrate perlio (no changes, but that's fine).
83857      Branch: perl
83858           !> embed.fnc perl.h
83859 ____________________________________________________________________________
83860 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
83861         Log: It's all yours, Hugo.
83862      Branch: perl
83863            + Changes5.8
83864            ! Changes MANIFEST